colorscheme updates
authorAdam Miller <adam@users.mediawiki.org>
Wed, 7 Oct 2009 22:03:52 +0000 (22:03 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Wed, 7 Oct 2009 22:03:52 +0000 (22:03 +0000)
skins/vector/experiments/babaco-colors-b.css
skins/vector/experiments/images/tab-fade.png
skins/vector/experiments/images/tab-new-fade.png [new file with mode: 0644]
skins/vector/experiments/new-tabs.css

index 2df7171..36a509c 100644 (file)
@@ -3,8 +3,8 @@
 
 html .thumbimage,
 #toc, .toc, .mw-warning, div.thumbinner {
-       border-color: #c0c0c0;
-       background-color: #f0f0f0;
+       border-color: #cccccc;
+       background-color: #f7f7f7;
 }
 
 /* Framework */
@@ -20,7 +20,7 @@ a.stub {
        color: #772233;
 }
 a.new, #p-personal a.new {
-       color: #990000 !important;
+       color: #a31205 !important;
 }
 {
        color: #260e9c;
@@ -37,14 +37,14 @@ h3,
 h4,
 h5,
 h6 {
-       border-color:#8d8d8d;
+       border-color:#999999;
 }
 
 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;
+       color:#a31205;
 }
 
 #toc,
@@ -58,6 +58,6 @@ html .thumbimage,
 .usermessage,
 img.thumbborder,
 div.thumbinner{
-       border: 1px solid #c0c0c0;
-       background-color: #f0f0f0;
+       border: 1px solid #cccccc;
+       background-color: #f7f7f7;
 }
index 63b4f6e..1eb0e23 100644 (file)
Binary files a/skins/vector/experiments/images/tab-fade.png and b/skins/vector/experiments/images/tab-fade.png differ
diff --git a/skins/vector/experiments/images/tab-new-fade.png b/skins/vector/experiments/images/tab-new-fade.png
new file mode 100644 (file)
index 0000000..4492550
Binary files /dev/null and b/skins/vector/experiments/images/tab-new-fade.png differ
index 6f30dad..6841335 100644 (file)
@@ -8,10 +8,10 @@
 }
        body div#left-navigation,
        body div#right-navigation {
-               top:3em;
+               top:3.2em;
        }
        body div#right-navigation {
-               margin-top:3em;
+               margin-top:3.2em;
        }
        body #p-search form, 
        body #p-search input, 
@@ -46,7 +46,7 @@
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        body div.vectorTabs ul li {
-               line-height: 1.3em;
+               line-height: 1em;
                display: inline-block;
                height: 2em;
                margin: 0 1px 0 0;
                border-left:1px solid #cccccc;
                border-right:1px solid #cccccc;
                display: inline-block;
-               height: 1.9em;
-               padding-left: 0.4em;
-               padding-right: 0.4em;
+               height: 1.7em;
+               padding-left: 0.6em;
+               padding-right: 0.6em;
                background-image:url(images/tab-fade.png);
-               background-position:top left;
+               background-position:bottom left;
                background-repeat:repeat-x;
+               background-color:#ffffff;
+       }
+       body div.vectorTabs li.new a{
+               background-image:url(images/tab-new-fade.png);
+               
        }
        div.vectorTabs li a,
        div.vectorTabs li a span {
                border-right:1px solid #6cc8f3;
                border-left:1px solid #6cc8f3;
                background-color:#fff;
-               height:1.95em;
+               height:1.75em;
                background-image:none;
        }
        body div.vectorTabs li.selected.first {
        }
        body div.vectorTabs li.selected.first a {
                margin-left:7px;
-               padding-right:0.4em;
-               padding-left:0.2em;
+               padding-right:0.6em;
+               padding-left:0.4em;
                border-left:none;
        }
        body div.vectorTabs li.selected.last {
        }
        body div.vectorTabs li.selected.last a {
                margin-right:7px;
-               padding-left:0.4em;
-               padding-right:0.2em;
+               padding-left:0.6em;
+               padding-right:0.4em;
                border-right:none;
        }
        
        body div.vectorMenu h5 a {
                display: inline-block;
                width: 24px;
-               height:1.7em;
+               height:1.5em;
                background-image: none !important;
                
        }
 #ca-unwatch.icon,
 #ca-watch.icon {
        background-color:#ffffff;
-       height:1.9em !important;
+       height:1.7em !important;
        
 }
 #ca-unwatch.icon a,
 #ca-watch.icon a {
-       height: 1.9em !important;
+       height: 1.7em !important;
        border-bottom:none;
 }
 #ca-watch.icon a,