Skip to content

Dark Toyhouse by vaseramin777

Details

Authorvaseramin777

LicenseNONE

Categorysasas

Created

Updated

Code size3.3 kB

Code checksumb5f5ed8c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just a really quick darker style of Toyhouse I made. Light themes kill my eyes. Thought I'd share this. ason my profile if there's anything that needs fixing~

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Toyhouse
@namespace    USO Archive
@author       Dan Allen
@description  Just a really quick darker style of Toyhouse I made. Light themes kill my eyes. Thought I'd share this. Comment on my profile if there's anything that needs fixing~
@version      20161226.14.11
@license      NONE
@preprocessor uso
@advanced color highlight "Highlight Color" #FFA500
==/UserStyle== */
@-moz-document url-prefix(http: //toyhou.se/) {
/*
COLORS

Change the two first classes to change highlight color

The third set of classes is all of the white text, change if the text is too bright, or if a certain color is easier to read for you
*/
label a i, small a, #footer a, p a, .forum-thread-title a, .breadcrumbs a, .forums-title a, .forums-last-update a, .forum-threads-title a
{

	color: /*[[highlight]]*/;
}

li.header, .current a, .button:hover, .button:active, .forum-thread-caption .label, .magnific-gallery .text-center span, .character-stat-value .label, .button
{

	background-color: /*[[highlight]]*/
	!important;
}

.character-stat-value, .datetime, .character-text, .character-text-title, .character-recent-images-title, .display-user-tiny a, .display-user a, .character-stat-value a, p, label, small, .columns, .secondary, .breadcrumbs .current a, .forums-table-cell, table td, .bulletin-post, .label a, li, .inbox-header th, .inbox-title a, .side-nav a, .top-bar a, .side-nav .header a
{
	color: white !important;
}

body, .columns, .panel, #main, #sidebar
{
	background-color: #444;
	outline: none;
	border: none;
}

#container
{
	background-color: #333;
	width: 1400px;
	padding: 0px 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 45px black;
}

@media(max-width: 1400px)
{
	#container
	{
		width: 100%;
	}

	.thumb-caption .primary
	{
		font-size: 19px;
	}
}

h1 a
{
	font-size: 10px;
}

h1
{
	font-size: 23px;
	color: white;
}

.side-nav .display-user
{
	font-weight: bold;
}

/*Color fixes*/
.forums-table-row, .forums-table-cell, .forum-threads-row, .inbox-row
{
	background-color: #444 !important;
}

.button
{
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

.forum-threads table, table
{
	background-color: #444;
	border: none;
}

.breadcrumbs
{
	background-color: #333;
	border: none;
	border-radius: 0px;
}

.breadcrumbs .current a
{
	background-color: #333 !important;
}

.profile-content h2
{
	font-size: 32px;
	color: white;
	font-weight: bold;
}

.label
{
	font-size: 15px;
}

.primary
{
	font-size: 30px;
	display: block;
	background-color: #444;
	font-weight: bold;
}

.th
{
	border: none;
	padding: 5px;
	box-shadow: none !important;
}

.thumb-character
{
	padding: 20px !important;
}

.character-stats
{
	background-color: #333;
	border: none;
}

.character-text-title, .character-recent-images-title
{
	background-color: #333;
	border: none;
}

.secondary
{
	background-color: #333 !important;
}

.header
{
	position: relative;
	right: 10px;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px !important;
}

.display-user-tiny a
{
	font-size: 30px;
	font-weight: bold;
}

.character-stat-value .display-user-tiny a
{
	font-size: 15px;
}

.active a
{
	color: black !important;
}

.forum-posts
{
	border-top: 1px solid white;
	padding: 10px;
}


}

Reviews

No reviews yet.