Removing the gradient from #page-base
authorAdam Miller <adam@users.mediawiki.org>
Wed, 13 Jan 2010 23:10:21 +0000 (23:10 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Wed, 13 Jan 2010 23:10:21 +0000 (23:10 +0000)
skins/vector/experiments/babaco-colors-a.css
skins/vector/experiments/babaco-colors-b.css
skins/vector/experiments/babaco-colors-c.css

index 9a6c732..9d45f2b 100644 (file)
@@ -13,6 +13,10 @@ html .thumbimage,
 }
 
 /* Framework */
+#page-base {
+       background-color: inherit !important;
+       background-image: none !important;
+}
 body {
        background-color: #f9f9f9 !important;
        background-image:url(images/page-base-updated.png);
@@ -99,4 +103,4 @@ div.thumbinner{
        margin-bottom:0;
        padding-bottom:0.05em;
        color:#000000;
-}
\ No newline at end of file
+}
index 36a509c..6847e81 100644 (file)
@@ -8,6 +8,10 @@ html .thumbimage,
 }
 
 /* Framework */
+#page-base {
+       background-color: inherit !important;
+       background-image: none !important;
+}
 body {
        background-color: #f9f9f9 !important;
        background-image:url(images/page-base-updated.png);
index 4864a37..32ff4a7 100644 (file)
@@ -1,5 +1,10 @@
-/* Babaco Color Scheme A */
+/* Babaco Color Scheme C */
 
+/* ridding ourselves of the gradient */
+#page-base {
+       background-color: inherit !important;
+       background-image: none !important;
+}
 
 a:visited,
 a:visited div.vectorTabs li.selected a:visited span {
@@ -42,7 +47,7 @@ a.new:visited, #p-personal a.new:visited {
        font-size:1.5em;
 }
 h2 .editsection,
-.portal h5{
+.portal h5 {
        font-weight:normal;
 }
 #toc h2, .toc h2 {
@@ -68,7 +73,7 @@ table.gallery,
 html .thumbimage,
 .usermessage,
 img.thumbborder,
-div.thumbinner{
+div.thumbinner {
        border: 1px solid #cccccc;
        background-color: #f7f7f7;
 }