bad line endings fixed
[specialops2.git] / css / b-type.css
blobd83b79ed29df1acd108b87db3ba3b1080664da97
1 /* FURRRRRRRRR */
2 @import 'core-layout.css';
3 html { background: #f3fcff; color: #000; font-family: "Nimbus Sans L", "Trebuchet MS", sans-serif; }
5 #navbar { float: left; }
6 #userheader { text-align: right; }
8 .nl, th { background: #06b; color: #fff; }
9 th[scope="col"] { -moz-border-radius: 1em 1em 0 0; border: 1px #f3fcff; border-style: none solid; }
10 th[scope="row"] { -moz-border-radius: 1em 0 0 1em; text-align: right; }
11 th[scope="row"]::after { content: " >"; }
13 .nl > *::after { content: " | "; }
14 .nl > *:last-child::after { content: ""; }
16 table { width: 99%; margin: 0.5% auto; border-spacing: 0 1px; }
17 td { padding: 2px; }
18 .info, #footer p { background: #78c; color: #fff; }
19 .content, td, fieldset { background: #bcf url(whitevg) bottom repeat-x; padding-bottom: 5px; }
20 tr.content { background: transparent; }
21 .notice, .error { background: #fc0; text-align: center; }
22 .thread { margin-left: 0.5em; }
24 .info, .content, .nl, dl, .formlist, .notice, h1, .error { margin: 2px 2px 0 0; padding: 1px; }
26 fieldset { border: 1px dotted #fff; }
27 body > h1 { font-size: 200%; text-align: right; }
28 h2, caption { font-size: 200%; text-align: left; font-weight: normal; }
30 fieldset ul { padding-left: 1.5em; }
31 legend { background: #67d; border: 1px solid #fff; color: #fff; font-size: 110%; font-style: italic; font-weight: bold; padding: 2px; }
33 dt { font-weight: bold; }
34 dt::after { content: ":"; }
35 dd { border: solid #dfdfdf; border-width: 0 0 2px 2em; margin: 0 0 2px; padding: 2px; }
36 #pagelist-head dt::after, #pagelist-foot dt::after, #userheader li:first-child::after { content: ""; }
37 #pagelist-head dd, #pagelist-foot dd { border: none; }
39 a { color: #00004a; }
40 a:visited { color: #00004f; }
41 .nl a, #footer a { color: #ff8; }
42 .info a { color: #fe8; }
44 input[type="submit"], button { font-family: "Nimbus Sans L", "Trebuchet MS", sans-serif; font-weight: bold; border-color: #06c; color: #ddf; background: #06c; }
46 #boardlist-stats, #boardlist-stats + h3 { display: inline; }
47 #boardlist-foot { clear: left; }