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