aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/cfbe.css
blob: 8e471818606e08fb4504c47a340ad6f6ba18375a (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
div#header {
    background-color: #d03;
    color: #fff;
}

div#header h1 {
    font-size: 4em;
    line-height: 1.5em;
    margin-bottom: 0em;
}

div#logo {
    text-align: right;
    color: #d03;
    padding-top: 1.5em;
}

div#logo h1 {
    margin-top: 0.65em;
    margin-bottom: 0.15em;
}

div.center-column {
    width: 50em;
    margin-left: auto;
    margin-right: auto;
}

div#nav {
    margin-bottom: 1.5em;
}

div#content-pane {
    background-color: #fbfbfb;
    padding: 1.5em;
}

span#filters {
    float: right;
}

span#filters a {
    margin-left: 2em;
}

div#footer {
    text-align: center;
    font-size: 0.9em;
}

body { background-image: url(/static/images/stripe.png); background-repeat: repeat;}

a:link, a:visited, a:active {
    color: #d03;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #60b305;
}