Skip to content

gpo.zugaina.org black by vitaly-zdanevich

Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/gpo-zugaina-org/-/raw/master/gpo-zugaina-org.user.css

Screenshot of gpo.zugaina.org black

Details

Authorvitaly-zdanevich

LicenseNo License

Categorygpo.zugaina.org

Created

Updated

Code size837 B

Code checksum29035e8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Black

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           gpo.zugaina.org black
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Black
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document domain('gpo.zugaina.org') {
	#top h1, /* Logo */
	#sbox span,
	h2, /* "Search results" */
	#contentInner > div:first-child,
	#footerContainer
	{
		display: none;
	}

	body,
	#top,
	#contentContainer #content #contentInner {
		background: black;
	}

	body {
		margin: 0;
		color: #bbb;
	}

	#top {
		border: 0;
	}

	/* Tabs */
	#top div #tabs span {
		background: #333;
		border: 0;
	}

	a {
		color: #88f !important;
	}

	iframe body,
	#search_results div div {
		color: #bbb;
	}

	#search_results a:hover div {
		background: #333;
	}

	.pager {
		font-size: 30px;
	}
}

Reviews

No reviews yet.