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
Never mind, I fixed the error
Tag: Manual revert
m Replaced shadow
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
.template-colortext{
span.spoiler {
  animation: colors 1s steps(1) infinite;
background: black;
color: black;
padding: 0 1px;
 
cursor: help;
 
}
}
@keyframes colors {
 
  0% {
span.spoiler:hover,
    color: #1E90FF; /* Bright blue */
span.spoiler:focus
    text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF;
{
  }
color: white;
  14.28% {
text-shadow: 0px 0px 40px #00fe20, 0px 0px 2px #00fe20
    color: #00FFFF; /* Aqua */
    text-shadow: 0 0 5px #00DDDD, 0 0 10px #00DDDD, 0 0 15px #00FFFF;
  }
  28.56% {
    color: #FF4500; /* Bright red */
    text-shadow: 0 0 5px #FF6347, 0 0 10px #FF6347, 0 0 15px #FF4500;
  }
  42.84% {
    color: #32CD32; /* Bright lime green */
    text-shadow: 0 0 5px #4DF24D, 0 0 10px #4DF24D, 0 0 15px #32CD32;
  }
  57.12% {
    color: #FF69B4; /* Bright pink */
    text-shadow: 0 0 5px #FF85C0, 0 0 10px #FF85C0, 0 0 15px #FF69B4;
  }
  71.40% {
    color: #8A2BE2; /* Electric Purple (replaces black) */
    text-shadow: 0 0 5px #A855FF, 0 0 10px #A855FF, 0 0 15px #8A2BE2;
  }
  85.68% {
    color: #DA70D6; /* Bright magenta */
    text-shadow: 0 0 5px #EE82EE, 0 0 10px #EE82EE, 0 0 15px #DA70D6;
  }
  100% {
    color: #1E90FF; /* Back to Bright blue */
    text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF;
  }
}
}

Latest revision as of 23:45, 15 August 2026

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

cursor: help;

}

span.spoiler:hover,
span.spoiler:focus
{
	color: white;
	text-shadow: 0px 0px 40px #00fe20, 0px 0px 2px #00fe20
}