diff options
Diffstat (limited to 'static/style/site-nuts.css')
-rw-r--r-- | static/style/site-nuts.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/style/site-nuts.css b/static/style/site-nuts.css new file mode 100644 index 0000000..330a234 --- /dev/null +++ b/static/style/site-nuts.css @@ -0,0 +1,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; +} |