Commit 6be39653308de5fc7d6378912ed1b17792321d91

Authored by Juliana
1 parent e824ce7d

colors of the header / size fits 'box3'

cabecalho-cinza-theme.css
@@ -5,7 +5,9 @@ @@ -5,7 +5,9 @@
5 #header { 5 #header {
6 padding: 15px 0 0 0; /*13px 0 0 0;*/ 6 padding: 15px 0 0 0; /*13px 0 0 0;*/
7 color: #000; 7 color: #000;
8 - background-color:#f0f2f1 ;/*rgb(236,237,241);*/ 8 + background-color:#f0f2f1; /*rgb(236,237,241);*/
  9 + background-color:#ecedf1;
  10 + background-image: -webkit-radial-gradient(center, ellipse cover, #f0f2f1 1%, #ecedf1 100%)
9 } 11 }
10 12
11 #header>div { 13 #header>div {
dropline_menu.css
@@ -13,7 +13,7 @@ Its not necessary to add position @@ -13,7 +13,7 @@ Its not necessary to add position
13 height: 30px; 13 height: 30px;
14 position: relative; 14 position: relative;
15 15
16 - background-color: rgb(236,237,241); 16 + background-color: #ecedf1;
17 17
18 } 18 }
19 #menucontainer ul { 19 #menucontainer ul {
@@ -65,7 +65,7 @@ For the background-color opacity is used to create a semi-transperant look as a @@ -65,7 +65,7 @@ For the background-color opacity is used to create a semi-transperant look as a
65 /*margin: 0px; 65 /*margin: 0px;
66 padding: 0px;*/ 66 padding: 0px;*/
67 opacity: 0.8; 67 opacity: 0.8;
68 - background-color:#4E5155; 68 + background-color: #4E5155;
69 display: inline; 69 display: inline;
70 /*border-right:3px solid #6A91A8;*/ 70 /*border-right:3px solid #6A91A8;*/
71 } 71 }
@@ -86,9 +86,6 @@ url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg"); @@ -86,9 +86,6 @@ url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg");
86 /* */ 86 /* */
87 87
88 88
89 -  
90 -  
91 -  
92 #theme-header { 89 #theme-header {
93 height: auto; 90 height: auto;
94 } 91 }
@@ -413,7 +410,7 @@ p { @@ -413,7 +410,7 @@ p {
413 vertical-align: top; 410 vertical-align: top;
414 } 411 }
415 .box-3{ 412 .box-3{
416 - width: 150px; 413 + width: 190px;
417 } 414 }
418 415
419 .box-2 .block .block-inner-2, 416 .box-2 .block .block-inner-2,