aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/fixed-nuts-serif.css
blob: 11142d793f107f71f94ee912e3cf4ca2685b792f (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
30
31
32
33
34
35
.content {
    margin-left: 4%;
    width: 680px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px; }
.content_footer {
    margin-left: 4%;
    width: 680px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 0px;
    border-top: 2px solid #000000;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px; }
body { 
    background-image: url("/static/style/fractal.gif"); 
    background-color: green; }

a { color: magenta; }
a:visited { color: orange; }
a:hover { color: yellow; }

.content { background-color: purple; }

#top_bar { background-color: #FF00FF; }

#top_bar_content {
    background-color: #FF00FF;
    border-right: 200px solid #FF00FF;
}