Skip to content

Black Style by Zhanmyrza

Details

AuthorZhanmyrza

Licenseproprietary

Categoryforum.blackrussia.online

Created

Updated

Code size3.3 kB

Code checksumd641623c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Черный стиль для форума Black Russia

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Black Style
@version      20250411.09.52
@namespace    https://userstyles.world/user/Zhanmyrza
@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,
.blockStatus,
.block-outer block-outer--after,
.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,
.block-container,
.block-body,
.block,
form,
input,
.fr-wrapper,
.fr-toolbar,
.memberOverviewBlock-seeMore,
.formSubmitRow-bar,
.avatar-u3173226-s,
.offCanvasMenu-link,
.inputGroup-text,
.inputDate-icon,
.block-filterBar .filterBar-filterToggle,
.block-filterBar,
.filterBar-filterToggle,
.structItem-pageJump a,
.js-dateTrigger,
.bbCodeBlock,
.bbCodeBlock-title,
.pika-single.is-bound.left-aligned.bottom-aligned,
.DC_LinkProxy,
.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: #0000 !important;
    color: rgb(255, 0, 0) !important;
}
.node.node--id2812.node--depth2.node--forum.node--unread {
    background: chartreuse !important;
}
.uix_signatureExpand {
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

.is-outside-current-month.is-selection-disabled,
button.pika-button.pika-day {
    color: #FFF !important;
    background: #000 !important;
}
li {
    background: black !important;
}
.is-selected {
    background: #161616 !important;
}

}

Reviews

No reviews yet.