summaryrefslogtreecommitdiffstats
path: root/snow/snow.css
blob: abfc145b3171907b43199cab71cf81322f512fd8 (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
/* "Snow" - a css for Alpine Configuration Framework - 
 * N. Angelacos 2007 - GPL2 */


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

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

.hide	{
	display:		none;
	}

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

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


body 	{
	background:	url("../static/alpine.jpg") no-repeat;
	background-position:	top center;
	font-family:	Arial, "Trebuchet MS",Geneva, Helvetica,  sans-serif;
	font-size:	90%;
	width:		100%;
	}


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

.tailer {
	float:		left;
	height:		0;
	clear:		both;
	}
/*--------------------------------------------------------------------------------*/
#page 	{ 
	position:	relative;
	}

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


#header .mute {
	display:	inline;
	float:		right;
	font-size:      80%;
	margin:		8px 32px 0 0;
	font-weight:	bold;
	}

#header .leader {
	display:	none;
	}

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


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

#logo {
	float:		left;
	width:		30%;
	display:	inline;
	margin:		.25em;
	background:	url("logo-190x64.png") no-repeat;
	}

#logo .leader {
	display:	none;
	height:		0;
	}

#logo .tailer {
	display:	none;
	height:		0;
	}

#logo h1 {
	font-size:	200%;
	display:	none;
	}

#logo p {
	/* position:	absolute; */
	display:	block;
	clear:		both;
	width:		100%;
	left:		.25em;
	font-size:	100%;
	padding-top:	70px;
	}


/*--------------------------------------------------------------------------------*/
/* The .nav class is taken from suckerfish css dropdowns 
   see http: http://www.alistapart.com/articles/dropdowns */

#nav {
	float:			right;
	display:		inline;
	background:		url("g-bottom.png") repeat-x bottom;
	width:			100%;
	line-height:		1;
	border-top:		1px solid #ccc;
	}	

#nav ul {
        margin-right:		10em;
	list-style: 		none;
	float:			left;
	}

#nav li { /* all list items */
        float: 			left;
	padding: 		0em 2em 2px 2em;
	color:                  #072966;
	font-size:		125%;
	font-weight:		bold;
	color:			#248;
	}

#nav  li ul { /* second-level lists - hidden */
	position: 		absolute; 
        font-size:		65%;
        width: 			15em;
	left:			-999em;
	}

#nav li ul ul { /* third-and-above-level lists */
       margin: 			-1em 0 0 20em;
		}

#nav li ul li {
	border: 		none;
	background:		transparent;
	padding:		0;
	color:			#248;
	}

#nav li:hover ul ul {
        left: -999em; 
	}

#nav li:hover ul  { /* lists nested under hovered list items */
        left: 		auto;
        font-size:	65%;
	background: 	url("orange.png");
	border-left: 	1px solid #777;
	border-top: 	1px solid #777;
	border-bottom: 	1px solid #777;
	/* next line is for IE only */
	//  margin-top:	1.25em;
	}

#nav a {
	display:	block;
	padding: 	2px;
	font-size:	75%; 
	width: 		15em; 
	}	


/* End suckerfish */

/*--------------------------------------------------------------------------------*/
#main 	{ 
	clear:		both;
	position:	relative;
	display:	block;
	margin:		0;
	border:		0;
	width:		100%;
	}

/*--------------------------------------------------------------------------------*/
#postnav {
	display:	block;
	clear:		both;
	font-size:	75%;
	color:		#248;
	border-top:	1px solid #fff;
	margin:		0 0;
	}

#postnav h2 {
	font-size:	200%;
	margin:		1.5em 10%;
	}

#postnav .tailer {
	clear:		both;
	display:	block;
	}



/*--------------------------------------------------------------------------------*/
#subnav {
	padding:		0 10%;
	font-weight: 	bold;
	}

#subnav a {
	/* display: 		inline; */
	padding: 		.25em .25em 0 .25em;
	border: 		1px solid #ccc;
	color:			#fff;
	border-bottom:		none;
	background:		#ccc;
	text-decoration:	none;
	}

#subnav a:hover {
	color: 			#fff;
	background-color:	#248;
	}

#subnav .selected {
	background: 	#fff;
	color:		#248;
	}

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

#content {
	border: 	1px solid #ccc;
	font-size:	85%;
	line-height:	1.5;
	width:		80%;
	margin-left:	10%;
	padding:	2em 2em;
	}
	
#content p {
	clear:		both;
	display:	block;
	}


#content h1 {
	display:	block;
	font-size:	200%;
	background:	url("g-top.png") repeat-x top;
	border-bottom:  1px dotted #248;
	font-weight:	bold;
	color:		#248;
	padding:	0 1em;
	margin-bottom:	.5em;
	}


#content h2 {
	font-size:	150%;
	font-weight:	bold;
	display:	block;
	clear:		both;
	padding:	0 1em;
	margin-bottom:	.5em;
	border-top:	1px dotted #ccc;
	background:	url("g-bottom.png") repeat-x bottom;
	}

#content h3 {
	font-size:	125%;
	font-weight:	bold;
	width:		100%;
	display:	block;
	clear:		both;
	padding:	0 2px;
	line-height:	1;
	margin-bottom:	.25em;
	border-bottom:	1px dotted #248;
	border-top:	1px dotted #248;
	}

#content dl {
	display:		block;
	width:			100%;
	clear:			both;
	color:			#00f;
	border:			1px solid green;
	height:			1px;
	}


#content dt {
	margin-top:	1em;
	margin-right:	2em; 
	float:		left;
	clear:		left;
	width:		30%;
	border-top:	1px dashed #ccc;
	border-right:	1px dashed #ccc;
	display:	inline;
	border:		1px solid red;
	} 


#content dd {
	padding-top:	1em;
	margin-bottom:	1em;
	background:	#ccc;
	display:	block;
	float:		left;
	border:		1px solid blue;
	clear:		right;
	}


#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;
}