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