Хранилища Subversion www_nix-files

Редакция

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

Редакция Автор № строки Строка
72 alex-w 1
@import url(./details-addon.css);
90 alex-w 2
@import url(./members-addon.css);
72 alex-w 3
 
2 diffor 4
body {
5
 text-align: center;
6
}
7
 
8
h1 {
52 diffor 9
 font: 72pt/72pt Georgia;
2 diffor 10
 text-align: center;
52 diffor 11
 margin: 10px 0 10px 0;
2 diffor 12
}
13
 
14
h2 {
52 diffor 15
 font: 12pt/12pt;
2 diffor 16
 text-align: center;
52 diffor 17
 margin: 35px 0 0px 0;
2 diffor 18
}
19
 
20
h3 {
21
 font: 12pt/12pt;
22
 text-align: center;
23
 margin: 0px 0 35px 0;
24
}
25
 
26
table {
27
 border-top: 2px solid #000;
28
 border-left: 2px solid #000;
29
 border-bottom: 2px solid #000;
30
 border-right: 1px solid #000;
31
 margin: 0 auto;
32
 border-spacing: 0;
33
 white-space: nowrap;
34
}
35
 
36
table#legend {
37
border-top: 2px solid #dcdcdc;
38
border-left: 2px solid #dcdcdc;
39
border-bottom: 2px solid #dcdcdc;
40
border-right: 1px solid #dcdcdc;
41
margin: 0 auto;
42
border-spacing: 0;
43
}
44
 
45
#legend td {
46
text-align: left;
47
font: 12pt Geogria;
48
padding: 8px 5px;
49
border-bottom: 1px solid #dcdcdc;
50
border-right: 1px solid #dcdcdc;
51
}
52
 
53
table#topmenu {
54
border: 0px;
55
}
56
 
57
#topmenu td {
58
border: 0px;
59
}
60
 
61
th {
62
 text-align: center;
63
 font-weight: bold;
64
 border-bottom: 1px solid #000;
65
 border-right: 1px solid #000;
66
 padding: 8px;
67
 font-weight: bold;
68
 background-color: #dcdcdc;
69
}
70
 
71
td {
72
 text-align: center;
73
 padding: 8px 5px;
74
 border-bottom: 1px solid #dcdcdc;
75
 border-right: 1px solid #000;
76
}
77
 
78
a img {
79
 border: 0;
80
 color: blue;
81
 
82
}
83
 
84
a {
85
 color: blue;
86
 }
87
 
88
p#info {
89
 margin-top: 50px;
90
}
91
 
92
p#design {
93
 display: none;
94
 color: #a9a9a9;
95
}
96
 
97
p#design a {
98
 text-decoration: none;
99
 color: #a9a9a9;
72 alex-w 100
}