/* ==UserStyle==
@name           voynich.ninja
@namespace      typpi.online
@version        1.0.2
@description    Description
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@downloadURL https://update.greasyfork.org/scripts/566911/voynichninja.user.css
@updateURL https://update.greasyfork.org/scripts/566911/voynichninja.meta.css
==/UserStyle== */
@-moz-document domain("voynich.ninja")
{
	/* Invert colors except images and videos */
	html,
	img,
	svg,
	video,
	iframe,
	.tcat,
	#panel .upper,
	#search input.button,
	#search input.textbox,
	#logo > div > a,
	.thead,
	#header ul.menu li a,
	#content > div > div:nth-child(13) > a
	{
		filter: invert(1) hue-rotate(180deg) !important;
	}

	.thead
	{
		background: #000 !important;
	}

	#header ul.menu li a,
	tbody > tr:nth-child(n) > td:nth-child(3) > div > span
	{
		color: #D6A5FF !important;
	}

	tbody > tr:nth-child(n) > td:nth-child(3) > div > span > *
	{
		color: #51947F !important;
	}

	#content > div > table.tborder.clear > tbody > tr:nth-child(n) > td:nth-child(n) > div > div > a
	{
		color: #CD8484 !important;
	}

	#content > div > table.tborder.clear > tbody > tr:nth-child(n) > td:nth-child(3) > div:nth-child(2) > span > span.smalltext > a:nth-child(n),
	#content > div > table.tborder.clear > tbody > tr:nth-child(n) > td:nth-child(3) > div > span > span.smalltext > a:nth-child(n)
	{
		color: #614A60 !important;
	}

	#cat_27_e > tr:nth-child(n+2) > td:nth-child(2) > span
	{
		color: #8D00E552 !important;
	}

	#content > div > table.tborder.clear > tbody > tr:nth-child(n) > td:nth-child(4) > a
	{
		color: #637013;
	}

	#content > div > table.tborder.clear > tbody > tr:nth-child(n) > td:nth-child(5)
	{
		color: #389A4A !important;
	}

	#panel > div.lower > div > ul.menu.user_links > li:nth-child(4)
	{
		color: #F0C !important;
	}

	#panel > div.upper > div > span > strong > a
	{
		color: #34E0CD !important;
	}
}