summaryrefslogtreecommitdiffstats
path: root/www/static/webconf.css
blob: 2c09494a862705733c1748c0d3c684a36d02208e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
/* webconf.css - For Alpine webconf
 */

/* Default definitions */
body {
	background: #fff url("/static/alpine.gif") no-repeat top center;
	font-family: Geneva, Arial, Helvetica, San-Serif;
	margin: 0em;
	padding: 0em;
	font-size: small;
	}

p {
	margin: 0em 0em 0em 0em;
	}

a {
	text-decoration: none;
	color: #333;
	}

a:link { color: #226;
	}

a:visited {	
	color: #226;
	}

a:hover {
	color: #44C;
	}

a:active {
	}

pre.code {
	border: 1px solid #666;
	background: #f8f8f8;
	padding: .5em;
}
/*----------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------------
 */
#head {
	padding: 1em 1em 1em 0em;
	color: #333; 
	// margin: -1em 0em 0em 0em;
	padding: 1em;
	}

#head h1 {
	font-size: 259%;
	color: #33A;
	// font-family: Palatino, Times-Roman, Serif;
	font-weight: bold;
	margin: 0em 0em 0em 0em;
	//float: left;
	// width: 49%;
	}

#head h2 {
	margin: 0em 0em 0em 0em;
	font-size: 100%;
	font-weight: light;
	float: right;
	width: 30%;
	}

#head h3 {
	float: right;
	font-size: 90%;
	color: #222;
	}

#head p {
	// border: 1px inset #ccc;
	// border-top: 1px solid #ccc;
	// border-bottom: 1px solid #ccc;
	}

/*----------------------------------------------------------------------------------
 * Left (Main) Menu
 *----------------------------------------------------------------------------------
 */
#mainmenu {
	display: block;
	background: #eee;
	// border: 1px #222 solid;
	width: 19%;
	float: left;
	margin: 5em 0em 0em 1em;
	padding: 0em 0em 0em .5em;
	// border-right: 1px #ccc solid;
	}

#mainmenu h3 {
	// background-color: #eee;
	color: #448;
	padding:  .25em 0em  0em .25em;
	font-weight: normal;
	font-size: 138%;
	margin: 0em 0em .1em 0em;
	}

#mainmenu ul {
	padding: .2em 0em .6em 1em;
	margin: 0;
	list-style-type: none;
	}
#mainmenu li {
	background-color: inherit;
	padding: .1em 0em .1em 1em;
	}

#mainmenu a:hover {
	display: block;
//	background: transparent url("/static/unselected.gif") repeat top left;
//	background-color: #f8f8f8;
//	color: #669;
	text-decoration: underline;
	}
	 
#mainmenu #selected {
	background-color: #fff;
	// border: 1px solid #666;
	//border-right: 1px solid #ffd;
	}
	

/*----------------------------------------------------------------------------------
 * Submenu ( Horizontal Tabs)
 *----------------------------------------------------------------------------------
 */
#submenu {
	width: 75%;
	margin: 0 1em 0 0;
//	font-weight: Bold;
	background: transparent url(/static/greypx.gif) repeat-x bottom left;
	float: right;
	}
	
#submenu p {
	display: none;
	}

#submenu h2 {
	font-weight: normal;
	font-size: 161%;
	color: #228;
	float: left;
	margin: 0em;
	margin-top: .2em;
	}

#submenu ul {
	margin: 0em 2em 0em 0em;
	list-style: none;
	padding: 0em 2em 0em 2em;
	float: right;
	background: transparent;
	}

#submenu li {
	// display: block;
	// float: left;
	// border: 1px solid #666;
	// padding: .5em 1em .6em 1em;
	// margin: 0em .5em 0em .5em;
	// border-bottom: none;
	color: #33A;
	background: transparent url("/static/unselected.gif") repeat-x top left;
	float: left;
	margin: 0;
	padding: 0;
	}

#submenu #selected {
	// background: #fff url("/static/selected.gif") repeat-x top left;
	background: #fff;
	display: block;
	float: left;
	margin: 0em;
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-bottom: none;
	}


#submenu a {
	display: block;
	float: left;
	margin: 0em;
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-bottom: none;
	// background: #eee;
	} 

#submenu a:hover {
	// color: #226;
//	background: #eee;
	text-decoration: underline;
	}

/*----------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------------
 */
#content {
	display: block;
	float:left;
	width: 70%;
	color: #333;
	padding: 2em 0em 3em 3em;
	// border-left: #ccc 1px solid;
	}

#content h1 {
	font-size: 120%;
	// width: 100%;
	background-color: #eee;
	border-bottom: 2px solid #aaa;
	margin: 1em 0em 1em 0em;
	clear: both;
	}
 
#content h2 {
	font-size: 100%;
	// width: 100%;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	// margin: 1em 1em 0em 1em;
	clear: both;
	}	

#content h3 {
	font-size: 100%;
	// width: 100%;
	background-color: #fff;
	border-bottom: 0px solid #eee;
	margin: 0em 0em 0em 0em;
	clear: both;
	}	

#content p {
	// margin: 1em 1em 0em 1em;
	clear: both;
	padding: .5em 0em .5em 0em;
	}

#content p.error {
	// border: 2px solid #c00;
	// margin: 1em 2em;
	// padding: 1em 0em;
	font-size: 120%;
	font-weight: bold;
	background-color: #eee;
	color: #f44;
	}

#content p.warn {
        // border: 2px solid #cc0;
        // margin: 1em 2em;
        // padding: 1em;
        background-color: #cc4;
        }

#content p.ok {
	font-size: 120%;
	font-weight: bold;
	// border: 2px solid #0c0;
        // margin: 1em 2em;
        // padding: 1em 0em;
        color: #090;
        }
                                                 
                                        
#content input, textarea  {
	float: left;
	background-color: #eee;
	margin-top: -0.3em;
	}


#content input.error {
	/* yellow snow - bad */
	background-color: #ffa;
	}	

#content input.button {
	font-family: Geneva, Arial, Helvetica, Serif;
	font-size: 100%;
	font-weight: bold;
	color: #228;
	}

#content dt {
	font-size: 110%;
	// font-weight: bold;
	color: #228;
	margin: .7em 1em .5em 0em;
	float: left;
	border-top: 1px dotted #ccf;
	border-bottom: 1px dotted #ccf;
	// background-color: #eef;
	width: 20%;
	clear: both;
	}

#content th {
	font-weight: inherit;
	color: #228;
	background: #eef;
	}
	
#content a {
	text-decoration: underline;
	color: #449;
	}
	
#content form {
	padding: 1em 0em;
	}

#content dl {
	margin: 0em;
	}

#content dd {
	color: #444;
	float: left;
	margin: 1em 0em .5em 0em;
	// font-size: 90%;
	font-weight: light;
        // margin: .5em 1em .5em 0em;
        // border-top: 1px dotted #ccc;
        // border-bottom: 1px dotted #ccc;
	}
	
#content .grey {
	background-color: #eee;
	}


#content form {
	display: inline;
	}


/*----------------------------------------------------------------------------------
 * footer
 *----------------------------------------------------------------------------------
 */

#footer {
	float: right;
	clear: both;
	text-align: center;
	font-size: 80%;
	width: 70%;	
	color: #666;
	margin: 1em 3em 1em 2em;
	padding: 1em 0em 1em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}