]> ruin.nu Git - ndwebbie.git/blob - stylesheets/black.css
38b2f7bb59609dbab475f70d134f95d7590f8a44
[ndwebbie.git] / stylesheets / black.css
1 body,html,table,div {
2         font-family: sans-serif;
3         font-size: 11px;
4         color: #B2B2B2;
5         background-color: black;
6 }
7
8 a {
9         color: white;
10         text-decoration:underline;
11 }
12 a:hover, td.NAP a:hover {
13         color: black;
14         background: white;
15 }
16
17 input,textarea,select {
18         color: black;
19         background: #B2B2B2;
20 }
21
22 img.graph {
23         background: gray;
24 }
25
26 td.sticky {
27         font-weight: bold;
28 }
29
30
31 legend {
32         color: black;
33         background: gray;
34         border-style: solid;
35         border-width: 1px;
36         padding: 1px;
37 }
38
39 table.boards td {
40         /*border-style: solid;
41         border-width: 1px;*/
42         padding: 2px;
43         border-collapse: separate;
44         border-spacing: 15pt;
45         font-size: larger;
46 }
47 table.boards{
48         border-collapse: separate;
49         border-spacing: 5px;
50 }
51 table.boards th {
52         font-size: larger;
53 }
54
55 table.boards,table.stats a {
56         text-decoration: none;
57         width: 100%;
58         display: block;
59 }
60 fieldset.forum-post {
61         width: 40em;
62 }
63 fieldset.forum-post legend b {
64         font-size: larger;
65 }
66 div.leftinfo{
67         float: left;
68         padding-right: 2em;
69 }
70 p.claimlinks{
71         clear: both;
72 }
73
74 ul.linkbar {
75         list-style-type: none;
76         width: 13.5em;
77         padding: 0;
78         margin: 0;
79 }
80 ul.linkbar li {
81         background: gray;
82         color: black;
83         margin: 0.5em 0;
84         padding: 0.3em;
85         /*border-right: 1em solid black;*/
86 }
87 ul.linkbar a {
88         text-decoration: none;
89         width: 100%;
90         display: block;
91 }
92 input.coordsinput {
93         width: 4em;
94 }
95 input.small {
96         width: 1.7em;
97 }
98 tr.even {
99         background: #B2B2B2;
100         color: black;
101 }
102 tr.odd {
103         background: gray;
104         color: black;
105 }
106 tr.total {
107         background: black;
108         color: red;
109 }
110
111 td.ingal{
112         background: blue;
113         color: black;
114 }
115 td.Defend{
116         background: green;
117         color: black;
118 }
119 td.AllyDef{
120         background: #00FF00;
121         color: black;
122 }
123 td.Attack{
124         background: red;
125         color: black;
126 }
127
128 a.Unclaim{
129         color: green;
130 }
131 input.Unclaim{
132         background: green;
133 }
134 a.Claim{
135         color: blue;
136 }
137 a.Join{
138         color: #00AAAA;
139 }
140 input.Join{
141         background: #00AAAA;
142 }
143
144 td.Friendly{
145         background: green;
146         color: black;
147 }
148 td.Friendly a{
149         color: yellow;
150         background: green;
151 }
152 td.Hostile{
153         background: red;
154         color: black;
155 }
156
157 table.old{
158         border: outset 1pt;
159         border-collapse: separate;
160         border-color: red;
161 }
162
163 table.closedPlanet{
164         border: outset 2pt;
165         border-collapse: separate;
166         border-color: red;
167 }
168 li.bash{
169         color: #FF9933;
170 }
171 div.clear {
172         clear: both;
173         height: 0;
174         margin: 0;
175         padding: 0;
176         line-height: 0.0;
177         font-size: 1px;
178 }
179
180 td.LowestPrio{
181         background: red;
182         color: black;
183 }
184 td.MediumPrio{
185         background: yellow;
186         color: black;
187 }
188 td.HighestPrio{
189         background: green;
190         color: black;
191 }
192 span.newposts,span.unreadposts {
193         font-weight: bold;
194 }
195 span.newposts {
196         color: red;
197 }