From 226bc6700ddecd50f4805cdc1fe1950c17d6f7ec Mon Sep 17 00:00:00 2001 From: mattbk Date: Mon, 21 Dec 2015 10:04:04 -0600 Subject: [PATCH] Remove top-area blue background Not the most elegant, but good for now. --- metro_zymphonies_theme_sub/css/style.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/metro_zymphonies_theme_sub/css/style.css b/metro_zymphonies_theme_sub/css/style.css index 2db48e5..a3b70ed 100644 --- a/metro_zymphonies_theme_sub/css/style.css +++ b/metro_zymphonies_theme_sub/css/style.css @@ -1,4 +1,3 @@ - @import url(http://fonts.googleapis.com/css?family=Raleway); /* --------------------------------------------- @@ -1373,13 +1372,13 @@ ol.search-results { padding-left: 0; } .top_right ul.menu li a.active{ color: #6CDCFF; } -#top-area { +#-area { clear: both; position: relative; margin: 0 auto; text-align: center; - background: #76ACFC; - color: white; +// background: #76ACFC; +// color: white; } #top-area .block { @@ -1408,7 +1407,7 @@ ol.search-results { padding-left: 0; } margin: 0; } -#top-area p{ color: #fff; } +//#top-area p{ color: #fff; } #top-area .column .content{ padding: 10px 0; @@ -1418,9 +1417,9 @@ ol.search-results { padding-left: 0; } margin-left:0; } -#top-area .column-title { - color:#e0e0e0; -} +//#top-area .column-title { +// color:#e0e0e0; +//} #footer { padding: 1% 2% 2% 2%; @@ -1747,4 +1746,4 @@ body.black { background: #000; } .black #main-menu li a.active { border-color: #7C7C7C; } -.black #main-menu ul.menu li li:hover >a{ background: #7C7C7C; } \ No newline at end of file +.black #main-menu ul.menu li li:hover >a{ background: #7C7C7C; }