r58218 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58217‎ | r58218 | r58219 >
Date:21:09, 27 October 2009
Author:adam
Status:deferred
Tags:
Comment:
tweaks to the experimental css for sandbox 5
Modified paths:
  • /trunk/phase3/skins/vector/experiments/babaco-colors-a.css (modified) (history)
  • /trunk/phase3/skins/vector/experiments/images/new-portal-break-ltr.png (modified) (history)
  • /trunk/phase3/skins/vector/experiments/new-tabs.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/experiments/images/new-portal-break-ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/phase3/skins/vector/experiments/new-tabs.css
@@ -179,18 +179,24 @@
180180 /* Variants and Actions */
181181 /* @noflip */
182182 div.vectorMenu {
 183+ background-image:url(images/tab-fade.png);
 184+ background-position:bottom left;
 185+ background-repeat:repeat-x;
 186+ border-top:1px solid #cccccc;
 187+ border-left:1px solid #cccccc;
 188+ border-right:1px solid #cccccc;
183189 }
184190 body.rtl div.vectorMenu {
185191 direction: rtl;
186192 }
187193 /* @noflip */
188194 body #head div.vectorMenu h5 {
189 - border-top:1px solid #cccccc;
190 - border-left:1px solid #cccccc;
191 - border-right:1px solid #cccccc;
 195+ background-image: url(../images/arrow-down-icon.png);
 196+ background-position: center center;
 197+ background-repeat: no-repeat;
192198 padding-left: 0;
193199 margin-left: 0px;
194 - background-image: none !important;
 200+
195201 }
196202 /* OVERRIDDEN BY COMPLIANT BROWSERS */
197203 body div.vectorMenu h5 a {
@@ -281,12 +287,15 @@
282288 #ca-watch.icon {
283289 background-color:#ffffff;
284290 height:1.75em !important;
285 -
 291+ background-image:url(images/tab-fade.png);
 292+ background-position:bottom left;
 293+ background-repeat:repeat-x;
286294 }
287295 #ca-unwatch.icon a,
288296 #ca-watch.icon a {
289297 height: 1.7em !important;
290298 border-bottom:none;
 299+ background-color:transparent;
291300 }
292301 #ca-watch.icon a,
293302 #ca-unwatch.icon a {
Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css
@@ -45,17 +45,17 @@
4646 h5,
4747 h6 {
4848 border-color:#999999;
49 - font-family:arial, sans-serif;
 49+ font-family:georgia, times, serif;
5050 }
5151 #firstHeading {
5252 font-size:1.5em;
5353 }
5454 h1,
5555 h2{
56 - font-family:georgia, times, serif;
5756 letter-spacing:0.6px;
5857 }
59 -h2 .editsection{
 58+h2 .editsection,
 59+.portal h5{
6060 font-family:sans-serif;
6161 letter-spacing:0px;
6262 }
@@ -98,5 +98,7 @@
9999 }
100100 #panel div.portal h5 {
101101 font-weight:bold;
102 - padding-bottom:0;
 102+ margin-bottom:0;
 103+ padding-bottom:0.05em;
 104+ color:#000000;
103105 }
\ No newline at end of file

Status & tagging log