Index: trunk/phase3/skins/nostalgia/screen.css |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | body { |
3 | | - /* Background color is set separately on page type */ |
| 3 | + /* background color is set separately on page type */ |
4 | 4 | color: black; |
5 | 5 | } |
6 | 6 | |
— | — | @@ -14,7 +14,8 @@ |
15 | 15 | padding: 2px; |
16 | 16 | } |
17 | 17 | |
18 | | -a.interwiki, a.external { |
| 18 | +a.interwiki, |
| 19 | +a.external { |
19 | 20 | color: #3366BB; |
20 | 21 | } |
21 | 22 | |
Index: trunk/phase3/skins/chick/IE50Fixes.css |
— | — | @@ -1,67 +1,74 @@ |
2 | | -/* |
3 | | -** IE5.0 Fix Stylesheet |
4 | | -*/ |
| 2 | +/** |
| 3 | + * IE5.0 Fix Stylesheet |
| 4 | + */ |
5 | 5 | |
6 | 6 | #column-content { |
7 | | - margin: 0 !important; |
8 | | - float: none; |
| 7 | + margin: 0 !important; |
| 8 | + float: none; |
9 | 9 | } |
10 | | -#column-content #content { |
11 | | - margin-top: 3em; |
12 | | - height: 1%; |
| 10 | +#column-content #content { |
| 11 | + margin-top: 3em; |
| 12 | + height: 1%; |
13 | 13 | } |
14 | 14 | #column-one { |
15 | | - position: absolute; |
16 | | - overflow: visible; |
17 | | - top: 0; |
18 | | - left: 0; |
19 | | - z-index: 3; |
| 15 | + position: absolute; |
| 16 | + overflow: visible; |
| 17 | + top: 0; |
| 18 | + left: 0; |
| 19 | + z-index: 3; |
20 | 20 | } |
21 | 21 | #footer { |
22 | | - margin: 0 0 0 13.6em; |
| 22 | + margin: 0 0 0 13.6em; |
23 | 23 | } |
24 | 24 | |
25 | 25 | /* IE 5 & 5.5 interpret keyword sizes one off */ |
26 | | -body { font-size: xx-small; } |
27 | | -/* |
28 | | -** the edit tabs |
29 | | -*/ |
| 26 | +body { |
| 27 | + font-size: xx-small; |
| 28 | +} |
| 29 | + |
| 30 | +/* the edit tabs */ |
30 | 31 | #p-cactions li { |
31 | | - float: left; |
32 | | - padding-top: 0; |
33 | | - padding-bottom: 0 !important; |
34 | | - height: 0.9em; |
| 32 | + float: left; |
| 33 | + padding-top: 0; |
| 34 | + padding-bottom: 0 !important; |
| 35 | + height: 0.9em; |
35 | 36 | } |
36 | 37 | #p-cactions li a { |
37 | | - display: block; |
38 | | - padding-bottom: 0.045em; |
| 38 | + display: block; |
| 39 | + padding-bottom: 0.045em; |
39 | 40 | } |
40 | 41 | #p-cactions li.selected a { |
41 | | - padding-bottom: 0.17em; |
| 42 | + padding-bottom: 0.17em; |
42 | 43 | } |
43 | 44 | #p-cactions li a:hover { |
44 | | - padding-bottom: 0.17em; |
| 45 | + padding-bottom: 0.17em; |
45 | 46 | } |
46 | | -/* 5.0 doesn't like the background icon for external links and user */ |
| 47 | + |
| 48 | +/* IE5.0 doesn't like the background icon for external links and user */ |
47 | 49 | .link-external, |
48 | 50 | .external { |
49 | | - background: none; |
50 | | - padding: 0; |
| 51 | + background: none; |
| 52 | + padding: 0; |
51 | 53 | } |
52 | | -#p-personal ul { float: right } |
53 | | -#p-personal li { float: left } |
| 54 | +#p-personal ul { |
| 55 | + float: right; |
| 56 | +} |
| 57 | +#p-personal li { |
| 58 | + float: left; |
| 59 | +} |
54 | 60 | li#pt-userpage, |
55 | 61 | li#pt-anonuserpage, |
56 | 62 | li#pt-login, |
57 | 63 | li#pt-logout { |
58 | | - background: none; |
59 | | - padding-left: none; |
| 64 | + background: none; |
| 65 | + padding-left: none; |
60 | 66 | } |
61 | 67 | .visualClear { |
62 | | - width:100%; |
63 | | - height: 0px; |
64 | | - padding:0; |
65 | | - margin:0; |
| 68 | + width: 100%; |
| 69 | + height: 0; |
| 70 | + padding: 0; |
| 71 | + margin: 0; |
66 | 72 | } |
67 | | -#firstHeading { margin-bottom: 0.3em; } |
68 | | -/*div{ border:1px solid Red !important;}*/ |
| 73 | +#firstHeading { |
| 74 | + margin-bottom: 0.3em; |
| 75 | +} |
Index: trunk/phase3/skins/chick/IE60Fixes.css |
— | — | @@ -1,8 +1,8 @@ |
2 | 2 | /* 6.0 - only fixes */ |
3 | | -/* content area */ |
| 3 | +/* content area */ |
4 | 4 | /* workaround for various ie float bugs */ |
5 | | -#column-content { |
6 | | - float: none; |
| 5 | +#column-content { |
| 6 | + float: none; |
7 | 7 | margin-left: 0; |
8 | 8 | height: 1%; |
9 | 9 | } |
Index: trunk/phase3/skins/chick/IE55Fixes.css |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* IE5.5/win- only fixes */ |
3 | 3 | |
4 | | -#column-content { |
5 | | - float: none; |
| 4 | +#column-content { |
| 5 | + float: none; |
6 | 6 | margin-left: 0; |
7 | 7 | height: 1%; |
8 | 8 | } |
— | — | @@ -24,13 +24,14 @@ |
25 | 25 | border-left: 1px solid #fabd23; |
26 | 26 | } |
27 | 27 | |
28 | | -/*#bodyContent div, |
29 | | -#bodyContent pre { overflow: auto; }*/ |
| 28 | +#p-personal { |
| 29 | + padding-bottom: 0.1em; |
| 30 | +} |
30 | 31 | |
31 | | -#p-personal { padding-bottom: 0.1em; } |
| 32 | +body { |
| 33 | + font-size: xx-small; |
| 34 | +} |
32 | 35 | |
33 | | -body { font-size: xx-small; } |
34 | | - |
35 | 36 | #p-cactions { |
36 | 37 | width: 76% !important; |
37 | 38 | z-index: 3 !important; |
Index: trunk/phase3/skins/monobook/IE50Fixes.css |
— | — | @@ -22,7 +22,10 @@ |
23 | 23 | } |
24 | 24 | |
25 | 25 | /* IE 5 & 5.5 interpret keyword sizes one off */ |
26 | | -body { font-size: xx-small; } |
| 26 | +body { |
| 27 | + font-size: xx-small; |
| 28 | +} |
| 29 | + |
27 | 30 | /* |
28 | 31 | ** the edit tabs |
29 | 32 | */ |
— | — | @@ -48,8 +51,12 @@ |
49 | 52 | background: none; |
50 | 53 | padding: 0; |
51 | 54 | } |
52 | | -#p-personal ul { float: right } |
53 | | -#p-personal li { float: left } |
| 55 | +#p-personal ul { |
| 56 | + float: right; |
| 57 | +} |
| 58 | +#p-personal li { |
| 59 | + float: left; |
| 60 | +} |
54 | 61 | li#pt-userpage, |
55 | 62 | li#pt-anonuserpage, |
56 | 63 | li#pt-login, |
— | — | @@ -59,9 +66,10 @@ |
60 | 67 | } |
61 | 68 | .visualClear { |
62 | 69 | width: 100%; |
63 | | - height: 0px; |
| 70 | + height: 0; |
64 | 71 | padding:0; |
65 | 72 | margin: 0; |
66 | 73 | } |
67 | | -#firstHeading { margin-bottom: .3em; } |
68 | | -/*div{ border:1px solid Red !important;}*/ |
| 74 | +#firstHeading { |
| 75 | + margin-bottom: 0.3em; |
| 76 | +} |
Index: trunk/phase3/skins/monobook/IE55Fixes.css |
— | — | @@ -24,13 +24,14 @@ |
25 | 25 | border-left: 1px solid #fabd23; |
26 | 26 | } |
27 | 27 | |
28 | | -/*#bodyContent div, |
29 | | -#bodyContent pre { overflow: auto; }*/ |
| 28 | +#p-personal { |
| 29 | + padding-bottom: 0.1em; |
| 30 | +} |
30 | 31 | |
31 | | -#p-personal { padding-bottom: .1em; } |
| 32 | +body { |
| 33 | + font-size: xx-small; |
| 34 | +} |
32 | 35 | |
33 | | -body { font-size: xx-small; } |
34 | | - |
35 | 36 | #p-cactions { |
36 | 37 | width: 76% !important; |
37 | 38 | z-index: 3 !important; |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -65,7 +65,8 @@ |
66 | 66 | a:visited { |
67 | 67 | color: #5a3696; |
68 | 68 | } |
69 | | -a.new, #p-personal a.new { |
| 69 | +a.new, |
| 70 | +#p-personal a.new { |
70 | 71 | color: #cc2200; |
71 | 72 | } |
72 | 73 | |
— | — | @@ -193,7 +194,7 @@ |
194 | 195 | #bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"], |
195 | 196 | .link-audio { |
196 | 197 | /* @embed */ |
197 | | - background: url("audio.png") center right no-repeat; |
| 198 | + background: url(audio.png) center right no-repeat; |
198 | 199 | padding-right: 13px; |
199 | 200 | } |
200 | 201 | #bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"], |
— | — | @@ -202,7 +203,7 @@ |
203 | 204 | #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"], |
204 | 205 | .link-video { |
205 | 206 | /* @embed */ |
206 | | - background: url("video.png") center right no-repeat; |
| 207 | + background: url(video.png) center right no-repeat; |
207 | 208 | padding-right: 13px; |
208 | 209 | } |
209 | 210 | #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"], |
— | — | @@ -210,10 +211,10 @@ |
211 | 212 | #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"], |
212 | 213 | .link-document { |
213 | 214 | /* @embed */ |
214 | | - background: url("document.png") center right no-repeat; |
| 215 | + background: url(document.png) center right no-repeat; |
215 | 216 | padding-right: 12px; |
216 | 217 | } |
217 | | - |
| 218 | + |
218 | 219 | /* Interwiki Styling */ |
219 | 220 | #bodyContent a.extiw, |
220 | 221 | #bodyContent a.extiw:active { |
— | — | @@ -516,7 +517,10 @@ |
517 | 518 | li#ca-talk { |
518 | 519 | margin-right: 1.6em; |
519 | 520 | } |
520 | | -li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { |
| 521 | +li#ca-watch, |
| 522 | +li#ca-unwatch, |
| 523 | +li#ca-varlang-0, |
| 524 | +li#ca-print { |
521 | 525 | margin-left: 1.6em; |
522 | 526 | } |
523 | 527 | #p-cactions .pBody { |
— | — | @@ -729,15 +733,21 @@ |
730 | 734 | ** @import("IEMacFixes.css"); |
731 | 735 | */ |
732 | 736 | /* tabs: border on the a, not the div */ |
733 | | -* > html #p-cactions li { border: none; } |
| 737 | +* > html #p-cactions li { |
| 738 | + border: none; |
| 739 | +} |
734 | 740 | * > html #p-cactions li a { |
735 | 741 | border: 1px solid #aaa; |
736 | 742 | border-bottom: none; |
737 | 743 | } |
738 | | -* > html #p-cactions li.selected a { border-color: #fabd23; } |
| 744 | +* > html #p-cactions li.selected a { |
| 745 | + border-color: #fabd23; |
| 746 | +} |
739 | 747 | /* footer icons need a fixed width */ |
740 | 748 | * > html #f-poweredbyico, |
741 | | -* > html #f-copyrightico { width: 88px; } |
| 749 | +* > html #f-copyrightico { |
| 750 | + width: 88px; |
| 751 | +} |
742 | 752 | * > html #bodyContent, |
743 | 753 | * > html #bodyContent pre { |
744 | 754 | overflow-x: auto; |
— | — | @@ -747,12 +757,16 @@ |
748 | 758 | |
749 | 759 | /* more IE fixes */ |
750 | 760 | /* float/negative margin brokenness */ |
751 | | -* html div#footer {margin-top: 0;} |
| 761 | +* html div#footer { |
| 762 | + margin-top: 0; |
| 763 | +} |
752 | 764 | * html div#column-content { |
753 | 765 | display: inline; |
754 | 766 | margin-bottom: 0; |
755 | 767 | } |
756 | | -#pagehistory li.selected { position: relative; } |
| 768 | +#pagehistory li.selected { |
| 769 | + position: relative; |
| 770 | +} |
757 | 771 | |
758 | 772 | /* Mac IE 5.0 fix; floated content turns invisible */ |
759 | 773 | * > html div#column-content { |
— | — | @@ -808,7 +822,8 @@ |
809 | 823 | } |
810 | 824 | |
811 | 825 | /* @bug 1714 */ |
812 | | -input#wpSave, input#wpDiff { |
| 826 | +input#wpSave, |
| 827 | +input#wpDiff { |
813 | 828 | margin-right: 0.33em; |
814 | 829 | } |
815 | 830 | |
— | — | @@ -825,17 +840,17 @@ |
826 | 841 | } |
827 | 842 | |
828 | 843 | div#searchTargetContainer { |
829 | | - left: 10px; |
830 | | - top: 10px; |
831 | | - width: 90%; |
| 844 | + left: 10px; |
| 845 | + top: 10px; |
| 846 | + width: 90%; |
832 | 847 | background: white; |
833 | 848 | } |
834 | 849 | |
835 | 850 | div#searchTarget { |
836 | | - padding: 3px; |
837 | | - margin: 5px; |
| 851 | + padding: 3px; |
| 852 | + margin: 5px; |
838 | 853 | background: #F0F0F0; |
839 | | - border: solid 1px blue; |
| 854 | + border: solid 1px blue; |
840 | 855 | } |
841 | 856 | |
842 | 857 | div#searchTarget ul li { |
— | — | @@ -848,10 +863,10 @@ |
849 | 864 | } |
850 | 865 | |
851 | 866 | div#searchTargetHide { |
852 | | - float:right; |
853 | | - border:solid 1px black; |
854 | | - background:#DCDCDC; |
855 | | - padding:2px; |
| 867 | + float: right; |
| 868 | + border: solid 1px black; |
| 869 | + background: #DCDCDC; |
| 870 | + padding: 2px; |
856 | 871 | } |
857 | 872 | |
858 | 873 | #powersearch p { |
— | — | @@ -879,7 +894,9 @@ |
880 | 895 | text-align: center; |
881 | 896 | } |
882 | 897 | |
883 | | -.templatesUsed { margin-top: 1.5em; } |
| 898 | +.templatesUsed { |
| 899 | + margin-top: 1.5em; |
| 900 | +} |
884 | 901 | |
885 | 902 | .mw-summary-preview { |
886 | 903 | margin: 0.1em 0; |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -1,7 +1,6 @@ |
2 | 2 | body { |
3 | 3 | margin: 0 0 0 0; |
4 | 4 | padding: 0 0 0 0; |
5 | | - /*font-size: 10pt;*/ |
6 | 5 | font-size: x-small; |
7 | 6 | |
8 | 7 | |
— | — | @@ -371,9 +370,6 @@ |
372 | 371 | border: none; |
373 | 372 | } |
374 | 373 | |
375 | | -#preferences h2 { |
376 | | -} |
377 | | - |
378 | 374 | .mainLegend { |
379 | 375 | display: none; |
380 | 376 | } |
— | — | @@ -455,7 +451,7 @@ |
456 | 452 | #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"], |
457 | 453 | .link-audio { |
458 | 454 | /* @embed */ |
459 | | - background: url("audio.png") center right no-repeat; |
| 455 | + background: url(audio.png) center right no-repeat; |
460 | 456 | padding-right: 13px; |
461 | 457 | } |
462 | 458 | #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"], |
— | — | @@ -464,7 +460,7 @@ |
465 | 461 | #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"], |
466 | 462 | .link-video { |
467 | 463 | /* @embed */ |
468 | | - background: url("video.png") center right no-repeat; |
| 464 | + background: url(video.png) center right no-repeat; |
469 | 465 | padding-right: 13px; |
470 | 466 | } |
471 | 467 | #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"], |
— | — | @@ -472,7 +468,7 @@ |
473 | 469 | #mw_content a.external[href *=".pdf?"], #mw_content a.external[href *=".PDF?"], |
474 | 470 | .link-document { |
475 | 471 | /* @embed */ |
476 | | - background: url("document.png") center right no-repeat; |
| 472 | + background: url(document.png) center right no-repeat; |
477 | 473 | padding-right: 12px; |
478 | 474 | } |
479 | 475 | |
— | — | @@ -480,22 +476,18 @@ |
481 | 477 | /* @noflip */div.floatright, table.floatright { |
482 | 478 | margin: 0 0 .5em .5em; |
483 | 479 | border: 0; |
484 | | -/* |
485 | | - border: .5em solid white; |
486 | | - border-width: .5em 0 .8em 1.4em; |
487 | | -*/ |
488 | 480 | } |
489 | | -div.floatright p { font-style: italic; } |
| 481 | +div.floatright p { |
| 482 | + font-style: italic; |
| 483 | +} |
490 | 484 | /* @noflip */div.floatleft, table.floatleft { |
491 | 485 | margin: 0 .5em .5em 0; |
492 | 486 | border: 0; |
493 | | -/* |
494 | | - margin: .3em .5em .5em 0; |
495 | | - border: .5em solid white; |
496 | | - border-width: .5em 1.4em .8em 0; |
497 | | -*/ |
498 | 487 | } |
499 | | -div.floatleft p { font-style: italic; } |
| 488 | +div.floatleft p { |
| 489 | + font-style: italic; |
| 490 | +} |
| 491 | + |
500 | 492 | /* thumbnails */ |
501 | 493 | div.thumb { |
502 | 494 | margin-bottom: .5em; |
— | — | @@ -704,17 +696,17 @@ |
705 | 697 | } |
706 | 698 | |
707 | 699 | div#searchTargetContainer { |
708 | | - left: 10px; |
709 | | - top: 10px; |
710 | | - width: 90%; |
| 700 | + left: 10px; |
| 701 | + top: 10px; |
| 702 | + width: 90%; |
711 | 703 | background: white; |
712 | 704 | } |
713 | 705 | |
714 | 706 | div#searchTarget { |
715 | | - padding: 3px; |
716 | | - margin: 5px; |
| 707 | + padding: 3px; |
| 708 | + margin: 5px; |
717 | 709 | background: #F0F0F0; |
718 | | - border: solid 1px blue; |
| 710 | + border: solid 1px blue; |
719 | 711 | } |
720 | 712 | |
721 | 713 | div#searchTarget ul li { |
— | — | @@ -754,7 +746,9 @@ |
755 | 747 | text-align: center; |
756 | 748 | } |
757 | 749 | |
758 | | -.templatesUsed { margin-top: 1.5em; } |
| 750 | +.templatesUsed { |
| 751 | + margin-top: 1.5em; |
| 752 | +} |
759 | 753 | |
760 | 754 | .mw-summary-preview { |
761 | 755 | margin: 0.1em 0; |
Index: trunk/phase3/skins/Standard.php |
— | — | @@ -40,12 +40,12 @@ |
41 | 41 | $rules[] = "/* @noflip */#quickbar { position: fixed; padding: 4px; }"; |
42 | 42 | } |
43 | 43 | } elseif ( 4 == $qb ) { |
44 | | - $rules[] = "/* @noflip */#quickbar { position: fixed; right: 0px; top: 0px; padding: 4px;}"; |
| 44 | + $rules[] = "/* @noflip */#quickbar { position: fixed; right: 0; top: 0; padding: 4px; }"; |
45 | 45 | $rules[] = "/* @noflip */#quickbar { border-right: 1px solid gray; }"; |
46 | 46 | $rules[] = "/* @noflip */#article, #mw-data-after-content { margin-right: 152px; margin-left: 4px; }"; |
47 | 47 | $rules[] = "/* @noflip */#topbar, #footer { margin-right: 152px; }"; |
48 | 48 | } |
49 | | - $style = implode( "\n", $rules ); |
| 49 | + $style = implode( "\n", $rules ); |
50 | 50 | $out->addInlineStyle( $style, 'flip' ); |
51 | 51 | } |
52 | 52 | |
— | — | @@ -214,12 +214,12 @@ |
215 | 215 | ) |
216 | 216 | ); |
217 | 217 | |
218 | | - /* |
219 | | - watching could cause problems in edit mode: |
220 | | - if user edits article, then loads "watch this article" in background and then saves |
221 | | - article with "Watch this article" checkbox disabled, the article is transparently |
222 | | - unwatched. Therefore we do not show the "Watch this page" link in edit mode |
223 | | - */ |
| 218 | + /** |
| 219 | + * Watching could cause problems in edit mode: |
| 220 | + * if user edits article, then loads "watch this article" in background and then saves |
| 221 | + * article with "Watch this article" checkbox disabled, the article is transparently |
| 222 | + * unwatched. Therefore we do not show the "Watch this page" link in edit mode. |
| 223 | + */ |
224 | 224 | if ( $this->data['loggedin'] && $articleExists ) { |
225 | 225 | if( $action != 'edit' && $action != 'submit' ) { |
226 | 226 | $s .= $sep . $this->watchThisPage(); |
— | — | @@ -268,7 +268,7 @@ |
269 | 269 | global $wgSiteSupportPage; |
270 | 270 | if( $wgSiteSupportPage ) { |
271 | 271 | $s .= "\n<br /><a href=\"" . htmlspecialchars( $wgSiteSupportPage ) . |
272 | | - '" class="internal">' . wfMsg( 'sitesupport' ) . '</a>'; |
| 272 | + '" class="internal">' . wfMsg( 'sitesupport' ) . '</a>'; |
273 | 273 | } |
274 | 274 | |
275 | 275 | $s .= "\n<br /></div>\n"; |
Index: trunk/phase3/skins/common/config-cc.css |
— | — | @@ -3,54 +3,55 @@ |
4 | 4 | */ |
5 | 5 | |
6 | 6 | body { |
7 | | - margin:0px; |
8 | | - background:#eee; |
9 | | - font-family:verdana; |
10 | | - color:#333; |
| 7 | + margin: 0; |
| 8 | + background: #eee; |
| 9 | + font-family: Verdana; |
| 10 | + color: #333; |
11 | 11 | } |
12 | 12 | |
13 | 13 | #main { |
14 | | - border:1px solid #D0D0D0; |
15 | | - background:#fff; |
| 14 | + border: 1px solid #D0D0D0; |
| 15 | + background: #fff; |
16 | 16 | margin: 0.5em; |
17 | 17 | } |
18 | 18 | |
19 | | -/* Looks like you have to specify the width of #menu |
20 | | -or IE5 Mac stretches it all the way across the div, and |
21 | | -Opera streches it half way. */ |
| 19 | +/** |
| 20 | + * Looks like you have to specify the width of #menu |
| 21 | + * or IE5 Mac stretches it all the way across the div, and |
| 22 | + * Opera streches it half way. |
| 23 | + */ |
22 | 24 | |
23 | 25 | #main #menu { |
24 | | - border-left:1px dotted #ccc; |
25 | | - /* border-bottom:1px solid #000;*/ |
26 | | - float:right; |
27 | | - width:230px; |
28 | | - background:white; |
29 | | - margin:0px 0px 10px 10px; |
| 26 | + border-left: 1px dotted #ccc; |
| 27 | + float: right; |
| 28 | + width: 230px; |
| 29 | + background: white; |
| 30 | + margin: 0 0 10px 10px; |
30 | 31 | } |
31 | 32 | |
32 | | -td, h3, p,h1,pre { |
33 | | - margin:0px 20px 20px 20px; |
34 | | - font-size:11px; |
35 | | - line-height:140%; |
| 33 | +td, h3, p, h1, pre { |
| 34 | + margin: 0 20px 20px 20px; |
| 35 | + font-size: 11px; |
| 36 | + line-height: 140%; |
36 | 37 | } |
37 | 38 | |
38 | 39 | .header { |
39 | 40 | padding-left: 10px; |
40 | | - padding-top:10px; |
| 41 | + padding-top: 10px; |
41 | 42 | } |
42 | 43 | |
43 | 44 | .nav { |
44 | | - padding-left:10px; |
45 | | - padding-bottom:10px; |
46 | | - font-size:11px; |
47 | | - margin-bottom:16px; |
| 45 | + padding-left: 10px; |
| 46 | + padding-bottom: 10px; |
| 47 | + font-size: 11px; |
| 48 | + margin-bottom: 16px; |
48 | 49 | } |
49 | 50 | |
50 | | -#menu p { |
51 | | - font-size:11px; |
| 51 | +#menu p { |
| 52 | + font-size: 11px; |
52 | 53 | } |
53 | 54 | |
54 | 55 | .dent { |
55 | | - margin-left:64px; |
| 56 | + margin-left: 64px; |
56 | 57 | } |
57 | 58 | |
Index: trunk/phase3/skins/common/wikiprintable.css |
— | — | @@ -6,41 +6,54 @@ |
7 | 7 | } |
8 | 8 | |
9 | 9 | /* MSIE/Win doesn't understand 'inherit' */ |
10 | | -a, a.external, a.new, a.stub { |
11 | | - color: black ! important; |
12 | | - text-decoration: none ! important; |
| 10 | +a, |
| 11 | +a.external, |
| 12 | +a.new, |
| 13 | +a.stub { |
| 14 | + color: black !important; |
| 15 | + text-decoration: none !important; |
13 | 16 | } |
14 | 17 | #article { |
15 | | - margin: 0 ! important; |
| 18 | + margin: 0 !important; |
16 | 19 | } |
17 | 20 | |
18 | 21 | /* Continue ... */ |
19 | | -a, a.external, a.new, a.stub { |
20 | | - color: inherit ! important; |
21 | | - text-decoration: inherit ! important; |
| 22 | +a, |
| 23 | +a.external, |
| 24 | +a.new, |
| 25 | +a.stub { |
| 26 | + color: inherit !important; |
| 27 | + text-decoration: inherit !important; |
22 | 28 | } |
23 | 29 | |
24 | | -/* Hide ugly UI stuff */ |
25 | | -#quickbar, #topbar, #logo, #footer, #siteNotice, |
26 | | -.editsection, .toctoggle { |
| 30 | +/* Hide UI stuff */ |
| 31 | +#quickbar, |
| 32 | +#topbar, |
| 33 | +#logo, |
| 34 | +#footer, |
| 35 | +#siteNotice, |
| 36 | +.editsection, |
| 37 | +.toctoggle { |
27 | 38 | display: none; |
28 | 39 | } |
29 | 40 | |
30 | 41 | /* */ |
31 | 42 | #article { |
32 | 43 | position: relative; |
33 | | - margin: inherit ! important; |
| 44 | + margin: inherit !important; |
34 | 45 | } |
35 | 46 | |
36 | 47 | .printfooter { |
37 | 48 | border-top: solid 1px black; |
38 | | - display: block ! important; |
| 49 | + display: block !important; |
39 | 50 | } |
40 | 51 | |
41 | | -/* Old stuff, fixme: |
| 52 | +/* Old stuff. @todo FIXME: |
42 | 53 | a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; } |
43 | | -a.interwiki, a.external { color: #3333BB; text-decoration: none; } |
| 54 | +a.interwiki, |
| 55 | +a.external { color: #3333BB; text-decoration: none; } |
44 | 56 | h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } |
45 | | -i.link, u.link { color: #000066; } |
| 57 | +i.link, |
| 58 | +u.link { color: #000066; } |
46 | 59 | p.subtitle { padding-top: 0; margin-top: 0; } |
47 | 60 | */ |
Index: trunk/phase3/skins/common/IE80Fixes.css |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | /** |
3 | | - * Fixes textarea scrolling bug (bug #19334). The bug only occurs when a |
| 3 | + * Fixes textarea scrolling bug (bug #19334). The bug only occurs when a |
4 | 4 | * percentage width is given, so instead of width: 100%, use min-width: 100%; |
5 | 5 | * max-width: 100%. We also need to give a fixed width for the actual width |
6 | 6 | * property for the hack to work, although the actual value (500px here) ends |
Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -1,10 +1,10 @@ |
2 | | -/* |
3 | | -** MediaWiki Print style sheet for CSS2-capable browsers. |
4 | | -** Copyright Gabriel Wicke, http://www.aulinx.de/ |
5 | | -** |
6 | | -** Derived from the plone (http://plone.org/) styles |
7 | | -** Copyright Alexander Limi |
8 | | -*/ |
| 2 | +/** |
| 3 | + * MediaWiki Print style sheet for CSS2-capable browsers. |
| 4 | + * Copyright Gabriel Wicke, http://www.aulinx.de/ |
| 5 | + * |
| 6 | + * Derived from the plone (http://plone.org/) styles |
| 7 | + * Copyright Alexander Limi |
| 8 | + */ |
9 | 9 | |
10 | 10 | /* Thanks to A List Apart (http://alistapart.com/) for useful extras */ |
11 | 11 | a.stub, |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | margin-left: 2em; |
24 | 24 | } |
25 | 25 | .tocline { |
26 | | - margin-bottom: 0px; |
| 26 | + margin-bottom: 0; |
27 | 27 | } |
28 | 28 | |
29 | 29 | /* images */ |
— | — | @@ -105,9 +105,8 @@ |
106 | 106 | } |
107 | 107 | |
108 | 108 | body { |
109 | | - background: White; |
110 | | - /*font-size: 11pt !important;*/ |
111 | | - color: Black; |
| 109 | + background: white; |
| 110 | + color: black; |
112 | 111 | margin: 0; |
113 | 112 | padding: 0; |
114 | 113 | } |
— | — | @@ -142,9 +141,9 @@ |
143 | 142 | |
144 | 143 | #content { |
145 | 144 | background: none; |
146 | | - border: none ! important; |
147 | | - padding: 0 ! important; |
148 | | - margin: 0 ! important; |
| 145 | + border: none !important; |
| 146 | + padding: 0 !important; |
| 147 | + margin: 0 !important; |
149 | 148 | direction: ltr; |
150 | 149 | } |
151 | 150 | #footer { |
— | — | @@ -160,12 +159,12 @@ |
161 | 160 | } |
162 | 161 | |
163 | 162 | p, .documentDescription { |
164 | | - margin: 1em 0 ! important; |
| 163 | + margin: 1em 0 !important; |
165 | 164 | line-height: 1.2em; |
166 | 165 | } |
167 | 166 | |
168 | 167 | .tocindent p { |
169 | | - margin: 0 0 0 0 ! important; |
| 168 | + margin: 0 0 0 0 !important; |
170 | 169 | } |
171 | 170 | |
172 | 171 | pre { |
— | — | @@ -185,7 +184,7 @@ |
186 | 185 | } |
187 | 186 | |
188 | 187 | a { |
189 | | - color: Black !important; |
| 188 | + color: black !important; |
190 | 189 | background: none !important; |
191 | 190 | padding: 0 !important; |
192 | 191 | } |
— | — | @@ -196,7 +195,8 @@ |
197 | 196 | text-decoration: underline; |
198 | 197 | } |
199 | 198 | |
200 | | -#content a.external.text:after, #content a.external.autonumber:after { |
| 199 | +#content a.external.text:after, |
| 200 | +#content a.external.autonumber:after { |
201 | 201 | /* Expand URLs for printing */ |
202 | 202 | content: " (" attr(href) ") "; |
203 | 203 | } |
— | — | @@ -219,16 +219,23 @@ |
220 | 220 | padding: 1em; |
221 | 221 | margin: 0 !important; |
222 | 222 | } |
| 223 | + |
223 | 224 | /* MSIE/Win doesn't understand 'inherit' */ |
224 | | -a, a.external, a.new, a.stub { |
225 | | - color: black ! important; |
226 | | - text-decoration: none ! important; |
| 225 | +a, |
| 226 | +a.external, |
| 227 | +a.new, |
| 228 | +a.stub { |
| 229 | + color: black !important; |
| 230 | + text-decoration: none !important; |
227 | 231 | } |
228 | 232 | |
229 | 233 | /* Continue ... */ |
230 | | -a, a.external, a.new, a.stub { |
231 | | - color: inherit ! important; |
232 | | - text-decoration: inherit ! important; |
| 234 | +a, |
| 235 | +a.external, |
| 236 | +a.new, |
| 237 | +a.stub { |
| 238 | + color: inherit !important; |
| 239 | + text-decoration: inherit !important; |
233 | 240 | } |
234 | 241 | |
235 | 242 | img { |
— | — | @@ -237,9 +244,13 @@ |
238 | 245 | } |
239 | 246 | |
240 | 247 | /* math */ |
241 | | -span.texhtml { font-family: serif; } |
| 248 | +span.texhtml { |
| 249 | + font-family: serif; |
| 250 | +} |
242 | 251 | |
243 | | -#siteNotice { display: none; } |
| 252 | +#siteNotice { |
| 253 | + display: none; |
| 254 | +} |
244 | 255 | |
245 | 256 | /* Galleries (see shared.css for more info) */ |
246 | 257 | li.gallerybox { |
— | — | @@ -279,9 +290,10 @@ |
280 | 291 | padding: 2px 4px; |
281 | 292 | word-wrap: break-word; |
282 | 293 | } |
283 | | -/* |
284 | | -** Diff rendering |
285 | | -*/ |
| 294 | + |
| 295 | +/** |
| 296 | + * Diff rendering |
| 297 | + */ |
286 | 298 | table.diff { |
287 | 299 | background: white; |
288 | 300 | } |
— | — | @@ -311,10 +323,10 @@ |
312 | 324 | text-decoration: underline; |
313 | 325 | } |
314 | 326 | |
315 | | -/* |
316 | | -** Table rendering |
317 | | -** As on shared.css but with white background. |
318 | | -*/ |
| 327 | +/** |
| 328 | + * Table rendering |
| 329 | + * As on shared.css but with white background. |
| 330 | + */ |
319 | 331 | table.wikitable, |
320 | 332 | table.mw_metadata { |
321 | 333 | margin: 1em 1em 1em 0; |
— | — | @@ -339,7 +351,7 @@ |
340 | 352 | } |
341 | 353 | |
342 | 354 | a.sortheader { |
343 | | - margin: 0px 0.3em; |
| 355 | + margin: 0 0.3em; |
344 | 356 | } |
345 | 357 | |
346 | 358 | /* Some pagination options */ |
— | — | @@ -359,7 +371,7 @@ |
360 | 372 | */ |
361 | 373 | .catlinks ul { |
362 | 374 | display: inline; |
363 | | - margin: 0px; |
| 375 | + margin: 0; |
364 | 376 | list-style: none; |
365 | 377 | list-style-type: none; |
366 | 378 | list-style-image: none; |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -1,11 +1,12 @@ |
2 | | -/* |
| 2 | +/** |
3 | 3 | * oldshared.css |
4 | 4 | * This file contains CSS settings common to Wikistandard, Nostalgia and |
5 | 5 | * CologneBlue, the old pre-Monobook skins |
6 | 6 | */ |
7 | 7 | |
8 | | -/* For clarity, explicitly state some recommendations from <http://www.w3.org/ |
9 | | - TR/CSS21/sample.html> to make sure the editsection links scale right */ |
| 8 | +/* For clarity, explicitly state some recommendations from |
| 9 | + * http://www.w3.org/TR/CSS21/sample.html to make sure the editsection links scale right |
| 10 | + */ |
10 | 11 | |
11 | 12 | h1 { font-size: 2em; } |
12 | 13 | h2 { font-size: 1.5em; } |
— | — | @@ -99,7 +100,8 @@ |
100 | 101 | border: none !important; |
101 | 102 | background: none !important; |
102 | 103 | } |
103 | | -div.magnify a, div.magnify img { |
| 104 | +div.magnify a, |
| 105 | +div.magnify img { |
104 | 106 | display: block; |
105 | 107 | border: none !important; |
106 | 108 | background: none !important; |
— | — | @@ -306,7 +308,8 @@ |
307 | 309 | border: none; |
308 | 310 | border-collapse: collapse; |
309 | 311 | } |
310 | | -table.mw_metadata td, table.mw_metadata th { |
| 312 | +table.mw_metadata td, |
| 313 | +table.mw_metadata th { |
311 | 314 | border: 1px solid #aaaaaa; |
312 | 315 | padding-left: 4px; |
313 | 316 | padding-right: 4px; |
— | — | @@ -386,7 +389,9 @@ |
387 | 390 | .TablePager { |
388 | 391 | border-collapse: collapse; |
389 | 392 | } |
390 | | -.TablePager, .TablePager td, .TablePager th { |
| 393 | +.TablePager, |
| 394 | +.TablePager td, |
| 395 | +.TablePager th { |
391 | 396 | border: 0.15em solid #777777; |
392 | 397 | padding: 0 0.15em 0 0.15em; |
393 | 398 | } |
— | — | @@ -400,7 +405,8 @@ |
401 | 406 | background-color: #eeeeff; |
402 | 407 | } |
403 | 408 | |
404 | | -.imagelist td, .imagelist th { |
| 409 | +.imagelist td, |
| 410 | +.imagelist th { |
405 | 411 | white-space: nowrap; |
406 | 412 | } |
407 | 413 | .imagelist .TablePager_col_links { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -159,9 +159,9 @@ |
160 | 160 | */ |
161 | 161 | |
162 | 162 | div.mw-filepage-resolutioninfo { |
163 | | - font-size: smaller; |
| 163 | + font-size: smaller; |
164 | 164 | } |
165 | | - |
| 165 | + |
166 | 166 | /** |
167 | 167 | * File histories |
168 | 168 | */ |
— | — | @@ -284,8 +284,8 @@ |
285 | 285 | */ |
286 | 286 | .catlinks ul { |
287 | 287 | display: inline; |
288 | | - margin: 0px; |
289 | | - padding: 0px; |
| 288 | + margin: 0; |
| 289 | + padding: 0; |
290 | 290 | list-style: none; |
291 | 291 | list-style-type: none; |
292 | 292 | list-style-image: none; |
— | — | @@ -333,11 +333,10 @@ |
334 | 334 | overflow: auto; |
335 | 335 | overflow-x: hidden; |
336 | 336 | position: absolute; |
337 | | - top: 0px; |
338 | | - left: 0px; |
339 | | - width: 0px; |
| 337 | + top: 0; |
| 338 | + left: 0; |
| 339 | + width: 0; |
340 | 340 | background-color: white; |
341 | | - background-color: Window; |
342 | 341 | border-style: solid; |
343 | 342 | border-color: #AAAAAA; |
344 | 343 | border-width: 1px; |
— | — | @@ -357,9 +356,7 @@ |
358 | 357 | .os-suggest-result-hl { |
359 | 358 | white-space: nowrap; |
360 | 359 | background-color: white; |
361 | | - background-color: Window; |
362 | 360 | color: black; |
363 | | - color: WindowText; |
364 | 361 | padding: 2px; |
365 | 362 | } |
366 | 363 | .os-suggest-result-hl, |
— | — | @@ -367,13 +364,6 @@ |
368 | 365 | background-color: #4C59A6; |
369 | 366 | color: white; |
370 | 367 | } |
371 | | -.os-suggest-result-hl { |
372 | | - /* System colors are misimplemented in Safari 3.0 and earlier, |
373 | | - * making highlighted text illegible... |
374 | | - */ |
375 | | - background-color: Highlight; |
376 | | - color: HighlightText; |
377 | | -} |
378 | 368 | |
379 | 369 | .os-suggest-toggle { |
380 | 370 | position: relative; |
— | — | @@ -382,8 +372,8 @@ |
383 | 373 | } |
384 | 374 | .os-suggest-toggle-def { |
385 | 375 | position: absolute; |
386 | | - top: 0px; |
387 | | - left: 0px; |
| 376 | + top: 0; |
| 377 | + left: 0; |
388 | 378 | font-size: 65%; |
389 | 379 | visibility: hidden; |
390 | 380 | } |
— | — | @@ -896,7 +886,7 @@ |
897 | 887 | display: none; |
898 | 888 | margin-left: 2px; |
899 | 889 | margin-bottom: -8px; |
900 | | - padding: 0px 0px 0px 15px; |
| 890 | + padding: 0 0 0 15px; |
901 | 891 | /* @embed */ |
902 | 892 | background-image: url('images/help-question.gif'); |
903 | 893 | background-position: left center; |
Index: trunk/phase3/skins/common/commonInterface.css |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | #firstHeading { |
39 | 39 | margin-bottom: .1em; |
40 | 40 | /* These two rules hack around bug 2013 (fix for more limited bug 11325). |
41 | | - When bug 2013 is fixed properly, they should be removed. */ |
| 41 | + * When bug 2013 is fixed properly, they should be removed. */ |
42 | 42 | line-height: 1.2em; |
43 | 43 | padding-bottom: 0; |
44 | 44 | } |
Index: trunk/phase3/skins/common/wikistandard.css |
— | — | @@ -39,13 +39,14 @@ |
40 | 40 | } |
41 | 41 | |
42 | 42 | /* Table of contents */ |
43 | | -.toctoggle, .editsection { |
| 43 | +.toctoggle, |
| 44 | +.editsection { |
44 | 45 | font-size: smaller; |
45 | 46 | } |
46 | 47 | |
47 | 48 | /* ... */ |
48 | 49 | #toolbar { |
49 | | - padding: 0px; |
| 50 | + padding: 0; |
50 | 51 | } |
51 | 52 | |
52 | 53 | #infobox { |
— | — | @@ -57,7 +58,8 @@ |
58 | 59 | margin-top: 1px; |
59 | 60 | } |
60 | 61 | |
61 | | -a.interwiki, a.external { |
| 62 | +a.interwiki, |
| 63 | +a.external { |
62 | 64 | color: #3366BB; |
63 | 65 | } |
64 | 66 | |
— | — | @@ -75,7 +77,7 @@ |
76 | 78 | } |
77 | 79 | |
78 | 80 | body { |
79 | | - margin: 0px; |
| 81 | + margin: 0; |
80 | 82 | padding: 4px; |
81 | 83 | color: black; |
82 | 84 | } |
Index: trunk/phase3/skins/common/commonElements.css |
— | — | @@ -80,10 +80,18 @@ |
81 | 81 | border-bottom: 1px solid #aaa; |
82 | 82 | width: auto; |
83 | 83 | } |
84 | | -h1 { font-size: 188%; } |
85 | | -h1 .editsection { font-size: 53%; } |
86 | | -h2 { font-size: 150%; } |
87 | | -h2 .editsection { font-size: 67%; } |
| 84 | +h1 { |
| 85 | + font-size: 188%; |
| 86 | +} |
| 87 | +h1 .editsection { |
| 88 | + font-size: 53%; |
| 89 | +} |
| 90 | +h2 { |
| 91 | + font-size: 150%; |
| 92 | +} |
| 93 | +h2 .editsection { |
| 94 | + font-size: 67%; |
| 95 | +} |
88 | 96 | h3, |
89 | 97 | h4, |
90 | 98 | h5, |
— | — | @@ -91,14 +99,32 @@ |
92 | 100 | border-bottom: none; |
93 | 101 | font-weight: bold; |
94 | 102 | } |
95 | | -h3 { font-size: 132%; } |
96 | | -h3 .editsection { font-size: 76%; font-weight: normal; } |
97 | | -h4 { font-size: 116%; } |
98 | | -h4 .editsection { font-size: 86%; font-weight: normal; } |
99 | | -h5 { font-size: 100%; } |
100 | | -h5 .editsection { font-weight: normal; } |
101 | | -h6 { font-size: 80%; } |
102 | | -h6 .editsection { font-size: 125%; font-weight: normal; } |
| 103 | +h3 { |
| 104 | + font-size: 132%; |
| 105 | +} |
| 106 | +h3 .editsection { |
| 107 | + font-size: 76%; |
| 108 | + font-weight: normal; |
| 109 | +} |
| 110 | +h4 { |
| 111 | + font-size: 116%; |
| 112 | +} |
| 113 | +h4 .editsection { |
| 114 | + font-size: 86%; |
| 115 | + font-weight: normal; } |
| 116 | +h5 { |
| 117 | + font-size: 100%; |
| 118 | +} |
| 119 | +h5 .editsection { |
| 120 | + font-weight: normal; |
| 121 | +} |
| 122 | +h6 { |
| 123 | + font-size: 80%; |
| 124 | +} |
| 125 | +h6 .editsection { |
| 126 | + font-size: 125%; |
| 127 | + font-weight: normal; |
| 128 | +} |
103 | 129 | |
104 | 130 | /* Some space under the headers in the content area */ |
105 | 131 | h1, |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -1,12 +1,26 @@ |
2 | | -/* For clarity, explicitly state some recommendations from <http://www.w3.org/ |
3 | | - TR/CSS21/sample.html> to make sure the editsection links scale right */ |
| 2 | +/** |
| 3 | + * For clarity, explicitly state some recommendations from |
| 4 | + * http://www.w3.org/TR/CSS21/sample.html to make sure the editsection links scale right. |
| 5 | + */ |
4 | 6 | |
5 | | -h1 { font-size: 2em; } |
6 | | -h2 { font-size: 1.5em; } |
7 | | -h3 { font-size: 1.17em; } |
8 | | -h5 { font-size: .83em; } |
9 | | -h6 { font-size: .75em; } |
10 | | -h1, h2, h3, h4, h5, h6 { font-weight: bolder } |
| 7 | +h1 { |
| 8 | + font-size: 2em; |
| 9 | +} |
| 10 | +h2 { |
| 11 | + font-size: 1.5em; |
| 12 | +} |
| 13 | +h3 { |
| 14 | + font-size: 1.17em; |
| 15 | +} |
| 16 | +h5 { |
| 17 | + font-size: .83em; |
| 18 | +} |
| 19 | +h6 { |
| 20 | + font-size: .75em; |
| 21 | +} |
| 22 | +h1, h2, h3, h4, h5, h6 { |
| 23 | + font-weight: bolder; |
| 24 | +} |
11 | 25 | |
12 | 26 | /* Now the custom parts */ |
13 | 27 | |
— | — | @@ -14,50 +28,60 @@ |
15 | 29 | .editsection { |
16 | 30 | font-weight: normal; |
17 | 31 | } |
18 | | -h1 .editsection { font-size: 50% } |
19 | | -h2 .editsection { font-size: 66.7% } |
20 | | -h3 .editsection { font-size: 85.5% } |
21 | | -h5 .editsection { font-size: 120% } |
22 | | -h6 .editsection { font-size: 133% } |
| 32 | +h1 .editsection { |
| 33 | + font-size: 50%; |
| 34 | +} |
| 35 | +h2 .editsection { |
| 36 | + font-size: 66.7%; |
| 37 | +} |
| 38 | +h3 .editsection { |
| 39 | + font-size: 85.5%; |
| 40 | +} |
| 41 | +h5 .editsection { |
| 42 | + font-size: 120%; |
| 43 | +} |
| 44 | +h6 .editsection { |
| 45 | + font-size: 133%; |
| 46 | +} |
23 | 47 | |
24 | | - |
25 | 48 | #toolbar { |
26 | | - display: none; |
| 49 | + display: none; |
27 | 50 | } |
28 | 51 | |
29 | 52 | div.center { |
30 | | - text-align: center; |
| 53 | + text-align: center; |
31 | 54 | } |
32 | 55 | |
33 | 56 | #contentSub { |
34 | | - padding-left: 2em; |
| 57 | + padding-left: 2em; |
35 | 58 | } |
36 | 59 | |
37 | 60 | a { |
38 | | - text-decoration: none; |
| 61 | + text-decoration: none; |
39 | 62 | } |
40 | 63 | |
41 | 64 | a:hover { |
42 | | - text-decoration: underline; |
| 65 | + text-decoration: underline; |
43 | 66 | } |
44 | 67 | |
45 | 68 | #column-content { |
46 | | - width: 100%; |
47 | | - float: right; |
48 | | - margin: 0 0 0.6em -12.2em; |
49 | | - padding:0; |
| 69 | + width: 100%; |
| 70 | + float: right; |
| 71 | + margin: 0 0 0.6em -12.2em; |
| 72 | + padding: 0; |
50 | 73 | } |
51 | 74 | |
52 | 75 | #content { |
53 | | - margin: 0em 0 0 12.2em; |
54 | | - padding: 0em 1em 1.5em 1em; |
55 | | - border-left: 1px solid #959595; |
56 | | - line-height: 1.5em; |
| 76 | + margin: 0em 0 0 12.2em; |
| 77 | + padding: 0em 1em 1.5em 1em; |
| 78 | + border-left: 1px solid #959595; |
| 79 | + line-height: 1.5em; |
57 | 80 | } |
58 | 81 | |
59 | 82 | #column-one { |
60 | | - position: absolute; |
61 | | - top: 0px; left: 0px; |
| 83 | + position: absolute; |
| 84 | + top: 0; |
| 85 | + left: 0; |
62 | 86 | } |
63 | 87 | |
64 | 88 | #footer { |
— | — | @@ -65,245 +89,264 @@ |
66 | 90 | } |
67 | 91 | |
68 | 92 | body { |
69 | | - margin: 0; |
70 | | - padding: 0; |
| 93 | + margin: 0; |
| 94 | + padding: 0; |
71 | 95 | } |
72 | 96 | |
73 | 97 | #globalWrapper { |
74 | | - width: 100%; |
75 | | - height: 100%; |
76 | | - margin: 0; |
77 | | - padding: 0; |
| 98 | + width: 100%; |
| 99 | + height: 100%; |
| 100 | + margin: 0; |
| 101 | + padding: 0; |
78 | 102 | } |
79 | | -.visualClear { clear: both; } |
| 103 | +.visualClear { |
| 104 | + clear: both; |
| 105 | +} |
80 | 106 | |
81 | 107 | img { |
82 | | - border: none; |
| 108 | + border: none; |
83 | 109 | } |
84 | 110 | p { |
85 | | - margin: 0.4em 0em 0.5em 0em; |
86 | | - line-height: 1.5em; |
| 111 | + margin: 0.4em 0em 0.5em 0em; |
| 112 | + line-height: 1.5em; |
87 | 113 | } |
88 | | -p img { margin: 0; } |
| 114 | +p img { |
| 115 | + margin: 0; |
| 116 | +} |
89 | 117 | |
90 | 118 | h1, h2, h3, h4, h5, h6 { |
91 | | - margin: 0; |
92 | | - padding-top: 0.5em; |
93 | | - padding-bottom: 0.17em; |
| 119 | + margin: 0; |
| 120 | + padding-top: 0.5em; |
| 121 | + padding-bottom: 0.17em; |
94 | 122 | } |
95 | 123 | fieldset { |
96 | | - margin: 1em 0em 1em 0em; |
97 | | - padding: 0em 1em 1em 1em; |
| 124 | + margin: 1em 0em 1em 0em; |
| 125 | + padding: 0em 1em 1em 1em; |
98 | 126 | } |
99 | 127 | .usermessage { |
100 | | - background-color: #ffce7b; |
101 | | - border: 1px solid #ffa500; |
102 | | - color: Black; |
103 | | - font-weight: bold; |
104 | | - margin: 2em 0em 1em 0em; |
105 | | - padding: 0.5em 1em; |
106 | | - vertical-align: middle; |
| 128 | + background-color: #ffce7b; |
| 129 | + border: 1px solid #ffa500; |
| 130 | + color: black; |
| 131 | + font-weight: bold; |
| 132 | + margin: 2em 0em 1em 0em; |
| 133 | + padding: 0.5em 1em; |
| 134 | + vertical-align: middle; |
107 | 135 | } |
108 | 136 | .error { |
109 | | - color: red; |
110 | | - font-size: larger; |
| 137 | + color: red; |
| 138 | + font-size: larger; |
111 | 139 | } |
112 | 140 | |
113 | 141 | table.rimage { |
114 | | - float:right; |
115 | | - position:relative; |
116 | | - margin-left:1em; |
117 | | - margin-bottom:1em; |
118 | | - text-align:center; |
| 142 | + float: right; |
| 143 | + position: relative; |
| 144 | + margin-left: 1em; |
| 145 | + margin-bottom: 1em; |
| 146 | + text-align: center; |
119 | 147 | } |
120 | 148 | |
121 | 149 | .portlet { |
122 | | - border: none; |
123 | | - float: none; |
124 | | - padding: 0; |
125 | | - width: 11.8em; |
126 | | - overflow: hidden; |
| 150 | + border: none; |
| 151 | + float: none; |
| 152 | + padding: 0; |
| 153 | + width: 11.8em; |
| 154 | + overflow: hidden; |
127 | 155 | } |
128 | 156 | .portlet h4 { |
129 | | - font-weight: normal; |
130 | | - white-space: nowrap; |
| 157 | + font-weight: normal; |
| 158 | + white-space: nowrap; |
131 | 159 | } |
132 | 160 | .portlet h5 { |
133 | | - padding: 0em 1em 0em 0.5em; |
134 | | - display: inline; |
135 | | - height: 1em; |
136 | | - font-weight: normal; |
137 | | - white-space: nowrap; |
| 161 | + padding: 0em 1em 0em 0.5em; |
| 162 | + display: inline; |
| 163 | + height: 1em; |
| 164 | + font-weight: normal; |
| 165 | + white-space: nowrap; |
138 | 166 | } |
139 | 167 | .portlet h6 { |
140 | | - padding: 0em 1em 0em 1em; |
141 | | - display: block; |
142 | | - height: 1.2em; |
143 | | - font-weight: normal; |
144 | | - white-space: nowrap; |
| 168 | + padding: 0em 1em 0em 1em; |
| 169 | + display: block; |
| 170 | + height: 1.2em; |
| 171 | + font-weight: normal; |
| 172 | + white-space: nowrap; |
145 | 173 | } |
146 | 174 | .pBody { |
147 | | - border-collapse: collapse; |
148 | | - padding: 0 0.8em 0.3em 0.5em; |
| 175 | + border-collapse: collapse; |
| 176 | + padding: 0 0.8em 0.3em 0.5em; |
149 | 177 | } |
150 | 178 | .portlet h1, |
151 | 179 | .portlet h2, |
152 | 180 | .portlet h3, |
153 | 181 | .portlet h4 { |
154 | | - margin: 0; |
155 | | - padding: 0; |
156 | | - font-size: small; |
| 182 | + margin: 0; |
| 183 | + padding: 0; |
| 184 | + font-size: small; |
157 | 185 | } |
158 | 186 | |
159 | 187 | #p-search .pBody { |
160 | | - text-align: center; |
| 188 | + text-align: center; |
161 | 189 | } |
162 | 190 | |
163 | 191 | #searchInput { |
164 | | - width: 100%; |
165 | | - clear: both; |
166 | | - margin: 0 0 0 0; |
| 192 | + width: 100%; |
| 193 | + clear: both; |
| 194 | + margin: 0 0 0 0; |
167 | 195 | } |
168 | 196 | |
169 | 197 | input.searchButton { |
170 | | - margin-top:1px; |
171 | | - padding: 0 0.4em; |
172 | | - cursor: pointer; |
| 198 | + margin-top: 1px; |
| 199 | + padding: 0 0.4em; |
| 200 | + cursor: pointer; |
173 | 201 | } |
174 | 202 | |
175 | 203 | #p-search .pBody { |
176 | | - padding: 0.5em 0.4em 0.4em 0.4em; |
| 204 | + padding: 0.5em 0.4em 0.4em 0.4em; |
177 | 205 | } |
178 | 206 | |
179 | 207 | /* feed links */ |
180 | 208 | a.feedlink { |
181 | | - background: url("../common/images/feed-icon.png") center left no-repeat; |
| 209 | + background: url(../common/images/feed-icon.png) center left no-repeat; |
182 | 210 | padding-left: 16px; |
183 | 211 | } |
184 | 212 | |
185 | 213 | textarea { |
186 | | - width: 100%; |
| 214 | + width: 100%; |
187 | 215 | } |
188 | 216 | |
189 | | -.pBody li, .pBody ul { |
| 217 | +.pBody li, |
| 218 | +.pBody ul { |
190 | 219 | padding-left: 0em; |
191 | 220 | margin-left: 0.5em; |
192 | 221 | } |
193 | 222 | |
194 | 223 | pre { |
195 | | - margin: 2em; |
196 | | - border: solid 1px black; |
| 224 | + margin: 2em; |
| 225 | + border: solid 1px black; |
197 | 226 | } |
198 | 227 | |
199 | | -h1.firstHeading, h2 { |
200 | | - border-bottom: solid 1px black; |
| 228 | +h1.firstHeading, |
| 229 | +h2 { |
| 230 | + border-bottom: solid 1px black; |
201 | 231 | } |
202 | 232 | #bodyContent a.external, |
203 | 233 | #bodyContent a.external[href ^="gopher://"] { |
204 | | - background: url("external.png") center right no-repeat; |
205 | | - padding-right: 13px; |
| 234 | + background: url(external.png) center right no-repeat; |
| 235 | + padding-right: 13px; |
206 | 236 | } |
207 | 237 | #bodyContent a.external[href ^="https://"], |
208 | 238 | .link-https { |
209 | | - background: url("lock_icon.gif") center right no-repeat; |
210 | | - padding-right: 16px; |
| 239 | + background: url(lock_icon.gif) center right no-repeat; |
| 240 | + padding-right: 16px; |
211 | 241 | } |
212 | 242 | #bodyContent a.external[href ^="mailto:"], |
213 | 243 | .link-mailto { |
214 | | - background: url("mail_icon.gif") center right no-repeat; |
215 | | - padding-right: 18px; |
| 244 | + background: url(mail_icon.gif) center right no-repeat; |
| 245 | + padding-right: 18px; |
216 | 246 | } |
217 | 247 | #bodyContent a.external[href ^="news://"] { |
218 | | - background: url("news_icon.png") center right no-repeat; |
219 | | - padding-right: 18px; |
| 248 | + background: url(news_icon.png) center right no-repeat; |
| 249 | + padding-right: 18px; |
220 | 250 | } |
221 | 251 | #bodyContent a.external[href ^="ftp://"], |
222 | 252 | .link-ftp { |
223 | | - background: url("file_icon.gif") center right no-repeat; |
224 | | - padding-right: 18px; |
| 253 | + background: url(file_icon.gif) center right no-repeat; |
| 254 | + padding-right: 18px; |
225 | 255 | } |
226 | 256 | #bodyContent a.external[href ^="irc://"], |
227 | 257 | #bodyContent a.external[href ^="ircs://"], |
228 | 258 | .link-irc { |
229 | | - background: url("discussionitem_icon.gif") center right no-repeat; |
230 | | - padding-right: 18px; |
| 259 | + background: url(discussionitem_icon.gif) center right no-repeat; |
| 260 | + padding-right: 18px; |
231 | 261 | } |
232 | 262 | |
233 | 263 | #bodyContent a.extiw, |
234 | 264 | #bodyContent a.extiw:active { |
235 | | - color: #5E7CFF; |
| 265 | + color: #5E7CFF; |
236 | 266 | } |
237 | 267 | |
238 | 268 | td.diff-addedline { |
239 | | - background-color: #B9FFB0; |
| 269 | + background-color: #B9FFB0; |
240 | 270 | } |
241 | 271 | |
242 | 272 | td.diff-deletedline { |
243 | | - background-color: #f8ffaa; |
| 273 | + background-color: #f8ffaa; |
244 | 274 | } |
245 | 275 | |
246 | | -.diffchange { background-color: #FFCDF3; text-decoration: none; } |
| 276 | +.diffchange { |
| 277 | + background-color: #FFCDF3; |
| 278 | + text-decoration: none; |
| 279 | +} |
247 | 280 | |
248 | | -#pagehistory li { border: none; } |
| 281 | +#pagehistory li { |
| 282 | + border: none; |
| 283 | +} |
249 | 284 | |
250 | 285 | div.tocindent { |
251 | | - margin-left: 2em; |
| 286 | + margin-left: 2em; |
252 | 287 | } |
253 | 288 | #toc { |
254 | | - text-align: left; |
255 | | - border-top: solid 1px black; |
256 | | - border-bottom: solid 1px black; |
| 289 | + text-align: left; |
| 290 | + border-top: solid 1px black; |
| 291 | + border-bottom: solid 1px black; |
257 | 292 | } |
258 | 293 | |
259 | 294 | /* @noflip */div.floatright, table.floatright { |
260 | | - margin: 0; |
261 | | - border-width: 0.5em 0 0.8em 1.4em; |
| 295 | + margin: 0; |
| 296 | + border-width: 0.5em 0 0.8em 1.4em; |
262 | 297 | } |
263 | | -div.floatright p { font-style: italic; } |
| 298 | +div.floatright p { |
| 299 | + font-style: italic; |
| 300 | +} |
264 | 301 | /* @noflip */div.floatleft, table.floatleft { |
265 | | - margin: 0.3em 0.5em 0.5em 0; |
266 | | - border-width: 0.5em 1.4em 0.8em 0; |
| 302 | + margin: 0.3em 0.5em 0.5em 0; |
| 303 | + border-width: 0.5em 1.4em 0.8em 0; |
267 | 304 | } |
268 | | -div.floatleft p { font-style: italic; } |
| 305 | +div.floatleft p { |
| 306 | + font-style: italic; |
| 307 | +} |
| 308 | + |
269 | 309 | /* thumbnails */ |
270 | 310 | div.thumb { |
271 | | - margin-bottom: 0.5em; |
272 | | - width: auto; |
| 311 | + margin-bottom: 0.5em; |
| 312 | + width: auto; |
273 | 313 | } |
274 | 314 | div.thumbinner { |
275 | | - padding: 3px !important; |
276 | | - text-align: center; |
277 | | - overflow: hidden; |
| 315 | + padding: 3px !important; |
| 316 | + text-align: center; |
| 317 | + overflow: hidden; |
278 | 318 | } |
279 | 319 | |
280 | 320 | html .thumbcaption { |
281 | | - border: none; |
282 | | - text-align: left; |
283 | | - line-height: 1.4; |
284 | | - padding: 0.3em 0 0.1em 0; |
| 321 | + border: none; |
| 322 | + text-align: left; |
| 323 | + line-height: 1.4; |
| 324 | + padding: 0.3em 0 0.1em 0; |
285 | 325 | } |
286 | 326 | div.magnify { |
287 | | - float: right; |
288 | | - border: none !important; |
289 | | - background: none !important; |
| 327 | + float: right; |
| 328 | + border: none !important; |
| 329 | + background: none !important; |
290 | 330 | } |
291 | | -div.magnify a, div.magnify img { |
292 | | - display: block; |
293 | | - border: none !important; |
294 | | - background: none !important; |
| 331 | +div.magnify a, |
| 332 | +div.magnify img { |
| 333 | + display: block; |
| 334 | + border: none !important; |
| 335 | + background: none !important; |
295 | 336 | } |
296 | 337 | /* @noflip */div.tright { |
297 | | - border-width: 0.5em 0 0.8em 1.4em; |
| 338 | + border-width: 0.5em 0 0.8em 1.4em; |
298 | 339 | } |
299 | 340 | /* @noflip */div.tleft { |
300 | | - margin-right:0.5em; |
301 | | - border-width: 0.5em 1.4em 0.8em 0; |
| 341 | + margin-right: 0.5em; |
| 342 | + border-width: 0.5em 1.4em 0.8em 0; |
302 | 343 | } |
303 | 344 | img.thumbborder { |
304 | 345 | border: 1px solid #dddddd; |
305 | 346 | } |
306 | 347 | |
307 | | -a.stub { color: #772233; } |
| 348 | +a.stub { |
| 349 | + color: #772233; |
| 350 | +} |
308 | 351 | a.new, |
309 | 352 | #p-personal a.new { |
310 | 353 | text-decoration: line-through; |
— | — | @@ -312,47 +355,47 @@ |
313 | 356 | text-decoration: line-through; |
314 | 357 | } |
315 | 358 | .catlinks { |
316 | | - text-align: center; |
317 | | - width: 80%; |
318 | | - margin-left: auto; |
319 | | - margin-right: auto; |
320 | | - padding: 3px; |
| 359 | + text-align: center; |
| 360 | + width: 80%; |
| 361 | + margin-left: auto; |
| 362 | + margin-right: auto; |
| 363 | + padding: 3px; |
321 | 364 | } |
322 | 365 | |
323 | 366 | #mytabs { |
324 | | - background-color: inherit; |
| 367 | + background-color: inherit; |
325 | 368 | } |
326 | 369 | #p-cactions { |
327 | | - background-color: inherit; |
| 370 | + background-color: inherit; |
328 | 371 | } |
329 | 372 | div.printfooter { |
330 | | - display: none; |
| 373 | + display: none; |
331 | 374 | } |
332 | 375 | |
333 | 376 | #n-portal, |
334 | 377 | #n-currentevents, |
335 | 378 | #n-help, |
336 | 379 | #n-sitesupport { |
337 | | - display: none; |
| 380 | + display: none; |
338 | 381 | } |
339 | 382 | |
340 | 383 | #preftoc { |
341 | | - float: left; |
342 | | - margin: 1em; |
343 | | - width: 13em; |
| 384 | + float: left; |
| 385 | + margin: 1em; |
| 386 | + width: 13em; |
344 | 387 | } |
345 | 388 | #preftoc li { |
346 | 389 | } |
347 | 390 | #preftoc li.selected { |
348 | | - border: 1px dashed #aaa; |
| 391 | + border: 1px dashed #aaa; |
349 | 392 | } |
350 | 393 | #preftoc a, |
351 | 394 | #preftoc a:active { |
352 | | - display: block; |
| 395 | + display: block; |
353 | 396 | } |
354 | 397 | div.htmlform-tip { |
355 | | - font-size: 95%; |
356 | | - margin-top: 1em; |
| 398 | + font-size: 95%; |
| 399 | + margin-top: 1em; |
357 | 400 | } |
358 | 401 | |
359 | 402 | #mw_trackbacks { |
— | — | @@ -360,12 +403,14 @@ |
361 | 404 | } |
362 | 405 | |
363 | 406 | #jump-to-nav { |
364 | | - display: none; |
| 407 | + display: none; |
365 | 408 | } |
366 | 409 | |
367 | 410 | table.collapsed tr.collapsable { |
368 | 411 | display: none; |
369 | 412 | } |
370 | 413 | |
371 | | -.templatesUsed { margin-top: 1.5em; } |
| 414 | +.templatesUsed { |
| 415 | + margin-top: 1.5em; |
| 416 | +} |
372 | 417 | |
Index: trunk/phase3/skins/cologneblue/screen.css |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | body { |
3 | | - margin: 0px; |
4 | | - padding: 0px; |
| 3 | + margin: 0; |
| 4 | + padding: 0; |
5 | 5 | color: black; |
6 | 6 | } |
7 | 7 | |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | } |
23 | 23 | |
24 | 24 | #topbar { |
25 | | - padding: 0px; |
| 25 | + padding: 0; |
26 | 26 | } |
27 | 27 | |
28 | 28 | #powersearch { |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Any rules which should not be flipped automatically in right-to-left situations should be |
4 | 4 | * prepended with @noflip in a comment block. Images that should be embedded as base64 data-URLs |
5 | 5 | * should be prepended with @embed in a comment block. |
6 | | - * |
| 6 | + * |
7 | 7 | * This style-sheet employs a few CSS trick to accomplish compatibility with a wide range of web |
8 | 8 | * browsers. The most common trick is to use some styles in IE6 only. This is accomplished by using |
9 | 9 | * a rule that makes things work in IE6, and then following it with a rule that begins with |
— | — | @@ -293,7 +293,8 @@ |
294 | 294 | margin-left: 23px; |
295 | 295 | } |
296 | 296 | /* Enable forcing showing of the menu for accessibility */ |
297 | | - div.vectorMenu:hover div.menu, div.vectorMenu div.menuForceShow { |
| 297 | + div.vectorMenu:hover div.menu, |
| 298 | + div.vectorMenu div.menuForceShow { |
298 | 299 | display: block; |
299 | 300 | } |
300 | 301 | div.vectorMenu ul { |
— | — | @@ -395,7 +396,7 @@ |
396 | 397 | div#simpleSearch input.placeholder { |
397 | 398 | color: #999999; |
398 | 399 | } |
399 | | - div#simpleSearch input::-webkit-input-placeholder { |
| 400 | + div#simpleSearch input::-webkit-input-placeholder { |
400 | 401 | color: #999999; |
401 | 402 | } |
402 | 403 | div#simpleSearch input#searchInput { |
— | — | @@ -561,7 +562,7 @@ |
562 | 563 | } |
563 | 564 | |
564 | 565 | /* |
565 | | - * |
| 566 | + * |
566 | 567 | * The following code is highly modified from monobook. It would be nice if the |
567 | 568 | * preftoc id was more human readable like preferences-toc for instance, |
568 | 569 | * howerver this would require backporting the other skins. |
— | — | @@ -663,10 +664,8 @@ |
664 | 665 | margin-right: 0.25em; |
665 | 666 | } |
666 | 667 | |
667 | | -/* |
668 | | - * |
| 668 | +/** |
669 | 669 | * The following code is slightly modified from monobook |
670 | | - * |
671 | 670 | */ |
672 | 671 | div#content { |
673 | 672 | line-height: 1.5em; |
— | — | @@ -675,7 +674,9 @@ |
676 | 675 | font-size: 0.8em; |
677 | 676 | } |
678 | 677 | |
679 | | -.editsection { float: right; } |
| 678 | +.editsection { |
| 679 | + float: right; |
| 680 | +} |
680 | 681 | |
681 | 682 | ul { |
682 | 683 | /* @embed */ |
— | — | @@ -740,7 +741,7 @@ |
741 | 742 | div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"], |
742 | 743 | .link-audio { |
743 | 744 | /* @embed */ |
744 | | - background: url("images/audio-icon.png?2") center right no-repeat; |
| 745 | + background: url(images/audio-icon.png) center right no-repeat; |
745 | 746 | padding-right: 13px; |
746 | 747 | } |
747 | 748 | div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"], |
— | — | @@ -749,7 +750,7 @@ |
750 | 751 | div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"], |
751 | 752 | .link-video { |
752 | 753 | /* @embed */ |
753 | | - background: url("images/video-icon.png?2") center right no-repeat; |
| 754 | + background: url(images/video-icon.png) center right no-repeat; |
754 | 755 | padding-right: 13px; |
755 | 756 | } |
756 | 757 | div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"], |
— | — | @@ -757,7 +758,7 @@ |
758 | 759 | div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"], |
759 | 760 | .link-document { |
760 | 761 | /* @embed */ |
761 | | - background: url("images/document-icon.png?2") center right no-repeat; |
| 762 | + background: url(images/document-icon.png) center right no-repeat; |
762 | 763 | padding-right: 13px; |
763 | 764 | } |
764 | 765 | |
Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1204,10 +1204,9 @@ |
1205 | 1205 | } |
1206 | 1206 | |
1207 | 1207 | /** |
1208 | | - * Should we include common/wikiprintable.css? Skins that have their own |
| 1208 | + * Should we load mediawiki.legacy.wikiprintable? Skins that have their own |
1209 | 1209 | * print stylesheet should override this and return false. (This is an |
1210 | | - * ugly hack to get Monobook to play nicely with |
1211 | | - * OutputPage::headElement().) |
| 1210 | + * ugly hack to get Monobook to play nicely with OutputPage::headElement().) |
1212 | 1211 | * |
1213 | 1212 | * @return bool |
1214 | 1213 | */ |
Index: trunk/phase3/resources/jquery/jquery.suggestions.css |
— | — | @@ -3,9 +3,9 @@ |
4 | 4 | .suggestions { |
5 | 5 | overflow: hidden; |
6 | 6 | position: absolute; |
7 | | - top: 0px; |
8 | | - left: 0px; |
9 | | - width: 0px; |
| 7 | + top: 0; |
| 8 | + left: 0; |
| 9 | + width: 0; |
10 | 10 | border: none; |
11 | 11 | z-index: 1099; |
12 | 12 | padding: 0; |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | } |
19 | 19 | .suggestions-special { |
20 | 20 | position: relative; |
21 | | - background-color: Window; |
| 21 | + background-color: white; |
22 | 22 | font-size: 0.8em; |
23 | 23 | cursor: pointer; |
24 | 24 | border: solid 1px #aaaaaa; |
— | — | @@ -30,7 +30,6 @@ |
31 | 31 | } |
32 | 32 | .suggestions-results { |
33 | 33 | background-color: white; |
34 | | - background-color: Window; |
35 | 34 | font-size: 0.8em; |
36 | 35 | cursor: pointer; |
37 | 36 | border: solid 1px #aaaaaa; |
— | — | @@ -39,7 +38,6 @@ |
40 | 39 | } |
41 | 40 | .suggestions-result { |
42 | 41 | color: black; |
43 | | - color: WindowText; |
44 | 42 | margin: 0; |
45 | 43 | line-height: 1.5em; |
46 | 44 | padding: 0.01em 0.25em; |
— | — | @@ -47,9 +45,7 @@ |
48 | 46 | } |
49 | 47 | .suggestions-result-current { |
50 | 48 | background-color: #4C59A6; |
51 | | - background-color: Highlight; |
52 | 49 | color: white; |
53 | | - color: HighlightText; |
54 | 50 | } |
55 | 51 | .suggestions-special .special-label { |
56 | 52 | font-size: 0.8em; |
— | — | @@ -67,7 +63,6 @@ |
68 | 64 | .suggestions-result-current .special-label, |
69 | 65 | .suggestions-result-current .special-query { |
70 | 66 | color: white; |
71 | | - color: HighlightText; |
72 | 67 | } |
73 | 68 | .autoellipsis-matched, |
74 | 69 | .highlight { |
Index: trunk/phase3/resources/jquery/jquery.tablesorter.css |
— | — | @@ -1,6 +1,6 @@ |
2 | | -/* |
3 | | - * The !important is to make sure someone doesn't use element styling |
4 | | - * to set the background or padding of a headercell and |
| 2 | +/* |
| 3 | + * The !important is to make sure someone doesn't use element styling |
| 4 | + * to set the background or padding of a headercell and |
5 | 5 | * accidently override all these options. |
6 | 6 | */ |
7 | 7 | table.jquery-tablesorter th.headerSort { |
Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css |
— | — | @@ -1,31 +1,40 @@ |
2 | 2 | /* |
3 | 3 | ** Diff rendering |
4 | 4 | */ |
5 | | -table.diff, td.diff-otitle, td.diff-ntitle { |
| 5 | +table.diff, |
| 6 | +td.diff-otitle, |
| 7 | +td.diff-ntitle { |
6 | 8 | background-color: white; |
7 | 9 | } |
| 10 | + |
8 | 11 | td.diff-otitle, |
9 | 12 | td.diff-ntitle { |
10 | 13 | text-align: center; |
11 | 14 | } |
| 15 | + |
12 | 16 | td.diff-marker { |
13 | 17 | text-align: right; |
14 | 18 | } |
| 19 | + |
15 | 20 | td.diff-lineno { |
16 | 21 | font-weight: bold; |
17 | 22 | } |
| 23 | + |
18 | 24 | td.diff-addedline { |
19 | 25 | background: #D1E7F6; |
20 | 26 | font-size: smaller; |
21 | 27 | } |
| 28 | + |
22 | 29 | td.diff-deletedline { |
23 | 30 | background: #F6E0D1; |
24 | 31 | font-size: smaller; |
25 | 32 | } |
| 33 | + |
26 | 34 | td.diff-context { |
27 | 35 | background: #eee; |
28 | 36 | font-size: smaller; |
29 | 37 | } |
| 38 | + |
30 | 39 | .diffchange { |
31 | 40 | font-weight: bold; |
32 | 41 | white-space: -moz-pre-wrap; |
— | — | @@ -51,20 +60,25 @@ |
52 | 61 | /* Ensure that colums are of equal width */ |
53 | 62 | table-layout: fixed; |
54 | 63 | } |
| 64 | + |
55 | 65 | table.diff td { |
56 | 66 | padding: 0; |
57 | 67 | } |
| 68 | + |
58 | 69 | table.diff col.diff-marker { |
59 | 70 | width: 2%; |
60 | 71 | } |
| 72 | + |
61 | 73 | table.diff col.diff-content { |
62 | 74 | width: 48%; |
63 | 75 | } |
| 76 | + |
64 | 77 | table.diff td div { |
65 | 78 | /* Force-wrap very long lines such as URLs or page-widening char strings.*/ |
66 | 79 | word-wrap: break-word; |
67 | 80 | |
68 | 81 | /* As fallback (FF<3.5, Opera <10.5), scrollbars will be added for very wide cells |
69 | | - instead of text overflowing or widening */ |
| 82 | + * instead of text overflowing or widening |
| 83 | + */ |
70 | 84 | overflow: auto; |
71 | 85 | } |
Index: trunk/phase3/resources/mediawiki.special/mediawiki.special.changeslist.css |
— | — | @@ -7,7 +7,8 @@ |
8 | 8 | border-spacing: 0; |
9 | 9 | } |
10 | 10 | |
11 | | -table.mw-enhanced-rc th, table.mw-enhanced-rc td { |
| 11 | +table.mw-enhanced-rc th, |
| 12 | +table.mw-enhanced-rc td { |
12 | 13 | padding: 0; |
13 | 14 | vertical-align: top; |
14 | 15 | } |
— | — | @@ -30,8 +31,10 @@ |
31 | 32 | float: none; |
32 | 33 | } |
33 | 34 | |
34 | | -/* If JS is disabled, the arrow is still needed |
35 | | - for spacing, but ideally shouldn't be shown */ |
| 35 | +/** |
| 36 | + * If JS is disabled, the arrow is still needed |
| 37 | + * for spacing, but ideally shouldn't be shown |
| 38 | + */ |
36 | 39 | .mw-enhanced-rc .mw-rc-openarrow { |
37 | 40 | visibility: hidden; |
38 | 41 | } |