You may also check out our sister site SoyPlace.


As you might already know, archive.today (also known as archive.is, archive.ph and a variety of other mirror domains) is being investigated by the FBI and might be taken down soon. Please rearchive any archive.today link you find on SNCApedia on Megalodon.jp, then add said Megalodon.jp links to the articles. Faggot (talk) 23:14, 6 November 2025 (UTC)


The site might go down sometimes, Gold is doing some stuff. Faggot (talk) 21:59, 9 December 2025 (UTC)

Template:GBTCF/Bounce.css

From SNCApedia, the shit nobody cares about encyclopedia
Revision as of 13:08, 1 September 2025 by Dobkun (talk | contribs) (Dobkun moved page Template:Bounce.css to Template:GBTCF/Bounce.css without leaving a redirect)
Jump to navigationJump to search
: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 - 200px);
  }
}

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