]> ruin.nu Git - ndwebbie.git/blob - root/static/default.css
3275e9f11cc2098815a0d9710f10313234f245ca
[ndwebbie.git] / root / static / default.css
1 body,html {
2         color: black;
3         background-color: #D9D9D9;
4         font-family: sans-serif;
5 }
6 #body {
7         padding-left: 15em;
8         /*padding-right: 12em;*/
9 }
10 #header {
11         padding-left: 15em;
12         /*padding-right: 12em;*/
13 }
14 #leftbar,#rightbar{
15         padding: 0;
16         margin: 0;
17         position: absolute;
18         width: 14em;
19         top: 1em;
20 }
21 #leftbar{
22         left: 1em;
23 }
24 #rightbar{
25         right: 1em;
26 }
27
28 legend {
29         color: black;
30         background: white;
31         border-style: solid;
32         border-width: 1px;
33         padding: 1px;
34 }
35 table.boards td {
36         /*border-style: solid;
37         border-width: 1px;*/
38         padding: 2px;
39         border-collapse: separate;
40         border-spacing: 15pt;
41         font-size: larger;
42 }
43 table.boards td.sticky {
44         font-weight: bold;
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.boards a, table.stats a {
55         text-decoration: none;
56         width: 100%;
57         display: block;
58 }
59 fieldset.forum-post {
60         width: 40em;
61         padding: 5px;
62 }
63 fieldset.forum-post legend b {
64         font-size: larger;
65 }
66 div.leftinfo{
67         float: left;
68         padding-right: 2em;
69 }
70
71 fieldset {
72         display: block;
73         clear: left;
74 }
75 p.claimlinks{
76         clear: both;
77 }
78
79 ul.linkbar {
80         list-style-type: none;
81         width: 13.5em;
82         padding: 0;
83         margin: 0;
84 }
85 ul.linkbar li {
86         background: white;
87         color: black;
88         margin: 0.5em 0;
89         padding: 0.3em;
90         /*border-right: 1em solid black;*/
91 }
92 ul.linkbar a {
93         text-decoration: none;
94         width: 100%;
95         display: block;
96 }
97 ul.linkbar input {
98         width: 12em;
99 }
100 ul.linkbar input.coordsinput {
101         width: 5em;
102 }
103 input.small {
104         width: 1.7em;
105 }
106 tr.odd {
107         background: white;
108         color: black;
109 }
110 tr.total {
111         background: black;
112         color: red;
113 }
114
115 td.ingal{
116         background: blue;
117         color: black;
118 }
119 td.Defend{
120         background: green;
121         color: black;
122 }
123 td.AllyDef{
124         background: #00FF00;
125         color: black;
126 }
127 td.Attack{
128         background: red;
129         color: black;
130 }
131
132 a.Unclaim{
133         color: green;
134 }
135 input.Unclaim{
136         background: green;
137 }
138 a.Claim{
139         color: blue;
140 }
141 a.Join{
142         color: #00AAAA;
143 }
144 input.Join{
145         background: #00AAAA;
146 }
147
148 td.Friendly{
149         background: green;
150         color: black;
151 }
152 td.Friendly a{
153         color: yellow;
154         background: green;
155 }
156 td.Hostile{
157         background: red;
158         color: black;
159 }
160 td.NAP{
161         background: blue;
162         color: white;
163 }
164 td.NAP a{
165         color: yellow;
166         background: blue;
167 }
168
169 td.OLD{
170         background: red;
171         color: black;
172 }
173 table.old{
174         border: outset 1pt;
175         border-collapse: separate;
176         border-color: red;
177 }
178
179 table.closedPlanet{
180         border: outset 2pt;
181         border-collapse: separate;
182         border-color: red;
183 }
184 li.bash{
185         color: #FF9933;
186 }
187 div.clear {
188         clear: both;
189         height: 0;
190         margin: 0;
191         padding: 0;
192         line-height: 0.0;
193         font-size: 1px;
194 }
195
196 table.stats tr td{
197         padding-left: 0.5em;
198 }
199
200 td.LowestPrio{
201         background: red;
202         color: black;
203 }
204 td.MediumPrio{
205         background: yellow;
206         color: black;
207 }
208 td.MediumPrio a{
209         background: yellow;
210         color: black;
211 }
212 td.HighestPrio{
213         background: green;
214         color: black;
215 }
216 span.newposts,span.unreadposts {
217         font-weight: bold;
218 }
219 span.newposts {
220         color: red;
221 }
222
223 div.bbcode-quote,div.bbcode-code {
224         border: solid;
225         border-width: 1px;
226         MARGIN: 5px 15px 15px 15px; PADDING: 8px;
227         line-height: 1.4;
228 }
229 div.bbcode-quote-head,div.bbcode-code-head {
230         font-weight: bold;
231 }
232
233 fieldset.incluster {
234         border: solid;
235         border-width: 2px;
236         border-color: red;
237 }