Хранилища Subversion ant

Редакция

Редакция 53 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 53 Редакция 83
1
body {
1
body {
2
        background: #fff url(../img/bg.gif) top left repeat;
2
        background: #fff url(../img/bg.gif) top left repeat;
3
}
3
}
4
4
5
a {
5
a {
6
        color: blue;
6
        color: blue;
7
}
7
}
8
8
9
#ant {
9
#ant {
10
        font: 12pt/20pt Georgia;       
10
        font: 12pt/20pt Georgia;       
11
}
11
}
12
12
-
 
13
#ant h2 {
-
 
14
        font: 20pt Georgia;
-
 
15
}
-
 
16
13
#ant input {
17
#ant input {
14
        margin: 0 5px 0 15px;
18
        margin: 0 5px 0 15px;
15
        font: 12pt Georgia;
19
        font: 12pt Georgia;
16
}
20
}
17
21
18
#ant p {
22
#ant p {
19
        margin: 0;
23
        margin: 0;
20
}
24
}
21
25
22
#footer {
26
#footer {
23
        margin: 5px 0;
27
        margin: 5px 0;
24
        padding: 5px 0;
28
        padding: 5px 0;
25
        border-top: 1px solid #a9a9a9;
29
        border-top: 1px solid #a9a9a9;
26
        font: 10pt Georgia;
30
        font: 10pt Georgia;
27
        color: #a9a9a9;
31
        color: #a9a9a9;
28
}
32
}
29
33
30
#footer a {
34
#footer a {
31
        color: #a9a9a9;
35
        color: #a9a9a9;
32
        text-decoration: none; 
36
        text-decoration: none; 
33
}
37
}
34
38
35
pre {
39
pre {
36
        font: 12pt Arial;
40
        font: 12pt Arial;
37
        border: 1px solid #000;
41
        border: 1px solid #000;
38
        margin: 10px 0;
42
        margin: 10px 0;
39
        padding: 10px;
43
        padding: 10px;
40
        background-color: #dcdcdc;
44
        background-color: #dcdcdc;
41
}
45
}
42
46
43
pre#replist, p#getfile {
47
pre#replist, p#getfile {
44
        display: none;
48
        display: none;
45
}
49
}
46
50
47
#sourceslist {
51
#sourceslist {
48
        font-family: Arial;
52
        font-family: Arial;
49
        padding: 1px 3px;
53
        padding: 1px 3px;
50
}
54
}
51
55
52
img {
56
img {
53
        border:0;
57
        border:0;
54
}
58
}
-
 
59
55
 
60