Remove top-area blue background

Not the most elegant, but good for now.
This commit is contained in:
mattbk
2015-12-21 10:04:04 -06:00
parent b9f022fa85
commit 226bc6700d

View File

@ -1,4 +1,3 @@
@import url(http://fonts.googleapis.com/css?family=Raleway); @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_right ul.menu li a.active{ color: #6CDCFF; }
#top-area { #-area {
clear: both; clear: both;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
background: #76ACFC; // background: #76ACFC;
color: white; // color: white;
} }
#top-area .block { #top-area .block {
@ -1408,7 +1407,7 @@ ol.search-results { padding-left: 0; }
margin: 0; margin: 0;
} }
#top-area p{ color: #fff; } //#top-area p{ color: #fff; }
#top-area .column .content{ #top-area .column .content{
padding: 10px 0; padding: 10px 0;
@ -1418,9 +1417,9 @@ ol.search-results { padding-left: 0; }
margin-left:0; margin-left:0;
} }
#top-area .column-title { //#top-area .column-title {
color:#e0e0e0; // color:#e0e0e0;
} //}
#footer { #footer {
padding: 1% 2% 2% 2%; 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 li a.active { border-color: #7C7C7C; }
.black #main-menu ul.menu li li:hover >a{ background: #7C7C7C; } .black #main-menu ul.menu li li:hover >a{ background: #7C7C7C; }