Project

General

Profile

1
/* GeoServer Default Style */
2
body {
3
 font-size: 90%;
4
 margin: 0ex;
5
 color: #000;
6
 font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
7
 background: rgb(240,230,220);
8
}
9
a:visited,
10
a:link {
11
 color: rgb(102,102,153);
12
 text-decoration: none;
13
}
14
a:hover {
15
 color: rgb(102,102,153);
16
 text-decoration: underline;
17
}
18
table.page {
19
 text-align: left;
20
 width: 100%;
21
 cellspacing: 0;
22
 cellpadding: 0;
23
}
24
tr.header {
25
 vertical-align: bottom;
26
 white-space: nowrap;
27
}
28
td.gutter {
29
 width: 12em;
30
 min-width: 12em; 
31
 white-space: nowrap; 
32
}
33
.project {
34
 font-size: 110%;
35
 font-weight: bold;
36
 font-style: italic;
37
 color: rgb(102,102,153);
38
}
39
.license {
40
 font-size: 90%;
41
 font-weight: normal;
42
 font-style: italic;
43
 color: rgb(102,102,153);
44
}
45
.site {
46
 font-size: 110%;
47
 font-weight: bold;
48
 font-style: normal;
49
 padding: .5ex 1ex 0ex 0ex; 
50
}
51
.contact {
52
 font-size: 90%;
53
}
54
/*
55
 * SideBar
56
 */
57
td.sidebar {
58
 vertical-align: top;
59
 width: 12em; 
60
}
61
/*
62
 * SideBar Actions
63
 */
64
table.actions {
65
 text-align: left;
66
 width: 100%;
67
 border-width: 1px 1px 1px 1px;
68
 border-style: solid;
69
 border-color: black;
70
 border-spacing: 0;
71
 background: rgb(255,255,0);
72
 -moz-border-radius: 5px;
73
 padding: .5ex;  
74
}
75
table.actions a:visited,
76
table.actions a:link {
77
 color: #000;
78
 text-decoration: none;
79
}
80
table.actions a:hover {
81
 color: #000;
82
 text-decoration: underline;
83
}
84
/*
85
 * SideBar Status
86
 */
87
table.status {
88
 width: 100%;
89
}
90
table.status td.module {
91
 vertical-align: top;
92
 text-align: right;
93
 white-space: nowrap;
94
 width: 10%;
95
 font-size: 90%; 
96
}
97
table.status td.health {
98
 vertical-align: center;
99
}
100
table.progress {
101
 cellpadding: 0;
102
 cellspacing: 0;
103
 border-width: 1px;
104
 border-style: raised;
105
 border-color: black;
106
 text-align: left;
107
 width: 100%;
108
 height: 1em;
109
}
110
table.progress td.good {
111
 background-color: green;
112
}
113
table.progress td.bad {
114
 background-color: red;
115
}
116
table.progress td.disabled {
117
 background-color: gray;
118
}
119
/*
120
 * Sidebar Config Actions
121
 */
122
table.state {
123
 width: 100%;
124
 font-size: 70%;  
125
}
126
table.state td.node {
127
 white-space: nowrap;
128
 text-align: left;
129
}
130
table.state td.timestamp {
131
 white-space: nowrap;
132
 text-align: right;
133
}
134
table.control {
135
 width: 100%;
136
 font-size: 90%; 
137
 text-align: left;
138
 border-width: 1px 1px 1px 1px;
139
 border-style: solid;
140
 border-color: black;
141
 border-spacing: 0;
142
 background: gray;
143
 -moz-border-radius: 5px;
144
 padding: .5ex;  
145
}
146
/*
147
 * Header Locator
148
 */
