Solarized Dark theme for diabloii.net forums
www.diabloii.net by rf5860
Details
Authorrf5860
LicenseNo License
Categorydiabloii.net
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.diabloii.net
@version 20211011.16.28
@namespace userstyles.world/user/rf5860
@description Solarized Dark theme for diabloii.net forums
@author rf5860
@license No License
==/UserStyle== */
@-moz-document domain("www.diabloii.net") {
/*
base03 #002b36 - background
base02 #073642 - background highlights
base01 #586e75 - comments / secondary content
base00 #657b83
base0 #839496 - body text / default code / primary
base1 #93a1a1 - optional emphasized content
base2 #eee8d5
base3 #fdf6e3
*/
.message-attribution {
border-bottom-color: #073642; /* base02 - background highlights */
}
.message-attribution-main, .userTitle {
color: #586e75; /* base01 - comments / secondary content*/
}
.username {
color: #93a1a1; /* base1 - optional emphasized content */
}
.message-inner, .message-cell--user {
background-color: #002b36 !important; /* base03 - background */
color: #839496 !important; /* base0 - body text */
border-color: #586e75 !important; /* base01 - comments */
}
.message, blockquote {
border-color: #586e75 !important; /* base01 - comments / secondary content*/
}
.p-body {
background-color: #073642; /* base02 - background highlights */
}
.bbCodeBlock-title, .bbCodeBlock-title * {
background-color: #586e75 !important; /* base01 - secondary content */
color: #eee8d5 !important; /* base2 */
}
.button {
background-color: #586e75 !important; /* base01 - secondary content */
color: #eee8d5 !important; /* base2 */
border-color: #93a1a1 !important; /* base1 */
}
.bbCodeBlock-content {
background-color: #073642; /* base02 - background highlights */
color: #93a1a1 !important; /* base1 - optional emphasized content */
border-color: #586e75 !important; /* base3 */
}
.message-userArrow {
border-right-color: #839496; /* base2 */
}
.message-userArrow::after {
border-right-color: #073642; /* base3 */
}
blockquote {
border-color: #586e75 !important; /* base01 - comments / secondary content*/
}
}