Main public logs
Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:42, 2 October 2025 MemoryBones talk contribs created page Template:True Cube (Created page with "{{#css: .scene { width: 200px; height: 200px; perspective: 600px; margin: 100px; } .cube { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: rotatey 5s linear infinite; } .cube-face { position: absolute; width: 200px; height: 200px; } .face-front { transform: rotateY( 0deg) translateZ(100px); background-color: rgba(0, 0, 0, 0); } .face-right { transform: rotateY( 90deg) translateZ(100px); background-color: rgba(0, 0, 0, 0); } .f...")