tweaks to the experimental css for sandbox 5
[lhc/web/wiklou.git] / skins / vector / experiments / babaco-colors-a.css
index 6e28c97..a338056 100644 (file)
@@ -1,4 +1,6 @@
 /* Babaco Color Scheme A */
+
+
 a:visited,
 a:visited div.vectorTabs li.selected a:visited span {
        color: #260e9c;
@@ -6,33 +8,34 @@ a:visited div.vectorTabs li.selected a:visited span {
 
 html .thumbimage,
 #toc, .toc, .mw-warning, div.thumbinner {
-       border-color: #c0c0c0;
-       background-color: #f0f0f0;
+       border-color: #cccccc;
+       background-color: #f7f7f7;
 }
 
 /* Framework */
 body {
-       background-color: #f9f9f9;
-       color: #000000;
+       background-color: #f9f9f9 !important;
+       background-image:url(images/page-base-updated.png);
 }
+
 /* Links */
 a {
-       color: #003cb3;
+       color: #0066cc;
 }
 a:visited {
        color: #004d99;
 }
 a:active {
-       color: #be5900;
+       color: #ff6600;
 }
 a.stub {
-       color: #772233;
+       color: #56228b;
 }
 a.new, #p-personal a.new {
-       color: #990000 !important;
+       color: #a31205 !important;
 }
 a.new:visited, #p-personal a.new:visited {
-       color: #a55858;
+       color: #a31205;
 }
 
 h1,
@@ -41,44 +44,61 @@ h3,
 h4,
 h5,
 h6 {
-       border-color:#8d8d8d;
+       border-color:#999999;
+       font-family:georgia, times, serif;
+}
+#firstHeading {
+       font-size:1.5em;
+}
+h1,
+h2{
+       letter-spacing:0.6px;
+}
+h2 .editsection,
+.portal h5{
+       font-family:sans-serif;
+       letter-spacing:0px;
+}
+#toc h2, .toc h2 {
+       font-family:sans-serif;
+       letter-spacing:0px;
+}
+body #panel div.portal div.body {
+       background-image:url(images/new-portal-break-ltr.png);
+}
+body div.vectorTabs li a, div.vectorTabs li a span{
+       color:#4d4d4d;
 }
 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;
+       color: #ff6600 !important;
+       font-weight:bold;
 }
 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;
 }
-/* Table of Contents */
 #toc,
 .toc,
-.mw-warning {
-       border: 1px solid #c0c0c0;
-       background-color: #f0f0f0;
-}
-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;
-}
+.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;
+}
\ No newline at end of file