Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | margin: 0; |
23 | 23 | padding: 0; |
24 | 24 | font-family: sans-serif; |
25 | | - font-size: 13px; |
| 25 | + font-size: 1em; |
26 | 26 | } |
27 | 27 | body { |
28 | 28 | background-color: #f3f3f3; |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | 32 | #content { |
33 | | - margin-left: 12em; |
| 33 | + margin-left: 10em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png); |
36 | 36 | background-position: top left; |
— | — | @@ -38,16 +38,16 @@ |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | 41 | #page-base { |
42 | | - height: 6em; |
| 42 | + height: 5em; |
43 | 43 | background-color: white; |
44 | 44 | background-image: url(images/page-fade.png); |
45 | 45 | background-position: bottom left; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
48 | 48 | #head-base { |
49 | | - margin-top: -6em; |
50 | | - margin-left: 12em; |
51 | | - height: 6em; |
| 49 | + margin-top: -5em; |
| 50 | + margin-left: 10em; |
| 51 | + height: 5em; |
52 | 52 | background-image: url(images/border.png); |
53 | 53 | background-position: bottom left; |
54 | 54 | background-repeat: repeat-x; |
— | — | @@ -84,17 +84,17 @@ |
85 | 85 | #p-personal li { |
86 | 86 | margin-left: 0.75em; |
87 | 87 | margin-top: 0.5em; |
88 | | - font-size: 0.9em; |
| 88 | + font-size: 0.7em; |
89 | 89 | } |
90 | 90 | /* Navigation Containers */ |
91 | 91 | #left-navigation { |
92 | 92 | position: absolute; |
93 | | - left: 12em; |
94 | | - top: 3em; |
| 93 | + left: 10em; |
| 94 | + top: 2.5em; |
95 | 95 | } |
96 | 96 | #right-navigation { |
97 | 97 | float: right; |
98 | | - margin-top: 3em; |
| 98 | + margin-top: 2.5em; |
99 | 99 | } |
100 | 100 | /* Navigation Labels */ |
101 | 101 | div.vectorTabs h5, |
— | — | @@ -148,9 +148,9 @@ |
149 | 149 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
150 | 150 | div.vectorTabs li a { |
151 | 151 | display: inline-block; |
152 | | - height: 3em; |
153 | | - padding-left: 0.5em; |
154 | | - padding-right: 0.5em; |
| 152 | + height: 2.5em; |
| 153 | + padding-left: 0.4em; |
| 154 | + padding-right: 0.4em; |
155 | 155 | background-image: url(images/tab-break.png); |
156 | 156 | background-position: bottom right; |
157 | 157 | background-repeat: no-repeat; |
— | — | @@ -160,6 +160,9 @@ |
161 | 161 | color: #0645ad; |
162 | 162 | cursor: pointer; |
163 | 163 | } |
| 164 | + div.vectorTabs li a span { |
| 165 | + font-size: 0.8em; |
| 166 | + } |
164 | 167 | /* IGNORED BY IE6 */ |
165 | 168 | div.vectorTabs li > a { |
166 | 169 | display: block; |
— | — | @@ -208,7 +211,7 @@ |
209 | 212 | div.vectorMenu h5 a { |
210 | 213 | display: inline-block; |
211 | 214 | width: 24px; |
212 | | - height: 3em; |
| 215 | + height: 2.5em; |
213 | 216 | text-decoration: none; |
214 | 217 | background-image: url(images/tab-break.png); |
215 | 218 | background-position: bottom right; |
— | — | @@ -256,7 +259,7 @@ |
257 | 260 | /* Fixes old versions of FireFox */ |
258 | 261 | div.vectorMenu ul, |
259 | 262 | x:-moz-any-link { |
260 | | - min-width: 6em; |
| 263 | + min-width: 5em; |
261 | 264 | } |
262 | 265 | /* Returns things back to normal in modern versions of FireFox */ |
263 | 266 | div.vectorMenu ul, |
— | — | @@ -280,15 +283,13 @@ |
281 | 284 | div.vectorMenu li > a { |
282 | 285 | display: block; |
283 | 286 | } |
284 | | - div.vectorMenu li a, |
285 | | - div.vectorMenu li a span { |
| 287 | + div.vectorMenu li a { |
286 | 288 | color: #0645ad; |
287 | 289 | cursor: pointer; |
| 290 | + font-size: 0.8em; |
288 | 291 | } |
289 | 292 | div.vectorMenu li.selected a, |
290 | | - div.vectorMenu li.selected a span, |
291 | | - div.vectorMenu li.selected a:visited |
292 | | - div.vectorMenu li.selected a:visited span { |
| 293 | + div.vectorMenu li.selected a:visited { |
293 | 294 | color: #333333; |
294 | 295 | text-decoration: none; |
295 | 296 | } |
— | — | @@ -323,7 +324,7 @@ |
324 | 325 | border-width: 0; |
325 | 326 | padding: 0.25em; |
326 | 327 | line-height: 1em; |
327 | | - font-size: 0.9em; |
| 328 | + font-size: 0.8em; |
328 | 329 | width: 9em; |
329 | 330 | background-color: transparent; |
330 | 331 | } |
— | — | @@ -347,22 +348,23 @@ |
348 | 349 | /* Panel */ |
349 | 350 | #panel { |
350 | 351 | position: absolute; |
351 | | - top: 12em; |
352 | | - width: 12em; |
| 352 | + top: 160px; |
| 353 | + padding-top: 1em; |
| 354 | + width: 10em; |
353 | 355 | left: 0; |
354 | 356 | } |
355 | 357 | #panel div.portal { |
356 | | - padding-top: 1.5em; |
| 358 | + padding-bottom: 1.5em; |
357 | 359 | } |
358 | 360 | #panel div.portal h5 { |
359 | 361 | font-weight: normal; |
360 | 362 | color: #444444; |
361 | | - padding: 0.5em; |
| 363 | + padding: 0.25em; |
362 | 364 | padding-top: 0; |
363 | | - padding-left: 1.25em; |
| 365 | + padding-left: 1.75em; |
364 | 366 | cursor: default; |
365 | 367 | border: none; |
366 | | - font-size: 0.9em; |
| 368 | + font-size: 0.7em; |
367 | 369 | } |
368 | 370 | #panel div.portal div.body { |
369 | 371 | margin: 0; |
— | — | @@ -385,7 +387,7 @@ |
386 | 388 | padding-bottom: 0.5em; |
387 | 389 | margin: 0; |
388 | 390 | overflow: hidden; |
389 | | - font-size: 0.9em; |
| 391 | + font-size: 0.7em; |
390 | 392 | } |
391 | 393 | #panel div.portal div.body ul li a { |
392 | 394 | color: #0645ad; |
— | — | @@ -395,7 +397,7 @@ |
396 | 398 | } |
397 | 399 | /* Footer */ |
398 | 400 | #footer { |
399 | | - margin-left: 12em; |
| 401 | + margin-left: 10em; |
400 | 402 | margin-top: 0; |
401 | 403 | padding: 0.75em; |
402 | 404 | background-image: url(images/border.png); |
— | — | @@ -415,7 +417,7 @@ |
416 | 418 | padding-top: 0.5em; |
417 | 419 | padding-bottom: 0.5em; |
418 | 420 | color: #333333; |
419 | | - font-size: 0.9em; |
| 421 | + font-size: 0.7em; |
420 | 422 | } |
421 | 423 | #footer #footer-icons { |
422 | 424 | float: right; |
— | — | @@ -439,17 +441,17 @@ |
440 | 442 | /* Logo */ |
441 | 443 | #p-logo { |
442 | 444 | position: absolute; |
443 | | - top: -12em; |
| 445 | + top: -160px; |
444 | 446 | left: 0; |
445 | | - height: 12em; |
446 | | - width: 12em; |
| 447 | + width: 10em; |
| 448 | + height: 160px; |
447 | 449 | } |
448 | 450 | #p-logo a { |
449 | 451 | display: block; |
450 | | - width: 12em; |
451 | | - height: 12em; |
| 452 | + width: 10em; |
| 453 | + height: 160px; |
452 | 454 | background-repeat: no-repeat; |
453 | | - background-position: 50% 50%; |
| 455 | + background-position: center center; |
454 | 456 | text-decoration: none; |
455 | 457 | } |
456 | 458 | |
— | — | @@ -559,6 +561,9 @@ |
560 | 562 | #content { |
561 | 563 | line-height: 1.5em; |
562 | 564 | } |
| 565 | +#bodyContent { |
| 566 | + font-size: 0.8em; |
| 567 | +} |
563 | 568 | /* Links */ |
564 | 569 | a { |
565 | 570 | text-decoration: none; |
— | — | @@ -861,7 +866,7 @@ |
862 | 867 | /* Site Notice */ |
863 | 868 | #siteNotice { |
864 | 869 | text-align: center; |
865 | | - font-size: 95%; |
| 870 | + font-size: 0.8em; |
866 | 871 | margin: 0; |
867 | 872 | } |
868 | 873 | #siteNotice div, |
— | — | @@ -924,6 +929,7 @@ |
925 | 930 | padding-top: 0; |
926 | 931 | margin-bottom: 0.1em; |
927 | 932 | line-height: 1.2em; |
| 933 | + font-size: 1.6em; |
928 | 934 | padding-bottom: 0; |
929 | 935 | } |
930 | 936 | #content a.external, |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | margin: 0; |
23 | 23 | padding: 0; |
24 | 24 | font-family: sans-serif; |
25 | | - font-size: 13px; |
| 25 | + font-size: 1em; |
26 | 26 | } |
27 | 27 | body { |
28 | 28 | background-color: #f3f3f3; |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | 32 | #content { |
33 | | - margin-right: 12em; |
| 33 | + margin-right: 10em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png); |
36 | 36 | background-position: top right; |
— | — | @@ -38,16 +38,16 @@ |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | 41 | #page-base { |
42 | | - height: 6em; |
| 42 | + height: 5em; |
43 | 43 | background-color: white; |
44 | 44 | background-image: url(images/page-fade.png); |
45 | 45 | background-position: bottom right; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
48 | 48 | #head-base { |
49 | | - margin-top: -6em; |
50 | | - margin-right: 12em; |
51 | | - height: 6em; |
| 49 | + margin-top: -5em; |
| 50 | + margin-right: 10em; |
| 51 | + height: 5em; |
52 | 52 | background-image: url(images/border.png); |
53 | 53 | background-position: bottom right; |
54 | 54 | background-repeat: repeat-x; |
— | — | @@ -84,17 +84,17 @@ |
85 | 85 | #p-personal li { |
86 | 86 | margin-right: 0.75em; |
87 | 87 | margin-top: 0.5em; |
88 | | - font-size: 0.9em; |
| 88 | + font-size: 0.7em; |
89 | 89 | } |
90 | 90 | /* Navigation Containers */ |
91 | 91 | #left-navigation { |
92 | 92 | position: absolute; |
93 | | - right: 12em; |
94 | | - top: 3em; |
| 93 | + right: 10em; |
| 94 | + top: 2.5em; |
95 | 95 | } |
96 | 96 | #right-navigation { |
97 | 97 | float: left; |
98 | | - margin-top: 3em; |
| 98 | + margin-top: 2.5em; |
99 | 99 | } |
100 | 100 | /* Navigation Labels */ |
101 | 101 | div.vectorTabs h5, |
— | — | @@ -148,9 +148,9 @@ |
149 | 149 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
150 | 150 | div.vectorTabs li a { |
151 | 151 | display: inline-block; |
152 | | - height: 3em; |
153 | | - padding-right: 0.5em; |
154 | | - padding-left: 0.5em; |
| 152 | + height: 2.5em; |
| 153 | + padding-right: 0.4em; |
| 154 | + padding-left: 0.4em; |
155 | 155 | background-image: url(images/tab-break.png); |
156 | 156 | background-position: bottom left; |
157 | 157 | background-repeat: no-repeat; |
— | — | @@ -160,6 +160,9 @@ |
161 | 161 | color: #0645ad; |
162 | 162 | cursor: pointer; |
163 | 163 | } |
| 164 | + div.vectorTabs li a span { |
| 165 | + font-size: 0.8em; |
| 166 | + } |
164 | 167 | /* IGNORED BY IE6 */ |
165 | 168 | div.vectorTabs li > a { |
166 | 169 | display: block; |
— | — | @@ -208,7 +211,7 @@ |
209 | 212 | div.vectorMenu h5 a { |
210 | 213 | display: inline-block; |
211 | 214 | width: 24px; |
212 | | - height: 3em; |
| 215 | + height: 2.5em; |
213 | 216 | text-decoration: none; |
214 | 217 | background-image: url(images/tab-break.png); |
215 | 218 | background-position: bottom left; |
— | — | @@ -256,7 +259,7 @@ |
257 | 260 | /* Fixes old versions of FireFox */ |
258 | 261 | div.vectorMenu ul, |
259 | 262 | x:-moz-any-link { |
260 | | - min-width: 6em; |
| 263 | + min-width: 5em; |
261 | 264 | } |
262 | 265 | /* Returns things back to normal in modern versions of FireFox */ |
263 | 266 | div.vectorMenu ul, |
— | — | @@ -280,15 +283,13 @@ |
281 | 284 | div.vectorMenu li > a { |
282 | 285 | display: block; |
283 | 286 | } |
284 | | - div.vectorMenu li a, |
285 | | - div.vectorMenu li a span { |
| 287 | + div.vectorMenu li a { |
286 | 288 | color: #0645ad; |
287 | 289 | cursor: pointer; |
| 290 | + font-size: 0.8em; |
288 | 291 | } |
289 | 292 | div.vectorMenu li.selected a, |
290 | | - div.vectorMenu li.selected a span, |
291 | | - div.vectorMenu li.selected a:visited |
292 | | - div.vectorMenu li.selected a:visited span { |
| 293 | + div.vectorMenu li.selected a:visited { |
293 | 294 | color: #333333; |
294 | 295 | text-decoration: none; |
295 | 296 | } |
— | — | @@ -323,7 +324,7 @@ |
324 | 325 | border-width: 0; |
325 | 326 | padding: 0.25em; |
326 | 327 | line-height: 1em; |
327 | | - font-size: 0.9em; |
| 328 | + font-size: 0.8em; |
328 | 329 | width: 9em; |
329 | 330 | background-color: transparent; |
330 | 331 | } |
— | — | @@ -347,22 +348,23 @@ |
348 | 349 | /* Panel */ |
349 | 350 | #panel { |
350 | 351 | position: absolute; |
351 | | - top: 12em; |
352 | | - width: 12em; |
| 352 | + top: 160px; |
| 353 | + padding-top: 1em; |
| 354 | + width: 10em; |
353 | 355 | right: 0; |
354 | 356 | } |
355 | 357 | #panel div.portal { |
356 | | - padding-top: 1.5em; |
| 358 | + padding-bottom: 1.5em; |
357 | 359 | } |
358 | 360 | #panel div.portal h5 { |
359 | 361 | font-weight: normal; |
360 | 362 | color: #444444; |
361 | | - padding: 0.5em; |
| 363 | + padding: 0.25em; |
362 | 364 | padding-top: 0; |
363 | | - padding-right: 1.25em; |
| 365 | + padding-right: 1.75em; |
364 | 366 | cursor: default; |
365 | 367 | border: none; |
366 | | - font-size: 0.9em; |
| 368 | + font-size: 0.7em; |
367 | 369 | } |
368 | 370 | #panel div.portal div.body { |
369 | 371 | margin: 0; |
— | — | @@ -385,7 +387,7 @@ |
386 | 388 | padding-bottom: 0.5em; |
387 | 389 | margin: 0; |
388 | 390 | overflow: hidden; |
389 | | - font-size: 0.9em; |
| 391 | + font-size: 0.7em; |
390 | 392 | } |
391 | 393 | #panel div.portal div.body ul li a { |
392 | 394 | color: #0645ad; |
— | — | @@ -395,7 +397,7 @@ |
396 | 398 | } |
397 | 399 | /* Footer */ |
398 | 400 | #footer { |
399 | | - margin-right: 12em; |
| 401 | + margin-right: 10em; |
400 | 402 | margin-top: 0; |
401 | 403 | padding: 0.75em; |
402 | 404 | background-image: url(images/border.png); |
— | — | @@ -415,7 +417,7 @@ |
416 | 418 | padding-top: 0.5em; |
417 | 419 | padding-bottom: 0.5em; |
418 | 420 | color: #333333; |
419 | | - font-size: 0.9em; |
| 421 | + font-size: 0.7em; |
420 | 422 | } |
421 | 423 | #footer #footer-icons { |
422 | 424 | float: left; |
— | — | @@ -439,17 +441,17 @@ |
440 | 442 | /* Logo */ |
441 | 443 | #p-logo { |
442 | 444 | position: absolute; |
443 | | - top: -12em; |
| 445 | + top: -160px; |
444 | 446 | right: 0; |
445 | | - height: 12em; |
446 | | - width: 12em; |
| 447 | + width: 10em; |
| 448 | + height: 160px; |
447 | 449 | } |
448 | 450 | #p-logo a { |
449 | 451 | display: block; |
450 | | - width: 12em; |
451 | | - height: 12em; |
| 452 | + width: 10em; |
| 453 | + height: 160px; |
452 | 454 | background-repeat: no-repeat; |
453 | | - background-position: 50% 50%; |
| 455 | + background-position: center center; |
454 | 456 | text-decoration: none; |
455 | 457 | } |
456 | 458 | |
— | — | @@ -559,6 +561,9 @@ |
560 | 562 | #content { |
561 | 563 | line-height: 1.5em; |
562 | 564 | } |
| 565 | +#bodyContent { |
| 566 | + font-size: 0.8em; |
| 567 | +} |
563 | 568 | /* Links */ |
564 | 569 | a { |
565 | 570 | text-decoration: none; |
— | — | @@ -861,7 +866,7 @@ |
862 | 867 | /* Site Notice */ |
863 | 868 | #siteNotice { |
864 | 869 | text-align: center; |
865 | | - font-size: 95%; |
| 870 | + font-size: 0.8em; |
866 | 871 | margin: 0; |
867 | 872 | } |
868 | 873 | #siteNotice div, |
— | — | @@ -924,6 +929,7 @@ |
925 | 930 | padding-top: 0; |
926 | 931 | margin-bottom: 0.1em; |
927 | 932 | line-height: 1.2em; |
| 933 | + font-size: 1.6em; |
928 | 934 | padding-bottom: 0; |
929 | 935 | } |
930 | 936 | #content a.external, |