aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/site-nuts.css
blob: 330a234d6413331ff4087046f1ac6a4c688cb958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}