summaryrefslogblamecommitdiffstats
path: root/src/html/style.css
blob: 9fd70aa711e27ac42a8628e006050eb5f082307f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                   
                         





















                        
html,body{
    height:100%;
}
body{
    margin:10;
    padding:0;
    background-color:black;
    background-image:url('bg.jpg');
    background-repeat: no-repeat;
    background-size:100%;
}
#top{
    position:absolute;
}
h1, p{
    margin:0;
    padding:0.3em 0;
    color:white;
}
#container{
    min-height:100%;
    margin-bottom:-30px;
}
* html #container{
    height:100%;
}
#footer-spacer{
    height:30px;
}
#footer{
    height:30px;
}