Skip to content

Anime Out Dark Theme (UNFINISHED) by l_0Rl

Screenshot of Anime Out Dark Theme (UNFINISHED)

Details

Authorl_0Rl

LicenseNo License

Categoryanimeout

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

animeout.xyz Dark Theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Anime Out Dark Theme
@namespace      userstyles.world/user/l_0Rl
@version        1.0.1
@description    animeout.xyz Dark Theme
@author         l_0Rl
==/UserStyle== */
@-moz-document url-prefix("https://www.animeout.xyz/") {

	/* Headers and labels */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.form-wrap label,
	.form-table,
	.form-table th,
	.login #nav a,
	.login #backtoblog a {
		color: #fff !important;
		background: #1c1c1c !important;
	}

	.login #nav a:hover,
	.login #backtoblog a:hover,
	.login .forgetmenot label:hover,
	.login label:hover {
		color: #006799 !important;
	}

	/* Input fields and specific elements */
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	#profile-page .form-table textarea,
	#update-nag,
	.update-nag,
	#dashboard-widgets-wrap,
	.color-option:hover,
	.color-option.selected,
	#screen-options-wrap,
	#screen-meta-links .show-settings {
		color: #fff !important;
		background: #2b2b2b !important;
	}

	/* Boxes, lists, buttons, and specific elements */
	.postbox,
	.stuffbox,
	.community-events li:first-child,
	div#wpwrap,
	div#wpcontent,
	div#wpbody,
	div#wpbody-content,
	div.wrap,
	div#dashboard-widgets-wrap,
	ul#the-comment-list,
	.comment-item,
	.wp-core-ui .button,
	#display_name,
	.login form {
		color: #fff !important;
		background: #212121 !important;
	}

	/* Disabled buttons */
	.wp-core-ui .button[disabled] {
		color: #b6b6b6 !important;
		background: #434343 !important;
	}
}

Reviews

No reviews yet.