updating the body background styling on all of the color scheme experiments
authorAdam Miller <adam@users.mediawiki.org>
Mon, 5 Oct 2009 20:13:51 +0000 (20:13 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Mon, 5 Oct 2009 20:13:51 +0000 (20:13 +0000)
skins/vector/experiments/babaco-colors-a.css
skins/vector/experiments/babaco-colors-b.css
skins/vector/experiments/images/page-base-updated.png [new file with mode: 0644]
skins/vector/experiments/new-tabs.css

index 9cf48ea..1ef73b6 100644 (file)
@@ -12,8 +12,8 @@ html .thumbimage,
 
 /* Framework */
 body {
-       background-color: #f9f9f9;
-       color: #000000;
+       background-color: #f9f9f9 !important;
+       background-image:url(images/page-base-updated.png);
 }
 /* Links */
 a {
index 4ed0923..2df7171 100644 (file)
@@ -9,8 +9,8 @@ html .thumbimage,
 
 /* Framework */
 body {
-       background-color: #f9f9f9;
-       color: #000000;
+       background-color: #f9f9f9 !important;
+       background-image:url(images/page-base-updated.png);
 }
 /* Links */
 a {
diff --git a/skins/vector/experiments/images/page-base-updated.png b/skins/vector/experiments/images/page-base-updated.png
new file mode 100644 (file)
index 0000000..c9d53ba
Binary files /dev/null and b/skins/vector/experiments/images/page-base-updated.png differ
index c6941c6..08c540b 100644 (file)
@@ -1,9 +1,3 @@
-/* Framework */
-body {
-       background-color: #f9f9f9;
-       color: #000000;
-}
-
 /* new border color */
 #content {
        background-image: url(images/new-border.png);