Update CSS

pull/4/head
Adam Porter 9 years ago
parent b0b94e3a77
commit 1b043ec178

@ -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;
}

@ -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;
}

@ -0,0 +1,7 @@
.post-actions {
background-color: #073642 !important;
}
.textarea-wrapper {
background-color: #002b36 !important;
color: #839496 !important;
}

@ -0,0 +1,7 @@
.post-actions {
background-color: #eee8d5 !important;
}
.textarea-wrapper {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}

@ -8,6 +8,9 @@ body {
background-color: #002b36 !important;
color: #839496 !important;
}
html {
background-color: #002b36 !important;
}
input,
textarea {
background-color: #073642 !important;

@ -8,6 +8,9 @@ body {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}
html {
background-color: #fdf6e3 !important;
}
input,
textarea {
background-color: #eee8d5 !important;

@ -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;
}

@ -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;
}

Loading…
Cancel
Save