Skip to content

[HIGH CONTRAST] UserStyles.World by exewire

Screenshot of [HIGH CONTRAST] UserStyles.World

Details

Authorexewire

LicenseCC BY-NC-ND

Categoryuserstyles

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

[EN]
This style was taken from my "ExNight" extension, which contains 1000+ other styles that I recolored PERSONALLY, without using other styles taken from the userstyles site! All styles made publicly available on the "userstyles" site and the extension posted on the "exewire.gitlab.io" site are subject to a license agreement, which states that any change to the product or its modification and promotion is prohibited!

To install the extension, go here and click Install:
https://exewire.gitlab.io/exnight/

[RU]
Данный стиль был взят с моего расширения "ExNight", где располагаются 1000+ других стилей, которые я перекрасил ЛИЧНО, не используя другие, взятые с сайта userstyles стили! Все стили, выложенные в открытый доступ на сайте "userstyles" и расширение, выложенное на сайте "exewire.gitlab.io", подвергаются лицензионному соглашению, которое гласит о том, что любое изменение продукта или его модификация и продвижение - запрещены!

Чтобы установить расширение, перейдите сюда и нажмите Install:
https://exewire.gitlab.io/exnight/

Source code

/* ==UserStyle==
@name           [HIGH CONTRAST] UserStyles.World
@namespace      userstyles.world
@version        1.0.0
@description    [17.09.2023]
@author         ExeWire
==/UserStyle== */

@-moz-document domain("userstyles.world") {
*, ::placeholder {
	color: #fff!important;
}
::selection {
	background: #fff!important;
	color: #000!important;
}
* {
	--bg-1: #000!important;
	--bg-2: #000!important;
	--bg-3: #fff!important;
	--bg-4: #fff!important;
	--bg-5: #fff!important;
	--fg-1: #fff!important;
	--fg-2: #fff!important;
	--fg-3: #fff!important;
	--fg-4: #fff!important;
	--fg-5: #fff!important;
	--ac-1: #fff!important;
	--ac-2: #fff!important;
	--ac-3: #fff!important;
	--ac-4: #fff!important;
	--ac-5: #fff!important;
	--st-1: #fff!important;
	--st-2: #fff!important;
	--st-3: #fff!important;
	--st-4: #000!important;
	--st-5: green!important;
	--inverse: #fff!important;
	--bg-t: #000!important;
	--sh-m: 0 0 0 1px #fff!important;
	--bg-f: #000!important;
	--ac-f: #000!important;
	--st-f: #000!important;
}
.fg\:1:hover, .fg\:2[href]:hover, nav ul li a:hover, .Footer li>a[href]:hover {
	color: #54aaff!important;
}
.btn.primary, input, button, .input-like, .md code, [data-tooltip]::before, time[datetime]::before, .Form-select, textarea, mark {
	background: #000!important;
}
.btn:hover, .Pagination-active, .spoiler, .Dropdown ul li a.danger:hover {
	background: #333!important;
}
[data-tooltip]::before, time[datetime]::before, .md code {
	box-shadow: 0 0 0 1px #fff!important;
}
[data-tooltip]:after, time[datetime]:after {
	border-top-color: #fff!important;
}
.td\:d {
	text-decoration: none!important;
}
nav {
	position: sticky!important;
	z-index: 9!important;
	top: 0!important;
}
nav > div {
	padding-top: 0!important;
	padding-bottom: 0px!important;
}
nav > div > * {
	padding: 1rem 0!important;
}
}

Reviews

No reviews yet.