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.

This page is "edit" protected. The "autoconfirmed" right is required to "edit" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="133279" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=133279" title="Special:Log">07:04, 11 October 2025</a> <a href="/User:Cobblestone" class="mw-userlink" title="User:Cobblestone"><bdi>Cobblestone</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/User_talk:Cobblestone" class="mw-usertoollinks-talk" title="User talk:Cobblestone">talk</a></span> <span><a href="/Special:Contributions/Cobblestone" class="mw-usertoollinks-contribs" title="Special:Contributions/Cobblestone">contribs</a></span></span> protected <a href="/Template:OMGSISA/styles.css" title="Template:OMGSISA/styles.css">Template:OMGSISA/styles.css</a> [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) <span class="comment">(Template)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Template:OMGSISA/styles.css&amp;action=history&amp;offset=20251011070432" title="Template:OMGSISA/styles.css">hist</a>)</span> </li> </ul></ul>
This page is "move" protected. The "autoconfirmed" right is required to "move" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="133279" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=133279" title="Special:Log">07:04, 11 October 2025</a> <a href="/User:Cobblestone" class="mw-userlink" title="User:Cobblestone"><bdi>Cobblestone</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/User_talk:Cobblestone" class="mw-usertoollinks-talk" title="User talk:Cobblestone">talk</a></span> <span><a href="/Special:Contributions/Cobblestone" class="mw-usertoollinks-contribs" title="Special:Contributions/Cobblestone">contribs</a></span></span> protected <a href="/Template:OMGSISA/styles.css" title="Template:OMGSISA/styles.css">Template:OMGSISA/styles.css</a> [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) <span class="comment">(Template)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Template:OMGSISA/styles.css&amp;action=history&amp;offset=20251011070432" title="Template:OMGSISA/styles.css">hist</a>)</span> </li> </ul></ul>

Template:OMGSISA/styles.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 07:04, 11 October 2025 by Cobblestone (talk | contribs) (Protected "Template:OMGSISA/styles.css": Template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
Jump to navigationJump to search
.heart {
  background: pink;
  width: 100%;
  height: 100vh;
  background-size: 100px 100px;
  background-repeat: repeat;
  background-image: 
    radial-gradient(circle at 37% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
    radial-gradient(circle at 63% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
    linear-gradient(to top left, pink 37%, rgba(255, 255, 255, 0) 37%),
    linear-gradient(to top right, pink 37%, rgba(255, 255, 255, 0) 37%),
    radial-gradient(circle at 50% 58%, red 30%, rgba(255, 255, 255, 0) 30%);
  animation: heartAnim 10s infinite linear;
}

@keyframes heartAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}