Did something with the DTD thing
[specialops2.git] / css / gfh2.css
blobf3e051870e45f2cc49e961ffd81c67cfd7fc0883
1 @charset "UTF-8";
2 @import "core-layout.css";
4 /* $Id$ */
6 html { color: #000; background: #eff url(img/scanlinevg); font: 90% sans-serif; margin: 0.5em }
7 h1 { font-size: xx-large; font-style: italic }
8 h2 { font-size: x-large; margin: 5px }
9 h3 { font-size: large; margin: 4px }
11 #index-stats { display: none }
12 #index-stats ~ p { border-left: 1em solid #667; padding: 0.1em 1em }
14 #pagelist-head { display: none }
16 #messagebox { float: left }
18 table { width: 100%; border-spacing: 1.05px 1px; padding: 0.3em; background: #aac }
19 th, caption { font: 110% sans-serif; font-weight: bold; font-style: italic }
21 dl, form { margin: 2px 0 }
22 dt { max-width: 30em; margin-top: 1px }
23 dd { border-left: 1em solid #667; margin: -1px 0 0 1em; padding: 0.2em 0 0.2em 1em }
25 p { line-height: 1.4em }
27 textarea { vertical-align: middle }
29 a { color: #00a; text-decoration: none; font-weight: bold; border-bottom: 1px solid }
30 a:visited { color: #448; border-bottom-style: dotted }
31 a:hover, a:active { color: #990 }
33 th a, .nl a, #footer a, dt a { color: #fff !important }
35 th, dt, .nl, #footer { color: #fff; background: #667; font-weight: bold }
37 .nl { padding: 0.5em; margin: 1px 0 }
38 .nl dd { padding: 0; margin: 0; border: none }
39 .nl dd a { padding: 0 0.2em }
40 .nl li + li::before { content: ' | ' }
41 #navbar li + li::before { content: ' > '}
43 #footer { padding: 0; margin: 0 }
44 #footer p { padding: 0.5em; margin: 0 }
45 #footer fieldset { margin: 0; padding: 0; border: none; float: right; background: #667 }
46 #footer legend { display: none }
47 #footer label, #footer label ~ button { display: block }
48 #footer:target fieldset { color: #000; background: #ff0 }
50 th, td, dt, .c0, .c1, .info, .content { padding: 0.3em }
52 .notice, .error { background: #ff0 }
53 .content, .c1 { background: #ccd }
54 .info, .c0, caption { background: #cfcfcf url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAQAAACSE13KAAAAGklEQVQI12 P438fE8I6J4T0TwzsY4z0TwzsAZQwIIYbp4d8AAAAASUVORK5CYII=") repeat-x }
55 .thread { margin-left: 1em }
57 pre { overflow: auto; max-width: 100% }