]> code.citadel.org Git - citadel.git/blob - webcit/static/style.css
82bfc3b8db4620d398f0c86083f872004231d489
[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 .room_banner_room_name {
87         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
88         font-size: 14pt;
89         font-weight: bold;
90         color: #FFFFEE;
91 }
92
93 .room_banner_room_info {
94         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
95         font-size: 10pt;
96         color: #FFFFEE;
97 }
98
99 .room_banner_new_messages {
100         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
101         font-size: 10pt;
102         color: #DDDDCC;
103 }
104
105 .room_banner_start_page {
106         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
107         font-size: 7pt;
108         color: #DDDDCC;
109 }
110
111
112 .menubar_bg {
113         background-color: #FF0000;
114 }
115
116 .iconbar_link {
117         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
118         font-size: 9pt;
119 }
120
121 .powered_by {
122         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
123         font-size: 7pt;
124         letter-spacing: 1pt;
125 }
126
127 .roomlist_new {
128         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
129         font-size: 10pt;
130         color: #880000;
131         font-weight: bold;
132 }
133
134 .roomlist_old {
135         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
136         font-size: 10pt;
137         color: #000088;
138 }
139
140
141 body {
142   background: #aaaaaa;
143   color: #000000;
144   font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
145   font-weight: normal;
146 }
147
148 h1 {
149   color: #c33;
150   background: none;
151   font-weight: bold;
152   text-align: center
153 }
154
155 h2 {
156   color: #00008b;
157   background: none;
158   font-weight: bold
159 }
160
161 h3 {
162   color: #006400;
163   background: none;
164   margin-left: 4%;
165   margin-right: 4%;
166   font-weight: bold
167 }
168
169 h4 {
170   margin-left: 6%;
171   margin-right: 6%;
172   font-weight: bold
173 }
174
175 h5 {
176   margin-left: 6%;
177   margin-right: 6%;
178   font-weight: bold
179 }
180
181 ul, ol, dl, p {
182   margin-left: 6%;
183   margin-right: 6%
184 }
185
186 ul ul, table ol, table ul, dl ol, dl ul {
187   margin-left: 1.2em;
188   margin-right: 1%;
189   padding-left: 0
190 }
191
192 pre {
193   margin-left: 10%;
194   white-space: pre
195 }
196
197 table caption {
198   font-size: larger;
199   font-weight: bolder
200 }
201
202 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
203   margin-left: 0;
204   margin-right: 0
205 }
206
207 p.top {
208   margin-left: 1%;
209   margin-right: 1%
210 }
211
212 blockquote {
213   margin-left: 8%;
214   margin-right: 8%;
215   border: thin ridge #dc143c
216 }
217
218 blockquote pre {
219   margin-left: 1%;
220   margin-right: 1%
221 }
222
223 dt a {
224   font-weight: bold;
225   margin-top: .8em
226 }
227
228
229 .html {
230   color: #000080;
231   background: none
232 }
233
234 .css {
235   color: #800000;
236   background: none
237 }
238
239 .javascript {
240   color: #008000;
241   background: none
242 }
243
244 dfn {
245   font-style: normal;
246   font-weight: bolder
247 }
248
249 var sub { font-style: normal }
250
251 .note {
252   font-size: 85%;
253   margin-left: 10%
254 }
255
256 .toolbar {
257   text-align: center
258 }
259
260 .toolbar IMG {
261   float: right
262 }
263
264 .errormsg {
265   color: #AA0000;
266   background: none;
267   font-style: italic;
268 }
269
270 .warning {
271   color: #FF4500;
272   background: none;
273   text-decoration: none
274 }
275
276 .error strong {
277   color: #DC143C;
278   background: #FFD700;
279   text-decoration: none
280 }
281
282 .warning strong {
283   color: #FF4500;
284   background: #FFD700;
285   text-decoration: none
286 }
287
288 .warning a:link, .warning a:visited, .warning a:active {
289   color: #FF4500;
290   background: none;
291   text-decoration: underline
292 }
293
294 .error a:link, .error a:visited, .error a:active {
295   color: #DC143C;
296   background: none;
297   text-decoration: underline
298 }
299
300 .error strong a:link, .error strong a:visited, .error strong a:active {
301   color: #DC143C;
302   background: #FFD700
303 }
304
305 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
306   color: #FF4500;
307   background: #FFD700
308 }
309
310 colgroup.entity { text-align: center }
311
312 .default { text-decoration: underline; font-style: normal }
313 .required { font-weight: bold }
314 td li.transitional, .elements li.transitional {
315   font-weight: lighter;
316   color: #696969;
317   background: none
318 }
319
320 td li.frameset, .elements li.frameset {
321   font-weight: lighter;
322   color: #808080;
323   background: none
324 }
325
326 .footer, .checkedDocument {
327   margin-top: 2em;
328   padding-top: 1em;
329   border-top: solid thin black
330 }
331
332 strong.legal {
333   font-weight: normal;
334   text-transform: uppercase
335 }
336
337 @media print {
338   input#toggler, .toolbar { display: none }
339 }
340