Project

General

Profile

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

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