Хранилища Subversion ant

Редакция

Редакция 377 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
376 alex-w 1
body {
2
 text-align: center;
3
 background: #f7f7f7 url(../img/bg.gif);
4
}
5
 
6
h1 {
7
 font: 12pt/12pt;
8
 text-align: center;
9
 margin: 35px 0 0px 0;
10
}
11
 
12
h2 {
13
 font: 72pt/72pt Georgia;
14
 text-align: center;
15
 margin: 10px 0 10px 0;
16
}
17
 
18
h3 {
19
 font: 12pt/12pt;
20
 text-align: center;
21
 margin: 0px 0 35px 0;
22
}
23
 
24
table {
25
 width: 600px;
26
 margin: 0 auto;
27
 border-spacing: 0;
28
 white-space: nowrap;
29
}
30
 
31
table#topmenu {
32
 border: 0px;
33
}
34
 
35
#topmenu td {
36
 border: 0px;
37
}
38
 
39
td {
40
 text-align: center;
41
 padding: 8px 5px;
42
}
43
 
433 alex-w 44
div#content, div#mmenu {
377 alex-w 45
    width: 600px;
46
    text-align: left;
47
    margin: 0 auto;
48
}
49
 
376 alex-w 50
p#host {
51
 margin-top: 50px;
52
 font: 0.6em/1.4em Verdana;
53
}
54
 
55
p#info {
56
 margin-top: 50px;
57
}
58
 
59
p#design {
60
 display: none;
61
 color: #a9a9a9;
62
}
63
 
64
p#design a {
65
 text-decoration: none;
66
 color: #a9a9a9;
67
}
68
 
69
 
70