summaryrefslogtreecommitdiffstats
path: root/src/html/style.css
blob: 8ebfa3d16c59855b5b83ec6a8f5376cf65e81480 (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:0;
    padding:0;
    background-color:black;
    background-image:url('bg.png');
    background-repeat: no-repeat;
    background-size:100%;
}
#top{
    position:absolute;
}
h1, p{
    margin:10;
    padding:0.3em 0;
    color:white;
}
#container{
    min-height:100%;
    margin-bottom:-50px;
}
* html #container{
    height:100%;
}
#footer-spacer{
    height:0px;
}
#footer{
    height:30px;
}