diff --git a/style-DARK.css b/style-DARK.css index 4cfbe2c..448731d 100644 --- a/style-DARK.css +++ b/style-DARK.css @@ -21,6 +21,9 @@ textarea:focus, textarea, font-family: Avenir, Helvetica, Arial, sans-serif; color: #eeeeee; } +#outer.wrapper { + background-color: #393e46 !important; +} .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { color: #eee; background-color: #ce4c4c; @@ -255,7 +258,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, a.current, a:link.current, +.current, .current a:visited, .current a:link, #dashboard .current, @@ -508,6 +511,8 @@ a.cloud6 { thead, tfoot, tfoot td, +th, +tr:hover, col.name, input, textarea, @@ -536,17 +541,6 @@ dl.meta, margin-bottom: 10px; } -th, -tr:hover { - border: none; - background: #393e46; - font-family: Avenir, Helvetica, Arial, sans-serif; - border-radius: 5px; - margin-bottom: 10px; - -} -table {border-collapse: separate;} - li.blurb, .blurb .blurb, .listbox .index, @@ -891,6 +885,7 @@ span.symbol { .notice { border: 1px solid #eeeeee; + color: #eeeeee; background: #393e46; box-shadow: none; padding: 1em; @@ -1171,6 +1166,3 @@ border-top: none !important; } #footer a:hover { box-shadow: none;} -th { vertical-align: middle; -text-align: center; } -td { vertical-align: middle;} \ No newline at end of file diff --git a/style-LIGHT-HighContrast.css b/style-LIGHT-HighContrast.css index 7c378b1..36a3b28 100644 --- a/style-LIGHT-HighContrast.css +++ b/style-LIGHT-HighContrast.css @@ -247,7 +247,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, a.current, a:link.current, +.current, .current a:visited, .current a:link, #dashboard .current, @@ -500,6 +500,8 @@ a.cloud6 { thead, tfoot, tfoot td, +th, +tr:hover, col.name, input, textarea, @@ -528,17 +530,6 @@ dl.meta, margin-bottom: 10px; } -th, -tr:hover { - - border: none; - background: #ffffff; - font-family: Avenir, Helvetica, Arial, sans-serif; - border-radius: 5px; - margin-bottom: 10px; -} -table {border-collapse: separate;} - li.blurb, .blurb .blurb, .listbox .index, @@ -656,7 +647,7 @@ span.delete { a, a:link, -a:hover, +a:visited:hover, #dashboard a, #dashboard span, .autocomplete div.dropdown ul, @@ -873,6 +864,7 @@ span.symbol { .notice { border: 1px solid #212121; + color: #212121; background: #ffffff; box-shadow: none; padding: 1em; @@ -918,9 +910,10 @@ input[type=submit], border-radius: .25em; box-shadow: none; } + input[type="submit"], input[type="submit"]:hover { - border: none; + border: 2px solid #212121; } .autocomplete { @@ -1131,6 +1124,3 @@ input[name="post_button"]:hover { border-radius: .25em; box-shadow: none; } -th { vertical-align: middle; -text-align: center; } -td { vertical-align: middle;} \ No newline at end of file diff --git a/style-LIGHT.css b/style-LIGHT.css index f452450..033eb70 100644 --- a/style-LIGHT.css +++ b/style-LIGHT.css @@ -247,7 +247,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, a.current, a:link.current, +.current, .current a:visited, .current a:link, #dashboard .current, @@ -500,6 +500,8 @@ a.cloud6 { thead, tfoot, tfoot td, +th, +tr:hover, col.name, input, textarea, @@ -528,19 +530,6 @@ dl.meta, margin-bottom: 10px; } -th, -tr:hover { - - border: none; - background: #f7f7f7; - font-family: Avenir, Helvetica, Arial, sans-serif; - border-radius: 5px; - margin-bottom: 10px; - -} - -table {border-collapse: separate;} - li.blurb, .blurb .blurb, .listbox .index, @@ -658,7 +647,7 @@ span.delete { a, a:link, -a:visited, +a:visited:hover, #dashboard a, #dashboard span, .autocomplete div.dropdown ul, @@ -875,6 +864,7 @@ span.symbol { .notice { border: 1px solid #393E46; + color: #393E46; background: #f7f7f7; box-shadow: none; padding: 1em; @@ -923,7 +913,7 @@ input[type=submit], input[type="submit"], input[type="submit"]:hover { - border: none; + border: 2px solid #393E46; } .autocomplete { @@ -1134,7 +1124,3 @@ input[name="post_button"]:hover { border-radius: .25em; box-shadow: none; } - -th { vertical-align: middle; -text-align: center; } -td { vertical-align: middle;} \ No newline at end of file