]> ruin.nu Git - ndwebbie.git/blob - stylesheets/thrackan.css
thrackan's stylesheet
[ndwebbie.git] / stylesheets / 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-right: 1em solid black;*/
45 }
46 tr.odd {
47         background: #660000;
48         color: white;
49 }
50 table.old{
51         border: outset 1pt;
52         border-collapse: separate;
53         border-color: grey;
54 }