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
Testing CSS code
Testing modified CSS code of Template:Spoiler/styles.css
Line 1: Line 1:
.template-colortext{
.spoiler {
  animation: colors 0.1s steps(1) infinite;
background: #00fe20;
}
color: black;
@keyframes colors {
padding: 0 1px;
  0% {
 
    color: #1E90FF; /* Bright blue */
cursor: help;
    text-shadow: 0 0 5px #339FFF, 0 0 10px #339FFF, 0 0 15px #1E90FF;
 
  }
  28.56% {
    color: #FF4500; /* Bright red */
    text-shadow: 0 0 5px #FF6347, 0 0 10px #FF6347, 0 0 15px #FF4500;
  }
}
}

Revision as of 04:42, 15 August 2026

.spoiler {
	background: #00fe20;
	color: black;
padding: 0 1px;

cursor: help;

}