From 6be39653308de5fc7d6378912ed1b17792321d91 Mon Sep 17 00:00:00 2001 From: julianahilario Date: Fri, 7 Nov 2014 11:32:14 -0200 Subject: [PATCH] colors of the header / size fits 'box3' --- cabecalho-cinza-theme.css | 4 +++- dropline_menu.css | 4 ++-- style.css | 5 +---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index d98a60c..9ac8ff8 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -5,7 +5,9 @@ #header { padding: 15px 0 0 0; /*13px 0 0 0;*/ color: #000; - background-color:#f0f2f1 ;/*rgb(236,237,241);*/ + background-color:#f0f2f1; /*rgb(236,237,241);*/ + background-color:#ecedf1; + background-image: -webkit-radial-gradient(center, ellipse cover, #f0f2f1 1%, #ecedf1 100%) } #header>div { diff --git a/dropline_menu.css b/dropline_menu.css index 3f663af..8a80002 100644 --- a/dropline_menu.css +++ b/dropline_menu.css @@ -13,7 +13,7 @@ Its not necessary to add position height: 30px; position: relative; - background-color: rgb(236,237,241); + background-color: #ecedf1; } #menucontainer ul { @@ -65,7 +65,7 @@ For the background-color opacity is used to create a semi-transperant look as a /*margin: 0px; padding: 0px;*/ opacity: 0.8; - background-color:#4E5155; + background-color: #4E5155; display: inline; /*border-right:3px solid #6A91A8;*/ } diff --git a/style.css b/style.css index dcc3ba2..7a7a1fc 100644 --- a/style.css +++ b/style.css @@ -86,9 +86,6 @@ url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg"); /* */ - - - #theme-header { height: auto; } @@ -413,7 +410,7 @@ p { vertical-align: top; } .box-3{ - width: 150px; + width: 190px; } .box-2 .block .block-inner-2, -- libgit2 0.21.2