]> git.sur5r.net Git - i3/i3.github.io/blob - css/xhtml11.css
add impressum to docs
[i3/i3.github.io] / css / xhtml11.css
1 a {
2   color: #3ec2ff;
3   text-decoration: underline;
4 }
5 a:visited {
6   color: fuchsia;
7 }
8
9 em {
10   font-style: italic;
11   color: #3ec2ff;
12 }
13
14 strong {
15   font-weight: bold;
16   color: #3ec2ff;
17 }
18
19 tt {
20   font-family: 'Droid Sans Mono', sans-serif;
21   font-size: inherit;
22   color: #3ec2ff;
23 }
24
25 div.listingblock tt {
26   color: black;
27 }
28
29 h1, h2, h3, h4, h5, h6 {
30   margin-top: 1.2em;
31   margin-bottom: 0.5em;
32 }
33
34 h2 {
35   padding-top: 0.5em;
36 }
37 h3 {
38   float: left;
39 }
40 h3 + * {
41   clear: left;
42 }
43
44 div.sectionbody {
45   margin-left: 0;
46 }
47
48 hr {
49   border: 1px solid silver;
50 }
51
52 p {
53   margin-top: 0.5em;
54   margin-bottom: 0.5em;
55 }
56
57 ul, ol, li > p {
58   margin-top: 0;
59 }
60 /*ul > li     { color: #aaa; }*/
61 /*ul > li > * { color: black; }*/
62
63 pre {
64   padding: 0;
65   margin: 0;
66 }
67
68 span#author {
69   font-weight: bold;
70   font-size: 1.1em;
71 }
72 span#email {
73 }
74 span#revnumber, span#revdate, span#revremark {
75 }
76
77 div#footer {
78   font-size: small;
79   border-top: 2px solid silver;
80   padding-top: 0.5em;
81   margin-top: 4.0em;
82 }
83 div#footer-text {
84   padding-bottom: 0.5em;
85 }
86 div#footer-badges {
87   float: right;
88   padding-bottom: 0.5em;
89 }
90
91 div#preamble {
92   margin-top: 1.5em;
93   margin-bottom: 1.5em;
94 }
95 div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
96 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
97 div.admonitionblock {
98   margin-top: 1.0em;
99   margin-bottom: 1.5em;
100 }
101 div.admonitionblock {
102   margin-top: 2.0em;
103   margin-bottom: 2.0em;
104   margin-right: 10%;
105   color: #606060;
106 }
107
108 div.content { /* Block element content. */
109   padding: 0;
110 }
111
112 /* Block element titles. */
113 div.title, caption.title {
114   font-weight: bold;
115   text-align: left;
116   margin-top: 1.0em;
117   margin-bottom: 0.5em;
118 }
119 div.title + * {
120   margin-top: 0;
121 }
122
123 td div.title:first-child {
124   margin-top: 0.0em;
125 }
126 div.content div.title:first-child {
127   margin-top: 0.0em;
128 }
129 div.content + div.title {
130   margin-top: 0.0em;
131 }
132
133 div.sidebarblock > div.content {
134   border: 1px solid #dddddd;
135   border-left: 4px solid #f0f0f0;
136   padding: 0.5em;
137 }
138
139 div.listingblock > div.content {
140   border: 1px solid #dddddd;
141   border-left: 5px solid #f0f0f0;
142   background: #f8f8f8;
143   padding: 0.5em;
144 }
145
146 div.quoteblock, div.verseblock {
147   padding-left: 1.0em;
148   margin-left: 1.0em;
149   margin-right: 10%;
150   border-left: 5px solid #f0f0f0;
151   color: #777777;
152 }
153
154 div.quoteblock > div.attribution {
155   padding-top: 0.5em;
156   text-align: right;
157 }
158
159 div.verseblock > pre.content {
160   font-family: inherit;
161   font-size: inherit;
162 }
163 div.verseblock > div.attribution {
164   padding-top: 0.75em;
165   text-align: left;
166 }
167 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
168 div.verseblock + div.attribution {
169   text-align: left;
170 }
171
172 div.admonitionblock .icon {
173   vertical-align: top;
174   font-size: 1.1em;
175   font-weight: bold;
176   text-decoration: underline;
177   color: #3ec2ff;
178   padding-right: 0.5em;
179 }
180 div.admonitionblock td.content {
181   padding-left: 0.5em;
182   border-left: 3px solid #dddddd;
183 }
184
185 div.exampleblock > div.content {
186   border-left: 3px solid #dddddd;
187   padding-left: 0.5em;
188 }
189
190 div.imageblock div.content { padding-left: 0; }
191 span.image img { border-style: none; }
192 a.image:visited { color: white; }
193
194 dl {
195   margin-top: 0.8em;
196   margin-bottom: 0.8em;
197 }
198 dt {
199   margin-top: 0.5em;
200   margin-bottom: 0;
201   font-style: normal;
202   color: #3ec2ff;
203 }
204 dd > *:first-child {
205   margin-top: 0.1em;
206 }
207
208 ul, ol {
209     list-style-position: outside;
210 }
211 ol.arabic {
212   list-style-type: decimal;
213 }
214 ol.loweralpha {
215   list-style-type: lower-alpha;
216 }
217 ol.upperalpha {
218   list-style-type: upper-alpha;
219 }
220 ol.lowerroman {
221   list-style-type: lower-roman;
222 }
223 ol.upperroman {
224   list-style-type: upper-roman;
225 }
226
227 div.compact ul, div.compact ol,
228 div.compact p, div.compact p,
229 div.compact div, div.compact div {
230   margin-top: 0.1em;
231   margin-bottom: 0.1em;
232 }
233
234 div.tableblock > table {
235   border: 3px solid #3ec2ff;
236 }
237 thead, p.table.header {
238   font-weight: bold;
239   color: #3ec2ff;
240 }
241 tfoot {
242   font-weight: bold;
243 }
244 td > div.verse {
245   white-space: pre;
246 }
247 p.table {
248   margin-top: 0;
249 }
250 /* Because the table frame attribute is overriden by CSS in most browsers. */
251 div.tableblock > table[frame="void"] {
252   border-style: none;
253 }
254 div.tableblock > table[frame="hsides"] {
255   border-left-style: none;
256   border-right-style: none;
257 }
258 div.tableblock > table[frame="vsides"] {
259   border-top-style: none;
260   border-bottom-style: none;
261 }
262
263
264 div.hdlist {
265   margin-top: 0.8em;
266   margin-bottom: 0.8em;
267 }
268 div.hdlist tr {
269   padding-bottom: 15px;
270 }
271 dt.hdlist1.strong, td.hdlist1.strong {
272   font-weight: bold;
273 }
274 td.hdlist1 {
275   vertical-align: top;
276   font-style: normal;
277   padding-right: 0.8em;
278   color: navy;
279 }
280 td.hdlist2 {
281   vertical-align: top;
282 }
283 div.hdlist.compact tr {
284   margin: 0;
285   padding-bottom: 0;
286 }
287
288 .comment {
289   background: yellow;
290 }
291
292 .footnote, .footnoteref {
293   font-size: 0.8em;
294 }
295
296 span.footnote, span.footnoteref {
297   vertical-align: super;
298 }
299
300 #footnotes {
301   margin: 20px 0 20px 0;
302   padding: 7px 0 0 0;
303 }
304
305 #footnotes div.footnote {
306   margin: 0 0 5px 0;
307 }
308
309 #footnotes hr {
310   border: none;
311   border-top: 1px solid silver;
312   height: 1px;
313   text-align: left;
314   margin-left: 0;
315   width: 20%;
316   min-width: 100px;
317 }
318
319 div.colist td {
320   padding-right: 0.5em;
321   padding-bottom: 0.3em;
322   vertical-align: top;
323 }
324 div.colist td img {
325   margin-top: 0.3em;
326 }
327
328 @media print {
329   div#footer-badges { display: none; }
330 }
331
332 div#toc {
333   margin-bottom: 2.5em;
334 }
335
336 div#toctitle {
337   color: #3ec2ff;
338   font-size: 1.1em;
339   font-weight: bold;
340   margin-top: 1.0em;
341   margin-bottom: 0.1em;
342 }
343
344 div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
345   margin-top: 0;
346   margin-bottom: 0;
347 }
348 div.toclevel2 {
349   margin-left: 2em;
350   font-size: 0.9em;
351 }
352 div.toclevel3 {
353   margin-left: 4em;
354   font-size: 0.9em;
355 }
356 div.toclevel4 {
357   margin-left: 6em;
358   font-size: 0.9em;
359 }
360
361 span.aqua { color: aqua; }
362 span.black { color: black; }
363 span.blue { color: blue; }
364 span.fuchsia { color: fuchsia; }
365 span.gray { color: gray; }
366 span.green { color: green; }
367 span.lime { color: lime; }
368 span.maroon { color: maroon; }
369 span.navy { color: navy; }
370 span.olive { color: olive; }
371 span.purple { color: purple; }
372 span.red { color: red; }
373 span.silver { color: silver; }
374 span.teal { color: teal; }
375 span.white { color: white; }
376 span.yellow { color: yellow; }
377
378 span.aqua-background { background: aqua; }
379 span.black-background { background: black; }
380 span.blue-background { background: blue; }
381 span.fuchsia-background { background: fuchsia; }
382 span.gray-background { background: gray; }
383 span.green-background { background: green; }
384 span.lime-background { background: lime; }
385 span.maroon-background { background: maroon; }
386 span.navy-background { background: navy; }
387 span.olive-background { background: olive; }
388 span.purple-background { background: purple; }
389 span.red-background { background: red; }
390 span.silver-background { background: silver; }
391 span.teal-background { background: teal; }
392 span.white-background { background: white; }
393 span.yellow-background { background: yellow; }
394
395 span.big { font-size: 2em; }
396 span.small { font-size: 0.6em; }
397
398 @font-face {
399     font-family: 'Droid Sans Mono';
400     font-style: normal;
401     font-weight: normal;
402     src: local('Droid Sans Mono'), local('DroidSansMono'), url('/fonts/DroidSansMono.ttf') format('truetype');
403 }