Commit 6be39653308de5fc7d6378912ed1b17792321d91

Authored by Juliana
1 parent e824ce7d

colors of the header / size fits 'box3'

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