Skip to content

verbum.by by vitaly-zdanevich

Imported from a private source

Mirrored from https://gitlab.com/vitaly-zdanevich-styles/verbum-by-css/-/raw/master/verbum-by.user.css

Screenshot of verbum.by

Details

Authorvitaly-zdanevich

LicenseMIT

Categoryverbum.by, belarus, dictionary

Created

Updated

Size780 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           verbum.by - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.6
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("verbum.by") {

	body {
		--bs-body-color: #bbb !important
	}

	body,
	.pagination .page-item .page-link
	{
		background: #000;
	}
	
	input
	{
		color: gray;
		border: 1px solid #222 !important;
		background: #000;
	}
	.search-input .button-control {
		border: 1px solid #222;
	}

	.article {
		border-color: #222;
	}

	.article v-ex {
		font-weight: bold;
	}

	p {
		color: #bbb;
	}

	highlight {
		color: #fbb;
	}

	[style='color: darkblue'],
	[style='color: midnightblue']
	{
		color: lightblue !important;
	}
}

Reviews

No reviews yet.