summaryrefslogtreecommitdiffstats
path: root/www/static/webconf-purple.css
blob: 57538cd78ae38d228088031210176f439aa55bc9 (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
/* webconf.css - For Alpine webconf
 */

/* Default definitions */
body {
	background: url(arctic-back.png) repeat-y 20% 0;
	// background-color: #DAE0EE;
	font-family: Geneva, Arial, Helvetica, San-Serif;
	margin: 0em;
	padding: 0em;
	// padding: 1em 0em 0em 1em;
	font-size: 80%;
	}

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

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

a:link {
	}

a:visited {
	}

a:hover {
	// font-weight: bold;
	// text-decoration: underline;
	}

a:active {
	}
/*----------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------------
 */
#head {
	padding: 1em 1em 1em 0em;
	background: #dde url(alpine.png) no-repeat 50% 0;
	color: #333; 
	// margin: -1em 0em 0em 0em;
	padding: 1em;
	}

#head h1 {
	font-size: 300%;
	color: #226;
	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-color: #dde;
	width: 20%;
	float: left;
	margin: 2em 0em 0em 0em;
	padding: 0em -1em 0em 1em;
	}

#mainmenu p {
	background-color: #448;
	color: #fc4;
	padding:  0em 0em  0em 1em;
	font-size: 110%;
	font-weight: bold;
	// margin: 0em 0em 0em 0em;
	}

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

#mainmenu a:hover {
	display: block;
	background-color: #eec;
	}
	 
#mainmenu #selected {
	// border: 1px solid #666;
	//border-right: 1px solid #ffd;
	background-color: #ffe;
	}
	

/*----------------------------------------------------------------------------------
 * Submenu ( Horizontal Tabs)
 *----------------------------------------------------------------------------------
 */
#submenu {
	// display: none;
	width: 80%;
	// clear: both;
	display: inline;
	float: right;
	margin: 0em 0em 0em 0em;
	background-color: #dde;
	}
	
#submenu p {
	display: none;
	}

#submenu ul {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 1em 0 1em;
	padding: 0 1em 0 1em;
	}

#submenu li {
	display: inline;
	background-color: #ccd;
	border: 1px solid #666;
	border-bottom: none;
	}

#submenu #selected {
	border: 1px solid #666;
	background: #ffe;
	border-bottom: none;
	// 2px solid #ffd;
	// font-weight: bold;
	}

#submenu a {
	padding: .1em .2em;
	} 

#submenu a:hover {
	display: inline;
	background: #eec;
	padding: 0em .2em;
	}

/*----------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------------
 */
#content {
	float:left;
	width: 70%;
	color: #333;
	// background-color: #DAE0EE;
	background: url(arctic-upleft.png) no-repeat;
	padding: 2em 0em 3em 3em;
	}

#content h1 {
	font-size: 120%;
	// width: 100%;
	background-color: #eec;
	border-bottom: 2px solid #aa9;
	margin: 1em 0em 1em 0em;
	clear: both;
	}
 
#content h2 {
	font-size: 100%;
	// width: 100%;
	background-color: #eec;
	border-bottom: 1px solid #aa9;
	// margin: 1em 1em 0em 1em;
	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: #faa;
	color: #c00;
	}

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

#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;
	font-size: 90%;
	// font-family: courier-new, courier, sans;
	background-color: #eec;
	margin-top: -0.3em;
	}


#content input.error {
	 background-color: #faa;
	// border: 2px solid #c00;
	// margin: .5em 1em .5em 0em;
	}	

#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 #ccc;
	border-bottom: 1px dotted #ccc;
	width: 20%;
	clear: both;
	}

#content a {
	text-decoration: underline;
	color: #449;
	}
	
#content form {
	padding: 1em 0em;
	}

#content dl {
	margin: 0em;
	}

#content dd {
	color: #c00;
	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;
	}
	
	
	
/*----------------------------------------------------------------------------------
 * 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;
	}