Fixed gfcss10 theme for konqueror
[specialops2.git] / css / fm.css
blobb057550239c1eac135aada5a152fa7bbe6518c40
1 @charset "UTF-8";
2 @import "core-layout.css";
4 /* $Id$ */
6 html { font: 1em "Nimbus Sans L", "Trebuchet MS", sans-serif; color: #dff; background: #247 url(fm/background.png) }
7 h1 { font-size: 164%; padding: 0 0 0 150px }
8 table { font-size: 97%; width: 100%; border-spacing: 1px }
9 td { padding: 2px }
11 dd { margin-left: 2em; padding: 0 1em }
13 p { padding: 0.2em }
15 blockquote { padding: 0.5em; border: 1px dashed #fff }
16 blockquote[cite]::before { content: attr(cite) ":"; padding: inherit 0; border-bottom: 1px solid #fff }
18 #footer fieldset { float: right }
19 #footer p, #footer address { font-size: small; line-height: 1.2em; text-align: center }
21 fieldset, legend { border: 1px dotted #7ab; margin: 0.2em }
22 select, textarea, input[type="text"], input[type="password"] { color: #000; background: #abd; border: 1px dotted #ff0 }
23 input[type="password"] { border-color: #f00 }
24 input[type="submit"], button { background: #fa0; color: #000; border: 1px dotted #ff0 }
25 input[type="submit"]:active, button:active { border-style: inset }
27 a { color: #acf; background: transparent; border-bottom: 1px dashed; text-decoration: none }
28 a:hover { color: #aff; background: transparent }
30 .nl a { color: #fff; background: url(img/blackvg_50) bottom repeat-x; border: 1px solid #fff; padding: 0 1em }
31 .nl a:hover { background-color: #66f }
32 .nl dd { color: #000; background: transparent; margin: 0; padding: 0 }
34 .error, .notice { background: #fff; color: #444; font-weight: bold; border: 2px dashed #f00; }
35 .notice { border-color: #00f; }
36 .error a, .notice a { background: inherit; color: #00f }
37 th, .nl { padding: 4px; margin: 1px 0 }
39 th:first-child { -moz-border-radius-topleft: 1em }
40 th:last-child { -moz-border-radius-topright: 1em }
41 th[scope="row"] { -moz-border-radius: 1em 0em 0em 1em }
43 .info, dt, th, .nl { color: #000; background: #fff url(img/o-bluevg) repeat-x }
44 .info a, dt a, th a { color: #00f; background: transparent }
45 .content { color: #dff; background: #556 }
47 .c1 { color: #dff; background: transparent url(img/black_66) }
48 dd, .c0, legend { color: #dff; background: transparent url(img/black_50) }
50 #boardlist tr { background: url(img/blackvg) bottom repeat-x; min-height: 23px }
51 #messagebox { float: left }