New header logo with text embedded into the image (thanks to Fab)

This commit is contained in:
Bradley M. Kuhn 2010-10-03 13:18:13 -04:00
parent affb41bcde
commit 91ef826abd
2 changed files with 6 additions and 4 deletions

View file

@ -57,18 +57,20 @@ h2 { border-bottom: 1px solid #aaa; }
padding-top: 60px;
}
#conservancyheader h1 {
text-indent: 0;
text-indent: 160px;
margin: 0;
margin-left: 160px;
line-height: 100px;
}
#conservancyheader h1 a {
color: #000;
text-indent: -5000px;
margin: 0; /* hide in favor of image */
color: #afe578;
}
#logobutton {
display: block;
position: absolute; left: 17px; top: 10px; height: 120px; width: 120px;
background: url(/img/conservancy-logo-120px.png) left center no-repeat;
position: absolute; left: 17px; top: 10px; height: 120px; width: 400px;
background: url(/img/conservancy-header.png) left center no-repeat;
}
/* Navigation bar */

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB