r57117 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57116‎ | r57117 | r57118 >
Date:16:59, 30 September 2009
Author:adam
Status:reverted (Comments)
Tags:
Comment:
Vector color changes
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -24,8 +24,9 @@
2525 font-size: 1em;
2626 }
2727 body {
28 - background-color: #f3f3f3;
2928 background-image: url(images/page-base.png);
 29+ background-color: #f9f9f9;
 30+ color: #000000;
3031 }
3132 /* Content */
3233 #content {
@@ -186,14 +187,14 @@
187188 div.vectorTabs li.selected a span,
188189 div.vectorTabs li.selected a:visited
189190 div.vectorTabs li.selected a:visited span {
190 - color: #333333;
 191+ color: #be5900;
191192 text-decoration: none;
192193 }
193194 div.vectorTabs li.new a,
194195 div.vectorTabs li.new a span,
195196 div.vectorTabs li.new a:visited,
196197 div.vectorTabs li.new a:visited span {
197 - color: #a55858;
 198+ color: #990000;
198199 }
199200 /* Variants and Actions */
200201 /* @noflip */
@@ -590,11 +591,11 @@
591592 /* Links */
592593 a {
593594 text-decoration: none;
594 - color: #0645ad;
 595+ color: #003cb3;
595596 background: none;
596597 }
597598 a:visited {
598 - color: #0b0080;
 599+ color: #004d99;
599600 }
600601 a:active {
601602 color: #faa700;
@@ -606,7 +607,7 @@
607608 color: #772233;
608609 }
609610 a.new, #p-personal a.new {
610 - color: #ba0000;
 611+ color: #990000;
611612 }
612613 a.new:visited, #p-personal a.new:visited {
613614 color: #a55858;
@@ -638,7 +639,7 @@
639640 margin: 0;
640641 padding-top: .5em;
641642 padding-bottom: .17em;
642 - border-bottom: 1px solid #aaa;
 643+ border-bottom: 1px solid #8d8d8d;
643644 width: auto;
644645 }
645646 h1 { font-size: 188%; }
@@ -765,8 +766,8 @@
766767 #toc,
767768 .toc,
768769 .mw-warning {
769 - border: 1px solid #aaa;
770 - background-color: #f9f9f9;
 770+ border: 1px solid #c0c0c0;
 771+ background-color: #f0f0f0;
771772 padding: 5px;
772773 font-size: 95%;
773774 }
@@ -826,15 +827,16 @@
827828 background-color: transparent;
828829 }
829830 div.thumbinner {
830 - border: 1px solid #ccc;
 831+ border: 1px solid #c0c0c0;
831832 padding: 3px !important;
832 - background-color: #f9f9f9;
 833+ background-color: #f0f0f0;
833834 font-size: 94%;
834835 text-align: center;
835836 overflow: hidden;
836837 }
837838 html .thumbimage {
838 - border: 1px solid #ccc;
 839+ border: 1px solid #c0c0c0;
 840+ background-color: #f0f0f0;
839841 }
840842 html .thumbcaption {
841843 border: none;
@@ -954,6 +956,7 @@
955957 line-height: 1.2em;
956958 font-size: 1.6em;
957959 padding-bottom: 0;
 960+ color:#005780;
958961 }
959962 #content a.external,
960963 #content a[href ^="gopher://"] {
@@ -1031,7 +1034,6 @@
10321035 padding-left: 15px !important;
10331036 text-transform: none;
10341037 }
1035 -
10361038 .toccolours {
10371039 border: 1px solid #aaa;
10381040 background-color: #f9f9f9;
@@ -1049,37 +1051,6 @@
10501052 div#bodyContent {
10511053 line-height: 1.5em;
10521054 }
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 -
10841055 /* Watch/Unwatch Icon Styling */
10851056 #ca-unwatch.icon,
10861057 #ca-watch.icon {

Follow-up revisions

RevisionCommit summaryAuthorDate
r57125Revert r56924 (new watch icon and color changes for Vector) and followups r57...catrope17:58, 30 September 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   18:17, 30 September 2009

Experimental new bits, need to be moved to branch until ready.

Status & tagging log