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

Редакция

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

Редакция Автор № строки Строка
185 diffor 1
body {
2
}
3
 
4
h1 {
5
 font: 72pt/72pt Georgia;
191 diffor 6
 text-align: center;
185 diffor 7
 margin: 10px 0 10px 0;
8
}
9
 
10
h2 {
191 diffor 11
 font: 18pt/20pt Georgia;
12
 text-align: center;
185 diffor 13
 margin: 35px 0 0px 0;
14
}
15
 
16
h3 {
191 diffor 17
 font: 12pt/12pt Georgia;
18
 text-align: center;
185 diffor 19
 margin: 0px 0 35px 0;
20
}
21
 
22
table {
23
 margin: 0 auto;
24
 border-spacing: 0;
25
 white-space: nowrap;
26
}
27
 
28
 
29
table#topmenu {
30
border: 0px;
31
}
32
 
33
#topmenu td {
34
border: 0px;
35
}
36
 
37
a img {
38
 border: 0;
39
 color: blue;
40
 
41
}
42
 
43
a {
44
 color: blue;
45
 }
46
 
47
p#info {
48
 margin-top: 50px;
49
}
50
 
51
p#design {
52
 display: none;
53
 color: #a9a9a9;
54
}
55
 
56
p#design a {
57
 text-decoration: none;
58
 color: #a9a9a9;
59
}
60
 
61
input {
62
        border: 1px solid black;
63
        padding-right:4px;
64
        padding-left:4px;
65
    }
66
td {
67
        font-size:8pt;
68
        font-family: tahoma;
69
        }
70
pre {
71
    font-size: 8pt;
72
    font-family: tahoma;
191 diffor 73
    }