From: Adam Miller Date: Wed, 13 Jan 2010 23:10:21 +0000 (+0000) Subject: Removing the gradient from #page-base X-Git-Tag: 1.31.0-rc.0~38280 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=84c2af0e39ae1f9572744486f99e72c2ff6a58e0;p=lhc%2Fweb%2Fwiklou.git Removing the gradient from #page-base --- diff --git a/skins/vector/experiments/babaco-colors-a.css b/skins/vector/experiments/babaco-colors-a.css index 9a6c732a5f..9d45f2b296 100644 --- a/skins/vector/experiments/babaco-colors-a.css +++ b/skins/vector/experiments/babaco-colors-a.css @@ -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 +} diff --git a/skins/vector/experiments/babaco-colors-b.css b/skins/vector/experiments/babaco-colors-b.css index 36a509c663..6847e81687 100644 --- a/skins/vector/experiments/babaco-colors-b.css +++ b/skins/vector/experiments/babaco-colors-b.css @@ -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); diff --git a/skins/vector/experiments/babaco-colors-c.css b/skins/vector/experiments/babaco-colors-c.css index 4864a375c4..32ff4a740f 100644 --- a/skins/vector/experiments/babaco-colors-c.css +++ b/skins/vector/experiments/babaco-colors-c.css @@ -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; }