Mercurial > dottes
changeset 204:c173abe4441b
Rework page header to graphic with Havoc font and better buzzard.
| author | Jim Hague <jim.hague@laicatc.com> | 
|---|---|
| date | Mon, 18 Feb 2013 15:16:26 +0000 | 
| parents | 28060949020d | 
| children | 11a6e197c14f | 
| files | web/css/dottes.css | 
| diffstat | 1 files changed, 10 insertions(+), 5 deletions(-) [+] | 
line wrap: on
 line diff
--- a/web/css/dottes.css Sun Feb 17 10:30:22 2013 +0000 +++ b/web/css/dottes.css Mon Feb 18 15:16:26 2013 +0000 @@ -28,18 +28,23 @@ padding: 5px; } +div.banner +{ + height: 136px; + background-color: #9900cc; + background-image: url('../img/banner.png'); + background-repeat: no-repeat; + background-position: center center; +} + div.banner h1 { - background-color: #9900cc; + display: none; text-align: left; font-size: 50px; font-weight: bold; color: #000000; - height: 136px; font-family: 'Pirata One', sans-serif; - background-image: url('../img/buzzard.jpg'); - background-repeat: no-repeat; - background-position: right center; padding: 10px; }
