diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-05 22:00:01 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-05 22:00:01 -0700 |
commit | de645885d783633cf4886f1f667aa3b4541d15e0 (patch) | |
tree | 16764f212ccd75bc14799cc56b59848843e4cc4f /web | |
parent | 595d7d04e911c1f0173c549ea9be78d46b553b45 (diff) |
UI Changes
* Updated hero image
* Added new buckets graphic to home page
* Stylized links
Diffstat (limited to 'web')
-rw-r--r-- | web/images/hero.png | bin | 74074 -> 29745 bytes | |||
-rw-r--r-- | web/style.css | 21 |
2 files changed, 19 insertions, 2 deletions
diff --git a/web/images/hero.png b/web/images/hero.png Binary files differindex 7ba24ae..479bb95 100644 --- a/web/images/hero.png +++ b/web/images/hero.png 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 { |