Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -24,8 +24,9 @@ |
25 | 25 | font-size: 1em; |
26 | 26 | } |
27 | 27 | body { |
28 | | - background-color: #f3f3f3; |
29 | 28 | background-image: url(images/page-base.png); |
| 29 | + background-color: #f9f9f9; |
| 30 | + color: #000000; |
30 | 31 | } |
31 | 32 | /* Content */ |
32 | 33 | #content { |
— | — | @@ -186,14 +187,14 @@ |
187 | 188 | div.vectorTabs li.selected a span, |
188 | 189 | div.vectorTabs li.selected a:visited |
189 | 190 | div.vectorTabs li.selected a:visited span { |
190 | | - color: #333333; |
| 191 | + color: #be5900; |
191 | 192 | text-decoration: none; |
192 | 193 | } |
193 | 194 | div.vectorTabs li.new a, |
194 | 195 | div.vectorTabs li.new a span, |
195 | 196 | div.vectorTabs li.new a:visited, |
196 | 197 | div.vectorTabs li.new a:visited span { |
197 | | - color: #a55858; |
| 198 | + color: #990000; |
198 | 199 | } |
199 | 200 | /* Variants and Actions */ |
200 | 201 | /* @noflip */ |
— | — | @@ -590,11 +591,11 @@ |
591 | 592 | /* Links */ |
592 | 593 | a { |
593 | 594 | text-decoration: none; |
594 | | - color: #0645ad; |
| 595 | + color: #003cb3; |
595 | 596 | background: none; |
596 | 597 | } |
597 | 598 | a:visited { |
598 | | - color: #0b0080; |
| 599 | + color: #004d99; |
599 | 600 | } |
600 | 601 | a:active { |
601 | 602 | color: #faa700; |
— | — | @@ -606,7 +607,7 @@ |
607 | 608 | color: #772233; |
608 | 609 | } |
609 | 610 | a.new, #p-personal a.new { |
610 | | - color: #ba0000; |
| 611 | + color: #990000; |
611 | 612 | } |
612 | 613 | a.new:visited, #p-personal a.new:visited { |
613 | 614 | color: #a55858; |
— | — | @@ -638,7 +639,7 @@ |
639 | 640 | margin: 0; |
640 | 641 | padding-top: .5em; |
641 | 642 | padding-bottom: .17em; |
642 | | - border-bottom: 1px solid #aaa; |
| 643 | + border-bottom: 1px solid #8d8d8d; |
643 | 644 | width: auto; |
644 | 645 | } |
645 | 646 | h1 { font-size: 188%; } |
— | — | @@ -765,8 +766,8 @@ |
766 | 767 | #toc, |
767 | 768 | .toc, |
768 | 769 | .mw-warning { |
769 | | - border: 1px solid #aaa; |
770 | | - background-color: #f9f9f9; |
| 770 | + border: 1px solid #c0c0c0; |
| 771 | + background-color: #f0f0f0; |
771 | 772 | padding: 5px; |
772 | 773 | font-size: 95%; |
773 | 774 | } |
— | — | @@ -826,15 +827,16 @@ |
827 | 828 | background-color: transparent; |
828 | 829 | } |
829 | 830 | div.thumbinner { |
830 | | - border: 1px solid #ccc; |
| 831 | + border: 1px solid #c0c0c0; |
831 | 832 | padding: 3px !important; |
832 | | - background-color: #f9f9f9; |
| 833 | + background-color: #f0f0f0; |
833 | 834 | font-size: 94%; |
834 | 835 | text-align: center; |
835 | 836 | overflow: hidden; |
836 | 837 | } |
837 | 838 | html .thumbimage { |
838 | | - border: 1px solid #ccc; |
| 839 | + border: 1px solid #c0c0c0; |
| 840 | + background-color: #f0f0f0; |
839 | 841 | } |
840 | 842 | html .thumbcaption { |
841 | 843 | border: none; |
— | — | @@ -954,6 +956,7 @@ |
955 | 957 | line-height: 1.2em; |
956 | 958 | font-size: 1.6em; |
957 | 959 | padding-bottom: 0; |
| 960 | + color:#005780; |
958 | 961 | } |
959 | 962 | #content a.external, |
960 | 963 | #content a[href ^="gopher://"] { |
— | — | @@ -1031,7 +1034,6 @@ |
1032 | 1035 | padding-left: 15px !important; |
1033 | 1036 | text-transform: none; |
1034 | 1037 | } |
1035 | | - |
1036 | 1038 | .toccolours { |
1037 | 1039 | border: 1px solid #aaa; |
1038 | 1040 | background-color: #f9f9f9; |
— | — | @@ -1049,37 +1051,6 @@ |
1050 | 1052 | div#bodyContent { |
1051 | 1053 | line-height: 1.5em; |
1052 | 1054 | } |
1053 | | - |
1054 | | - |
1055 | | - |
1056 | | -/* Babaco color scheme */ |
1057 | | -/* Still working on this. Needs incorporated above once it's closer to final */ |
1058 | | -body { |
1059 | | - background-color: #f9f9f9; |
1060 | | - color: #000000; |
1061 | | -} |
1062 | | -a { |
1063 | | - color: #003cb3; |
1064 | | -} |
1065 | | -a.new { |
1066 | | - color: #990000; |
1067 | | -} |
1068 | | - |
1069 | | -a:visited, |
1070 | | -div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span { |
1071 | | - color: #260e9c; |
1072 | | -} |
1073 | | - |
1074 | | -html .thumbimage, |
1075 | | -#toc, .toc, .mw-warning, div.thumbinner { |
1076 | | - border-color: #c0c0c0; |
1077 | | - background-color: #f0f0f0; |
1078 | | -} |
1079 | | - |
1080 | | -h1, h2, h3, h4, h5, h6 { |
1081 | | - border-color: #8d8d8d; |
1082 | | -} |
1083 | | - |
1084 | 1055 | /* Watch/Unwatch Icon Styling */ |
1085 | 1056 | #ca-unwatch.icon, |
1086 | 1057 | #ca-watch.icon { |