summaryrefslogtreecommitdiffstats
path: root/www/static/static.css
blob: eebf9aea1aaaa014e8a96c6a7c6b7b3f42617657 (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
/* .css - Alpine ACF */

/* DEBUG INFORMATION
   "#wrapper input" makes things red and ugly. This is to search for things that needs to be added/removed in this css.
   If you find that some button/input turns red, pleace see what needs to be changed in your code or in this css.
   When using the html.form[]() to create inputs/buttons/fields then everything should work just fine.
   When manually wringing a <input... or something like that, see if you need to add class='whatever' or something like it.
*/

#wrapper input { /* DEBUG: Search for uncategorized buttons/inputs */
	background:	red;
}


/* Default definitions */
body { 
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	font-family: 	Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular;
	font-size:	12pt;
	/* Also change #wrapper min-width by the same absolute amount */
	width: 		770px;
}
#page { 
	position:		relative;
	left:		0px;
	top:		0px;
}

a {
	text-decoration:none;
	color:		#072966;
}
a:visited {
	color:		#072966;
}
a:hover {
	color:		red;
}
input {
	border:		1px solid #ccc;
}
hr {
	background-color:	#ff9933;
	height: 		3px;
}
.error {
	height:		0px;
	font-size: 	11pt;
	font-weight: 	bold;
	color: 		#f33;
}

/*----------------------------------------------------------------------------------
 * Header, Logotypes and icons
 *----------------------------------------------------------------------------------
 */


/* DEFAULT DEFINITIONS */
#header {
	position: 	relative;
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	height: 		75px;
	background-image: 	url(alpine.jpg);
	background-repeat: 	repeat-x;
	border: 		1px solid #ddd;
}

#header #version {
	position:	absolute;
	top:		54px;
	left: 		10px;
	height:		16px;
	padding: 		3px 0px 0px 0px;
	text-align:	left;
	color: 		#777;
	font-size:	12px;
}

/* TOP MENU */
#header ul#metanav {
	position: 	absolute;
	top: 		57px;
	left: 		195px;
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	z-index:		10;
	list-style-type: 	none;
	font-size:	14px;
}
#header ul#metanav li {
	display: 		inline;
	margin: 		0px 0px 5px 0px;
	padding: 		3px 5px 2px 5px;
	background-image: 	url(menu_item.png);
	border: 		1px solid #bbb;
	border-bottom: 	none;
}
#header ul#metanav li.current  {
	font-weight:	bold;
	margin: 		20px 0px 0px 0px;
	padding: 		3px 5px 10px 5px;
	background:	white;
}
#header .current a {
	color: 		red;
}
#header ul#metanav li.current a:hover {
	text-decoration: 	underline;
	background:	white;
	color: 		red;
}
#header ul#metanav li a:hover {
	display: 		inline;
	margin: 		-3px -5px 0px -5px;
	padding: 		3px 5px 0px 5px;
	border: 		none;
	background-image: 	url(menu_item_hover.png);
	color: 		black;
}

#header #logo {
	position:		absolute;
	left: 		5px;
	top:		5px;
	margin-right:	2px;
	font-size:	40px;
}


/*----------------------------------------------------------------------------------
 * Content and main menu
 *----------------------------------------------------------------------------------
 */

