New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:3DOneFace/styles.css

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
.onef-scene {
  display: inline-block;
}

.onef-cube {
  display: inline-block;
  position: relative;
}

.onef-center {
  display: inline-block;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.onef-low    .onef-center { animation-name: onef-spin-low; }
.onef-normal .onef-center { animation-name: onef-spin-normal; }
.onef-high   .onef-center { animation-name: onef-spin-high; }

@keyframes onef-spin-low {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes onef-spin-normal {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes onef-spin-high {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.onef-scene:hover .onef-center {
  animation-play-state: paused;
}

.onef-nohover:hover .onef-center {
  animation-play-state: running;
}

@media (prefers-reduced-motion: reduce) {
  .onef-center {
    animation: none;
  }
}