summaryrefslogtreecommitdiff
path: root/default_basic.css
blob: 359eb27fffd1ec885afe2de0cdaa0afcab0b9f3f (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
body {
    background-color: #eeeeee;
    padding: 10px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: rgb(100,10,10);
}

a:visited {
    color: rgb(60,0,0);
}

a:hover {
    text-decoration: underline;
}

.wiki_bottom {
    border: 1px dotted #9f9894;
    padding: 2px;
    font-size: 8pt;
    background-color: #d4c9c3;
}