Main public logs
Appearance
Combined display of all available logs of Madness Descent (Roblox) Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:08, 15 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/common.js (Created page with "// This code should go into MediaWiki:Timeless.js on your wiki. // It ensures that jQuery is loaded before executing. $(function() { // Shorthand for $(document).ready() // 1. Add a specific class to the <body> tag if we are on the Main Page. // This helps in applying the main page-specific banner styles from the CSS. // The CSS I provided uses '.page-Main_Page #mainpage-banner-container'. // Most skins add 'page-Main_Page' automatically. This is a fallb...")
- 11:06, 15 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/common.css (Created page with "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: ~~~~~~ GLOBAL STYLES ~~~~~~~~: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: body { background-color: #1e2228; Dark background for the page: color: #c9d1d9; Light grey text: font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } a { color: #6cb6ff; Brighter blue for links: } a:hover { color: #...")
- 11:02, 15 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/timeless.css (Created page with "========================================================================== Fandom-Inspired Dark Theme for MediaWiki (.madness-theme) ==========================================================================: Apply if 'madness-theme' class is on the body: .madness-theme, .madness-theme body { background-color: #202225 !important; Overall very dark grey (Fandom-like): color: #e0e1e2 !important; Light grey/off-white text: f...")
- 10:43, 15 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/timeless.js (Created page with "========================================================================== Improved "Madness Theme" Styles for MediaWiki ==========================================================================: Apply these styles if the 'madness-theme' class is on the body or a main wrapper If 'madness-theme' IS your skin, you might not need to prefix with .madness-theme for every rule, but it helps ensure specificity if it's an added class.: .madness-theme, .m...")
- 13:40, 14 May 2025 Editingthingsforlife talk contribs created page MediaWiki:Common.js (Created page with "// Madness Descent Wiki – Custom JS for Vector-2022 skin // Place in MediaWiki:Common.js $(document).ready(function () { // Add theme class to body for easier CSS targeting document.body.classList.add('madness-theme'); // === Header Enhancements === const $heading = $('#firstHeading'); if ($heading.length) { $heading.css({ 'font-size': '3em', 'font-weight': 'bold', 'color': '#ff2c2c', 'text-s...")
- 13:33, 14 May 2025 Editingthingsforlife talk contribs created page MediaWiki:Common.css (Created page with "Background and general colors: body { background-color: #1c0f0a; color: #fefefe; font-family: 'Courier New', monospace; } Header title: #firstHeading { color: #ff2c2c; font-size: 3em; font-weight: bold; text-shadow: 0 0 8px #ff0000; text-align: center; margin-bottom: 20px; } Navigation styles: #mw-panel { background-color: #120a07; color: #fff; padding: 1em; border-right: 2px solid #ff4444; } #p-naviga...")
- 13:17, 14 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/vector-2022.css (Created page with "Eerie, uncanny theme for Miraheze/WikiOasis Vector-2022 skin: Global styles: body { background: linear-gradient(135deg, #1E2528, #2A3439); Muted, unsettling gradient: color: #D8E0E3; Off-white text for readability but slight unease: font-family: 'Roboto', sans-serif; Clean, sterile font: font-weight: 300; Light weight for a ghostly feel: font-size: 1.1em; opacity: 0.95; /* Slight transparency for an ethereal effect *...")
- 13:16, 14 May 2025 Editingthingsforlife talk contribs created page User:Editingthingsforlife/vector-2022.js (Created page with "public class WikiTheme { // Define theme properties for an eerie, uncanny aesthetic private static final String PRIMARY_COLOR = "#1E2528"; // Dark, muted teal-gray private static final String SECONDARY_COLOR = "#D8E0E3"; // Off-white, slightly unsettling private static final String ACCENT_COLOR = "#4A5B66"; // Cold, muted blue private static final String FONT_FAMILY = "'Roboto', sans-serif"; // Clean but slightly sterile private static final doubl...")