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