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