Хранилища Subversion ant

Редакция

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

Редакция 114 Редакция 117
-
 
1
/*
-
 
2

-
 
3
Theme Ant (default)
-
 
4

-
 
5
*/
-
 
6
1
body {
7
body {
2
        background: #fff url(../img/bg.gif) top left repeat;
8
        background: #fff url(../img/bg.gif) top left repeat;
3
}
9
}
4
10
5
a {
11
a {
6
        color: blue;
12
        color: blue;
7
}
13
}
8
14
9
#ant {
15
#ant {
10
        font: 12pt/20pt Georgia;       
16
        font: 12pt/20pt Georgia;       
11
}
17
}
12
18
13
#ant h2 {
19
#ant h2 {
14
        font: 20pt Georgia;
20
        font: 20pt Georgia;
15
}
21
}
16
22
17
#ant input {
23
#ant input {
18
        margin: 0 5px 0 15px;
24
        margin: 0 5px 0 15px;
19
        font: 12pt Georgia;
25
        font: 12pt Georgia;
20
}
26
}
21
27
22
#ant p {
28
#ant p {
23
        margin: 0;
29
        margin: 0;
24
}
30
}
25
31
26
#footer {
32
#footer {
27
        margin: 5px 0;
33
        margin: 5px 0;
28
        padding: 5px 0;
34
        padding: 5px 0;
29
        border-top: 1px solid #a9a9a9;
35
        border-top: 1px solid #a9a9a9;
30
        font: 10pt Georgia;
36
        font: 10pt Georgia;
31
        color: #a9a9a9;
37
        color: #a9a9a9;
32
}
38
}
33
39
34
#footer a {
40
#footer a {
35
        color: #a9a9a9;
41
        color: #a9a9a9;
36
        text-decoration: none; 
42
        text-decoration: none; 
37
}
43
}
38
44
39
pre {
45
pre {
40
        font: 12pt Arial;
46
        font: 12pt Arial;
41
        border: 1px solid #000;
47
        border: 1px solid #000;
42
        margin: 10px 0;
48
        margin: 10px 0;
43
        padding: 10px;
49
        padding: 10px;
44
        background-color: #dcdcdc;
50
        background-color: #dcdcdc;
45
}
51
}
46
52
47
pre#replist, p#getfile {
53
pre#replist, p#getfile {
48
        display: none;
54
        display: none;
49
}
55
}
50
56
51
#sourceslist {
57
#sourceslist {
52
        font-family: Arial;
58
        font-family: Arial;
53
        padding: 1px 3px;
59
        padding: 1px 3px;
54
}
60
}
55
61
56
img {
62
img {
57
        border:0;
63
        border:0;
58
}
64
}
59
65
60
a.edit {
66
a.edit {
61
        color: green;
67
        color: green;
62
        text-decoration: none;
68
        text-decoration: none;
63
}
69
}
64
70
65
a.delete {
71
a.delete {
66
        color: red;
72
        color: red;
67
        text-decoration: none;
73
        text-decoration: none;
68
}
74
}
69
75
70
#signin span {
76
#signin span {
71
        display: block;
77
        display: block;
72
        width: 75px;
78
        width: 75px;
73
}
79
}
74
80
75
#signin p {
81
#signin p {
76
        height: 35px;
82
        height: 35px;
77
}
83
}
78
84
79
 
85