/* DEFAULT DEFINITIONS */
#content { /* 'content' is both the wrapper and the navmenu */
	background-image: 	url(shadow-top.png);
	background-repeat: 	repeat-x;
	position:		relative;
	top: 		0px;
	right:		0px;
	left:		0px;
	padding: 		10px 0px 0px 0px;
	margin: 		0px 0px 0px 0px;
}
/* MAIN MENU */
#nav { /* 'nav' is only the main menu */
	position: 	absolute;
	left: 		10px;
	top: 		20px;
	width: 		180px;
	padding: 		0px 0px 0px 0px;
	margin: 		0px 0px 0px 0px;
	background-image: 	url(shadow-side.png);
	background-repeat: 	repeat-y;
	background-position: right;
}
#nav ul {
	list-style-type: 	none;
	padding: 		0px 0px 0px 0px;
	margin: 		0px 0px 0px 0px;
}
#nav li {
	padding-right: 	10px;
	margin-right: 	10px;
	border-left: 	1px solid #ddd;
}
#nav ul li.category {
	color: 		white;
	font-size: 	16px;
	font-weight: 	bold;
	white-space: 	nowrap;
	overflow: 	hidden;
	background:	#6688AA;
}
#nav ul li.menuitem {
	height: 		21px;
	text-decoration:	none;
	font-size: 	14px;
	font-weight: 	normal;
	white-space: 	nowrap;
	overflow: 	hidden;
	border-bottom: 	1px solid #cacaca;
	border-top: 	1px solid #ccc;
	background-image: 	url(menu_item.png);
}
#nav ul li.last {
	background-image: 	url(shadow-top.png);
	background-repeat: 	repeat-x;
	padding-bottom:	5px;
}
#nav ul li a {
	display: 		block;
	height:		21px;
	padding:		3px 0px 0px 5px;
}
#nav ul li.menuitem a:hover {
	color: 		#5c7b99;
	color: 		black;
	height: 		21px;
	padding-right: 	-10px;
	margin-right: 	-10px;
	background-image: 	url(menu_item_hover.png);
}
#nav ul li.current a:hover {
	text-decoration: 	underline;
}
#nav .current a {
	color: 		red;
}
#nav li.current, #nav li.current a { /* active item */
	height: 		21px;
	text-decoration:	none;
	font-size: 	14px;
	font-weight: 	bold;
	white-space: 	nowrap;
	overflow: 	hidden;
	background:	white;
	padding-right: 	-10px;
	margin-right: 	-10px;
}

/* CONTENT/WRAPPER */
#wrapper { /* 'wrapper' is the area where you display the interesting things */
	position: 	absolute;
	top: 		20px;
	right:		0px;
	width: 		560px;
	font-size: 	12px;
}

#background-wrapper {
	padding: 		0px 0px 0px 0px;
	margin: 		0px 0px 0px 0px;
	background-image: 	url(watermark.jpg);
	background-repeat: 	no-repeat;
	background-position:200px 50px;
}

#wrapper h1 { 
	clear: 		both;
	height: 		18px;
	padding: 		2px 0px 0px 5px;
	margin: 		0px 0px 2px -20px;
	text-decoration:	none;
	font-size: 	14px;
	font-weight: 	bold;
	white-space: 	nowrap;
	overflow: 	hidden;
	border-bottom: 	1px solid #cacaca;
	border-top: 	px solid #ccc;
	background-image: 	url(h1.png);
	color: 		#5c7b99;
}

#wrapper h2 { 
	clear: 		both;
	height: 		18px;
	padding: 		2px 0px 0px 10px;
	margin:		0px 0px 2px -20px;
	text-decoration:	none;
	font-size:	14px;
	font-weight:	bold;
	white-space:	nowrap;
	overflow:		hidden;
	border-bottom:	1px solid #cacaca;
	border-top:	1px solid #ccc;
	background-image:	url(h2.png);
	color:		#5c7b99;
}
#wrapper h3 { 
	clear: 		both;
	height:		14px;
	padding:		0px 0px 0px 15px;
	margin:		0px 0px 2px -20px;
	text-decoration:	none;
	font-size:	12px;
	font-weight:	thin;
	white-space:	nowrap;
	overflow:		hidden;
	border-bottom:	1px solid #cacaca;
	border-top:	1px solid #ccc;
	background-image:	url(h3.png);
	color:		#5c7b99;
}

#wrapper p {
	clear:		both;
}

#wrapper dt {
	float: 		left;
	clear: 		both;
	width: 		200px;
	color: 		#000;
	font-size: 	12px;
	text-align:	left;
	margin:		0px 5px 0px 0px;
	padding:		5px 0px 5px 0px;
	border-top:	1px solid #ddd;
	font-weight:	bold;
}

#wrapper dd {
	float: 		left;
	width: 		350px;

	color: 		#444;
	font-size: 	12px;
	margin: 		0px 0px 0px 5px;
	padding: 		5px 0px 0px 0px;
	font-weight: light;
}

#wrapper textarea {
	width: 		99%;
	height: 		300px;
	border-right: 	1px solid #cacaca;
	border-bottom: 	1px solid #cacaca;
}
#wrapper form {
	display:		inline;
}

#wrapper dd select {
	width: 		247px;
	border-right:	1px solid #cacaca;
	border-bottom:	1px solid #cacaca;
}

#wrapper .submit {
	width: 		100px;
	border-right:	1px solid #cacaca;
	border-bottom:	1px solid #cacaca;
	background:	#eee;
}
#wrapper .text {
	width: 		245px;
	border-right:	1px solid #cacaca;
	border-bottom:	1px solid #cacaca;
	background:	white;
}
#wrapper table {
	width: 		99%;
}

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