Черный стиль для форума Black Russia
Black Style by Zhanmyrza
Details
AuthorZhanmyrza
Licenseproprietary
Categoryforum.blackrussia.online
Created
Updated
Size2.7 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 Black Style
@version 20250227.15.49
@namespace theme-dark
@description Черный стиль для форума Black Russia
@author Zhanmyrza
@license proprietary
==/UserStyle== */
@-moz-document domain("forum.blackrussia.online") {
.has-js,
.template-forum_list,
.uix_page--fixed,
.uix_hasSectionLinks,
.uix_hasPageAction,
.has-no-touchevents,
.has-passiveeventlisteners,
.has-no-hiddenscroll,
.has-overflowanchor,
.has-no-displaymodestandalone,
.has-os-windows,
.has-browser-chrome,
.uix_searchForm,
.menu.menu--structural.menu--wide,
.menu-content,
.menu-header,
.menu.menu--structural.menu--wide.uix_searchDropdown__menu,
.menu.menu--structural,
.offCanvasMenu-content,
.block-container,
.node-body,
.p-header,
.input,
.js-uix_syncValue,
.menu-footer,
.button--primary,
.button,
.button--icon,
.button--icon--search,
.rippleButton,
.p-nav,
.p-navEl,
.u-ripple,
.is-selected,
.menu-footer--split,
.p-sectionLinks,
.sidePanel__tab,
.sidePanel__tab--active,
.js-visitorTab,
.js-convoTab,
.js-badge--conversations,
.badgeContainer,
.js-alertTab,
.js-badge--alerts,
.offCanvasMenu-header,
.menu,
.block-footer,
.js-editor,
.input--fitHeight,
.button--icon--reply,
.overlay-title,
.uix_extendedFooter,
.p-footer-inner,
.button--scroll,
.ripple-JsOnly,
.message,
.message--quickReply,
.block-topRadiusContent,
.block-bottomRadiusContent,
.block-filterBar,
.block-minorHeader,
.uix_threadListSeparator,
.message--simple,
.message-cell,
.message-cell--user,
.js-inlineModContainer,
.message-responseRow,
.message-responseRow--reactions,
.js-reactionsList,
.is-active,
.js-commentsTarget-3137435,
.toggleTarget,
.js-commentsTarget-3137000,
.blockMessage,
.menu-tabHeader,
.tabs,
.hScroller-action,
.hScroller-action--end,
.hScroller-action--start,
.menu-row,
.menu-row--alt,
.tooltip-content,
.p-footer-copyrightRow,
.formSubmitRow-bar,
.avatar-u3173226-s,
.offCanvasMenu-link,
.inputGroup-text,
.inputDate-icon,
.block-filterBar .filterBar-filterToggle,
.block-filterBar,
.filterBar-filterToggle,
.structItem-pageJump a,
.js-dateTrigger,
.formRow>dt {
background: #000 !important;
background-color: #000 !important;
color: #fff !important; /* чтобы текст оставался видимым */
}
.button:hover,
button:hover {
text-decoration: none;
background: black !important;
color: rgb(255, 255, 255) !important;
}
.a:hover,
a:hover {
text-decoration: none;
background: black !important;
color: rgb(255, 0, 0) !important;
}
}