Хранилища Subversion ant

Редакция

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

Редакция 123 Редакция 145
1
/*
1
/*
2

2

3
Theme Ant (default)
3
Theme Ant (default)
4

4

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