From de645885d783633cf4886f1f667aa3b4541d15e0 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 5 Sep 2013 22:00:01 -0700 Subject: UI Changes * Updated hero image * Added new buckets graphic to home page * Stylized links --- web/images/hero.png | Bin 74074 -> 29745 bytes web/style.css | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/images/hero.png b/web/images/hero.png index 7ba24ae..479bb95 100644 Binary files a/web/images/hero.png and b/web/images/hero.png differ diff --git a/web/style.css b/web/style.css index 0f70bd6..3cd5919 100644 --- a/web/style.css +++ b/web/style.css @@ -5,6 +5,16 @@ html, body { height: 100%; } +a { + color: #BDBDBD; + text-decoration: none; + font-weight: bold; +} + +a:hover { + color: #9ace00; +} + #notfooter { min-height: 100%; height: auto !important; @@ -70,11 +80,11 @@ nav.primary a.current { } #hero { - background: url('/images/hero.png') #262626 no-repeat top center; + background: url('/images/hero.png') #2b2c2b no-repeat top center; width: 100%; color: white; text-align: center; - padding: 250px 0 50px 0; + padding: 200px 0 200px 0; } #hero p { @@ -146,6 +156,7 @@ a.greenbutton { text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; + font-weight: normal; } a.greenbutton:hover { @@ -211,6 +222,7 @@ footer a:hover { text-decoration: none; color: #eaeaea; letter-spacing: 2px; + font-weight: normal; } #content nav a.current, #content nav a:hover { @@ -308,6 +320,10 @@ footer a:hover { font-size: 90%; } +#thefeed article a { + font-weight: normal; +} + #thefeed article a:hover { font-weight: bold; } @@ -370,6 +386,7 @@ footer a:hover { .textQuestion .question a { text-decoration: none; + font-weight: normal; } .sliderQuestion .answers { -- cgit v1.2.3