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: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
SomebodyRum (talk | contribs) No edit summary |
SomebodyRum (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Main Wrapper */ | ||
.tiktok-wrapper { | .tiktok-wrapper { | ||
margin: 1em auto; | |||
max-width: 650px; | |||
max-width: | text-align: center; | ||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | ||
} | } | ||
.tiktok- | /* The Roundy Clickable Banner */ | ||
.tiktok-banner { | |||
background: #000; | |||
background: | color: #fff; | ||
border-radius: 50px; /* Modern rounded corners */ | |||
padding: 10px 25px; | |||
display: inline-flex; | |||
align-items: center; | |||
/* | |||
justify-content: 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- | .tiktok-banner:active { | ||
transform: scale(0.98); /* Satisfying click animation */ | |||
} | } | ||
/* | /* Hide standard Wiki [Expand] text */ | ||
.tiktok- | .tiktok-banner .mw-collapsible-text { | ||
display: none !important; | |||
display: | |||
} | } | ||
.tk-banner-text { | |||
.tk- | |||
font-weight: bold; | font-weight: bold; | ||
white-space: nowrap; | |||
} | } | ||
.tk- | /* The "Music Button Next To It" */ | ||
.tk-music-btn { | |||
display: inline-flex; | |||
align-items: center; | align-items: center; | ||
gap: 5px; | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 0.9em; | 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; | overflow: hidden; | ||
border: 1px solid #333; | |||
box-shadow: 0 4px 15px rgba(0,0,0,0.5); | |||
} | } | ||
| Line 188: | Line 67: | ||
display: flex; | display: flex; | ||
overflow-x: auto; | overflow-x: auto; | ||
gap: | gap: 12px; | ||
padding: 15px | padding: 15px; | ||
background: #050505; | background: #050505; | ||
} | } | ||
.tiktok-swipe-feed a.image, | .tiktok-swipe-feed a.image, | ||
.tiktok-swipe-feed > div { | .tiktok-swipe-feed > div { | ||
flex: 0 0 | flex: 0 0 120px; | ||
height: | height: 180px; | ||
background: #1a1a1a; | background: #1a1a1a; | ||
border-radius: | border-radius: 8px; | ||
overflow: hidden; | overflow: hidden; | ||
display: flex; | display: flex; | ||
| Line 205: | Line 83: | ||
justify-content: center; | justify-content: center; | ||
border: 1px solid #222; | border: 1px solid #222; | ||
} | } | ||
| Line 216: | Line 93: | ||
.tk-audio { | .tk-audio { | ||
padding: 10px; | padding: 10px; | ||
background: # | background: #111; | ||
border-top: 1px solid #333; | |||
} | } | ||
Revision as of 08:33, 20 April 2026
/* 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;
}