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:Extralargebbc/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
* {
* {
  animation: colorChange 1s infinite alternate;
background: url(https://soyjakwiki.org/images/e/e4/Spade_pattern.png) #dddddd;
}
background-size: 4rem;
 
background-blend-mode: lighten;
@keyframes colorChange {
 
  25% {
    background-color: red;
    color: blue;
  }
  50% {
    background-color: yellow;
    color: green;
  }
  75% {
    background-color: green;
    color: yellow;
  }
  100% {
    background-color: blue;
    color: red;
  }
}
}

Revision as of 19:00, 19 August 2026

* {
	background: url(https://soyjakwiki.org/images/e/e4/Spade_pattern.png) #dddddd;
	background-size: 4rem;
	background-blend-mode: lighten;
}