User contributions for Creatorless
More actions
Results for Creatorless talk block log uploads logs
A user with 2 edits. Account created on 7 February 2025.
6 May 2025
- 06:2306:23, 6 May 2025 diff hist +13,442 N User:Creatorless/common.css Created page with "→* * Advanced Blurple Dark Theme for Fandom.com * Created: May 6, 2025 * * This theme implements: * - Dark mode with blurple accents * - Custom scrollbars * - Animated transitions and hover effects * - Custom button styles * - Modernized article layout * - Custom header and footer design * - Typography enhancements * - Custom notification badges: →Root Variables: :root { --blurple-main: #5865F2; --blurple-light: #7289DA; --blurple-lighter: #9E..." current
7 February 2025
- 17:3417:34, 7 February 2025 diff hist +5,464 N User:Creatorless/common.js Created page with "document.addEventListener('DOMContentLoaded', function () { // === 1. Sticky Header on Scroll === const header = document.querySelector('header'); let lastScrollTop = 0; window.addEventListener('scroll', function () { let currentScroll = window.pageYOffset || document.documentElement.scrollTop; if (currentScroll > lastScrollTop) { header.classList.add('sticky'); } else { header.classList.remove('sticky');..." current