aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/fixed-nuts-sans.css
blob: 3ee7c8d3c6caa21d2cd69daf0e8542ba55fc303f (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
36
.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;
}
body { font-family: sans; }