aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
blob: b4d32aa89eeadec34d7ad0f2e8ddd494cdbc181d (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
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;
}

#banner.img {
}

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