Special Ops 2.50
[specialops2.git] / css / gfcss10.css
blobd86a5c321f75f4d74b2017d5402cac569cc0c4be
1 @charset "UTF-8";
2 @import "core-layout.css";
4 /* $Id: gfcss10.css 910 2006-05-06 16:47:20Z ant $ */
6 a { color: #00f }
7 a:hover { background: #fff; outline: 1px solid #ccc }
9 html { background: #c5caff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAIAAAGquMJDAAAAFUlEQVQI12N48uIbw9v3PxnuPPgMADHHCEd3YLtLAAAAAElFTkSuQmCC) }
10 body { padding: 0 32px }
12 h1 { text-align: right; color: #fff; min-height: 38px; margin: 0 -32px; font-size: 1.4em;
13 background:
14 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAmCAYAAAF2ThGsAAAAxElEQVQY07XRMUqDQRAF4G+HPwjewM6DWApCBLFOoeBikUV7a8HGWtJISOkJ3NoT2FlbeQSRWGQt1PwkoNg4xWPeG2Z4M+NkfN8ipSTQw5Zcauu1z8il7q0VVuEt8BzY77tSLrWtTPo5Wcilzr+Vl1zqRuAJVx2O8Pqrhb/CPHAauAjMAreB46Xfte3/l7TWepJSguXVFki46zDG7nQyHKVc6jsGuOlwjZ3pZHiecqmBQzwGLnGG7fT1xwM8yKVu5lIH8AGM/DbP1OvwbgAAAABJRU5ErkJggg==) repeat-x }
16 .nl { margin: 0.5em }
17 .nl li { white-space: nowrap }
18 .nl li + li::before, .nl dd + dd::before { content: ' | ' }
19 .nl a { padding: 0 0.2em }
21 #navbar { float: right }
22 #userheader li:first-child::before { content: 'User: ' }
24 table { border-spacing: 0; width: 100%; margin: 0 auto }
25 caption { background: #bbc; font-size: 1.2em; margin-top: 0.5em; -moz-border-radius: 50% 50% 0 0 }
26 th { background: #636AB6; color: #fff }
27 th[scope="row"] { text-align: left }
28 td { background: #eee }
29 .c1 td { background: #ddf }
31 thead tr:first-child th:first-child { -moz-border-radius-topleft: 50% }
32 thead tr:first-child th:last-child { -moz-border-radius-topright: 50% }
34 .error, .notice { font-weight: bold; background: #ff0 }
35 .info { background: #ccccf6 }
36 .content { background: #eee }
37 .message .info { -moz-border-radius: 1em 1em 0 0 }
38 .message .content { -moz-border-radius: 0 0 1em 1em }
39 .message .info, .message .content { padding: .2em .5em }
41 #boardlist td, #topiclist td { padding: 0 0.3em }
42 #boardlist col:first-child { width: 50% }
43 #boardlist td:first-child a { display: block; padding: 0.2em 0 }
44 #boardlist td:first-child a + br { display: none }
45 #boardlist td:first-child + td,
46 #boardlist td:first-child + td + td + td { background: #ddd }
47 #boardlist td:first-child + td,
48 #boardlist td:first-child + td + td { text-align: right }
50 #topiclist td:first-child a:visited::before { content: '× '; color: #000 }
51 #topiclist td:first-child a { display: block; padding: 0.3em 0 }
53 #messagebox { float: left; width: 45em; max-width: 100%; margin: 0 }
54 #messagebox + fieldset { float: left; width: 100%; max-width: 30ex }
56 #quickpost fieldset { border: 2px solid #636ab6 }
58 #pagelist-head dd { display: none }
59 #pagelist-head dt + dd,
60 #pagelist-head dd:last-child,
61 #pagelist-head dd.curpage, #pagelist-head dd.prev, #pagelist-head dd.next { display: inline }
62 #pagelist-head dd.prev a::after { content: ' (Previous)' }
63 #pagelist-head dd.next a::after { content: ' (Next)' }
64 #pagelist-head dt + dd a::after { content: ' (First)' }
65 #pagelist-head dd:last-child a::after { content: ' (Last)' }
66 #pagelist-foot { margin: 0; padding: 0 1em; background: #636ab6; -moz-border-radius: 0 0 50% 50% }
67 #pagelist-foot * { color: #fff }
68 #pagelist-foot a:hover { color: #000 }
70 #footer fieldset { position: absolute; top: 0; left: 0; border: 0; padding: 0; margin: 0; color: #fff }
71 #footer legend { display: none }
72 #footer label { font-size: small }
73 input[type="password"] { background: #ff8 }
74 #footer button { vertical-align: top }
75 #footer p { text-align: right }