From 7644e96549bcbbf98f08ed4a9f41aeb6589e41d3 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 14 Dec 2009 23:07:13 +0000 Subject: [PATCH] New experimental tab styles for staging on sandbox1 --- skins/vector/experiments/babaco-colors-c.css | 99 ++++++++++++++++++++ skins/vector/experiments/new-tabs.css | 15 ++- 2 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 skins/vector/experiments/babaco-colors-c.css diff --git a/skins/vector/experiments/babaco-colors-c.css b/skins/vector/experiments/babaco-colors-c.css new file mode 100644 index 0000000000..bd05b80918 --- /dev/null +++ b/skins/vector/experiments/babaco-colors-c.css @@ -0,0 +1,99 @@ +/* Babaco Color Scheme A */ + + +a:visited, +a:visited div.vectorTabs li.selected a:visited span { + color: #260e9c; +} + +html .thumbimage, +#toc, .toc, .mw-warning, div.thumbinner { + border-color: #cccccc; + background-color: #f7f7f7; +} + +/* Framework */ +body { + background-color: #f9f9f9 !important; + background-image:url(images/page-base-updated.png); +} + +/* Links */ +a { + color: #0066cc; +} +a:visited { + color: #004d99; +} +a:active { + color: #ff6600; +} +a.stub { + color: #56228b; +} +a.new, #p-personal a.new { + color: #a31205 !important; +} +a.new:visited, #p-personal a.new:visited { + color: #a31205; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + border-color:#999999; + font-family:georgia, times, serif; + font-weight:bold; +} +#firstHeading { + font-size:1.5em; +} +h2 .editsection, +.portal h5{ + font-family:sans-serif; + font-weight:normal; + +} +#toc h2, .toc h2 { + font-family:sans-serif; + font-weight:normal; +} +body #panel div.portal div.body { + background-image:url(images/new-portal-break-ltr.png); +} + +div.vectorTabs li.new a, +div.vectorTabs li.new a span, +div.vectorTabs li.new a:visited, +div.vectorTabs li.new a:visited span { + color:#a31205; +} +#toc, +.toc, +.mw-warning, +div.gallerybox div.thumb, +table.gallery, +#preferences fieldset.prefsection fieldset, +#preferences, +html .thumbimage, +.usermessage, +img.thumbborder, +div.thumbinner{ + border: 1px solid #cccccc; + background-color: #f7f7f7; +} +#panel div.portal h5 { + font-weight:bold; + margin-bottom:0; + padding-bottom:0.05em; + color:#000000; +} +div.vectorTabs li.selected a, +div.vectorTabs li.selected a span, +div.vectorTabs li.selected a:visited +div.vectorTabs li.selected a:visited span { + color: #333333 !important; +} \ No newline at end of file diff --git a/skins/vector/experiments/new-tabs.css b/skins/vector/experiments/new-tabs.css index 376e5fe90b..56dd572558 100644 --- a/skins/vector/experiments/new-tabs.css +++ b/skins/vector/experiments/new-tabs.css @@ -96,7 +96,7 @@ /* OVERRIDDEN BY COMPLIANT BROWSERS */ body div.vectorTabs a span { display: inline-block; - padding-top: 0.5em; + padding-top: 0.55em; } /* IGNORED BY IE6 */ /* @noflip */ @@ -301,3 +301,16 @@ #ca-unwatch.icon a { background-repeat:no-repeat; } +.wikiEditor-ui-tabs { + border: none; +} +.wikiEditor-ui-tabs div { + border: 1px solid silver; + margin-right: 1px; +} +.wikiEditor-ui-tabs div a { + background: #FFFFFF url(images/tab-fade.png) repeat-x 0 100%; +} +.wikiEditor-ui-tabs div.current a { + background: #FFFFFF; +} \ No newline at end of file -- 2.20.1