* Minor TOS change
[specialops2.git] / css / gamefaqs.css
blob6e8a147da41cf75da15e83d3629e559ca611ae1c
1 @charset "UTF-8";
2 @import 'core-layout.css';
4 /* $Id$
5 SO2 GameFAQs Classic theme - by Aquatakat */
7 html { background: #fff; color: #000; font: 83% "Arial", "Nimbus Sans L", sans-serif; }
9 .nl, #footer p, #index-stats { background: #33c; color: #fff; font-size: 110%; font-weight: bold; text-align: center; }
10 .nl li { display: inline; }
11 .nl li:after { content: " | "; }
12 .nl li:last-child:after { content: ""; }
14 table { width: 100%; }
15 th { background: #8080ff; color: #fff; font-size: 110%; font-style: italic; }
16 .info { background: #b0b0ff; }
17 .content, td { background: #d0d0ff; }
18 .notice, .error { background: #ff0; text-align: center; }
19 .thread { margin-left: 0.5em; }
21 .info, .content, .nl, dl, .formlist, .notice, h1, .error { margin: 2px 2px 0; padding: 1px; }
22 table { margin-bottom: -2px; }
24 h1 { font-size: 240%; text-align: center; }
26 fieldset { background: #d0d0ff; border: 2px solid #fff; }
27 fieldset ul { padding-left: 1.5em; }
28 legend { background: #8080ff; border: 2px solid #fff; color: #fff; font-size: 110%; font-style: italic; font-weight: bold; padding: 1px; padding-right: 2em; }
30 dt { font-weight: bold; }
31 dt:after { content: ":"; }
32 dd { border: solid #dfdfdf; border-width: 0 0 2px 2em; margin: 0 0 2px; padding: 2px; }
34 a { color: #00004a; }
35 a:visited { color: #00004f; }
36 .nl a, #footer p a { color: #fff; }
37 .nl a:hover { color: #ff0; }
39 #navbar { float: right; border-left: 3px solid; padding: 1px .5em; }
41 #index-stats ~ p { margin: 0.3em }