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