]> ruin.nu Git - ndwebbie.git/blob - root/static/css/thrackan.css
Initial commit of catalyst files
[ndwebbie.git] / root / static / css / thrackan.css
1 body,html {
2         color: white;
3         background-color: black;
4         font-family: sans-serif;
5         font-size: 10px;
6 }
7 input, textarea {
8         font-size: 10px;
9         background: #003333;
10         color: white;
11 }
12 a:link, a:hover, a:visited {
13         color: white;
14         text-decoration: none;
15 }
16 legend {
17         color: white;
18         background: #660000;
19         border-style: solid;
20         border-width: 1px;
21         border-color: white;
22         padding: 1px;
23 }
24 table.boards td {
25         /*border-style: solid;
26         border-width: 1px;*/
27         border-color: white;
28         padding: 2px;
29         border-collapse: separate;
30         border-spacing: 15pt;
31         font-size: 10px;
32 }
33 table.boards th {
34         font-size: 10px;
35 }
36 fieldset.forum-post legend b {
37         font-size: 10px;
38 }
39 ul.linkbar li {
40         background: #000044;
41         color: white;
42         margin: 0.5em 0;
43         padding: 0.3em;
44         border: 1px solid white;
45         /*border-right: 1em solid black;*/
46 }
47 tr.odd {
48         background: #660000;
49         color: white;
50 }
51 table.old{
52         border: outset 1pt;
53         border-collapse: separate;
54         border-color: grey;
55 }
56 img.graph{
57         background: #999999;
58 }