10
|
1 /*----------------------------------------------------------
|
|
2 The base color for this template is #5c87b2. If you'd like
|
|
3 to use a different color start by replacing all instances of
|
|
4 #5c87b2 with your new color.
|
|
5 ----------------------------------------------------------*/
|
|
6 body
|
|
7 {
|
156
|
8 background: url("themes/altnethispano/images/header-background.gif") repeat-x scroll 0 0 #FFFFFF;
|
10
|
9 font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
|
156
|
10 font-size: 70%;
|
10
|
11 margin: 0;
|
156
|
12 margin: 0 auto;
|
|
13 width: 1024px;
|
|
14 padding: 0;
|
|
15 color: #575757;
|
10
|
16 }
|
|
17
|
48
|
18 .logo {
|
|
19 float: right;
|
|
20 }
|
|
21
|
10
|
22 a:link
|
|
23 {
|
|
24 color: #034af3;
|
|
25 text-decoration: underline;
|
|
26 }
|
|
27 a:visited
|
|
28 {
|
|
29 color: #505abc;
|
|
30 }
|
|
31 a:hover
|
|
32 {
|
|
33 color: #1d60ff;
|
|
34 text-decoration: none;
|
|
35 }
|
|
36 a:active
|
|
37 {
|
|
38 color: #12eb87;
|
|
39 }
|
|
40
|
|
41 p, ul
|
|
42 {
|
|
43 margin-bottom: 20px;
|
|
44 line-height: 1.6em;
|
|
45 }
|
|
46
|
|
47 /* HEADINGS
|
|
48 ----------------------------------------------------------*/
|
|
49 h1, h2, h3, h4, h5, h6
|
|
50 {
|
|
51 font-size: 1.5em;
|
|
52 }
|
|
53
|
|
54 h1
|
|
55 {
|
|
56 font-size: 2em;
|
|
57 padding-bottom: 0;
|
|
58 margin-bottom: 0;
|
|
59 }
|
|
60 h2
|
|
61 {
|
|
62 padding: 0 0 10px 0;
|
|
63 }
|
|
64 h3
|
|
65 {
|
|
66 font-size: 1.2em;
|
|
67 }
|
|
68 h4
|
|
69 {
|
|
70 font-size: 1.1em;
|
|
71 }
|
|
72 h5, h6
|
|
73 {
|
|
74 font-size: 1em;
|
|
75 }
|
|
76
|
|
77 /* this rule styles <h2> tags that are the
|
|
78 first child of the left and right table columns */
|
|
79 .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
|
|
80 {
|
|
81 margin-top: 0;
|
|
82 }
|
|
83
|
|
84 /* PRIMARY LAYOUT ELEMENTS
|
|
85 ----------------------------------------------------------*/
|
|
86
|
|
87 /* you can specify a greater or lesser percentage for the
|
|
88 page width. Or, you can specify an exact pixel width. */
|
|
89 .page
|
|
90 {
|
|
91 margin-left: auto;
|
|
92 margin-right: auto;
|
|
93 }
|
|
94
|
156
|
95 #portal {
|
|
96 display: inline;
|
|
97 }
|
|
98
|
10
|
99 #header
|
|
100 {
|
156
|
101 position: relative;
|
|
102 background: url("themes/altnethispano/images/div_wrapperIn.gif") repeat-x scroll 0 0 #FFFFFF;
|
10
|
103 margin-bottom: 0px;
|
|
104 padding: 0;
|
|
105 }
|
|
106
|
|
107 #header h1
|
|
108 {
|
|
109 font-weight: bold;
|
|
110 padding: 5px 0;
|
|
111 margin: 0;
|
|
112 border: none;
|
|
113 line-height: 2em;
|
|
114 font-size: 32px !important;
|
|
115 }
|
|
116
|
|
117 #main
|
|
118 {
|
167
|
119 background: url("themes/altnethispano/images/div_content.gif") repeat-x 0 0 #efeff0;
|
10
|
120 padding: 30px 30px 15px 30px;
|
156
|
121 height: 540px;
|
|
122 margin-left: auto;
|
|
123 margin-right: auto;
|
10
|
124 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
|
|
125 }
|
|
126
|
168
|
127 #content
|
|
128 {
|
|
129 margin-bottom: 20px;
|
|
130 }
|
|
131
|
10
|
132 #footer
|
|
133 {
|
|
134 color: #999;
|
|
135 padding: 10px 0;
|
|
136 text-align: center;
|
|
137 line-height: normal;
|
|
138 margin: 0;
|
|
139 font-size: .9em;
|
167
|
140 background-color: #efeff0;
|
10
|
141 }
|
|
142
|
|
143 /* TAB MENU
|
|
144 ----------------------------------------------------------*/
|
|
145 ul#menu
|
|
146 {
|
159
|
147 padding: 50px 0px 0px;
|
10
|
148 position: relative;
|
|
149 margin: 0;
|
|
150 text-align: right;
|
|
151 }
|
|
152
|
|
153 ul#menu li
|
|
154 {
|
156
|
155 background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff;
|
|
156 border: 1px solid #979797;
|
|
157 padding: 5px 20px;
|
10
|
158 display: inline;
|
|
159 list-style: none;
|
156
|
160 color: #575757;
|
10
|
161 }
|
|
162
|
|
163 ul#menu li#greeting
|
|
164 {
|
|
165 font-weight: bold;
|
|
166 text-decoration: none;
|
|
167 line-height: 2.8em;
|
156
|
168 color: #575757;
|
10
|
169 }
|
|
170
|
|
171 ul#menu li a
|
|
172 {
|
|
173 font-weight: bold;
|
|
174 text-decoration: none;
|
|
175 line-height: 2.8em;
|
156
|
176 color: #575757;
|
10
|
177 }
|
|
178
|
|
179 ul#menu li a:hover
|
|
180 {
|
|
181 background-color: #fff;
|
|
182 text-decoration: none;
|
|
183 }
|
|
184
|
|
185 ul#menu li a:active
|
|
186 {
|
167
|
187 background-color: #fff;
|
|
188 color: #000;
|
10
|
189 text-decoration: none;
|
|
190 }
|
|
191
|
|
192 ul#menu li.selected a
|
|
193 {
|
|
194 background-color: #fff;
|
|
195 color: #000;
|
|
196 }
|
|
197
|
|
198 /* FORM LAYOUT ELEMENTS
|
|
199 ----------------------------------------------------------*/
|
|
200
|
|
201 fieldset
|
|
202 {
|
|
203 border:1px solid #ddd;
|
|
204 padding:0 1.4em 1.4em 1.4em;
|
|
205 margin:0 0 1.5em 0;
|
|
206 }
|
|
207
|
|
208 legend
|
|
209 {
|
|
210 font-size:1.2em;
|
|
211 font-weight: bold;
|
|
212 }
|
|
213
|
|
214 textarea
|
|
215 {
|
|
216 min-height: 75px;
|
|
217 }
|
|
218
|
|
219 input[type="text"]
|
|
220 {
|
|
221 width: 200px;
|
|
222 border: 1px solid #CCC;
|
|
223 }
|
|
224
|
|
225 input[type="password"]
|
|
226 {
|
|
227 width: 200px;
|
|
228 border: 1px solid #CCC;
|
|
229 }
|
|
230
|
|
231 /* TABLE
|
|
232 ----------------------------------------------------------*/
|
|
233
|
|
234 table
|
|
235 {
|
|
236 border: solid 1px #e8eef4;
|
|
237 border-collapse: collapse;
|
|
238 }
|
|
239
|
|
240 table td
|
|
241 {
|
|
242 padding: 5px;
|
|
243 border: solid 1px #e8eef4;
|
|
244 }
|
|
245
|
|
246 table th
|
|
247 {
|
|
248 padding: 6px 5px;
|
|
249 text-align: left;
|
|
250 background-color: #e8eef4;
|
|
251 border: solid 1px #e8eef4;
|
|
252 }
|
|
253
|
|
254 /* MISC
|
|
255 ----------------------------------------------------------*/
|
|
256 .clear
|
|
257 {
|
|
258 clear: both;
|
|
259 }
|
|
260
|
|
261 .error
|
|
262 {
|
|
263 color:Red;
|
|
264 }
|
|
265
|
|
266 #menucontainer
|
|
267 {
|
159
|
268 margin-top: 7px;
|
|
269 height: 80px;
|
10
|
270 }
|
|
271
|
|
272 div#title
|
|
273 {
|
|
274 display:block;
|
|
275 float:left;
|
|
276 text-align:left;
|
|
277 }
|
|
278
|
|
279 #logindisplay
|
|
280 {
|
156
|
281 display: block;
|
159
|
282 font-size: 1.1em;
|
|
283 text-align: right;
|
|
284 margin: 10px;
|
|
285 margin-top: -17px;
|
|
286 color: #ccc;
|
10
|
287 }
|
|
288
|
|
289 #logindisplay a:link
|
|
290 {
|
159
|
291 color: #ccc;
|
10
|
292 text-decoration: underline;
|
|
293 }
|
|
294
|
|
295 #logindisplay a:visited
|
|
296 {
|
159
|
297 color: #ccc;
|
10
|
298 text-decoration: underline;
|
|
299 }
|
|
300
|
|
301 #logindisplay a:hover
|
|
302 {
|
159
|
303 color: #ccc;
|
10
|
304 text-decoration: none;
|
|
305 }
|
|
306
|
|
307 /* Styles for validation helpers
|
|
308 -----------------------------------------------------------*/
|
|
309 .field-validation-error
|
|
310 {
|
|
311 color: #ff0000;
|
|
312 }
|
|
313
|
|
314 .field-validation-valid
|
|
315 {
|
|
316 display: none;
|
|
317 }
|
|
318
|
|
319 .input-validation-error
|
|
320 {
|
|
321 border: 1px solid #ff0000;
|
|
322 background-color: #ffeeee;
|
|
323 }
|
|
324
|
|
325 .validation-summary-errors
|
|
326 {
|
|
327 font-weight: bold;
|
|
328 color: #ff0000;
|
|
329 }
|
|
330
|
|
331 .validation-summary-valid
|
|
332 {
|
|
333 display: none;
|
|
334 }
|
|
335
|
|
336 /* Styles for editor and display helpers
|
|
337 ----------------------------------------------------------*/
|
|
338 .display-label,
|
|
339 .editor-label
|
|
340 {
|
|
341 margin: 1em 0 0 0;
|
|
342 }
|
|
343
|
|
344 .display-field,
|
|
345 .editor-field
|
|
346 {
|
|
347 margin:0.5em 0 0 0;
|
|
348 }
|
|
349
|
|
350 .text-box
|
|
351 {
|
|
352 width: 30em;
|
|
353 }
|
|
354
|
|
355 .text-box.multi-line
|
|
356 {
|
|
357 height: 6.5em;
|
|
358 }
|
|
359
|
|
360 .tri-state
|
|
361 {
|
|
362 width: 6em;
|
|
363 }
|
156
|
364
|
|
365 /* Portal menu
|
|
366 ------------------------------------------------------*/
|
|
367 ul#portalmenu
|
|
368 {
|
|
369 width: 50%;
|
|
370 padding: 0 0;
|
|
371 position: relative;
|
|
372 margin: 0;
|
|
373 text-align: left;
|
159
|
374 display:inline;
|
156
|
375 }
|
|
376
|
|
377 ul#portalmenu li
|
|
378 {
|
|
379 display: inline;
|
|
380 list-style: none;
|
|
381 }
|
|
382
|
|
383 ul#portalmenu li#greeting
|
|
384 {
|
|
385 font-weight: bold;
|
|
386 text-decoration: none;
|
|
387 line-height: 2.8em;
|
|
388 color: #fff;
|
|
389 }
|
|
390
|
|
391 ul#portalmenu li a
|
|
392 {
|
|
393 background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff;
|
|
394 border: 1px solid #979797;
|
|
395 padding: 5px 20px;
|
|
396 font-weight: bold;
|
|
397 text-decoration: none;
|
|
398 line-height: 2.8em;
|
|
399 color: #575757;
|
|
400 }
|
|
401
|
|
402 ul#portalmenu li a:hover
|
|
403 {
|
|
404 background-color : #E6E6E6;
|
|
405 text-decoration: none;
|
|
406 color: #575757;
|
|
407 }
|
|
408
|
|
409 ul#portalmenu li a:active
|
|
410 {
|
|
411 background-color: #a6e2a6;
|
|
412 text-decoration: none;
|
|
413 }
|
|
414
|
|
415 ul#portalmenu li.selected a
|
|
416 {
|
|
417 background-color: #fff;
|
|
418 color: #000;
|
168
|
419 }
|
|
420
|
|
421 /* Buttons */
|
|
422 .buttons a
|
|
423 {
|
|
424 text-align: center;
|
|
425 vertical-align: middle;
|
|
426 padding: 10px 10px 10px 10px;
|
|
427 color: #000;
|
156
|
428 } |