Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | background-image: url(images/page-base.png); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | | -div#content { |
| 32 | +#content { |
33 | 33 | margin-left: 12em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png); |
— | — | @@ -37,14 +37,14 @@ |
38 | 38 | background-color: white; |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | | -div#page-base { |
| 41 | +#page-base { |
42 | 42 | height: 6em; |
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 | | -div#head-base { |
| 48 | +#head-base { |
49 | 49 | margin-top: -6em; |
50 | 50 | margin-left: 12em; |
51 | 51 | height: 6em; |
— | — | @@ -52,46 +52,46 @@ |
53 | 53 | background-position: bottom left; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
56 | | -div#head { |
| 56 | +#head { |
57 | 57 | position: absolute; |
58 | 58 | top: 0; |
59 | 59 | right: 0; |
60 | 60 | width: 100%; |
61 | 61 | } |
62 | | -div#head h5 { |
| 62 | +#head h5 { |
63 | 63 | margin: 0; |
64 | 64 | padding: 0; |
65 | 65 | } |
66 | 66 | /* Personal */ |
67 | | - div#p-personal { |
| 67 | + #p-personal { |
68 | 68 | position: absolute; |
69 | 69 | top: 0; |
70 | 70 | right: 0.75em; |
71 | 71 | } |
72 | | - div#p-personal h5 { |
| 72 | + #p-personal h5 { |
73 | 73 | display: none; |
74 | 74 | } |
75 | | - div#p-personal ul { |
| 75 | + #p-personal ul { |
76 | 76 | list-style: none; |
77 | 77 | margin: 0; |
78 | 78 | padding: 0; |
79 | 79 | } |
80 | 80 | /* @noflip */ |
81 | | - div#p-personal li { |
| 81 | + #p-personal li { |
82 | 82 | float: left; |
83 | 83 | } |
84 | | - div#p-personal li { |
| 84 | + #p-personal li { |
85 | 85 | margin-left: 0.75em; |
86 | 86 | margin-top: 0.5em; |
87 | 87 | font-size: 0.9em; |
88 | 88 | } |
89 | 89 | /* Navigation Containers */ |
90 | | - div#left-navigation { |
| 90 | + #left-navigation { |
91 | 91 | position: absolute; |
92 | 92 | left: 12em; |
93 | 93 | top: 3em; |
94 | 94 | } |
95 | | - div#right-navigation { |
| 95 | + #right-navigation { |
96 | 96 | float: right; |
97 | 97 | margin-top: 3em; |
98 | 98 | } |
— | — | @@ -275,23 +275,23 @@ |
276 | 276 | display: block; |
277 | 277 | } |
278 | 278 | /* Search */ |
279 | | - div#p-search h5 { |
| 279 | + #p-search h5 { |
280 | 280 | display: none; |
281 | 281 | } |
282 | 282 | /* @noflip */ |
283 | | - div#p-search { |
| 283 | + #p-search { |
284 | 284 | float: left; |
285 | 285 | } |
286 | | - div#p-search { |
| 286 | + #p-search { |
287 | 287 | margin-right: 0.5em; |
288 | 288 | margin-left: 0.5em; |
289 | 289 | } |
290 | | - div#p-search form, |
291 | | - div#p-search input { |
| 290 | + #p-search form, |
| 291 | + #p-search input { |
292 | 292 | margin: 0; |
293 | 293 | margin-top: 0.4em; |
294 | 294 | } |
295 | | - div#p-search div#simpleSearch { |
| 295 | + #simpleSearch { |
296 | 296 | margin-top: 0.75em; |
297 | 297 | position: relative; |
298 | 298 | border: solid 1px #AAAAAA; |
— | — | @@ -300,7 +300,7 @@ |
301 | 301 | background-position: top left; |
302 | 302 | background-repeat: repeat-x; |
303 | 303 | } |
304 | | - div#p-search div#simpleSearch input#searchInput { |
| 304 | + #simpleSearch input#searchInput { |
305 | 305 | margin: 0; |
306 | 306 | border-width: 0; |
307 | 307 | padding: 0.25em; |
— | — | @@ -310,7 +310,7 @@ |
311 | 311 | background-color: transparent; |
312 | 312 | } |
313 | 313 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
314 | | - div#p-search div#simpleSearch button#searchButton { |
| 314 | + #simpleSearch button#searchButton { |
315 | 315 | position: absolute; |
316 | 316 | top: 0; |
317 | 317 | right: 0; |
— | — | @@ -326,20 +326,20 @@ |
327 | 327 | background-repeat: no-repeat; |
328 | 328 | } |
329 | 329 | /* IGNORED BY IE6 */ |
330 | | - div#p-search div#simpleSearch > button#searchButton { |
| 330 | + #simpleSearch > button#searchButton { |
331 | 331 | height: 100%; |
332 | 332 | } |
333 | 333 | /* Panel */ |
334 | | -div#panel { |
| 334 | +#panel { |
335 | 335 | position: absolute; |
336 | 336 | top: 12em; |
337 | 337 | width: 12em; |
338 | 338 | left: 0; |
339 | 339 | } |
340 | | - div#panel div.portal { |
| 340 | + #panel div.portal { |
341 | 341 | padding-top: 1.5em; |
342 | 342 | } |
343 | | - div#panel div.portal h5 { |
| 343 | + #panel div.portal h5 { |
344 | 344 | font-weight: normal; |
345 | 345 | color: #444444; |
346 | 346 | padding: 0.5em; |
— | — | @@ -349,7 +349,7 @@ |
350 | 350 | border: none; |
351 | 351 | font-size: 0.9em; |
352 | 352 | } |
353 | | - div#panel div.portal div.body { |
| 353 | + #panel div.portal div.body { |
354 | 354 | margin: 0; |
355 | 355 | padding-top: 0.5em; |
356 | 356 | margin-left: 1.25em; |
— | — | @@ -357,26 +357,26 @@ |
358 | 358 | background-repeat: no-repeat; |
359 | 359 | background-position: top left; |
360 | 360 | } |
361 | | - div#panel div.portal div.body ul { |
| 361 | + #panel div.portal div.body ul { |
362 | 362 | list-style: none; |
363 | 363 | padding: 0; |
364 | 364 | margin: 0; |
365 | 365 | } |
366 | | - div#panel div.portal div.body ul li { |
| 366 | + #panel div.portal div.body ul li { |
367 | 367 | padding: 0; |
368 | 368 | padding-bottom: 0.5em; |
369 | 369 | margin: 0; |
370 | 370 | overflow: hidden; |
371 | 371 | font-size: 0.9em; |
372 | 372 | } |
373 | | - div#panel div.portal div.body ul li a { |
| 373 | + #panel div.portal div.body ul li a { |
374 | 374 | color: #0645ad; |
375 | 375 | } |
376 | | - div#panel div.portal div.body ul li a:visited { |
| 376 | + #panel div.portal div.body ul li a:visited { |
377 | 377 | color: #0b0080; |
378 | 378 | } |
379 | 379 | /* Foot */ |
380 | | -div#foot { |
| 380 | +#foot { |
381 | 381 | margin-left: 12em; |
382 | 382 | margin-top: 0; |
383 | 383 | padding: 0.75em; |
— | — | @@ -384,12 +384,12 @@ |
385 | 385 | background-position: top left; |
386 | 386 | background-repeat: repeat-x; |
387 | 387 | } |
388 | | -div#foot ul { |
| 388 | +#foot ul { |
389 | 389 | list-style: none; |
390 | 390 | margin: 0; |
391 | 391 | padding: 0; |
392 | 392 | } |
393 | | -div#foot ul li { |
| 393 | +#foot ul li { |
394 | 394 | margin: 0; |
395 | 395 | padding: 0; |
396 | 396 | padding-top: 0.5em; |
— | — | @@ -397,21 +397,21 @@ |
398 | 398 | color: #333333; |
399 | 399 | font-size: 0.9em; |
400 | 400 | } |
401 | | -div#foot ul#foot-icons { |
| 401 | +#foot #foot-icons { |
402 | 402 | float: right; |
403 | 403 | } |
404 | | -div#foot ul#foot-places { |
| 404 | +#foot #foot-places { |
405 | 405 | float: left; |
406 | 406 | } |
407 | | -div#foot ul#foot-info li { |
| 407 | +#foot #foot-info li { |
408 | 408 | line-height: 1.4em; |
409 | 409 | } |
410 | | -div#foot ul#foot-icons li { |
| 410 | +#foot #foot-icons li { |
411 | 411 | float: left; |
412 | 412 | margin-left: 0.5em; |
413 | 413 | line-height: 2em; |
414 | 414 | } |
415 | | -div#foot ul#foot-places li { |
| 415 | +#foot #foot-places li { |
416 | 416 | float: left; |
417 | 417 | margin-right: 1em; |
418 | 418 | line-height: 2em; |
— | — | @@ -646,31 +646,31 @@ |
647 | 647 | background-color: #f9f9f9; |
648 | 648 | line-height: 1.1em; |
649 | 649 | } |
650 | | -div#content ul { |
| 650 | +#content ul { |
651 | 651 | line-height: 1.5em; |
652 | 652 | list-style-type: square; |
653 | 653 | margin: .3em 0 0 1.5em; |
654 | 654 | padding: 0; |
655 | 655 | list-style-image: url(images/bullet-icon.png); |
656 | 656 | } |
657 | | -div#content ol { |
| 657 | +#content ol { |
658 | 658 | line-height: 1.5em; |
659 | 659 | margin: .3em 0 0 3.2em; |
660 | 660 | padding: 0; |
661 | 661 | list-style-image: none; |
662 | 662 | } |
663 | | -div#content li { |
| 663 | +#content li { |
664 | 664 | margin-bottom: .1em; |
665 | 665 | } |
666 | | -div#content dt { |
| 666 | +#content dt { |
667 | 667 | font-weight: bold; |
668 | 668 | margin-bottom: .1em; |
669 | 669 | } |
670 | | -div#content dl { |
| 670 | +#content dl { |
671 | 671 | margin-top: .2em; |
672 | 672 | margin-bottom: .5em; |
673 | 673 | } |
674 | | -div#content dd { |
| 674 | +#content dd { |
675 | 675 | line-height: 1.5em; |
676 | 676 | margin-left: 2em; |
677 | 677 | margin-bottom: .1em; |
— | — | @@ -683,12 +683,12 @@ |
684 | 684 | * floated tables */ |
685 | 685 | background-color: white; |
686 | 686 | } |
687 | | -div#content fieldset table { |
| 687 | +#content fieldset table { |
688 | 688 | /* but keep table layouts in forms clean... */ |
689 | 689 | background: none; |
690 | 690 | } |
691 | 691 | /* Forms */ |
692 | | -div#content fieldset { |
| 692 | +#content fieldset { |
693 | 693 | border: 1px solid #2f6fab; |
694 | 694 | margin: 1em 0 1em 0; |
695 | 695 | padding: 0 1em 1em; |
— | — | @@ -698,19 +698,19 @@ |
699 | 699 | margin: 0 0 0.5em 0; |
700 | 700 | padding: 0 0.5em 0.5em; |
701 | 701 | } |
702 | | -div#content legend { |
| 702 | +#content legend { |
703 | 703 | padding: .5em; |
704 | 704 | font-size: 95%; |
705 | 705 | } |
706 | | -div#content form { |
| 706 | +#content form { |
707 | 707 | border: none; |
708 | 708 | margin: 0; |
709 | 709 | } |
710 | | -div#content textarea { |
| 710 | +#content textarea { |
711 | 711 | width: 100%; |
712 | 712 | padding: .1em; |
713 | 713 | } |
714 | | -div#content select { |
| 714 | +#content select { |
715 | 715 | vertical-align: top; |
716 | 716 | } |
717 | 717 | /* Table of Contents */ |
— | — | @@ -736,8 +736,8 @@ |
737 | 737 | .toc .toctitle { |
738 | 738 | text-align: center; |
739 | 739 | } |
740 | | -div#content #toc ul, |
741 | | -div#content .toc ul { |
| 740 | +#toc ul, |
| 741 | +.toc ul { |
742 | 742 | list-style-type: none; |
743 | 743 | list-style-image: none; |
744 | 744 | margin-left: 0; |
— | — | @@ -895,7 +895,7 @@ |
896 | 896 | #content h3, #content h4, #content h5 { |
897 | 897 | margin-bottom: .3em; |
898 | 898 | } |
899 | | -h1#firstHeading { |
| 899 | +#firstHeading { |
900 | 900 | padding-top: 0; |
901 | 901 | margin-top: 0; |
902 | 902 | padding-top: 0; |
— | — | @@ -971,29 +971,25 @@ |
972 | 972 | #content .printfooter { |
973 | 973 | display: none; |
974 | 974 | } |
975 | | - |
976 | | - |
977 | | -li#pt-userpage, |
978 | | -li#pt-anonuserpage, |
979 | | -li#pt-login { |
| 975 | +/* Icon for Usernames */ |
| 976 | +#pt-userpage, |
| 977 | +#pt-anonuserpage, |
| 978 | +#pt-login { |
980 | 979 | background: url(images/user-icon.png) left top no-repeat; |
981 | 980 | padding-left: 15px !important; |
982 | 981 | text-transform: none; |
983 | 982 | } |
984 | | - |
| 983 | +/* To be sorted */ |
985 | 984 | span.newpage, span.minor, span.bot { |
986 | 985 | font-weight: bold; |
987 | 986 | } |
988 | | - |
989 | 987 | .toccolours { |
990 | 988 | border: 1px solid #aaa; |
991 | 989 | background-color: #f9f9f9; |
992 | 990 | padding: 5px; |
993 | 991 | font-size: 95%; |
994 | 992 | } |
995 | | - |
996 | | -div#bodyContent { |
| 993 | +#bodyContent { |
997 | 994 | position: relative; |
998 | 995 | width: 100%; |
999 | | -} |
1000 | | - |
| 996 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | background-image: url(images/page-base.png); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | | -div#content { |
| 32 | +#content { |
33 | 33 | margin-right: 12em; |
34 | 34 | padding: 1em; |
35 | 35 | background-image: url(images/border.png); |
— | — | @@ -37,14 +37,14 @@ |
38 | 38 | background-color: white; |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | | -div#page-base { |
| 41 | +#page-base { |
42 | 42 | height: 6em; |
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 | | -div#head-base { |
| 48 | +#head-base { |
49 | 49 | margin-top: -6em; |
50 | 50 | margin-right: 12em; |
51 | 51 | height: 6em; |
— | — | @@ -52,46 +52,46 @@ |
53 | 53 | background-position: bottom right; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
56 | | -div#head { |
| 56 | +#head { |
57 | 57 | position: absolute; |
58 | 58 | top: 0; |
59 | 59 | left: 0; |
60 | 60 | width: 100%; |
61 | 61 | } |
62 | | -div#head h5 { |
| 62 | +#head h5 { |
63 | 63 | margin: 0; |
64 | 64 | padding: 0; |
65 | 65 | } |
66 | 66 | /* Personal */ |
67 | | - div#p-personal { |
| 67 | + #p-personal { |
68 | 68 | position: absolute; |
69 | 69 | top: 0; |
70 | 70 | left: 0.75em; |
71 | 71 | } |
72 | | - div#p-personal h5 { |
| 72 | + #p-personal h5 { |
73 | 73 | display: none; |
74 | 74 | } |
75 | | - div#p-personal ul { |
| 75 | + #p-personal ul { |
76 | 76 | list-style: none; |
77 | 77 | margin: 0; |
78 | 78 | padding: 0; |
79 | 79 | } |
80 | 80 | /* @noflip */ |
81 | | - div#p-personal li { |
| 81 | + #p-personal li { |
82 | 82 | float: left; |
83 | 83 | } |
84 | | - div#p-personal li { |
| 84 | + #p-personal li { |
85 | 85 | margin-right: 0.75em; |
86 | 86 | margin-top: 0.5em; |
87 | 87 | font-size: 0.9em; |
88 | 88 | } |
89 | 89 | /* Navigation Containers */ |
90 | | - div#left-navigation { |
| 90 | + #left-navigation { |
91 | 91 | position: absolute; |
92 | 92 | right: 12em; |
93 | 93 | top: 3em; |
94 | 94 | } |
95 | | - div#right-navigation { |
| 95 | + #right-navigation { |
96 | 96 | float: left; |
97 | 97 | margin-top: 3em; |
98 | 98 | } |
— | — | @@ -275,23 +275,23 @@ |
276 | 276 | display: block; |
277 | 277 | } |
278 | 278 | /* Search */ |
279 | | - div#p-search h5 { |
| 279 | + #p-search h5 { |
280 | 280 | display: none; |
281 | 281 | } |
282 | 282 | /* @noflip */ |
283 | | - div#p-search { |
| 283 | + #p-search { |
284 | 284 | float: left; |
285 | 285 | } |
286 | | - div#p-search { |
| 286 | + #p-search { |
287 | 287 | margin-left: 0.5em; |
288 | 288 | margin-right: 0.5em; |
289 | 289 | } |
290 | | - div#p-search form, |
291 | | - div#p-search input { |
| 290 | + #p-search form, |
| 291 | + #p-search input { |
292 | 292 | margin: 0; |
293 | 293 | margin-top: 0.4em; |
294 | 294 | } |
295 | | - div#p-search div#simpleSearch { |
| 295 | + #simpleSearch { |
296 | 296 | margin-top: 0.75em; |
297 | 297 | position: relative; |
298 | 298 | border: solid 1px #AAAAAA; |
— | — | @@ -300,7 +300,7 @@ |
301 | 301 | background-position: top right; |
302 | 302 | background-repeat: repeat-x; |
303 | 303 | } |
304 | | - div#p-search div#simpleSearch input#searchInput { |
| 304 | + #simpleSearch input#searchInput { |
305 | 305 | margin: 0; |
306 | 306 | border-width: 0; |
307 | 307 | padding: 0.25em; |
— | — | @@ -310,7 +310,7 @@ |
311 | 311 | background-color: transparent; |
312 | 312 | } |
313 | 313 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
314 | | - div#p-search div#simpleSearch button#searchButton { |
| 314 | + #simpleSearch button#searchButton { |
315 | 315 | position: absolute; |
316 | 316 | top: 0; |
317 | 317 | left: 0; |
— | — | @@ -326,20 +326,20 @@ |
327 | 327 | background-repeat: no-repeat; |
328 | 328 | } |
329 | 329 | /* IGNORED BY IE6 */ |
330 | | - div#p-search div#simpleSearch > button#searchButton { |
| 330 | + #simpleSearch > button#searchButton { |
331 | 331 | height: 100%; |
332 | 332 | } |
333 | 333 | /* Panel */ |
334 | | -div#panel { |
| 334 | +#panel { |
335 | 335 | position: absolute; |
336 | 336 | top: 12em; |
337 | 337 | width: 12em; |
338 | 338 | right: 0; |
339 | 339 | } |
340 | | - div#panel div.portal { |
| 340 | + #panel div.portal { |
341 | 341 | padding-top: 1.5em; |
342 | 342 | } |
343 | | - div#panel div.portal h5 { |
| 343 | + #panel div.portal h5 { |
344 | 344 | font-weight: normal; |
345 | 345 | color: #444444; |
346 | 346 | padding: 0.5em; |
— | — | @@ -349,7 +349,7 @@ |
350 | 350 | border: none; |
351 | 351 | font-size: 0.9em; |
352 | 352 | } |
353 | | - div#panel div.portal div.body { |
| 353 | + #panel div.portal div.body { |
354 | 354 | margin: 0; |
355 | 355 | padding-top: 0.5em; |
356 | 356 | margin-right: 1.25em; |
— | — | @@ -357,26 +357,26 @@ |
358 | 358 | background-repeat: no-repeat; |
359 | 359 | background-position: top right; |
360 | 360 | } |
361 | | - div#panel div.portal div.body ul { |
| 361 | + #panel div.portal div.body ul { |
362 | 362 | list-style: none; |
363 | 363 | padding: 0; |
364 | 364 | margin: 0; |
365 | 365 | } |
366 | | - div#panel div.portal div.body ul li { |
| 366 | + #panel div.portal div.body ul li { |
367 | 367 | padding: 0; |
368 | 368 | padding-bottom: 0.5em; |
369 | 369 | margin: 0; |
370 | 370 | overflow: hidden; |
371 | 371 | font-size: 0.9em; |
372 | 372 | } |
373 | | - div#panel div.portal div.body ul li a { |
| 373 | + #panel div.portal div.body ul li a { |
374 | 374 | color: #0645ad; |
375 | 375 | } |
376 | | - div#panel div.portal div.body ul li a:visited { |
| 376 | + #panel div.portal div.body ul li a:visited { |
377 | 377 | color: #0b0080; |
378 | 378 | } |
379 | 379 | /* Foot */ |
380 | | -div#foot { |
| 380 | +#foot { |
381 | 381 | margin-right: 12em; |
382 | 382 | margin-top: 0; |
383 | 383 | padding: 0.75em; |
— | — | @@ -384,12 +384,12 @@ |
385 | 385 | background-position: top right; |
386 | 386 | background-repeat: repeat-x; |
387 | 387 | } |
388 | | -div#foot ul { |
| 388 | +#foot ul { |
389 | 389 | list-style: none; |
390 | 390 | margin: 0; |
391 | 391 | padding: 0; |
392 | 392 | } |
393 | | -div#foot ul li { |
| 393 | +#foot ul li { |
394 | 394 | margin: 0; |
395 | 395 | padding: 0; |
396 | 396 | padding-top: 0.5em; |
— | — | @@ -397,21 +397,21 @@ |
398 | 398 | color: #333333; |
399 | 399 | font-size: 0.9em; |
400 | 400 | } |
401 | | -div#foot ul#foot-icons { |
| 401 | +#foot #foot-icons { |
402 | 402 | float: left; |
403 | 403 | } |
404 | | -div#foot ul#foot-places { |
| 404 | +#foot #foot-places { |
405 | 405 | float: right; |
406 | 406 | } |
407 | | -div#foot ul#foot-info li { |
| 407 | +#foot #foot-info li { |
408 | 408 | line-height: 1.4em; |
409 | 409 | } |
410 | | -div#foot ul#foot-icons li { |
| 410 | +#foot #foot-icons li { |
411 | 411 | float: right; |
412 | 412 | margin-right: 0.5em; |
413 | 413 | line-height: 2em; |
414 | 414 | } |
415 | | -div#foot ul#foot-places li { |
| 415 | +#foot #foot-places li { |
416 | 416 | float: right; |
417 | 417 | margin-left: 1em; |
418 | 418 | line-height: 2em; |
— | — | @@ -646,31 +646,31 @@ |
647 | 647 | background-color: #f9f9f9; |
648 | 648 | line-height: 1.1em; |
649 | 649 | } |
650 | | -div#content ul { |
| 650 | +#content ul { |
651 | 651 | line-height: 1.5em; |
652 | 652 | list-style-type: square; |
653 | 653 | margin: .3em 1.5em 0 0; |
654 | 654 | padding: 0; |
655 | 655 | list-style-image: url(images/bullet-icon.png); |
656 | 656 | } |
657 | | -div#content ol { |
| 657 | +#content ol { |
658 | 658 | line-height: 1.5em; |
659 | 659 | margin: .3em 3.2em 0 0; |
660 | 660 | padding: 0; |
661 | 661 | list-style-image: none; |
662 | 662 | } |
663 | | -div#content li { |
| 663 | +#content li { |
664 | 664 | margin-bottom: .1em; |
665 | 665 | } |
666 | | -div#content dt { |
| 666 | +#content dt { |
667 | 667 | font-weight: bold; |
668 | 668 | margin-bottom: .1em; |
669 | 669 | } |
670 | | -div#content dl { |
| 670 | +#content dl { |
671 | 671 | margin-top: .2em; |
672 | 672 | margin-bottom: .5em; |
673 | 673 | } |
674 | | -div#content dd { |
| 674 | +#content dd { |
675 | 675 | line-height: 1.5em; |
676 | 676 | margin-right: 2em; |
677 | 677 | margin-bottom: .1em; |
— | — | @@ -683,12 +683,12 @@ |
684 | 684 | * floated tables */ |
685 | 685 | background-color: white; |
686 | 686 | } |
687 | | -div#content fieldset table { |
| 687 | +#content fieldset table { |
688 | 688 | /* but keep table layouts in forms clean... */ |
689 | 689 | background: none; |
690 | 690 | } |
691 | 691 | /* Forms */ |
692 | | -div#content fieldset { |
| 692 | +#content fieldset { |
693 | 693 | border: 1px solid #2f6fab; |
694 | 694 | margin: 1em 0 1em 0; |
695 | 695 | padding: 0 1em 1em; |
— | — | @@ -698,19 +698,19 @@ |
699 | 699 | margin: 0 0 0.5em 0; |
700 | 700 | padding: 0 0.5em 0.5em; |
701 | 701 | } |
702 | | -div#content legend { |
| 702 | +#content legend { |
703 | 703 | padding: .5em; |
704 | 704 | font-size: 95%; |
705 | 705 | } |
706 | | -div#content form { |
| 706 | +#content form { |
707 | 707 | border: none; |
708 | 708 | margin: 0; |
709 | 709 | } |
710 | | -div#content textarea { |
| 710 | +#content textarea { |
711 | 711 | width: 100%; |
712 | 712 | padding: .1em; |
713 | 713 | } |
714 | | -div#content select { |
| 714 | +#content select { |
715 | 715 | vertical-align: top; |
716 | 716 | } |
717 | 717 | /* Table of Contents */ |
— | — | @@ -736,8 +736,8 @@ |
737 | 737 | .toc .toctitle { |
738 | 738 | text-align: center; |
739 | 739 | } |
740 | | -div#content #toc ul, |
741 | | -div#content .toc ul { |
| 740 | +#toc ul, |
| 741 | +.toc ul { |
742 | 742 | list-style-type: none; |
743 | 743 | list-style-image: none; |
744 | 744 | margin-right: 0; |
— | — | @@ -895,7 +895,7 @@ |
896 | 896 | #content h3, #content h4, #content h5 { |
897 | 897 | margin-bottom: .3em; |
898 | 898 | } |
899 | | -h1#firstHeading { |
| 899 | +#firstHeading { |
900 | 900 | padding-top: 0; |
901 | 901 | margin-top: 0; |
902 | 902 | padding-top: 0; |
— | — | @@ -971,29 +971,25 @@ |
972 | 972 | #content .printfooter { |
973 | 973 | display: none; |
974 | 974 | } |
975 | | - |
976 | | - |
977 | | -li#pt-userpage, |
978 | | -li#pt-anonuserpage, |
979 | | -li#pt-login { |
| 975 | +/* Icon for Usernames */ |
| 976 | +#pt-userpage, |
| 977 | +#pt-anonuserpage, |
| 978 | +#pt-login { |
980 | 979 | background: url(images/user-icon.png) right top no-repeat; |
981 | 980 | padding-right: 15px !important; |
982 | 981 | text-transform: none; |
983 | 982 | } |
984 | | - |
| 983 | +/* To be sorted */ |
985 | 984 | span.newpage, span.minor, span.bot { |
986 | 985 | font-weight: bold; |
987 | 986 | } |
988 | | - |
989 | 987 | .toccolours { |
990 | 988 | border: 1px solid #aaa; |
991 | 989 | background-color: #f9f9f9; |
992 | 990 | padding: 5px; |
993 | 991 | font-size: 95%; |
994 | 992 | } |
995 | | - |
996 | | -div#bodyContent { |
| 993 | +#bodyContent { |
997 | 994 | position: relative; |
998 | 995 | width: 100%; |
999 | | -} |
1000 | | - |
| 996 | +} |
\ No newline at end of file |