summaryrefslogtreecommitdiffstats
path: root/src/html/style.css
blob: 9fd70aa711e27ac42a8628e006050eb5f082307f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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;
}