Хранилища Subversion ant

Редакция

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

Редакция Автор № строки Строка
376 alex-w 1
body {
2
 text-align: center;
3
 background: #f7f7f7 url(../img/bg.gif);
4
}
5
 
6
h2 {
7
 font: 72pt/72pt Georgia;
8
 text-align: center;
9
 margin: 10px 0 10px 0;
10
}
11
 
12
h3 {
456 alex-w 13
 font: 12pt/12pt Georgia;
376 alex-w 14
 text-align: center;
15
 margin: 0px 0 35px 0;
16
}
17
 
18
table {
19
 width: 600px;
20
 margin: 0 auto;
21
 border-spacing: 0;
22
 white-space: nowrap;
23
}
24
 
25
table#topmenu {
26
 border: 0px;
27
}
28
 
29
#topmenu td {
30
 border: 0px;
31
}
32
 
33
td {
34
 text-align: center;
35
 padding: 8px 5px;
36
}
37
 
433 alex-w 38
div#content, div#mmenu {
377 alex-w 39
    width: 600px;
40
    text-align: left;
41
    margin: 0 auto;
42
}
43
 
376 alex-w 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