From c0595b182ffdec5602ad9f94a8eccf70921d0468 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Mon, 11 Sep 2017 18:49:28 -0700 Subject: [PATCH] Minor style updates. Get rid of the black backgrounds. --- static/general.css | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/static/general.css b/static/general.css index 259bfc0..4bbb137 100644 --- a/static/general.css +++ b/static/general.css @@ -6,7 +6,7 @@ body { font-family: sans-serif; font-size: 14px; line-height: 1.5em; - background: #000; + background: #fff; } a { @@ -14,10 +14,23 @@ a { color: #00c; } -nav { - background: #000; - border-bottom: 1px solid #fff; - outline: 1px solid #000; +a:hover { + color: #096; +} + +main { + float: left; /* Ensure this expands to contain the table. */ + border-top: 3px solid #000; + border-bottom: 3px solid #000; + padding: 1em 1em 3em 1em; +} + +footer { + clear: both; + position: relative; + overflow: hidden; + margin: 0; + padding: 1em 30px; } nav > ul { @@ -35,7 +48,7 @@ nav > ul > li { nav a, footer a { font-weight: bold; - color: #fff; + color: #000; } nav a:after, @@ -60,27 +73,11 @@ footer a.backward:before { padding-right: 1px; } -footer { - position: relative; - overflow: hidden; - margin: 0; - padding: 1em 30px; - background: #000; - color: #fff; - border-top: 1px solid #fff; - outline: 1px solid #000; -} - #generated-at { display: block; float: right; } -main { - background: #fff; - padding: 1px 1em 3em 1em; /* 1px to prevent margin collapse */ -} - h1 { margin: 0.75em 10px 1em 10px; }