1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
Files
blag/_static/style.css
2010-07-25 15:46:32 +02:00

36 lines
522 B
CSS

body {
font-family: "trebuchet ms";
margin: 0;
}
#content {
margin-top: 20px;
margin-bottom: 30px;
position: relative;
margin: auto;
width: 600px;
}
div#header, div#footer {
background: #AD0404;
height: 104px;
width: 940;
color: white;
margin: 0;
padding: 0;
position: relative;
}
div#header_title {
color: white;
font-size: 34px;
background: transparent;
}
div#header_tagline {
color: white:
font-size: 14px;
background: transparent;
}