From 1b043ec1789a8997218d34c584471294d0a57165 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 2 Oct 2015 02:13:00 -0500 Subject: [PATCH] Update CSS --- css/solarized-all-sites-dark.css | 131 ++++++++++++++++++++++++-- css/solarized-all-sites-light.css | 131 ++++++++++++++++++++++++-- css/solarized-disqus-dark.css | 7 ++ css/solarized-disqus-light.css | 7 ++ css/solarized-generic-dark.css | 3 + css/solarized-generic-light.css | 3 + css/solarized-stackexchange-dark.css | 121 ++++++++++++++++++++++-- css/solarized-stackexchange-light.css | 121 ++++++++++++++++++++++-- 8 files changed, 496 insertions(+), 28 deletions(-) create mode 100644 css/solarized-disqus-dark.css create mode 100644 css/solarized-disqus-light.css diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 94356af..5992f82 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -1,3 +1,10 @@ +.post-actions { + background-color: #073642 !important; +} +.textarea-wrapper { + background-color: #002b36 !important; + color: #839496 !important; +} * { border-color: #657b83 !important; } @@ -8,6 +15,9 @@ body { background-color: #002b36 !important; color: #839496 !important; } +html { + background-color: #002b36 !important; +} input, textarea { background-color: #073642 !important; @@ -716,22 +726,61 @@ hr { background-color: #094352 !important; color: #094352 !important; } +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #073642 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #002b36 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #073642 !important; +} pre code { background-color: #073642 !important; color: #93a1a1 !important; } -pre code .com { - color: #b58900 !important; +pre code .atn { + color: #268bd2 !important; } -pre code .typ { +pre code .atv { color: #2aa198 !important; } +pre code .com { + color: #586e75 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} pre code .pln, pre code .pun { color: #839496 !important; } -pre code .lit { - color: #dc322f !important; +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; } #footer { background-color: #083c4a !important; @@ -740,30 +789,90 @@ pre code .lit { #footer #footer-sites th { color: #93a1a1 !important; } +.top-footer-links a { + color: #859900 !important; +} .topbar { background-color: #094352 !important; color: #93a1a1 !important; } +.topbar a { + color: #859900 !important; +} +.topbar-dialog { + background-color: #002b36 !important; + box-shadow: #586e75 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #002b36 !important; +} +.topbar-dialog .header { + background-color: #073642 !important; +} +.topbar-dialog .header a { + color: #93a1a1 !important; +} +.topbar-dialog .site-link { + color: #93a1a1 !important; +} +#header { + background-color: #094352 !important; +} #hmenus .nav ul li a { background-color: #859900 !important; color: #fdf6e3 !important; } +#question-header .question-hyperlink { + color: #93a1a1 !important; +} #hlogo a { filter: opacity(75%); } -#sidebar .module.community-bulletin { +.new-post-activity { background-color: #073642 !important; +} +.tagged-interesting { + background-color: #094352 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #eee8d5 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #839496 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { color: #93a1a1 !important; } #sidebar .community-bulletin .bulletin-item-content a { color: #93a1a1 !important; } +#sidebar .module.community-bulletin { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} .label-key { color: #839496 !important; } .label-key b { color: #93a1a1 !important; } +#h-chat-link { + color: #93a1a1 !important; +} .ad502-room { background-color: #073642 !important; box-shadow: #586e75 0px 1px 3px; @@ -772,14 +881,19 @@ pre code .lit { #tabs a { background-color: transparent !important; background-image: linear-gradient(to bottom, #002b36, #073642); + color: #93a1a1 !important; } #tabs a.youarehere { - background-image: linear-gradient(to bottom, #073642, #002b36); + background-image: linear-gradient(to bottom, #cb4b16, #002b36); + color: #fdf6e3 !important; } .post-tag { background-color: #586e75 !important; color: #002b36 !important; } +.post-tag::before { + background-color: #002b36 !important; +} a.comment-user.owner { background-color: #859900 !important; color: #eee8d5 !important; @@ -788,6 +902,9 @@ a.comment-user.owner { background-color: #073642 !important; color: #93a1a1 !important; } +.post-signature a { + color: #2aa198 !important; +} .post-signature.owner .user-info .user-details a { color: #859900 !important; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index 78f1506..884a409 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -1,3 +1,10 @@ +.post-actions { + background-color: #eee8d5 !important; +} +.textarea-wrapper { + background-color: #fdf6e3 !important; + color: #657b83 !important; +} * { border-color: #839496 !important; } @@ -8,6 +15,9 @@ body { background-color: #fdf6e3 !important; color: #657b83 !important; } +html { + background-color: #fdf6e3 !important; +} input, textarea { background-color: #eee8d5 !important; @@ -716,22 +726,61 @@ hr { background-color: #e9e1c8 !important; color: #e9e1c8 !important; } +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #eee8d5 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #073642 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #fdf6e3 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #eee8d5 !important; +} pre code { background-color: #eee8d5 !important; color: #586e75 !important; } -pre code .com { - color: #b58900 !important; +pre code .atn { + color: #268bd2 !important; } -pre code .typ { +pre code .atv { color: #2aa198 !important; } +pre code .com { + color: #93a1a1 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} pre code .pln, pre code .pun { color: #657b83 !important; } -pre code .lit { - color: #dc322f !important; +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; } #footer { background-color: #ebe4cf !important; @@ -740,30 +789,90 @@ pre code .lit { #footer #footer-sites th { color: #586e75 !important; } +.top-footer-links a { + color: #859900 !important; +} .topbar { background-color: #e9e1c8 !important; color: #586e75 !important; } +.topbar a { + color: #859900 !important; +} +.topbar-dialog { + background-color: #fdf6e3 !important; + box-shadow: #93a1a1 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #fdf6e3 !important; +} +.topbar-dialog .header { + background-color: #eee8d5 !important; +} +.topbar-dialog .header a { + color: #586e75 !important; +} +.topbar-dialog .site-link { + color: #586e75 !important; +} +#header { + background-color: #e9e1c8 !important; +} #hmenus .nav ul li a { background-color: #859900 !important; color: #002b36 !important; } +#question-header .question-hyperlink { + color: #586e75 !important; +} #hlogo a { filter: opacity(75%); } -#sidebar .module.community-bulletin { +.new-post-activity { background-color: #eee8d5 !important; +} +.tagged-interesting { + background-color: #e9e1c8 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #073642 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #073642 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #657b83 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { color: #586e75 !important; } #sidebar .community-bulletin .bulletin-item-content a { color: #586e75 !important; } +#sidebar .module.community-bulletin { + background-color: #eee8d5 !important; + color: #586e75 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} .label-key { color: #657b83 !important; } .label-key b { color: #586e75 !important; } +#h-chat-link { + color: #586e75 !important; +} .ad502-room { background-color: #eee8d5 !important; box-shadow: #93a1a1 0px 1px 3px; @@ -772,14 +881,19 @@ pre code .lit { #tabs a { background-color: transparent !important; background-image: linear-gradient(to bottom, #fdf6e3, #eee8d5); + color: #586e75 !important; } #tabs a.youarehere { - background-image: linear-gradient(to bottom, #eee8d5, #fdf6e3); + background-image: linear-gradient(to bottom, #cb4b16, #fdf6e3); + color: #002b36 !important; } .post-tag { background-color: #93a1a1 !important; color: #fdf6e3 !important; } +.post-tag::before { + background-color: #fdf6e3 !important; +} a.comment-user.owner { background-color: #859900 !important; color: #073642 !important; @@ -788,6 +902,9 @@ a.comment-user.owner { background-color: #eee8d5 !important; color: #586e75 !important; } +.post-signature a { + color: #2aa198 !important; +} .post-signature.owner .user-info .user-details a { color: #859900 !important; } diff --git a/css/solarized-disqus-dark.css b/css/solarized-disqus-dark.css new file mode 100644 index 0000000..059644b --- /dev/null +++ b/css/solarized-disqus-dark.css @@ -0,0 +1,7 @@ +.post-actions { + background-color: #073642 !important; +} +.textarea-wrapper { + background-color: #002b36 !important; + color: #839496 !important; +} diff --git a/css/solarized-disqus-light.css b/css/solarized-disqus-light.css new file mode 100644 index 0000000..a5ba3ac --- /dev/null +++ b/css/solarized-disqus-light.css @@ -0,0 +1,7 @@ +.post-actions { + background-color: #eee8d5 !important; +} +.textarea-wrapper { + background-color: #fdf6e3 !important; + color: #657b83 !important; +} diff --git a/css/solarized-generic-dark.css b/css/solarized-generic-dark.css index 986f8e4..942abf6 100644 --- a/css/solarized-generic-dark.css +++ b/css/solarized-generic-dark.css @@ -8,6 +8,9 @@ body { background-color: #002b36 !important; color: #839496 !important; } +html { + background-color: #002b36 !important; +} input, textarea { background-color: #073642 !important; diff --git a/css/solarized-generic-light.css b/css/solarized-generic-light.css index 506443e..4f60820 100644 --- a/css/solarized-generic-light.css +++ b/css/solarized-generic-light.css @@ -8,6 +8,9 @@ body { background-color: #fdf6e3 !important; color: #657b83 !important; } +html { + background-color: #fdf6e3 !important; +} input, textarea { background-color: #eee8d5 !important; diff --git a/css/solarized-stackexchange-dark.css b/css/solarized-stackexchange-dark.css index f22d3f0..eaf2b7e 100644 --- a/css/solarized-stackexchange-dark.css +++ b/css/solarized-stackexchange-dark.css @@ -2,22 +2,61 @@ hr { background-color: #094352 !important; color: #094352 !important; } +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #073642 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #002b36 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #073642 !important; +} pre code { background-color: #073642 !important; color: #93a1a1 !important; } -pre code .com { - color: #b58900 !important; +pre code .atn { + color: #268bd2 !important; } -pre code .typ { +pre code .atv { color: #2aa198 !important; } +pre code .com { + color: #586e75 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} pre code .pln, pre code .pun { color: #839496 !important; } -pre code .lit { - color: #dc322f !important; +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; } #footer { background-color: #083c4a !important; @@ -26,30 +65,90 @@ pre code .lit { #footer #footer-sites th { color: #93a1a1 !important; } +.top-footer-links a { + color: #859900 !important; +} .topbar { background-color: #094352 !important; color: #93a1a1 !important; } +.topbar a { + color: #859900 !important; +} +.topbar-dialog { + background-color: #002b36 !important; + box-shadow: #586e75 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #002b36 !important; +} +.topbar-dialog .header { + background-color: #073642 !important; +} +.topbar-dialog .header a { + color: #93a1a1 !important; +} +.topbar-dialog .site-link { + color: #93a1a1 !important; +} +#header { + background-color: #094352 !important; +} #hmenus .nav ul li a { background-color: #859900 !important; color: #fdf6e3 !important; } +#question-header .question-hyperlink { + color: #93a1a1 !important; +} #hlogo a { filter: opacity(75%); } -#sidebar .module.community-bulletin { +.new-post-activity { background-color: #073642 !important; +} +.tagged-interesting { + background-color: #094352 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #eee8d5 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #839496 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { color: #93a1a1 !important; } #sidebar .community-bulletin .bulletin-item-content a { color: #93a1a1 !important; } +#sidebar .module.community-bulletin { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} .label-key { color: #839496 !important; } .label-key b { color: #93a1a1 !important; } +#h-chat-link { + color: #93a1a1 !important; +} .ad502-room { background-color: #073642 !important; box-shadow: #586e75 0px 1px 3px; @@ -58,14 +157,19 @@ pre code .lit { #tabs a { background-color: transparent !important; background-image: linear-gradient(to bottom, #002b36, #073642); + color: #93a1a1 !important; } #tabs a.youarehere { - background-image: linear-gradient(to bottom, #073642, #002b36); + background-image: linear-gradient(to bottom, #cb4b16, #002b36); + color: #fdf6e3 !important; } .post-tag { background-color: #586e75 !important; color: #002b36 !important; } +.post-tag::before { + background-color: #002b36 !important; +} a.comment-user.owner { background-color: #859900 !important; color: #eee8d5 !important; @@ -74,6 +178,9 @@ a.comment-user.owner { background-color: #073642 !important; color: #93a1a1 !important; } +.post-signature a { + color: #2aa198 !important; +} .post-signature.owner .user-info .user-details a { color: #859900 !important; } diff --git a/css/solarized-stackexchange-light.css b/css/solarized-stackexchange-light.css index be4e98a..3bb1ed8 100644 --- a/css/solarized-stackexchange-light.css +++ b/css/solarized-stackexchange-light.css @@ -2,22 +2,61 @@ hr { background-color: #e9e1c8 !important; color: #e9e1c8 !important; } +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #eee8d5 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #073642 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #fdf6e3 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #eee8d5 !important; +} pre code { background-color: #eee8d5 !important; color: #586e75 !important; } -pre code .com { - color: #b58900 !important; +pre code .atn { + color: #268bd2 !important; } -pre code .typ { +pre code .atv { color: #2aa198 !important; } +pre code .com { + color: #93a1a1 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} pre code .pln, pre code .pun { color: #657b83 !important; } -pre code .lit { - color: #dc322f !important; +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; } #footer { background-color: #ebe4cf !important; @@ -26,30 +65,90 @@ pre code .lit { #footer #footer-sites th { color: #586e75 !important; } +.top-footer-links a { + color: #859900 !important; +} .topbar { background-color: #e9e1c8 !important; color: #586e75 !important; } +.topbar a { + color: #859900 !important; +} +.topbar-dialog { + background-color: #fdf6e3 !important; + box-shadow: #93a1a1 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #fdf6e3 !important; +} +.topbar-dialog .header { + background-color: #eee8d5 !important; +} +.topbar-dialog .header a { + color: #586e75 !important; +} +.topbar-dialog .site-link { + color: #586e75 !important; +} +#header { + background-color: #e9e1c8 !important; +} #hmenus .nav ul li a { background-color: #859900 !important; color: #002b36 !important; } +#question-header .question-hyperlink { + color: #586e75 !important; +} #hlogo a { filter: opacity(75%); } -#sidebar .module.community-bulletin { +.new-post-activity { background-color: #eee8d5 !important; +} +.tagged-interesting { + background-color: #e9e1c8 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #073642 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #073642 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #657b83 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { color: #586e75 !important; } #sidebar .community-bulletin .bulletin-item-content a { color: #586e75 !important; } +#sidebar .module.community-bulletin { + background-color: #eee8d5 !important; + color: #586e75 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} .label-key { color: #657b83 !important; } .label-key b { color: #586e75 !important; } +#h-chat-link { + color: #586e75 !important; +} .ad502-room { background-color: #eee8d5 !important; box-shadow: #93a1a1 0px 1px 3px; @@ -58,14 +157,19 @@ pre code .lit { #tabs a { background-color: transparent !important; background-image: linear-gradient(to bottom, #fdf6e3, #eee8d5); + color: #586e75 !important; } #tabs a.youarehere { - background-image: linear-gradient(to bottom, #eee8d5, #fdf6e3); + background-image: linear-gradient(to bottom, #cb4b16, #fdf6e3); + color: #002b36 !important; } .post-tag { background-color: #93a1a1 !important; color: #fdf6e3 !important; } +.post-tag::before { + background-color: #fdf6e3 !important; +} a.comment-user.owner { background-color: #859900 !important; color: #073642 !important; @@ -74,6 +178,9 @@ a.comment-user.owner { background-color: #eee8d5 !important; color: #586e75 !important; } +.post-signature a { + color: #2aa198 !important; +} .post-signature.owner .user-info .user-details a { color: #859900 !important; }