aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
blob: c8dd5442ac19b6b5844e2629f1a9438ed4567494 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
html {
    background-color: #232531
}

body {
    color: #aaaaaa;
    position: relative;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

#timeleft {
    margin-top: 30px;
}

#content {
    width:  650px;
    height: 600px;
    border: 3px solid #C1C2C3;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    top-margin: 10px;
}

#floatingmenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    position: absolute;
}

#floatingmenu a img {
    margin: 0;
}

#floatingmenu button {
    border: 0;
    padding: 0;
    background: transparent;
    display: inline;
    width: 96px;
    height: 96px;
}