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="117726" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=117726" title="Special:Log">18:50, 9 August 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:Bounce.css" title="Template:Bounce.css">Template:Bounce.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:Bounce.css&amp;action=history&amp;offset=20250809185019" title="Template:Bounce.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="117726" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=117726" title="Special:Log">18:50, 9 August 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:Bounce.css" title="Template:Bounce.css">Template:Bounce.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:Bounce.css&amp;action=history&amp;offset=20250809185019" title="Template:Bounce.css">hist</a>)</span> </li> </ul></ul>

Template:Bounce.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 14:13, 15 July 2025 by Usernamesarecoal (talk | contribs) (Created page with ".norwegian-flag { position:relative; width:300px; height:200px; background-color:#FFFFFF; border:7px solid #00205B; margin:0.5em auto } .norwegian-flag::before { content:""; position:absolute; background:linear-gradient(90deg,white,white 25%,#00205B 25%,#00205B 75%,white 75%); width:30px; height:100%; left:90px; top:0; z-index: -4; Ensure it's behind the content: } .norwegian-flag::after { content:""; position:absolute; background:l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.norwegian-flag {
  position:relative;
  width:300px;
  height:200px;
  background-color:#FFFFFF;
  border:7px solid #00205B;
  margin:0.5em auto
}
.norwegian-flag::before {
  content:"";
  position:absolute;
  background:linear-gradient(90deg,white,white 25%,#00205B 25%,#00205B 75%,white 75%);
  width:30px;
  height:100%;
  left:90px;
  top:0;
  z-index: -4; /* Ensure it's behind the content */
}
.norwegian-flag::after {
  content:"";
  position:absolute;
  background:linear-gradient(white,white 25%,#00205B 25%,#00205B 75%,white 75%);
  height:30px;
  width:100%;
  top:60px;
  left:0;
  z-index: -4; /* Ensure it's behind the content */

}.textanimationNO {
  
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto; 
  letter-spacing: .05em; 
}

  .container {
    position: relative; /* This creates a new stacking context */
    z-index: 1; /* Ensure container is above the sunburst */
    margin: 2em; /* Optional: Add some margin around the container */
    overflow:hidden
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg); /* Start at 0 degrees */
    }
    100% {
      transform: rotate(360deg); /* End at 360 degrees */
    }
  }