The Gold Network: Soyworld | SNCApedia | SoyPlace


There seems to be a DoS vulnerability in SoyPlace. The site is back online, do note I had to roll back the map because it got corrupted. Faggot (talk) 14:23, 7 February 2026 (UTC)

Template:Bounce.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
OPShredder (talk | contribs)
OPShredder changed the content model of the page Template:Bounce.css from "wikitext" to "Sanitized CSS"
OPShredder (talk | contribs)
OPShredder changed the content model of the page Template:Bounce.css from "CSS" to "Sanitized CSS"
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 13:13, 9 February 2026

:root {  
  height:calc(2);
  width:250px;
}


body {
  background-color: black;
}

.ball {
  animation: toRight linear 6.8s infinite alternate, bounce linear 17s infinite alternate;
  position:fixed;
  z-index: 100;
}

.ball span span {
    white-space: nowrap; 
}

@keyframes bounce {
  0% {
    top: 0;
  }
  100% {
    top: calc(100vh);
  }
}

@keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: calc(100vw);
  }
}