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 {
|
156
|
119 background: url("themes/altnethispano/images/div_content.gif") repeat-x 50% 100% transparent;
|
10
|
120 padding: 30px 30px 15px 30px;
|
156
|
121 height: 540px;
|
10
|
122 background-color: #fff;
|
156
|
123 margin-left: auto;
|
|
124 margin-right: auto;
|
10
|
125 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
|
|
126 }
|
|
127
|
|
128 #footer
|
|
129 {
|
|
130 color: #999;
|
|
131 padding: 10px 0;
|
|
132 text-align: center;
|
|
133 line-height: normal;
|
|
134 margin: 0;
|
|
135 font-size: .9em;
|
156
|
136 background-color: transparent;
|
10
|
137 }
|
|
138
|
|
139 /* TAB MENU
|
|
140 ----------------------------------------------------------*/
|
|
141 ul#menu
|
|
142 {
|
159
|
143 padding: 50px 0px 0px;
|
10
|
144 position: relative;
|
|
145 margin: 0;
|
|
146 text-align: right;
|
|
147 }
|
|
148
|
|
149 ul#menu li
|
|
150 {
|
156
|
151 background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff;
|
|
152 border: 1px solid #979797;
|
|
153 padding: 5px 20px;
|
10
|
154 display: inline;
|
|
155 list-style: none;
|
156
|
156 color: #575757;
|
10
|
157 }
|
|
158
|
|
159 ul#menu li#greeting
|
|
160 {
|
|
161 font-weight: bold;
|
|
162 text-decoration: none;
|
|
163 line-height: 2.8em;
|
156
|
164 color: #575757;
|
10
|
165 }
|
|
166
|
|
167 ul#menu li a
|
|
168 {
|
|
169 font-weight: bold;
|
|
170 text-decoration: none;
|
|
171 line-height: 2.8em;
|
156
|
172 color: #575757;
|
10
|
173 }
|
|
174
|
|
175 ul#menu li a:hover
|
|
176 {
|
|
177 background-color: #fff;
|
|
178 text-decoration: none;
|
|
179 }
|
|
180
|
|
181 ul#menu li a:active
|
|
182 {
|
|
183 background-color: #a6e2a6;
|
|
184 text-decoration: none;
|
|
185 }
|
|
186
|
|
187 ul#menu li.selected a
|
|
188 {
|
|
189 background-color: #fff;
|
|
190 color: #000;
|
|
191 }
|
|
192
|
|
193 /* FORM LAYOUT ELEMENTS
|
|
194 ----------------------------------------------------------*/
|
|
195
|
|
196 fieldset
|
|
197 {
|
|
198 border:1px solid #ddd;
|
|
199 padding:0 1.4em 1.4em 1.4em;
|
|
200 margin:0 0 1.5em 0;
|
|
201 }
|
|
202
|
|
203 legend
|
|
204 {
|
|
205 font-size:1.2em;
|
|
206 font-weight: bold;
|
|
207 }
|
|
208
|
|
209 textarea
|
|
210 {
|
|
211 min-height: 75px;
|
|
212 }
|
|
213
|
|
214 input[type="text"]
|
|
215 {
|
|
216 width: 200px;
|
|
217 border: 1px solid #CCC;
|
|
218 }
|
|
219
|
|
220 input[type="password"]
|
|
221 {
|
|
222 width: 200px;
|
|
223 border: 1px solid #CCC;
|
|
224 }
|
|
225
|
|
226 /* TABLE
|
|
227 ----------------------------------------------------------*/
|
|
228
|
|
229 table
|
|
230 {
|
|
231 border: solid 1px #e8eef4;
|
|
232 border-collapse: collapse;
|
|
233 }
|
|
234
|
|
235 table td
|
|
236 {
|
|
237 padding: 5px;
|
|
238 border: solid 1px #e8eef4;
|
|
239 }
|
|
240
|
|
241 table th
|
|
242 {
|
|
243 padding: 6px 5px;
|
|
244 text-align: left;
|
|
245 background-color: #e8eef4;
|
|
246 border: solid 1px #e8eef4;
|
|
247 }
|
|
248
|
|
249 /* MISC
|
|
250 ----------------------------------------------------------*/
|
|
251 .clear
|
|
252 {
|
|
253 clear: both;
|
|
254 }
|
|
255
|
|
256 .error
|
|
257 {
|
|
258 color:Red;
|
|
259 }
|
|
260
|
|
261 #menucontainer
|
|
262 {
|
159
|
263 margin-top: 7px;
|
|
264 height: 80px;
|
10
|
265 }
|
|
266
|
|
267 div#title
|
|
268 {
|
|
269 display:block;
|
|
270 float:left;
|
|
271 text-align:left;
|
|
272 }
|
|
273
|
|
274 #logindisplay
|
|
275 {
|
156
|
276 display: block;
|
159
|
277 font-size: 1.1em;
|
|
278 text-align: right;
|
|
279 margin: 10px;
|
|
280 margin-top: -17px;
|
|
281 color: #ccc;
|
10
|
282 }
|
|
283
|
|
284 #logindisplay a:link
|
|
285 {
|
159
|
286 color: #ccc;
|
10
|
287 text-decoration: underline;
|
|
288 }
|
|
289
|
|
290 #logindisplay a:visited
|
|
291 {
|
159
|
292 color: #ccc;
|
10
|
293 text-decoration: underline;
|
|
294 }
|
|
295
|
|
296 #logindisplay a:hover
|
|
297 {
|
159
|
298 color: #ccc;
|
10
|
299 text-decoration: none;
|
|
300 }
|
|
301
|
|
302 /* Styles for validation helpers
|
|
303 -----------------------------------------------------------*/
|
|
304 .field-validation-error
|
|
305 {
|
|
306 color: #ff0000;
|
|
307 }
|
|
308
|
|
309 .field-validation-valid
|
|
310 {
|
|
311 display: none;
|
|
312 }
|
|
313
|
|
314 .input-validation-error
|
|
315 {
|
|
316 border: 1px solid #ff0000;
|
|
317 background-color: #ffeeee;
|
|
318 }
|
|
319
|
|
320 .validation-summary-errors
|
|
321 {
|
|
322 font-weight: bold;
|
|
323 color: #ff0000;
|
|
324 }
|
|
325
|
|
326 .validation-summary-valid
|
|
327 {
|
|
328 display: none;
|
|
329 }
|
|
330
|
|
331 /* Styles for editor and display helpers
|
|
332 ----------------------------------------------------------*/
|
|
333 .display-label,
|
|
334 .editor-label
|
|
335 {
|
|
336 margin: 1em 0 0 0;
|
|
337 }
|
|
338
|
|
339 .display-field,
|
|
340 .editor-field
|
|
341 {
|
|
342 margin:0.5em 0 0 0;
|
|
343 }
|
|
344
|
|
345 .text-box
|
|
346 {
|
|
347 width: 30em;
|
|
348 }
|
|
349
|
|
350 .text-box.multi-line
|
|
351 {
|
|
352 height: 6.5em;
|
|
353 }
|
|
354
|
|
355 .tri-state
|
|
356 {
|
|
357 width: 6em;
|
|
358 }
|
156
|
359
|
|
360 /* Portal menu
|
|
361 ------------------------------------------------------*/
|
|
362 ul#portalmenu
|
|
363 {
|
|
364 width: 50%;
|
|
365 padding: 0 0;
|
|
366 position: relative;
|
|
367 margin: 0;
|
|
368 text-align: left;
|
159
|
369 display:inline;
|
156
|
370 }
|
|
371
|
|
372 ul#portalmenu li
|
|
373 {
|
|
374 display: inline;
|
|
375 list-style: none;
|
|
376 }
|
|
377
|
|
378 ul#portalmenu li#greeting
|
|
379 {
|
|
380 font-weight: bold;
|
|
381 text-decoration: none;
|
|
382 line-height: 2.8em;
|
|
383 color: #fff;
|
|
384 }
|
|
385
|
|
386 ul#portalmenu li a
|
|
387 {
|
|
388 background: url("themes/altnethispano/images/menu.png") repeat-y scroll 0 0 #fff;
|
|
389 border: 1px solid #979797;
|
|
390 padding: 5px 20px;
|
|
391 font-weight: bold;
|
|
392 text-decoration: none;
|
|
393 line-height: 2.8em;
|
|
394 color: #575757;
|
|
395 }
|
|
396
|
|
397 ul#portalmenu li a:hover
|
|
398 {
|
|
399 background-color : #E6E6E6;
|
|
400 text-decoration: none;
|
|
401 color: #575757;
|
|
402 }
|
|
403
|
|
404 ul#portalmenu li a:active
|
|
405 {
|
|
406 background-color: #a6e2a6;
|
|
407 text-decoration: none;
|
|
408 }
|
|
409
|
|
410 ul#portalmenu li.selected a
|
|
411 {
|
|
412 background-color: #fff;
|
|
413 color: #000;
|
|
414 } |