aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: ccfaf8d69826fca459245da35cdabccbbec268ce (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
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

body {
    background-color: #a8ccf0;
    color: black;
    margin: 0;
}

div.contents {
    margin-bottom: 10px;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: white;
    border-radius: 8px;
}

#titlearea {
    background-color: white;
}

hr.footer {
    display: none;
}

.footer {
    background-color: #7cb2e9;
}