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