aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
blob: ca6f9be3f310f3c13dd7a988bdc2b0080d29e588 (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
html {
    background-color: #232531
}

body {
    color: #aaaaaa;
}

#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: 0px;
    top: 0px;
    position: absolute;
}