From 844640f141468a2495bbfd9c386999947e157560 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 3 Oct 2014 14:41:33 -0700 Subject: [PATCH] [STYLE] wider tables, more text contrast, fix green buttons --- css/main.css | 2 +- css/mod.css | 5 +++-- css/style.css | 8 -------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/css/main.css b/css/main.css index 06db9a2e89..13754c62a8 100644 --- a/css/main.css +++ b/css/main.css @@ -152,7 +152,7 @@ -moz-box-sizing: border-box; } body { - color: #898788; + color: #393738; font-family: 'Open Sans', sans-serif; } body .content-root { diff --git a/css/mod.css b/css/mod.css index adc9f487cb..9bf9e6313c 100644 --- a/css/mod.css +++ b/css/mod.css @@ -1,14 +1,15 @@ .draft-comment {background: #faa; border: 1px solid #d88; padding: 2px;} td {border: 1px solid #DBDDE2 !important; padding: .2em;} -table { border-collapse: collapse; clear: left; width: 550px} -th { padding: .2em; } +table { border-collapse: collapse; clear: left; } +th { padding: .2em; font-weight: bold; } body .content-root { background-color: #F3F6FB; box-shadow: 930px 0 #FFFFFF inset, 931px 0 #DFE2E7 inset, 940px 0 5px -10px rgba(0, 0, 0, 0.1) inset; } code { max-height: 14em; overflow: auto;} +.content code { color: #111; } .expanded { max-height: none; overflow: none;} .content h2, .menu a.level-2 { diff --git a/css/style.css b/css/style.css index ae488f5796..16ced772c1 100644 --- a/css/style.css +++ b/css/style.css @@ -125,7 +125,6 @@ a { text-decoration: none; } a:hover { - color: #228a8a; } /* ---------------------------------------------------------------------------- * Content styling @@ -666,12 +665,8 @@ a.big.button { } a.big.button, a.big.button:visited { - color: #2badad; text-decoration: none; } -a.big.button:hover { - background: #2badad; -} a.big.button:hover, a.big.button:hover:visited { color: #fff; @@ -742,9 +737,6 @@ a.big.button:hover:visited { .menu a:visited { color: #2badad; } -.menu a:hover { - color: #228a8a; -} .menu a.level-1 { font-family: montserrat, sans-serif; text-transform: uppercase;