summaryrefslogtreecommitdiffstats
path: root/snow/snow.css
blob: d76da5ccd6cc01f7342a6b5ffb01454b7123dc65 (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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
/* "Snow" - a css for Alpine Configuration Framework - 
 * N. Angelacos 2008 - GPL2 */

/* 
 * -----------------------------------------------------------------------
 * Debug Definitons
 * -----------------------------------------------------------------------
 */

/* 
 * -----------------------------------------------------------------------
 * General Definitons
 * -----------------------------------------------------------------------
 */

.hide	{
	display:		none;
	}

a, a:visited {
	text-decoration:	underline;
	color:			#072966;
	}

a:hover	{
	background-color:	#4871b3;
	color:			#fff;
	}


body 	{

	font-family:	Georgia, Arial, Geneva, Helvetica,  sans-serif;
	font-size:	100%;
	width:		100%;
	margin:		0 0 0 0;
	padding:	0 0 0 0;
	}


.leader {
	float:		left;
	clear:		both;
	}

.tailer {
	float:		left;
	clear:		both;
	}
.error 	{
	color:		#B00;
	}

/*--------------------------------------------------------------------------------*/
#page 	{ 
	position:	relative;
	}

/*--------------------------------------------------------------------------------*/
#header {
	width:		100%;
	height:		100px;
	font-family:	Arial, sans-serif;
	background:	url("snow1.jpg") #fff no-repeat bottom right;
	}


#header .mute {
	display:	inline;
	float:		right;
	font-size:      80%;
	margin:		8px 32px 0 0;
	padding:	5px;
	font-weight:	normal;
	background:	#ddb;
	}

#header .leader {
	display:	none;
	}

#header .tailer {
	clear: 		both;
	display:	none;
	}


/*--------------------------------------------------------------------------------*/

#logo {
 	display:	none;
	}

#logo .leader {
	}

#logo .tailer {
	}

#logo h1 {
	}

#logo p {
	}

/* The Nav bar */ 

#nav {
	float: left;
	width:   20%;
	margin-top:	2em;
	margin-right:	1em;
	
	/* font-family:	Arial, sans-serif; */
	}	

#nav ul {
	padding:	0 0 0em 1em;
	margin:		37px 0em 1em 0em;
	}

#nav ul li {
	background: 	url("lite-top.png") no-repeat #666;
	margin-top:	0px;
	padding-top:	0.3em;
	color:		black;
	font-weight:	bold;
	}

#nav li { /* all list items */
	background: 	url("navtop.png") #eee left top no-repeat;
	margin:		0em 0 1em 0em;
	padding:	25px 0 0 1em;
	}

#nav  li ul { /* second-level lists - hidden */
	background: 	url("navbottom.png") #eee  no-repeat left bottom;
	padding:	0 0 10px 1em;
	margin:    	0 0 0 -1em;	
	}

#nav .selected {
	background: #fff;
	color: #888;
	}

#nav li ul ul { /* third-and-above-level lists */
		}

#nav li ul li {
	margin:		0;
	padding:	0;
	line-height:    1.5;
	border:		none;
	font-size:	85%;
	padding-left:	1em;
	background:	transparent;
	font-weight:	normal;
	}

/*
#nav li:hover ul ul {
	}
*/

#nav a {
	}	

#nav .selected a {
	color: #442;
	text-decoration: none;
	}

/*--------------------------------------------------------------------------------*/
#main 	{ 
	width:		100%;
	}

/*--------------------------------------------------------------------------------*/
#postnav {
	display:	none;
	}


/*--------------------------------------------------------------------------------*/
#subnav {
	width:	75%;	
	float:	left;
	margin-top:	1.5em;
	padding:	0;
	border-bottom:	1px #ccc solid; 
	}

#subnav ul {
	display: inline;
	}
	
#subnav a {
	background:	url("litetab.png") top right no-repeat #eee;
	display:	block;
	padding:	4px 14px 4px 0px; 
	}

#subnav li {                         
        display:        inline;                              
        float:          left; 
        background:     url("litetab.png") top left no-repeat #eee;
        margin-left:	14px;
	padding:	0px 0px 0px 14px; 
	margin-bottom:  -1px;
       }
       
          
#subnav a:hover {
	color:		#343434;
	}

#subnav a.selected {
	background:		url("darktab.png") right top no-repeat #343434;
	color:			#ffc;
	text-decoration:	none;
	}

#subnav li.selected {
	background:	url("darktab.png") left top no-repeat #343434;
	padding-bottom:	2px;
	margin-bottom:	-2px;
	}


#subnav .tailer {
	display:	block;
	height:		1px;
	width:		1px;
	}


/*--------------------------------------------------------------------------------*/

#content {
	float:		left;
	line-height:	2;
	padding:	0em;
	margin:		0;
	width:		70%;
	}
	
#content p {
	clear:		both;
	padding:	0em 1em 0.2em 2em;
	}

#content h1,h2,h3 {
	background: 	url("ul.png") no-repeat #666;
	font-size:	120%;
	color:		#ffc;
	float:		left;
	width:		98%;
	padding-left:	2%;
	margin-top:	1em; 
	clear:		both;
	}

#content h2,h3 {
	background: 	url("lite-top.png") no-repeat #666;
	color:		black;
	font-weight:	bold;
	height:		26px;
	font-size:	90%;
	}

#content h3 {
	padding-left:	3%;
	width:		97%;
	height:		24px;
	font-size:	80%;
	}

#content dl {
	margin:		0;
	width:		100%;
	background:	url("lr.png") #eee no-repeat right bottom;
	display:	block;
	clear:		both;
	font-size: 	80%;
	padding-bottom:	15px; 
	}

	
#content dt {
	float:		left;
	clear:		left;
	width:		25%;
	text-align:	left;
	padding-top:	15px;
	margin-left:	10px;
	} 


#content dd {
	padding-top:	15px;
	margin-left:	26%;
	clear:		right;
	border-bottom:	none;
	}

#content p,input.text,select,textarea,input.password {
	width:		97%;
	}

#footer {
	clear: 		both;
	border-top:	1px solid #d6d6d6;
	position:	relative;
	padding-top:	5px;
	margin-top:	15px;
	margin-bottom:	10px;
	font-size:	10px;
	text-align:	left;
	color: 		#aaa;
}

/*---------------------------------------------------------------------------*/

input, password, select, textarea {
	font-family:	Georgia, Arial, Geneva, Helvetica,  sans-serif;
	decoration:	none;
	color:		#226;
	padding:	2px;
	background:	transparent;
	border:		none;
	}

input.text, input.password {
	border:	none;
	border-bottom:		1px dashed #226;
	}


textarea {
	border:		1px dotted #226;
	font-family:	Courier-New, Courier, fixed;
	font-size:	95%;
	width:		95%;
	margin:		2px;
	height:		14em;
	}

input.submit {
	border:		2px outset #226;
	color:		#446;
	}

select:focus, input:focus, textarea:focus {
	background:	#444;
	color:		#ffc;
	}
	
	
pre {
	line-height:	100%;
	display: 	block;
	font-size:	90%;
	clear:		both;
	font-family:	Courier-New, Courier, sans-serif;
	}
	
	
table { 
	clear:		left;
	width:		100%;
	}
	
table td {
	white-space:	nowrap;
	padding-right:	20px;
	}

input.text[readonly], textarea[readonly] {
	border:		none;
	font-weight:	bold;
	}

.header {
	background:	#ccc;
	border-bottom:	3px double #999;
	font-weight:	bold;
	vertical-align:	bottom;
	}