r57744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57743‎ | r57744 | r57745 >
Date:05:22, 15 October 2009
Author:adam
Status:deferred
Tags:
Comment:
experimental css updates
Modified paths:
  • /trunk/phase3/skins/vector/experiments/babaco-colors-a.css (modified) (history)
  • /trunk/phase3/skins/vector/experiments/new-tabs.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/experiments/new-tabs.css
@@ -52,6 +52,8 @@
5353 margin: 0 1px 0 0;
5454 padding: 0;
5555 background:none;
 56+ overflow:hidden;
 57+ white-space:nowrap;
5658 }
5759 /* IGNORED BY IE6 */
5860 div.vectorTabs ul > li {
@@ -183,14 +185,12 @@
184186 }
185187 /* @noflip */
186188 body #head div.vectorMenu h5 {
187 -
188189 border-top:1px solid #cccccc;
189190 border-left:1px solid #cccccc;
190191 border-right:1px solid #cccccc;
191192 padding-left: 0;
192193 margin-left: 0px;
193194 background-image: none !important;
194 -
195195 }
196196 /* OVERRIDDEN BY COMPLIANT BROWSERS */
197197 body div.vectorMenu h5 a {
@@ -280,7 +280,7 @@
281281 #ca-unwatch.icon,
282282 #ca-watch.icon {
283283 background-color:#ffffff;
284 - height:1.7em !important;
 284+ height:1.75em !important;
285285
286286 }
287287 #ca-unwatch.icon a,
Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css
@@ -1,8 +1,6 @@
22 /* Babaco Color Scheme A */
33
4 -#head-base{
5 - background:url(images/page-base-fade.png) 0 100% repeat-x #ffffff;
6 -}
 4+
75 a:visited,
86 a:visited div.vectorTabs li.selected a:visited span {
97 color: #260e9c;
@@ -19,6 +17,7 @@
2018 background-color: #f9f9f9 !important;
2119 background-image:url(images/page-base-updated.png);
2220 }
 21+
2322 /* Links */
2423 a {
2524 color: #0066cc;
@@ -30,7 +29,7 @@
3130 color: #ff6600;
3231 }
3332 a.stub {
34 - color: #772233;
 33+ color: #56228b;
3534 }
3635 a.new, #p-personal a.new {
3736 color: #a31205 !important;
@@ -46,7 +45,20 @@
4746 h5,
4847 h6 {
4948 border-color:#999999;
 49+ font-family:arial, sans-serif;
5050 }
 51+h1,
 52+h2{
 53+ font-family:georgia, times, serif;
 54+ letter-spacing:0.6px;
 55+}
 56+#toc h2, .toc h2 {
 57+ font-family:sans-serif;
 58+ letter-spacing:0px;
 59+}
 60+body div.vectorTabs li a {
 61+ font-weight:bold;
 62+}
5163 body div.vectorTabs li a, div.vectorTabs li a span{
5264 color:#4d4d4d;
5365 }

Status & tagging log