From e134d549c35fccf140c43bbf17ae085fec0f1a05 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 14 Dec 2010 19:53:14 +0000
Subject: [PATCH] - Patch #992738 by tim.plunkett, jensimmons: Bartik's
 Featured region doesn't support colorization.

---
 themes/bartik/color/color.inc | 8 ++++----
 themes/bartik/css/style.css   | 7 +++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc
index 1f9d4cdd284a..54872a21b57f 100644
--- a/themes/bartik/color/color.inc
+++ b/themes/bartik/color/color.inc
@@ -41,8 +41,8 @@
         'top' => '#cd2d2d',
         'bottom' => '#cf3535',
         'text' => '#3b3b3b',
-        'sidebar' => '#f1f1f1',
-        'sidebarborders' => '#c2c2c2',
+        'sidebar' => '#f1f4f0',
+        'sidebarborders' => '#ededed',
         'footer' => '#1f1d1c',
         'titleslogan' => '#fffeff',
       ),
@@ -69,8 +69,8 @@
         'top' => '#4c1c58',
         'bottom' => '#593662',
         'text' => '#301313',
-        'sidebar' => '#f8f3e7',
-        'sidebarborders' => '#e4e3d4',
+        'sidebar' => '#edede7',
+        'sidebarborders' => '#e7e7e7',
         'footer' => '#2c2c28',
         'titleslogan' => '#ffffff',
       ),
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index deeeab1027af..481d04f6e298 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -541,6 +541,7 @@ h1#site-name {
   padding: 20px 0 45px;
   margin: 0;
   background: #f0f0f0;
+  background: rgba(30, 50, 10, 0.08);
   border-bottom: 1px solid #e7e7e7;
   text-shadow: 1px 1px #fff;
 }
@@ -779,8 +780,9 @@ ul.links {
 /* ----------------- Triptych ----------------- */
 
 #triptych-wrapper {
-  background-color: #fafafa;
-  background: rgba(40, 40, 0, 0.08);
+  background-color: #f0f0f0;
+  background: rgba(30, 50, 10, 0.08);
+  border-top: 1px solid #e7e7e7;
 }
 #triptych h2 {
   color: #000;
@@ -1041,6 +1043,7 @@ ul.action-links li a {
 }
 .featured #messages {
   background: #f0f0f0;
+  background: rgba(30, 50, 10, 0.08);
 }
 div.messages {
   margin: 8px 15px;
-- 
GitLab