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