Naeltard 281a5574d9 default language switched to english
new css
updated system referrence
2015-04-17 00:44:39 +02:00

28 lines
469 B
CSS

body{}
#headbanner {
height: 22%;
width: 50%;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
background: url(http://www.slingit.org/api.php?call=files&cat=img&id=headbanner.png) no-repeat;
background-size: contain;
}
#content {
margin-bottom: 10px;
}
#footer {
position: absolute;
height: 20px;
bottom: 0px;
left: 0;
right: 0;
text-align: center;
width: 100%;
background: whitesmoke;
}