Хранилища Subversion ant

Редакция

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

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