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

Редакция

Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
10 diffor 1
body {
2
 text-align: center;
3
}
4
 
5
h1 {
6
 font: 12pt/12pt;
7
 text-align: center;
8
 margin: 35px 0 0px 0;
9
}
10
 
11
h2 {
12
 font: 72pt/72pt Georgia;
13
 text-align: center;
14
 margin: 10px 0 10px 0;
15
}
16
 
17
h3 {
18
 font: 12pt/12pt;
19
 text-align: center;
20
 margin: 0px 0 35px 0;
21
}
22
 
23
table {
24
 border-top: 2px solid #000;
25
 border-left: 2px solid #000;
26
 border-bottom: 2px solid #000;
27
 border-right: 1px solid #000;
28
 width: 500px;
29
 margin: 0 auto;
30
 border-spacing: 0;
31
 white-space: nowrap;
32
}
33
 
34
table#legend {
35
border-top: 2px solid #dcdcdc;
36
border-left: 2px solid #dcdcdc;
37
border-bottom: 2px solid #dcdcdc;
38
border-right: 1px solid #dcdcdc;
39
width: 500px;
40
margin: 0 auto;
41
border-spacing: 0;
42
}
43
 
44
#legend td {
45
text-align: left;
46
font: 12pt Geogria;
47
padding: 8px 5px;
48
border-bottom: 1px solid #dcdcdc;
49
border-right: 1px solid #dcdcdc;
50
}
51
 
52
table#topmenu {
53
border: 0px;
54
}
55
 
56
#topmenu td {
57
border: 0px;
58
}
59
 
60
th {
61
 text-align: center;
62
 font-weight: bold;
63
 border-bottom: 1px solid #000;
64
 border-right: 1px solid #000;
65
 padding: 8px;
66
 font-weight: bold;
67
 background-color: #dcdcdc;
68
 width: 25%;
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;
100
}