summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/bartik/css/colors.css11
-rw-r--r--themes/bartik/css/layout.css6
-rw-r--r--themes/bartik/css/style.css1
3 files changed, 10 insertions, 8 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index 4cbd2c64b..bcba691bc 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 16f44b289..02c9ccf38 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 3ce32cff5..47d6d80c1 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;