Project

General

Profile

1
/* GeoServer Default Style */
2
body {
3
 font-size: 90%;
4
 margin: 0ex;
5
 color: #256E81;
6
 font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
7
 background: rgb(255,255,255);
8
}
9
a:visited,
10
a:link {
11
 color: rgb(8,128,159);
12
 text-decoration: none;
13
}
14
a:hover {
15
 color: rgb(8,128,159);
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(8,128,159);
38
}
39
.license {
40
 font-size: 90%;
41
 font-weight: normal;
42
 font-style: italic;
43
 color: rgb(8,128,159);
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: #68AE0F;
70
 border-spacing: 0;
71
 background: rgb(186,221,141);
72
 -moz-border-radius: 5px;
73
 padding: .5ex;  
74
}
75
table.actions a:visited,
76
table.actions a:link {
77
 color: #256E81;
78
 text-decoration: none;
79
}
80
table.actions a:hover {
81
 color: #256E81;
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: #68AE0F;
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: #68AE0F;
141
 border-spacing: 0;
142
 background: white;
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: #68AE0F;
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: #68AE0F;
162
 border-spacing: 0;
163
 background: rgb(186,221,141);
164
 -moz-border-radius: 5px;   
165
}
166

    
167
tr.bar {
168
 color: #256E81;
169
 vertical-align: center;    
170
}
171
.bar a:visited,
172
.bar a:link {
173
 color: #256E81;
174
 text-decoration: none;
175
}
176
.bar a:hover {
177
 color: #256E81;
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: #68AE0F;
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: #68AE0F; 
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: #68AE0F;
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(186,221,141);
226
 border-color: #68AE0F;
227
 width: 12ex;
228
 vertical-align: top;
229
 -moz-border-radius: 5 0 0 5; 
230
 border-width: 1px 1px 1px 1px;
231
 border-style: solid;
232
}
233
td.title h1 {
234
 font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
235
 font-size: 170%; 
236
 white-space: nowrap; 
237
 margin: 2px;
238
}
239
<!-- menuator -->
240
table.menu {
241
 width: 12ex;
242
 vertical-align: top;
243
 white-space: nowrap; 
244
}
245
td.item {
246
 text-align: left;
247
}
248
.menu a:visited,
249
.menu a:link {
250
 color: #256E81;
251
 text-decoration: none;
252
}
253
.menu a:hover {
254
 color: #256E81;
255
 text-decoration: underline;
256
}
257
td.application {
258
 vertical-align: top;
259
 background-color: rgb(255,255,255);  
260
 -moz-border-radius: 0px 0px 5px 5px;  
261
}
262
td.application table.title {
263
 background-color: rgb(246,254,236);
264
 width: 100%;
265
 border-spacing: 0;
266
 -moz-border-radius: 5px;
267
 margin: 2px;  
268
}
269
td.administration {
270
 background-color: rgb(240,240,240);
271
 -moz-border-radius: 0px 0px 5px 5px;  
272
}
273
td.administration table.title {
274
 background-color: rgb(205,205,205); 
275
 width: 100%;
276
 border-spacing: 0;
277
 -moz-border-radius: 5px;
278
 margin: 2px;  
279
}
280
td.configuration {
281
 vertical-align: top;
282
 background-color: rgb(255, 255, 255);
283
 -moz-border-radius: 0px 0px 5px 5px;  
284
}
285
td.configuration table.title {
286
 background-color: rgb(246,254,236);  
287
 width: 100%;
288
 border-spacing: 0;
289
 -moz-border-radius: 5px;
290
 margin: 2px;  
291
}
292
td.data {
293
 vertical-align: top;
294
 background-color: rgb(255, 255, 255);
295
 -moz-border-radius: 0px 0px 5px 5px;  
296
}
297
td.data table.title {
298
 background-color: rgb(246,254,236);  
299
 width: 100%;
300
 border-spacing: 0;
301
 -moz-border-radius: 5px;
302
 margin: 2px;  
303
}
304
<!-- Main Page -->
305
table.info {
306
 text-align: left;
307
 vertical-align: top;
308
 width: 100%;
309
 border: 0;
310
}
311
table.info td.label {
312
 vertical-align: top;
313
 text-align: right;
314
 width: 18ex;
315
}
316
table.info td.datum {
317
 vertical-align: top;
318
}
319
td.datum textarea {
320
 font-family: serif;
321
}
322
td.datum text {
323
 font-family: serif;
324
}
325
td.datum password {
326
 font-family: serif;
327
}
328

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

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

    
340

    
341

    
    (1-1/1)