Special Ops 2.50
[specialops2.git] / css / b-type.css
blob64e1130b59b8f3824cdb31c54950b57e00f6c02a
1 @charset "UTF-8";
2 @import 'core-layout.css';
4 /* $Id: b-type.css 844 2006-03-24 16:58:08Z ant $ */
6 html { background: #f3fcff; color: #000; font-family: "Nimbus Sans L", "Trebuchet MS", sans-serif; }
7 body { margin: 0 1em }
9 #navbar { float: left; border-right: none }
10 #userheader { text-align: right; }
12 .nl, th { background: #26c; color: #fff; border: 1px inset #eee; border-bottom: 0; -moz-border-radius:20px 20px 0 0; margin: 6px 0 0 0; padding: 0 3px 2px 3px; height: 1em }
13 th[scope="col"] { -moz-border-radius: 1em 1em 0 0; }
14 th[scope="row"] { -moz-border-radius: 1em 0 0 1em; text-align: right; }
15 th[scope="row"]::after { content: " >"; }
17 .nl > *::after { content: " | "; }
18 .nl > *:last-child::after { content: ""; }
20 table { width: 99%; margin: 0.5% auto; border-spacing: 0 1px; }
21 td { padding: 2px; }
22 .info, #footer p { background: #78c; color: #fff; }
23 .content, td, fieldset { background: #bcf url(img/whitevg) bottom repeat-x; padding-bottom: 5px; }
24 tr.content { background: transparent; }
25 .notice, .error { background: #fc0; text-align: center; }
26 .thread { margin-left: 0.5em; }
28 .info, .content, dl, .notice, h1, .error { margin: 2px 2px 0 0; padding: 1px; }
30 fieldset { border: 1px dotted #fff; }
31 h1 { font-size: 200%; text-align: right; }
32 h2, caption { font-size: 200%; text-align: left; font-weight: normal; }
34 fieldset ul { padding-left: 1.5em; }
35 legend { background: #67d; border: 1px solid #fff; color: #fff; font-size: 110%; font-style: italic; font-weight: bold; padding: 2px; }
37 dt { font-weight: bold; }
38 dt::after { content: ":"; }
39 dd { border: solid #dfdfdf; border-width: 0 0 2px 2em; margin: 0 0 2px; padding: 2px; }
40 #pagelist-head dt::after, #pagelist-foot dt::after, #userheader li:first-child::after { content: ""; }
41 #pagelist-head dd, #pagelist-foot dd { border: none; }
43 a { color: #00004a; }
44 a:hover { color: #00007f; }
45 .nl a { background: #26c; color:#fff; border:1px outset; border-bottom:1px dotted #00c; padding:6px 3px 2px 3px; -moz-border-radius:25px 25px 0 0; vertical-align: bottom }
46 .info a { color: #fe8; }
47 #footer a { color: #fff }
49 input[type="submit"], button { font-family: "Nimbus Sans L", "Trebuchet MS", sans-serif; font-weight: bold; border: 3px groove #06c; -moz-border-radius: 20px; color: #ddf; background: #06c; }
50 input[type="submit"]:active, input[type="reset"]:active, button:active { border-color: #fc0 }
51 input[type="text"], select, textarea {font:80% 'verdana'; border:0; border-bottom:3px groove; border-right:3px groove}