transparency

This commit is contained in:
Tyrel Souza 2014-11-07 15:16:59 -05:00
parent ceb95f02a6
commit 2a567232b7
2 changed files with 8 additions and 5 deletions

View File

@ -42,7 +42,7 @@ footer {
} }
#masthead { #masthead {
min-height:311px; min-height:311px;
background-color:#1A6BF9; background-color:#1D84FB;
color:#aaaacc; color:#aaaacc;
background-image: url('/assets/bg_header.png'); background-image: url('/assets/bg_header.png');
background-repeat: no-repeat; background-repeat: no-repeat;
@ -58,14 +58,16 @@ footer {
} }
#masthead .well { #masthead .well {
margin-top:31px; clear:both;
background-color:#1A6BF9;
/*margin-top:31px;*/
background-color:#1D84FB;
border:none; border:none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none ; -moz-box-shadow: none ;
box-shadow: none; box-shadow: none;
color:#fff; color:#fff;
min-height:127px; /*min-height:127px;*/
} }
#topPanel { #topPanel {
@ -139,7 +141,8 @@ a,a:hover {
} }
.panel { .panel {
margin-top: -45px; clear:both;
margin-top: -120px;
background-color: #fff; background-color: #fff;
border:3px solid #3AB1FE ! important; border:3px solid #3AB1FE ! important;
border-radius:0; border-radius:0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 27 KiB