149
td.locator {
150
 white-space: nowrap; 
151
 padding: 0.5ex 0 0.5ex 1ex; 
152
 border-width: 0 0 1px 0;
153
 border-style: solid;
154
 border-color: black;
155
}
156
table.main {
157
 text-align: left;
158
 width: 100%;
159
 border-width: 1px 1px 1px 1px;
160
 border-style: solid;
161
 border-color: black;
162
 border-spacing: 0;
163
 background: rgb(102,102,153);
164
 -moz-border-radius: 5px;   
165
}
166

    
167
tr.bar {
168
 color: #ccc;
169
 vertical-align: center;    
170
}
171
.bar a:visited,
172
.bar a:link {
173
 color: #fff;
174
 text-decoration: none;
175
}
176
.bar a:hover {
177
 color: #fff;
178
 text-decoration: underline;
179
}
180
td.locator {
181
 white-space: nowrap; 
182
 padding: 0.5ex 0 0.5ex 1ex; 
183
 border-width: 0 0 1px 0;
184
 border-style: solid;
185
 border-color: black;
186
}
187
span.locator {
188
 font-size: 90%;
189
}
190
td.loginStatus {
191
 text-align: right;
192
 padding: 0.5ex 1ex 0.5ex 0; 
193
 border-width: 0 0 1px 0px;
194
 border-style: solid;
195
 border-color: black; 
196
}
197
span.loginStatus {
198
 font-size: 90%;
199
}
200
<!-- title -->
201
table.tile {
202
 white-space: nowrap;
203
 width: 100%;
204
 text-align: left;
205
 border-width: 1px 1px 1px 1px;
206
 border-style: solid;
207
 border-color: black;
208
 border-spacing: 0;
209
 -moz-border-radius: 5px;
210
 padding: 0px; 
211
 margin: 4px; 
212
}
213
table.title td.title {
214
 vertical-align: top; 
215
 padding: 1ex;
216
}
217
table.title td.icon {
218
 width: 64px;
219
 valign: center;
220
 align: center;
221
 padding: 2px;
222
}
223
table.title td.menu {
224
 font-size: 90%;
225
 background: rgb(102,102,153);
226
 width: 12ex;
227
 vertical-align: top;
228
 -moz-border-radius: 5 0 0 5; 
229
 border-width: 1px 1px 1px 1px;
230
 border-style: solid;
231
}
232
td.title h1 {
233
 font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
234
 font-size: 170%; 
235
 white-space: nowrap; 
236
 margin: 2px;
237
}
238
<!-- menuator -->
239
table.menu {
240
 width: 12ex;
241
 vertical-align: top;
242
 white-space: nowrap; 
243
}
244
td.item {
245
 text-align: left;
246
}
247
.menu a:visited,
248
.menu a:link {
249
 color: #fff;
250
 text-decoration: none;
251
}
252
.menu a:hover {
253
 color: #fff;
254
 text-decoration: underline;
255
}
256
td.application {
257
 vertical-align: top;
258
 background-color: rgb(255,255,255);  
259
 -moz-border-radius: 0px 0px 5px 5px;  
260
}
261
td.application table.title {
262
 background-color: rgb(225,225,225);
263
 width: 100%;
264
 border-spacing: 0;
265
 -moz-border-radius: 5px;
266
 margin: 2px;  
267
}
268
td.administration {
269
 background-color: rgb(240,240,240);
270
 -moz-border-radius: 0px 0px 5px 5px;  
271
}
272
td.administration table.title {
273
 background-color: rgb(205,205,205); 
274
 width: 100%;
275
 border-spacing: 0;
276
 -moz-border-radius: 5px;
277
 margin: 2px;  
278
}
279
td.configuration {
280
 vertical-align: top;
281
 background-color: rgb(192, 192, 192);
282
 -moz-border-radius: 0px 0px 5px 5px;  
283
}
284
td.configuration table.title {
285
 background-color: rgb(180,180,180);  
286
 width: 100%;
287
 border-spacing: 0;
288
 -moz-border-radius: 5px;
289
 margin: 2px;  
290
}
291
td.data {
292
 vertical-align: top;
293
 background-color: rgb(192, 192, 192);
294
 -moz-border-radius: 0px 0px 5px 5px;  
295
}
296
td.data table.title {
297
 background-color: rgb(180,180,180);  
298
 width: 100%;
299
 border-spacing: 0;
300
 -moz-border-radius: 5px;
301
 margin: 2px;  
302
}
303
<!-- Main Page -->
304
table.info {
305
 text-align: left;
306
 vertical-align: top;
307
 width: 100%;
308
 border: 0;
309
}
310
table.info td.label {
311
 vertical-align: top;
312
 text-align: right;
313
 width: 18ex;
314
}
315
table.info td.datum {
316
 vertical-align: top;
317
}
318
td.datum textarea {
319
 font-family: serif;
320
}
321
td.datum text {
322
 font-family: serif;
323
}
324
td.datum password {
325
 font-family: serif;
326
}
327

    
328
td.greyedout  {
329
font-family: serif;
330
text-align: right;
331
color:rgb(150,150,150)
332
}
333

    
334
td.greyedout2  {
335
font-family: serif;
336
color:rgb(150,150,150)
337
}
338

    
339

    
340

    
(25-25/26)