aboutsummaryrefslogtreecommitdiffstats
path: root/org/css/shittyweb-classic.css
blob: 66606f0122a99c1783d30ba3c476994203b24f2a (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
body {
    background-color: #dcd1ba;
}

#content, .container {
    color: black;
    background-color: #bebebe;
    border: 1px solid black;
}

a:link {
    color: #0000EE;
}

a:visited {
    color: #551A8B;
}

b {
    color: black;
}

.outline-2 {
    border: 1px dotted black;
}

#text-navigation ul {
    border: 1px solid black;
}

#postamble {
    width: 25%;
    color: black;
    background-color: #bebebe;
    text-align: center;
    margin: auto;
}