Skip to content

Night black theme by vitaly-zdanevich

Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/moneymuseum-by/-/raw/master/moneymuseum-by.user.css

Screenshot of Night black theme

Details

Authorvitaly-zdanevich

LicenseMIT

Categorymoneymuseum.by

Created

Updated

Code size1.1 kB

Code checksum16aa6bb4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

yep

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Night black theme
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    yep
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://moneymuseum.by") {
	body,
	header,
	.header-top,
	.header-top__incl .mob-show,
	.product-item,
	.dropdown-handler
	{
		background: #000;
	}

	h1,
	.bread-crumbs span,
	.smart-filter-parameters-box-title-text,
	.product-item-title a,
	.recommended-section h3,
	.titile-prop-block b,
	.value-prop-block,
	.bx-pagination .bx-pagination-container ul li a span,
	a.bx_catalog_item_title,
	.col-sm-12.text-block /* PLP: page description on the bottom */
	{
		color: #bbb !important;
	}

	.product-item-detail-slider-images-container,
	.bx_catalog_item_images,
	.product-item-detail-slider-controls-image
	{
		background: #000;
		border: 0;
	}

	.product-item-image-wrapper {
		border: 0;
	}

	.recommended-section {
		background: #111;
	}

	/* "Смотреть все предметы" */
	.btn.btn-default {
		background: 0;
	}

	footer {
		background: #100;
	}

	html {
		scrollbar-width: none;
	}
}

Reviews

No reviews yet.