The Gold Network: Soyworld | SNCApedia | SoyPlace

Template:Spoiler/styles.css

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
span.spoiler {
	background: black;
	color: black;
padding: 0 1px;

cursor: help;

}

span.spoiler:hover,
span.spoiler:focus
{
	color: white;
}

span.kolyma-spoiler{
filter: blur(4px);

cursor: help;

}
span.kolyma-spoiler:hover,
span.kolyma-spoiler:focus
{
	filter: blur(0px);
	transition: 0.5s;
}