Special Ops 2.50
[specialops2.git] / css / u3.css
blobc62a11b08d96dfae55bff3d951cc6bae838891eb
1 @charset "UTF-8";
2 @import "core-layout.css";
4 html { color: #ddd; background: #333; font-family: 'DejaVu Sans Condensed', 'Arial', sans-serif }
5 body { margin: 0 10px; background: url(data:image/png) }
7 a { color: #c44 }
8 a:hover { color: #aaf }
10 body > h1 { margin: 0 -10px; height: 80px; position: relative;
11 background: url(bw3/toptiles-inv.png) repeat-x;
12 text-align: left; font-size: 1.2em; font-weight: normal }
13 body > h1 span { position: absolute; top: 0; right: 0 }
14 body > h1::before { content: url(bw3/header-inv.png) }
16 h2 { font-size: 1.3em; text-align: right; margin: 0.5em 1em }
18 fieldset, legend, .nl, .error, .notice, .info { border: 2px #a00 solid; padding: 5px; margin: 3px }
19 fieldset, legend { background: #000 }
20 .nl, .error, .notice, .info { color: #fc8; background: #222 }
21 .info { border-color: #0f0 }
22 .notice { border-color: #7f0 }
23 .error { border-color: #f00 }
25 button, input, textarea, select { background: #006; color: #fff }
27 table { width: 100% }
28 th, .message > .info { background: url(bw3/toptiles-inv.png) bottom; padding: 3px; border: 1px #333 solid }
29 td, .message > .content { padding: 4px; border: 1px #c00 dotted; background: #111 }
31 #navbar::before { content: 'Board Nav: ' }
32 #userheader::before { content: 'User Nav: ' }
33 .nl { padding: 5px 1em; list-style: none; -moz-border-radius: 1em }
34 .nl li { display: inline }
35 .nl li + li::before { content: ' | '; color: #acc }
37 #footer, #footer fieldset { background: #222; border: 2px #000 solid }
38 #footer { padding: 0; margin: 1em 0; font-size: small }
39 #footer p { padding: 2px; margin: 0 }
40 #footer fieldset { margin: 0; padding: 0; float: right; border-style: none none none solid }
41 #footer legend { display: none }