12631e068b0530a4e43621ad74d89487a8458f5c
[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 a:hover {
17   text-decoration: underline;
18 }
19
20 .menubar_link {
21         font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
22         font-size: 9pt;
23 }
24
25 .navbar_link {
26         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
27         font-size: 7pt;
28 }
29
30 .titlebar {
31         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
32         font-size: 12pt;
33         color: #FFFFEE;
34 }
35
36 .mainmenu {
37         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
38         font-size: 10pt;
39         font-weight: bold;
40         color: #880000;
41 }
42
43 .menudesc {
44         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
45         font-size: 8pt;
46         color: #000088;
47 }
48
49 .message_header {
50         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
51         font-size: 10pt;
52         color: #000000;
53 }
54
55 .message_subject {
56         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
57         font-size: 10pt;
58         color: #000000;
59         font-style: italic;
60 }
61
62 .tablabel {
63         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
64         font-size: 10pt;
65         font-weight: bold;
66         color: #000000;
67 }
68
69 .boxlabel {
70         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
71         font-size: 9pt;
72         font-weight: bold;
73         color: #FFFFEE;
74 }
75
76 .youhavemail {
77         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
78         font-size: 6pt;
79         font-style: italic;
80         color: #000044;
81 }
82
83 .customize {
84         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
85         font-size: 8pt;
86         font-style: italic;
87         color: #000044;
88         background-color: #DDDDCC;
89 }
90
91 .room_banner_room_name {
92         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
93         font-size: 14pt;
94         font-weight: bold;
95         color: #FFFFEE;
96 }
97
98 .room_banner_room_info {
99         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
100         font-size: 10pt;
101         color: #FFFFEE;
102 }
103
104 .room_banner_new_messages {
105         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
106         font-size: 10pt;
107         color: #DDDDCC;
108 }
109
110 .room_banner_start_page {
111         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
112         font-size: 7pt;
113         color: #DDDDCC;
114 }
115
116
117 .menubar_bg {
118         background-color: #FF0000;
119 }
120
121 .iconbar_link {
122         font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
123         font-size: 7pt;
124 }
125
126 .powered_by {
127         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
128         font-size: 6pt;
129 }
130
131 .roomlist_floor {
132         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
133         font-size: 12pt;
134         font-weight: bold;
135         color: #000000;
136 }
137
138 .roomlist_new {
139         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
140         font-size: 10pt;
141         color: #880000;
142         font-weight: bold;
143 }
144
145 .roomlist_old {
146         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
147         font-size: 10pt;
148         color: #000088;
149 }
150
151
152 body {
153   background: #aaaaaa;
154   color: #000000;
155   font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
156   font-weight: normal;
157   font-size: 10pt;
158 }
159
160 h1 {
161   font-weight: bold;
162   text-align: center
163 }
164
165 h2 {
166   font-weight: bold
167 }
168
169 h3 {
170   font-weight: bold
171 }
172
173 h4 {
174   font-weight: bold
175 }
176
177 h5 {
178   margin-left: 6%;
179   margin-right: 6%;
180   font-weight: bold
181 }
182
183 ul, ol, dl, p {
184   margin-left: 6%;
185   margin-right: 6%
186 }
187
188 ul ul, table ol, table ul, dl ol, dl ul {
189   margin-left: 1.2em;
190   margin-right: 1%;
191   padding-left: 0
192 }
193
194 pre {
195   margin-left: 10%;
196   white-space: pre
197 }
198
199 table caption {
200   font-size: larger;
201   font-weight: bolder
202 }
203
204 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
205   margin-left: 0;
206   margin-right: 0
207 }
208
209 p.top {
210   margin-left: 1%;
211   margin-right: 1%
212 }
213
214 blockquote {
215   margin-left: 8%;
216   margin-right: 8%;
217   border: thin ridge #dc143c
218 }
219
220 blockquote pre {
221   margin-left: 1%;
222   margin-right: 1%
223 }
224
225 dt a {
226   font-weight: bold;
227   margin-top: .8em
228 }
229
230
231 .html {
232   color: #000080;
233   background: none
234 }
235
236 .css {
237   color: #800000;
238   background: none
239 }
240
241 .javascript {
242   color: #008000;
243   background: none
244 }
245
246 dfn {
247   font-style: normal;
248   font-weight: bolder
249 }
250
251 var sub { font-style: normal }
252
253 .note {
254   font-size: 85%;
255   margin-left: 10%
256 }
257
258 .toolbar {
259   text-align: center
260 }
261
262 .toolbar IMG {
263   float: right
264 }
265
266 .errormsg {
267   color: #AA0000;
268   background: none;
269   font-style: italic;
270 }
271
272 .warning {
273   color: #FF4500;
274   background: none;
275   text-decoration: none
276 }
277
278 .error strong {
279   color: #DC143C;
280   background: #FFD700;
281   text-decoration: none
282 }
283
284 .warning strong {
285   color: #FF4500;
286   background: #FFD700;
287   text-decoration: none
288 }
289
290 .warning a:link, .warning a:visited, .warning a:active {
291   color: #FF4500;
292   background: none;
293   text-decoration: underline
294 }
295
296 .error a:link, .error a:visited, .error a:active {
297   color: #DC143C;
298   background: none;
299   text-decoration: underline
300 }
301
302 .error strong a:link, .error strong a:visited, .error strong a:active {
303   color: #DC143C;
304   background: #FFD700
305 }
306
307 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
308   color: #FF4500;
309   background: #FFD700
310 }
311
312 colgroup.entity { text-align: center }
313
314 .default { text-decoration: underline; font-style: normal }
315 .required { font-weight: bold }
316 td li.transitional, .elements li.transitional {
317   font-weight: lighter;
318   color: #696969;
319   background: none
320 }
321
322 td li.frameset, .elements li.frameset {
323   font-weight: lighter;
324   color: #808080;
325   background: none
326 }
327
328 .footer, .checkedDocument {
329   margin-top: 2em;
330   padding-top: 1em;
331   border-top: solid thin black
332 }
333
334 strong.legal {
335   font-weight: normal;
336   text-transform: uppercase
337 }
338
339 @media print {
340   input#toggler, .toolbar { display: none }
341 }
342
343 <!-- begin tree view styles -->
344
345 #mainMenu {
346   background-color: #EEE;
347   border: 1px solid #CCC;
348   color: #000;
349   width: 203px;
350 }
351
352 #menuList {
353   margin: 0px;
354   padding: 10px 0px 10px 15px;
355 }
356
357 li.menubar {
358   background: url(/static/plus.gif) no-repeat 0em 0.3em;
359   font-size: 12px;
360   line-height: 1.5em;
361   list-style: none outside;
362 }
363
364 .menu, .submenu {
365   display: none;
366   margin-left: 15px;
367   padding: 0px;
368 }
369
370 .menu li, .submenu li {
371   background: url(/static/square.gif) no-repeat 0em 0.3em;
372   list-style: none outside;
373 }
374
375 a.actuator {
376   background-color: transparent;
377   color: #000;
378   font-size: 12px;
379   padding-left: 15px;
380   text-decoration: none;
381 }
382
383 a.actuator:hover {
384   text-decoration: underline;
385 }
386
387 .menu li a, .submenu li a {
388   background-color: transparent;
389   color: #000;
390   font-size: 12px;
391   padding-left: 15px;
392   text-decoration: none;
393 }
394
395 .menu li a:hover, submenu li a:hover {
396   /*border-bottom: 1px dashed #000;*/
397   text-decoration: underline;
398 }
399
400 span.key {
401   text-decoration: underline;
402 }
403
404 <!-- end tree view styles -->