Хранилища Subversion ant

Редакция

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

Редакция 112 Редакция 114
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 {
13
#ant h2 {
14
        font: 20pt Georgia;
14
        font: 20pt Georgia;
15
}
15
}
16
16
17
#ant input {
17
#ant input {
18
        margin: 0 5px 0 15px;
18
        margin: 0 5px 0 15px;
19
        font: 12pt Georgia;
19
        font: 12pt Georgia;
20
}
20
}
21
21
22
#ant p {
22
#ant p {
23
        margin: 0;
23
        margin: 0;
24
}
24
}
25
25
26
#footer {
26
#footer {
27
        margin: 5px 0;
27
        margin: 5px 0;
28
        padding: 5px 0;
28
        padding: 5px 0;
29
        border-top: 1px solid #a9a9a9;
29
        border-top: 1px solid #a9a9a9;
30
        font: 10pt Georgia;
30
        font: 10pt Georgia;
31
        color: #a9a9a9;
31
        color: #a9a9a9;
32
}
32
}
33
33
34
#footer a {
34
#footer a {
35
        color: #a9a9a9;
35
        color: #a9a9a9;
36
        text-decoration: none; 
36
        text-decoration: none; 
37
}
37
}
38
38
39
pre {
39
pre {
40
        font: 12pt Arial;
40
        font: 12pt Arial;
41
        border: 1px solid #000;
41
        border: 1px solid #000;
42
        margin: 10px 0;
42
        margin: 10px 0;
43
        padding: 10px;
43
        padding: 10px;
44
        background-color: #dcdcdc;
44
        background-color: #dcdcdc;
45
}
45
}
46
46
47
pre#replist, p#getfile {
47
pre#replist, p#getfile {
48
        display: none;
48
        display: none;
49
}
49
}
50
50
51
#sourceslist {
51
#sourceslist {
52
        font-family: Arial;
52
        font-family: Arial;
53
        padding: 1px 3px;
53
        padding: 1px 3px;
54
}
54
}
55
55
56
img {
56
img {
57
        border:0;
57
        border:0;
58
}
58
}
59
59
60
a.edit {
60
a.edit {
61
        color: green;
61
        color: green;
62
        text-decoration: none;
62
        text-decoration: none;
63
}
63
}
64
64
65
a.delete {
65
a.delete {
66
        color: red;
66
        color: red;
67
        text-decoration: none;
67
        text-decoration: none;
68
}
68
}
-
 
69
-
 
70
#signin span {
-
 
71
        display: block;
-
 
72
        width: 75px;
-
 
73
}
-
 
74
-
 
75
#signin p {
-
 
76
        height: 35px;
-
 
77
}
-
 
78
69
 
79