]> code.citadel.org Git - citadel.git/blob - webcit/static/style.css
98072362c8224ffe16c0e10f43492a4c741c18c6
[citadel.git] / webcit / static / style.css
1 body {
2   background-image:
3                 url("/image&name=background");
4   background: white;
5   color: black
6 }
7
8 h1 {
9   color: #c33;
10   background: none;
11   font-weight: bold;
12   text-align: center
13 }
14
15 h2 {
16   color: #00008b;
17   background: none;
18   font-weight: bold
19 }
20
21 h3 {
22   color: #006400;
23   background: none;
24   margin-left: 4%;
25   margin-right: 4%;
26   font-weight: bold
27 }
28
29 h4 {
30   margin-left: 6%;
31   margin-right: 6%;
32   font-weight: bold
33 }
34
35 h5 {
36   margin-left: 6%;
37   margin-right: 6%;
38   font-weight: bold
39 }
40
41 ul, ol, dl, p {
42   margin-left: 6%;
43   margin-right: 6%
44 }
45
46 ul ul, table ol, table ul, dl ol, dl ul {
47   margin-left: 1.2em;
48   margin-right: 1%;
49   padding-left: 0
50 }
51
52 pre {
53   margin-left: 10%;
54   white-space: pre
55 }
56
57 table caption {
58   font-size: larger;
59   font-weight: bolder
60 }
61
62 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
63   margin-left: 0;
64   margin-right: 0
65 }
66
67 p.top {
68   margin-left: 1%;
69   margin-right: 1%
70 }
71
72 blockquote {
73   margin-left: 8%;
74   margin-right: 8%;
75   border: thin ridge #dc143c
76 }
77
78 blockquote pre {
79   margin-left: 1%;
80   margin-right: 1%
81 }
82
83 dt a {
84   font-weight: bold;
85   margin-top: .8em
86 }
87
88 a:link {
89   color: #00f;
90   background: none;
91 }
92
93 a:visited {
94   color: #800080;
95   background: none;
96 }
97
98 a:active {
99   color: green;
100   background: #FFD700
101 }
102
103 .html {
104   color: #000080;
105   background: none
106 }
107
108 .css {
109   color: #800000;
110   background: none
111 }
112
113 .javascript {
114   color: #008000;
115   background: none
116 }
117
118 .example { margin-left: 10% }
119
120 dfn {
121   font-style: normal;
122   font-weight: bolder
123 }
124
125 var sub { font-style: normal }
126
127 .note {
128   font-size: 85%;
129   margin-left: 10%
130 }
131
132 .SMA {
133   color: fuchsia;
134   background: none;
135   font-family: Kids, "Comic Sans MS", Jester
136 }
137
138 .oops {
139   font-family: Jester, "Comic Sans MS"
140 }
141
142 .author {
143   font-style: italic
144 }
145
146 .copyright {
147   font-size: smaller;
148   text-align: right;
149   clear: right
150 }
151
152 .toolbar {
153   text-align: center
154 }
155
156 .toolbar IMG {
157   float: right
158 }
159
160 .error {
161   color: #DC143C;
162   background: none;
163   text-decoration: none
164 }
165
166 .warning {
167   color: #FF4500;
168   background: none;
169   text-decoration: none
170 }
171
172 .error strong {
173   color: #DC143C;
174   background: #FFD700;
175   text-decoration: none
176 }
177
178 .warning strong {
179   color: #FF4500;
180   background: #FFD700;
181   text-decoration: none
182 }
183
184 .warning a:link, .warning a:visited, .warning a:active {
185   color: #FF4500;
186   background: none;
187   text-decoration: underline
188 }
189
190 .error a:link, .error a:visited, .error a:active {
191   color: #DC143C;
192   background: none;
193   text-decoration: underline
194 }
195
196 .error strong a:link, .error strong a:visited, .error strong a:active {
197   color: #DC143C;
198   background: #FFD700
199 }
200
201 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
202   color: #FF4500;
203   background: #FFD700
204 }
205
206 colgroup.entity { text-align: center }
207
208 .default { text-decoration: underline; font-style: normal }
209 .required { font-weight: bold }
210 td li.transitional, .elements li.transitional {
211   font-weight: lighter;
212   color: #696969;
213   background: none
214 }
215 td li.frameset, .elements li.frameset {
216   font-weight: lighter;
217   color: #808080;
218   background: none
219 }
220
221 .footer, .checkedDocument {
222   margin-top: 2em;
223   padding-top: 1em;
224   border-top: solid thin black
225 }
226
227 strong.legal {
228   font-weight: normal;
229   text-transform: uppercase
230 }
231
232 @media print {
233   input#toggler, .toolbar { display: none }
234 }
235