comparison web/css/dottes.css @ 209:6e76fc564fdb

Change banner to transparent PNG with Havoc font lettering and buzzard on black background.
author Jim Hague <jim.hague@laicatc.com>
date Mon, 18 Feb 2013 22:05:23 +0000
parents afe8fc2c8d8c
children 60549ae995b5
comparison
equal deleted inserted replaced
208:63be970c5802 209:6e76fc564fdb
24 } 24 }
25 25
26 div.banner 26 div.banner
27 { 27 {
28 height: 136px; 28 height: 136px;
29 background-color: #9900cc; 29
30 background-color: black;
31 /* background-color: #9900cc; */
30 background-image: url('../img/banner.png'); 32 background-image: url('../img/banner.png');
31 background-repeat: no-repeat; 33 background-repeat: no-repeat;
32 background-position: center center; 34 background-position: center center;
33 35
34 -webkit-border-top-left-radius: 5px; 36 -webkit-border-top-left-radius: 5px;
53 { 55 {
54 display: none; 56 display: none;
55 text-align: left; 57 text-align: left;
56 font-size: 50px; 58 font-size: 50px;
57 font-weight: bold; 59 font-weight: bold;
58 color: #000000; 60 color: #ffffff;
59 font-family: 'Pirata One', sans-serif; 61 font-family: 'Pirata One', sans-serif;
60 padding: 10px; 62 padding: 10px;
61 } 63 }
62 64
63 div.dottes-body 65 div.dottes-body