better dark-grey mod for joemonster.org
SikiJoe by PixeNomad
Details
AuthorPixeNomad
LicenseNo License
Categoryjoemonster.org
Created
Updated
Code size2.4 kB
Code checksum83353d00
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name joemonster.org
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("joemonster.org") {
/* Obramowanie obrazków w trybie ciemnym */
.dark-mode #main_glowna img {
border: 1px solid #101010 !important;
}
/* Zmiana tła dla edytora i obrazków w trybie ciemnym */
.dark-mode .redactor_editor,
.dark-mode .redactor_editor:focus,
.dark-mode .picture,
.dark-mode .picture div {
background: #101010 !important;
}
/* Zmiana tła dla sekcji ankiety i odpowiedzi w trybie ciemnym */
.dark-mode .survey-section,
.dark-mode .survey-section .survey-answer {
background: #1c1c1d !important;
}
/* Zmiana tła dla wielu elementów na stronie w trybie ciemnym */
.dark-mode body,
.dark-mode td,
.dark-mode div:not(.art-banner-gradient):not(.mtvPoczekalniaOk):not(.mejs__overlay):not(.mejs__overlay-button),
.dark-mode font,
.dark-mode .text,
.dark-mode #monster-tv-side-box .BoxContent,
.dark-mode .BoxContent,
.dark-mode #topHeader,
.dark-mode #main_article,
.dark-mode #bg,
.dark-mode div#main,
.dark-mode .fb_iframe_widget,
.dark-mode #main_glowna,
.dark-mode #forumFora,
.dark-mode .retroArt,
.dark-mode .commentBox,
.dark-mode .commentBox_reply,
.dark-mode .systemMessage,
.dark-mode #systemMessage,
.dark-mode #main_main {
background-color: #1c1c1d !important;
}
/* Zmiana koloru tytułów artykułów w trybie ciemnym */
.dark-mode #main_article .title {
color: #dddddd !important;
}
/* Formatowanie tytułów – czcionka, rozmiar, odstępy */
.dark-mode #title,
.dark-mode .title,
.dark-mode a.title,
.dark-mode a.title:hover {
font-family: Arial, "Times New Roman", Helvetica !important;
font-size: 25px !important;
text-decoration: none !important;
line-height: 130% !important;
word-spacing: -0.3px !important;
letter-spacing: -1px !important;
margin: 0px !important;
margin-bottom: 5px !important;
display: block !important;
color: #dddddd !important;
}
}