Changes most white background on the KvRaudio forum to light grey.
/* ==UserStyle==
@name kvraudio off-white forum
@description Changes most white background on the KvRaudio forum to light grey.
Won't burn your eyes as much.
@namespace KvR
@version 0.666
@author farlukar
@license CC-BY-NC-SA-4.0
==/UserStyle== */
@-moz-document url-prefix("https://www.kvraudio.com/") {
:root {
--bg1: #d8d8d8;
--bg2: #e0e0e0;
--bg3: #e8e8e8;
}
#scxbox, #column1, #column2, #kvrforumheader, #wrap, .row.bg1, .post.bg1 {
background: var(--bg1) !important
}
li.row:hover { background: var(--bg3) !important }
li.row, .post, form div, textarea, .panel {
background: var(--bg2) !important
}
blockquote {
border-color: #c0c0c0 !important;
background-color: #dbdbdb !important
}
blockquote blockquote {
background-color: #d8d8d8 !important
}
blockquote blockquote blockquote {
background-color: #d4d4d4!important
}
blockquote blockquote blockquote blockquote {
background-color: #d0d0d0 !important
}
blockquote blockquote blockquote blockquote blockquote {
background-color: #cbcbcb !important
}
blockquote blockquote blockquote blockquote blockquote blockquote {
background-color: #c8c8c8 !important
}
div[class^="pollbar"] {
background-color: #BE1E4A !important
}
#pollotdholder {
display: none !important
}
}
@-moz-document url-prefix("https://www.kvraudio.com/plugins/"), url-prefix("https://www.kvraudio.com/developer/"), url-prefix("https://www.kvraudio.com/marketplace/"), url-prefix("https://www.kvraudio.com/marketplace/deals"), url-prefix("https://www.kvraudio.com/video"), url-prefix("https://www.kvraudio.com/focus") {
#column2, #kvrpluginsearchform, .newsitem *, .pmaincontent {
background-color: var(--bg1) !important
}
.kvrpbox > div, #devsatkvr, .pmaincontent.clickfiltersresults,
.inkvrshop, #kvrblock > div, #kvrvideocontent {
background-color: var(--bg2) !important
}
}