Хранилища Subversion ant

Редакция

Содержимое файла | Последнее изменение | Открыть журнал | 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
 
44
p#host {
45
 margin-top: 50px;
46
 font: 0.6em/1.4em Verdana;
47
}
48
 
49
p#info {
50
 margin-top: 50px;
51
}
52
 
53
p#design {
54
 display: none;
55
 color: #a9a9a9;
56
}
57
 
58
p#design a {
59
 text-decoration: none;
60
 color: #a9a9a9;
61
}
62
 
63
 
64