CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

User:Glowingschizo/Sandbox/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
m testing to see if text shadow works
that's better
Line 1: Line 1:
span.spoiler {
span.spoiler {
background: white;
background: black;
color: white;
color: black;
padding: 0 1px;
padding: 0 1px;


Line 11: Line 11:
span.spoiler:focus
span.spoiler:focus
{
{
color: black;
color: white;
text-shadow: 0 0 5px #4DF24D, 0 0 10px #4DF24D, 0 0 15px #32CD32
text-shadow: 0 0 5px #4DF24D, 0 0 10px #4DF24D, 0 0 15px #32CD32
}
}

Revision as of 06:52, 15 August 2026

span.spoiler {
	background: black;
	color: black;
padding: 0 1px;

cursor: help;

}

span.spoiler:hover,
span.spoiler:focus
{
	color: white;
	text-shadow: 0 0 5px #4DF24D, 0 0 10px #4DF24D, 0 0 15px #32CD32
}