* Begin migration to the new "rounded boxes" look
[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: #aaaaaa;
116   <!-- background-image: url("/image&name=background"); -->
117   color: #000000;
118 }
119
120 h1 {
121   color: #c33;
122   background: none;
123   font-weight: bold;
124   text-align: center
125 }
126
127 h2 {
128   color: #00008b;
129   background: none;
130   font-weight: bold
131 }
132
133 h3 {
134   color: #006400;
135   background: none;
136   margin-left: 4%;
137   margin-right: 4%;
138   font-weight: bold
139 }
140
141 h4 {
142   margin-left: 6%;
143   margin-right: 6%;
144   font-weight: bold
145 }
146
147 h5 {
148   margin-left: 6%;
149   margin-right: 6%;
150   font-weight: bold
151 }
152
153 ul, ol, dl, p {
154   margin-left: 6%;
155   margin-right: 6%
156 }
157
158 ul ul, table ol, table ul, dl ol, dl ul {
159   margin-left: 1.2em;
160   margin-right: 1%;
161   padding-left: 0
162 }
163
164 pre {
165   margin-left: 10%;
166   white-space: pre
167 }
168
169 table caption {
170   font-size: larger;
171   font-weight: bolder
172 }
173
174 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
175   margin-left: 0;
176   margin-right: 0
177 }
178
179 p.top {
180   margin-left: 1%;
181   margin-right: 1%
182 }
183
184 blockquote {
185   margin-left: 8%;
186   margin-right: 8%;
187   border: thin ridge #dc143c
188 }
189
190 blockquote pre {
191   margin-left: 1%;
192   margin-right: 1%
193 }
194
195 dt a {
196   font-weight: bold;
197   margin-top: .8em
198 }
199
200
201 .html {
202   color: #000080;
203   background: none
204 }
205
206 .css {
207   color: #800000;
208   background: none
209 }
210
211 .javascript {
212   color: #008000;
213   background: none
214 }
215
216 .example { margin-left: 10% }
217
218 dfn {
219   font-style: normal;
220   font-weight: bolder
221 }
222
223 var sub { font-style: normal }
224
225 .note {
226   font-size: 85%;
227   margin-left: 10%
228 }
229
230 .SMA {
231   color: fuchsia;
232   background: none;
233   font-family: Kids, "Comic Sans MS", Jester
234 }
235
236 .oops {
237   font-family: Jester, "Comic Sans MS"
238 }
239
240 .author {
241  font-style: italic;
242 }
243
244 .copyright {
245   font-size: smaller;
246   text-align: right;
247   clear: right
248 }
249
250 .toolbar {
251   text-align: center
252 }
253
254 .toolbar IMG {
255   float: right
256 }
257
258 .error {
259   color: #DC143C;
260   background: none;
261   text-decoration: none
262 }
263
264 .warning {
265   color: #FF4500;
266   background: none;
267   text-decoration: none
268 }
269
270 .error strong {
271   color: #DC143C;
272   background: #FFD700;
273   text-decoration: none
274 }
275
276 .warning strong {
277   color: #FF4500;
278   background: #FFD700;
279   text-decoration: none
280 }
281
282 .warning a:link, .warning a:visited, .warning a:active {
283   color: #FF4500;
284   background: none;
285   text-decoration: underline
286 }
287
288 .error a:link, .error a:visited, .error a:active {
289   color: #DC143C;
290   background: none;
291   text-decoration: underline
292 }
293
294 .error strong a:link, .error strong a:visited, .error strong a:active {
295   color: #DC143C;
296   background: #FFD700
297 }
298
299 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
300   color: #FF4500;
301   background: #FFD700
302 }
303
304 colgroup.entity { text-align: center }
305
306 .default { text-decoration: underline; font-style: normal }
307 .required { font-weight: bold }
308 td li.transitional, .elements li.transitional {
309   font-weight: lighter;
310   color: #696969;
311   background: none
312 }
313
314 td li.frameset, .elements li.frameset {
315   font-weight: lighter;
316   color: #808080;
317   background: none
318 }
319
320 .footer, .checkedDocument {
321   margin-top: 2em;
322   padding-top: 1em;
323   border-top: solid thin black
324 }
325
326 strong.legal {
327   font-weight: normal;
328   text-transform: uppercase
329 }
330
331 @media print {
332   input#toggler, .toolbar { display: none }
333 }
334