DarkMode for the forums at Commanderx16.com
Just wanted to save my eyes a bit.
Created by zushiba - Aug16-2021
https://www.commanderx16.com/forum/index.php?/profile/2109-zushiba/
Authorzushiba
LicenseNo License
CategoryCommanderx16.com
Created
Updated
Size3.2 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
DarkMode for the forums at Commanderx16.com
Just wanted to save my eyes a bit.
Created by zushiba - Aug16-2021
https://www.commanderx16.com/forum/index.php?/profile/2109-zushiba/
/* ==UserStyle==
@name commanderx16.com Darkmode
@version 20210816.16.40
@namespace userstyles.world/user/zushiba
@description DarkMode for the forums at Commanderx16.com
Just wanted to save my eyes a bit.
Created by zushiba - Aug16-2021
https://www.commanderx16.com/forum/index.php?/profile/2109-zushiba/
@author zushiba
@license No License
==/UserStyle== */
@-moz-document domain("commanderx16.com") {
/*
# Created by Zushiba Monday August 16 2021
# https://www.commanderx16.com/forum/index.php?/profile/2109-zushiba/
*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #F2E7FE;
height: 100%;
background-color: #121212;
margin: 0;
}
.ipsType_richText {
color: #d4d4d4;
}
.ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
background-color: #1D1D1D;
}
.ipsType_richText h1 {
background-color: transparent !important;
color: #F2E7FE !important;
font-size: 28px !important;
}
.ipsType_richText p,
strong {
background-color: transparent !important;
color: #F2E7FE !important;
}
.ipsAreaBackground_reset {
background: #1d1d1d;
}
.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected):not( .ipsModerated):not( .ipsDataItem_new):not( .ipsDataItem_success):not( .ipsDataItem_warning):not( .ipsDataItem_error):not( .ipsDataItem_info):not( .ipsDataItem_status):nth-child(even) {
background: #1d1d1d;
}
.ipsType_light {
color: #797979;
}
.ipsType_pageTitle {
color: #385e8a;
}
.ipsBreadcrumb > ul > li {
color: #385e8a;
}
.ipsQuote_citation {
background: #7F22FD;
color: #c5c5c5;
}
.ipsQuote {
background: #353535;
}
.ipsAreaBackground {
background: transparent !important;
}
.cke_wysiwyg_frame,
.cke_wysiwyg_div {
background-color: #1F1F1F;
}
.cke_top {
background: #1F1F1F;
}
.ipsAreaBackground_light {
background: #1f1f1f;
}
.ipsComposeArea_dummy {
background: #1f1f1f;
color: #707070;
}
*,
.ipsApp input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cProfileRepScore_neutral {
background: #9E55FC;
color: #000;
}
.ipsWidget.ipsWidget_vertical .ipsWidget_title,
.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
color: #000000;
background: #9E55FC;
}
#elProfileStats {
background: #1f1f1f;
color: #F2E7FE;
}
.ipsType_minorHeading {
color: #D7B7FD;
}
.ipsTabs_panel {
background: #2f2f2f;
}
.ipsTabs_activeItem {
background: #6200ee;
color: #F2E7FE !important;
font-weight: bold;
}
.ipsApp .ipsField_autocomplete,
.ipsApp textarea,
.ipsApp input[type="text"],
.ipsApp input[type="password"],
.ipsApp input[type="datetime"],
.ipsApp input[type="datetime-local"],
.ipsApp input[type="date"],
.ipsApp input[type="month"],
.ipsApp input[type="time"],
.ipsApp input[type="week"],
.ipsApp input[type="number"],
.ipsApp input[type="email"],
.ipsApp input[type="url"],
.ipsApp input[type="search"],
.ipsApp input[type="tel"],
.ipsApp .ipsField_dummy {
background-color: #353c41;
}
.ipsSelectTree_nodes [data-role="nodeList"] {
background: #1e1e1e;
}
.ipsSelectTree {
background-color: #1e1e1e !important;
}
.ipsApp .ipsHide {
background-color: #1e1e1e;
}
.ipsSelectTree_expand {
color: #bb86fc;
}
}