-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.css
161 lines (132 loc) · 1.58 KB
/
admin.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.options
{
list-style-type: none;
margin: 0;
padding: 0;
margin: 0.5em 0;
}
.options li
{
margin: 0; padding: 0;
line-height: 1.8;
}
.csv
{
float: right;
padding: 4px;
}
.csv a
{
border: none;
}
.pager
{
font-size: 0.9em;
text-align: right;
}
.pager select, .pager input { font-size: 0.9em }
#subsubmenu li {
display: inline;
line-height: 170%;
list-style: none;
text-align: center;
}
#subsubmenu {
font-size: 0.9em;
background: #CDD9E2;
border-bottom: none;
margin: 0;
color: #4F5D69;
padding: 2px 2em 0 5em;
}
#subsubmenu .current {
background: #f9fcfe;
border-top: 1px solid #045290;
color: black;
}
#subsubmenu a {
border: none;
color: #4F5D69;
font-size: 12px;
padding: 3px 1em 2px 1em;
}
#subsubmenu a:hover {
background: #89A5BB;
color: #393939;
}
#subsubmenu li {
line-height: 150%;
}
.audit
{
width: 100%;
}
.alt
{
background-color: #efefef;
}
.audit th
{
background-color: #ccc;
text-align: left;
}
.audit td
{
vertical-align: top;
}
.audit textarea
{
width: 95%;
}
.audit ins
{
color: green;
}
.audit del
{
color: red;
text-decoration: line-through;
}
.diff
{
border: 1px solid #999;
padding: 2px;
overflow: auto;
max-height: 200px;
}
fieldset
{
border: 1px solid #ccc;
margin-bottom: 1em;
padding-left: 1em;
}
legend
{
font-weight: bold;
font-size: 1.2em;
}
.bulleted li {
list-style-type: square;
margin-left: 20px;
}
.donations li
{
list-style-type: none;
float: left;
text-align: center;
padding: 1em 2em;
}
.translators li
{
float: left;
width: 300px;
margin-left: 1.5em;
}
div .supporter strong
{
background-color: yellow;
}
.wrap h5
{
font-size: 1em;
}