]> code.citadel.org Git - citadel.git/blob - webcit/static/style.css
* Laid the groundwork for a customizable iconbar
[citadel.git] / webcit / static / style.css
1 a:link {
2   color: #0000FF;
3   text-decoration: none;
4 }
5
6 a:visited {
7   color: #0000FF;
8   text-decoration: none;
9 }
10
11 a:active {
12   color: #0000FF;
13   text-decoration: none;
14 }
15
16 .menubar_link {
17         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
18         font-size: 9pt;
19 }
20
21 .navbar_link {
22         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
23         font-size: 7pt;
24 }
25
26 .titlebar {
27         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
28         font-size: 12pt;
29         color: #FFFFEE;
30 }
31
32 .mainmenu {
33         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
34         font-size: 10pt;
35         font-weight: bold;
36         color: #880000;
37 }
38
39 .menudesc {
40         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
41         font-size: 8pt;
42         color: #000088;
43 }
44
45 .message_header {
46         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
47         font-size: 10pt;
48         color: #000000;
49 }
50
51 .message_subject {
52         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
53         font-size: 10pt;
54         color: #000000;
55         font-style: italic;
56 }
57
58 .pull_quote {
59         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
60         font-size: 7pt;
61         font-style: italic;
62         color: #000044;
63 }
64
65 .tablabel {
66         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
67         font-size: 10pt;
68         font-weight: bold;
69         color: #000000;
70 }
71
72 .boxlabel {
73         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
74         font-size: 9pt;
75         font-weight: bold;
76         color: #FFFFEE;
77 }
78
79 .youhavemail {
80         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
81         font-size: 6pt;
82         font-style: italic;
83         color: #000044;
84 }
85
86 .customize {
87         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
88         font-size: 6pt;
89         font-style: italic;
90         color: #000044;
91         background-color: #DDDDCC;
92 }
93
94 .room_banner_room_name {
95         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
96         font-size: 14pt;
97         font-weight: bold;
98         color: #FFFFEE;
99 }
100
101 .room_banner_room_info {
102         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
103         font-size: 10pt;
104         color: #FFFFEE;
105 }
106
107 .room_banner_new_messages {
108         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
109         font-size: 10pt;
110         color: #DDDDCC;
111 }
112
113 .room_banner_start_page {
114         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
115         font-size: 7pt;
116         color: #DDDDCC;
117 }
118
119
120 .menubar_bg {
121         background-color: #FF0000;
122 }
123
124 .iconbar_link {
125         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
126         font-size: 9pt;
127 }
128
129 .powered_by {
130         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
131         font-size: 7pt;
132         letter-spacing: 1pt;
133 }
134
135 .roomlist_new {
136         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
137         font-size: 10pt;
138         color: #880000;
139         font-weight: bold;
140 }
141
142 .roomlist_old {
143         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
144         font-size: 10pt;
145         color: #000088;
146 }
147
148
149 body {
150   background: #aaaaaa;
151   color: #000000;
152   font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
153   font-weight: normal;
154 }
155
156 h1 {
157   color: #c33;
158   background: none;
159   font-weight: bold;
160   text-align: center
161 }
162
163 h2 {
164   color: #00008b;
165   background: none;
166   font-weight: bold
167 }
168
169 h3 {
170   color: #006400;
171   background: none;
172   margin-left: 4%;
173   margin-right: 4%;
174   font-weight: bold
175 }
176
177 h4 {
178   margin-left: 6%;
179   margin-right: 6%;
180   font-weight: bold
181 }
182
183 h5 {
184   margin-left: 6%;
185   margin-right: 6%;
186   font-weight: bold
187 }
188
189 ul, ol, dl, p {
190   margin-left: 6%;
191   margin-right: 6%
192 }
193
194 ul ul, table ol, table ul, dl ol, dl ul {
195   margin-left: 1.2em;
196   margin-right: 1%;
197   padding-left: 0
198 }
199
200 pre {
201   margin-left: 10%;
202   white-space: pre
203 }
204
205 table caption {
206   font-size: larger;
207   font-weight: bolder
208 }
209
210 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
211   margin-left: 0;
212   margin-right: 0
213 }
214
215 p.top {
216   margin-left: 1%;
217   margin-right: 1%
218 }
219
220 blockquote {
221   margin-left: 8%;
222   margin-right: 8%;
223   border: thin ridge #dc143c
224 }
225
226 blockquote pre {
227   margin-left: 1%;
228   margin-right: 1%
229 }
230
231 dt a {
232   font-weight: bold;
233   margin-top: .8em
234 }
235
236
237 .html {
238   color: #000080;
239   background: none
240 }
241
242 .css {
243   color: #800000;
244   background: none
245 }
246
247 .javascript {
248   color: #008000;
249   background: none
250 }
251
252 dfn {
253   font-style: normal;
254   font-weight: bolder
255 }
256
257 var sub { font-style: normal }
258
259 .note {
260   font-size: 85%;
261   margin-left: 10%
262 }
263
264 .toolbar {
265   text-align: center
266 }
267
268 .toolbar IMG {
269   float: right
270 }
271
272 .errormsg {
273   color: #AA0000;
274   background: none;
275   font-style: italic;
276 }
277
278 .warning {
279   color: #FF4500;
280   background: none;
281   text-decoration: none
282 }
283
284 .error strong {
285   color: #DC143C;
286   background: #FFD700;
287   text-decoration: none
288 }
289
290 .warning strong {
291   color: #FF4500;
292   background: #FFD700;
293   text-decoration: none
294 }
295
296 .warning a:link, .warning a:visited, .warning a:active {
297   color: #FF4500;
298   background: none;
299   text-decoration: underline
300 }
301
302 .error a:link, .error a:visited, .error a:active {
303   color: #DC143C;
304   background: none;
305   text-decoration: underline
306 }
307
308 .error strong a:link, .error strong a:visited, .error strong a:active {
309   color: #DC143C;
310   background: #FFD700
311 }
312
313 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
314   color: #FF4500;
315   background: #FFD700
316 }
317
318 colgroup.entity { text-align: center }
319
320 .default { text-decoration: underline; font-style: normal }
321 .required { font-weight: bold }
322 td li.transitional, .elements li.transitional {
323   font-weight: lighter;
324   color: #696969;
325   background: none
326 }
327
328 td li.frameset, .elements li.frameset {
329   font-weight: lighter;
330   color: #808080;
331   background: none
332 }
333
334 .footer, .checkedDocument {
335   margin-top: 2em;
336   padding-top: 1em;
337   border-top: solid thin black
338 }
339
340 strong.legal {
341   font-weight: normal;
342   text-transform: uppercase
343 }
344
345 @media print {
346   input#toggler, .toolbar { display: none }
347 }
348