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
Please do not be surprised when the site randomly loads extremely slow. It is probably being DDoSed.
I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)
Template:Tiktok/styles.css
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
/* Main Wrapper */
.tiktok-wrapper {
margin: 1em auto;
max-width: 650px;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
/* The Roundy Clickable Banner */
.tiktok-banner {
background: #000;
color: #fff;
border-radius: 50px; /* Modern rounded corners */
padding: 10px 25px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
cursor: pointer;
user-select: none;
/* TikTok glitch effect on the rounded border */
box-shadow: -3px -3px 0 #00f7ef, 3px 3px 0 #ff004f;
transition: transform 0.1s ease;
font-size: 1.1em;
}
.tiktok-banner:active {
transform: scale(0.98); /* Satisfying click animation */
}
/* Hide standard Wiki [Expand] text */
.tiktok-banner .mw-collapsible-text {
display: none !important;
}
.tk-banner-text {
font-weight: bold;
white-space: nowrap;
}
/* The "Music Button Next To It" */
.tk-music-btn {
display: inline-flex;
align-items: center;
gap: 5px;
font-weight: bold;
font-size: 0.9em;
color: #fff;
background: #222;
padding: 5px 12px;
border-radius: 20px;
margin-left: 5px;
}
/* Easter Egg Container */
.tiktok-easter-egg {
margin-top: 20px;
background: #000;
border-radius: 15px;
overflow: hidden;
border: 1px solid #333;
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
/* Horizontal Swipe Feed (The Easter Egg) */
.tiktok-swipe-feed {
display: flex;
overflow-x: auto;
gap: 12px;
padding: 15px;
background: #050505;
}
.tiktok-swipe-feed a.image,
.tiktok-swipe-feed > div {
flex: 0 0 120px;
height: 180px;
background: #1a1a1a;
border-radius: 8px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #222;
}
.tiktok-swipe-feed img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tk-audio {
padding: 10px;
background: #111;
border-top: 1px solid #333;
}