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