From 3b459dd2bc6f7e4c3ee73c01a749fb80c079f38c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 1 Oct 2009 00:25:21 +0000 Subject: [PATCH] Updates to babaco-colors-a.css --- skins/vector/experiments/babaco-colors-a.css | 82 ++++++++++++++++---- 1 file changed, 69 insertions(+), 13 deletions(-) diff --git a/skins/vector/experiments/babaco-colors-a.css b/skins/vector/experiments/babaco-colors-a.css index 989292d323..6e28c977ae 100644 --- a/skins/vector/experiments/babaco-colors-a.css +++ b/skins/vector/experiments/babaco-colors-a.css @@ -1,28 +1,84 @@ /* 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: #c0c0c0; + background-color: #f0f0f0; +} -/* Still working on this */ +/* Framework */ body { background-color: #f9f9f9; color: #000000; } +/* Links */ a { color: #003cb3; } -a.new { - color: #990000; +a:visited { + color: #004d99; } - -a:visited, -div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span { - color: #260e9c; +a:active { + color: #be5900; +} +a.stub { + color: #772233; +} +a.new, #p-personal a.new { + color: #990000 !important; +} +a.new:visited, #p-personal a.new:visited { + color: #a55858; } -html .thumbimage, -#toc, .toc, .mw-warning, div.thumbinner { - border-color: #c0c0c0; +h1, +h2, +h3, +h4, +h5, +h6 { + border-color:#8d8d8d; +} +body div.vectorTabs li.selected a, +body div.vectorTabs li.selected a span, +body div.vectorTabs li.selected a:visited +body div.vectorTabs li.selected a:visited span { + color: #be5900 !important; +} +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:#990000; +} +/* Table of Contents */ +#toc, +.toc, +.mw-warning { + border: 1px solid #c0c0c0; background-color: #f0f0f0; } - -h1, h2, h3, h4, h5, h6 { - border-color: #8d8d8d; +div.thumbinner { + border: 1px solid #c0c0c0; + background-color: #f0f0f0; +} +html .thumbimage { + border: 1px solid #c0c0c0; + background-color: #f0f0f0; +} +img.thumbborder { + border: 1px solid #dddddd; +} +/* User Message */ +.usermessage { + background-color: #ffce7b; + border: 1px solid #ffa500; + color: black; +} +#firstHeading { + color:#005780; } -- 2.20.1