comparison web/css/dottes.css @ 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 afe8fc2c8d8c
comparison
equal deleted inserted replaced
203:28060949020d 204:c173abe4441b
26 div.clear 26 div.clear
27 { 27 {
28 padding: 5px; 28 padding: 5px;
29 } 29 }
30 30
31 div.banner
32 {
33 height: 136px;
34 background-color: #9900cc;
35 background-image: url('../img/banner.png');
36 background-repeat: no-repeat;
37 background-position: center center;
38 }
39
31 div.banner h1 40 div.banner h1
32 { 41 {
33 background-color: #9900cc; 42 display: none;
34 text-align: left; 43 text-align: left;
35 font-size: 50px; 44 font-size: 50px;
36 font-weight: bold; 45 font-weight: bold;
37 color: #000000; 46 color: #000000;
38 height: 136px;
39 font-family: 'Pirata One', sans-serif; 47 font-family: 'Pirata One', sans-serif;
40 background-image: url('../img/buzzard.jpg');
41 background-repeat: no-repeat;
42 background-position: right center;
43 padding: 10px; 48 padding: 10px;
44 } 49 }
45 50
46 div.dottes-body 51 div.dottes-body
47 { 52 {