From 48346ed318c8f1fa51c8f594139628850167d30c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 27 Oct 2009 21:09:09 +0000 Subject: [PATCH] tweaks to the experimental css for sandbox 5 --- skins/vector/experiments/babaco-colors-a.css | 10 +++++---- .../images/new-portal-break-ltr.png | Bin 119 -> 129 bytes skins/vector/experiments/new-tabs.css | 19 +++++++++++++----- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/skins/vector/experiments/babaco-colors-a.css b/skins/vector/experiments/babaco-colors-a.css index 15b3075aa8..a338056d83 100644 --- a/skins/vector/experiments/babaco-colors-a.css +++ b/skins/vector/experiments/babaco-colors-a.css @@ -45,17 +45,17 @@ h4, h5, h6 { border-color:#999999; - font-family:arial, sans-serif; + font-family:georgia, times, serif; } #firstHeading { font-size:1.5em; } h1, h2{ - font-family:georgia, times, serif; letter-spacing:0.6px; } -h2 .editsection{ +h2 .editsection, +.portal h5{ font-family:sans-serif; letter-spacing:0px; } @@ -98,5 +98,7 @@ div.thumbinner{ } #panel div.portal h5 { font-weight:bold; - padding-bottom:0; + margin-bottom:0; + padding-bottom:0.05em; + color:#000000; } \ No newline at end of file diff --git a/skins/vector/experiments/images/new-portal-break-ltr.png b/skins/vector/experiments/images/new-portal-break-ltr.png index 57c6644c6e0cf4ce2d2b4d9a99231420c8073a91..bdb6e40ee6a51cf5b07f65afb6a799340de1209a 100644 GIT binary patch delta 74 zcmXSKWSk($!OXzG@XtwS_C!Su3$_5C5ZCYDzlWau`tj_RPe2(#PZ!6Kid#tuG6e@3 dxEWX^81yDGG{4k-Bnp&d@O1TaS?83{1OVZF8P@;+ delta 64 zcmZoF!Nj$bcrzVQ<$ diff --git a/skins/vector/experiments/new-tabs.css b/skins/vector/experiments/new-tabs.css index 399d53fca2..b267f02219 100644 --- a/skins/vector/experiments/new-tabs.css +++ b/skins/vector/experiments/new-tabs.css @@ -179,18 +179,24 @@ /* Variants and Actions */ /* @noflip */ div.vectorMenu { + background-image:url(images/tab-fade.png); + background-position:bottom left; + background-repeat:repeat-x; + border-top:1px solid #cccccc; + border-left:1px solid #cccccc; + border-right:1px solid #cccccc; } body.rtl div.vectorMenu { direction: rtl; } /* @noflip */ body #head div.vectorMenu h5 { - border-top:1px solid #cccccc; - border-left:1px solid #cccccc; - border-right:1px solid #cccccc; + background-image: url(../images/arrow-down-icon.png); + background-position: center center; + background-repeat: no-repeat; padding-left: 0; margin-left: 0px; - background-image: none !important; + } /* OVERRIDDEN BY COMPLIANT BROWSERS */ body div.vectorMenu h5 a { @@ -281,12 +287,15 @@ #ca-watch.icon { background-color:#ffffff; height:1.75em !important; - + background-image:url(images/tab-fade.png); + background-position:bottom left; + background-repeat:repeat-x; } #ca-unwatch.icon a, #ca-watch.icon a { height: 1.7em !important; border-bottom:none; + background-color:transparent; } #ca-watch.icon a, #ca-unwatch.icon a { -- 2.20.1