New header logo with text embedded into the image (thanks to Fab)
This commit is contained in:
parent
affb41bcde
commit
91ef826abd
2 changed files with 6 additions and 4 deletions
|
@ -57,18 +57,20 @@ h2 { border-bottom: 1px solid #aaa; }
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
#conservancyheader h1 {
|
#conservancyheader h1 {
|
||||||
text-indent: 0;
|
text-indent: 160px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
line-height: 100px;
|
line-height: 100px;
|
||||||
}
|
}
|
||||||
#conservancyheader h1 a {
|
#conservancyheader h1 a {
|
||||||
color: #000;
|
text-indent: -5000px;
|
||||||
|
margin: 0; /* hide in favor of image */
|
||||||
|
color: #afe578;
|
||||||
}
|
}
|
||||||
#logobutton {
|
#logobutton {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute; left: 17px; top: 10px; height: 120px; width: 120px;
|
position: absolute; left: 17px; top: 10px; height: 120px; width: 400px;
|
||||||
background: url(/img/conservancy-logo-120px.png) left center no-repeat;
|
background: url(/img/conservancy-header.png) left center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation bar */
|
/* Navigation bar */
|
||||||
|
|
BIN
www/conservancy/static/img/conservancy-header.png
Normal file
BIN
www/conservancy/static/img/conservancy-header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Reference in a new issue