fixes for the old style on userstyles.org, since the license is CC0 - Public Domain. old style is here: https://uso.kkx.one/style/167021
Dragon Cave Forums - Dark Mode v2 by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categoryforums.dragcave.net
Created
Updated
Size5.0 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 Dragon Cave Forums - Dark Mode v2
@namespace github.com/openstyles/stylus
@version 1.1.0
@description A new userstyle
@author Werewire + CursedFlames on userstyles.org
==/UserStyle== */
@-moz-document domain("forums.dragcave.net") {
#ipsLayout_contentWrapper, .ipsDialog div {
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
color: #ddd;
background-color: #222 !important;
}
/*Delete this body section if you'd like the default bg*/
Body {
background: #000 !important;
}
.ipsPagination {
color: #ddd;
}
.ipsApp input[type="password"] {
color: #000;
}
.ipsPager_next a, .ipsPager_prev a {
color: #FFF;
}
a {
color: #17C0D3;
text-decoration: none;
}
a:hover {
color: #4aa1aa;
}
a[data-mentionid] {
color: #FFF !important;
text-decoration: none !important;
}
.ipsDialog_title {
color: #fff;
}
.ipsBreadcrumb > ul > li {
color: #cfcfcf !important;
}
.ipsBreadcrumb > ul > li > a {
color: #cfcfcf !important;
}
.ipsBreadcrumb [data-action="defaultStream"], .ipsBreadcrumb [data-action="markSiteRead"] {
color: #fff;
}
.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ) {
background-color: #222 !important;
}
.ipsAreaBackground_reset, .ipsButtonBar {
background-color: #222 !important;
}
.ipsButton_veryLight {
background: #444 !important;
border-color: rgba( var(--theme-very_light_button_font), 0.075 );
color: #fff !important;
}
.ipsAreaBackground {
background: none;
}
[data-ipseditor] {
background: #222;
}
.cke_wysiwyg_frame, .cke_wysiwyg_div {
background-color: #222 !important;
color: #eee !important;
}
.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),
.cPost .ipsComment_meta, .cAuthorPane_author {
background-color: #272727 !important;
}
.ipsQuote_citation {
background-color: #272727 !important;
color: #c7c7c7;
}
.ipsQuote_citation a {
color: #fff !important;
}
.ipsQuote, .ipsQuote_contents {
background-color: #222 !important;
}
hr.ipsHr {
border-color: #ffffff22
}
.ipsAreaBackground_light {
background-color: #333 !important;
}
.ipsComposeArea_dummy {
background-color: #333 !important;
}
.ipsComposeArea_editor {
background-color: #333 !important;
}
.ipsMenu {
background-color: #333 !important;
color: #ddd;
}
.ipsMenu_title {
background-color: #272727;
color: #ddd !important;
}
.ipsMenu_item,
.ipsMenu_item > a:not( .ipsMenu_itemInline ), .ipsMenu_item > span:not( .ipsMenu_itemInline ){
color: #eee !important;
}
.ipsMenu_item > a:not( .ipsMenu_itemInline ):hover {
color: #000 !important;
}
.ipsMenu_headerBar, .ipsMenu_footerBar {
background-color: #272727 !important;
color: #ddd;
}
.ipsItemStatus:not(.ipsItemStatus_large) {
color: inherit;
font-size: 14px;
line-height: inherit;
}
.ipsType_veryLarge {
color: #fff;
}
.ipsType_sectionHead {
color: #fff;
}
.ipsType_pageTitle {
color: #fff;
}
.ipsType_richText {
color: #eee !important;
}
.ipsCode {
background: #fff0;
border: 0px solid rgba( var(--theme-area_background_dark),.15) !important;
}
/*Settings page */
.ipsTabs_panel {
height: 100%;
background: none;
}
/*Search */
.ipsApp input[type="text"] {
color: #000 !important
}
.ipsApp input[type="date"].ipsField_short {
background-color: #555;
border: 1px solid var(--form-field--borderColor);
}
.ipsApp select {
border: 1px solid var(--form-field--borderColor);
border-radius: var(--form-field--radius);
color: #fff !important;
padding: 5px;
background: #555;
}
.ipsSpoiler_contents.ipsClearfix {
color: #000 !important;
}
.ipsQuote_citation, .ipsSpoiler_header {
background: #444;
color: #fff;
}
.ipsQuote, .ipsSpoiler, .ipsStyle_spoiler {
background: #a2a1a1;
border: 4px solid #000;
}
.ipsQuote .ipsQuote_citation a, .ipsSpoiler .ipsSpoiler_header a, .ipsStyle_spoiler .ipsSpoiler_header a {
color: #00e5ff !important;
text-decoration: none;
}
.ipsType_light.ipsType_richText.ipsMemberSignature {
Color: #fff;
}
.ipsTruncate + .ipsTruncate_more {
color: #fff;
}
.ipsPad.cPost_contentWrap > .ipsContained.ipsType_richText.ipsType_normal > p > span {
background-color: #444 !important;
}
.ipsTabs_panels.ipsTabs_contained {
border: 1px solid rgb( var(--theme-area_background) );
border-top-width: 0;
background-color: #222 !important;
}
p span, p, p b {
background-color: #1110 !important;
color: #FFF !important;
}
.ipsType_normal.ipsType_richText.ipsContained a {
color: #17c0d3;
}
table {
background-color: #fff0 !important;
}
}