From 039f3af6361b37074f0acf33f6bacd521eae7da5 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Tue, 4 Jan 2011 05:24:13 +0000 Subject: [PATCH] #988026 by Jeff Burnz: Fixed Move background color from body to #page-wrapper in Bartik --- themes/bartik/css/colors.css | 11 ++++------- themes/bartik/css/layout.css | 6 ++++++ themes/bartik/css/style.css | 1 - 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index 4cbd2c64b836..bcba691bc202 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -2,19 +2,15 @@ /* ---------- Color Module Styles ----------- */ -body { - background-color: #292929; - color: #ffffff; -} -#page-wrapper, -#main, +body, body.overlay { - background-color: #ffffff; color: #3b3b3b; } .comment .comment-arrow { border-color: #ffffff; } +#page, +#main-wrapper, #main-menu-links li a.active, #main-menu-links li.active-trail a { background: #ffffff; @@ -45,6 +41,7 @@ a:active { background-color: #f6f6f2; border-color: #f9f9f9; } +#page-wrapper, #footer-wrapper { background: #292929; } diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css index 16f44b289fbe..02c9ccf3852e 100644 --- a/themes/bartik/css/layout.css +++ b/themes/bartik/css/layout.css @@ -2,7 +2,13 @@ /* ---------- Basic Layout Styles ----------- */ +html, +body, +#page { + height: 100%; +} #page-wrapper { + min-height: 100%; min-width: 960px; } #header div.section, diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 3ce32cff5f84..47d6d80c1a43 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -3,7 +3,6 @@ /* ---------- Overall Specifications ---------- */ body { - background-color: #fff; line-height: 1.5; font-size: 87.5%; word-wrap: break-word; -- GitLab