MediaWiki:Timeless.css

From Wayfarer Guild Wiki
Revision as of 09:28, 29 January 2026 by ScrapBlox (talk | contribs) (Created page with "All CSS here will be loaded for users of the Timeless skin: :root { --main-waffle: #1e1e1e; --waffle-accent: #c5a059; } .sidebar-chunk { background: var(--main-waffle) !important; border-radius: 12px; border: 2px solid var(--waffle-accent) !important; } .sidebar-chunk h3 { color: white; font-weight: 800 !important; border-bottom: 3px solid var(--waffle-accent) !important; } #mw-content-container { background: url(https://wayfar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
:root {
    --main-waffle: #1e1e1e;
    --waffle-accent: #c5a059;
}

.sidebar-chunk {
    background: var(--main-waffle) !important;
    border-radius: 12px;
    border: 2px solid var(--waffle-accent) !important;
}

.sidebar-chunk h3 {
    color: white;
    font-weight: 800 !important;
    border-bottom: 3px solid var(--waffle-accent) !important;
}

#mw-content-container {
    background: url(https://wayfarerguild.com/images/header.png) center gray !important;
}

#mw-content {
    background: var(--main-waffle) !important;
    color: white;
    border: solid var(--waffle-accent);
}

#mw-header-container {
    background: var(--main-waffle);
    border-bottom: 5px solid var(--waffle-accent);
}

.color-bar {
    display: none;
}

.mw-footer-container {
    background: var(--main-waffle);
    border-top: 5px solid var(--waffle-accent);
}

#mw-content-container {
    border: none;
}

.mw-body h1.firstHeading {
    border-bottom: solid 4px var(--waffle-accent);
}

#personal .dropdown {
	background: #222!important;
	border: solid #000;
    color:white;
}

#personal {
    color: white;
}

.oo-ui-icon-bell, .mw-ui-icon-bell:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20fill='white'%20width=%2220%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%3E%3Ctitle%3E%20bell%20%3C/title%3E%3Cpath%20d=%22M16%207a5.38%205.38%200%200%200-4.46-4.85C11.6%201.46%2011.53%200%2010%200S8.4%201.46%208.46%202.15A5.38%205.38%200%200%200%204%207v6l-2%202v1h16v-1l-2-2zm-6%2013a3%203%200%200%200%203-3H7a3%203%200%200%200%203%203%22/%3E%3C/svg%3E");
}

.oo-ui-icon-tray, .mw-ui-icon-tray:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2220%22%20fill=%22white%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%3E%3Ctitle%3E%20tray%20%3C/title%3E%3Cpath%20d=%22M3%201a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V3a2%202%200%200%200-2-2zm14%2012h-4l-1%202H8l-1-2H3V3h14z%22/%3E%3C/svg%3E");
}

@media (max-width: 450px) {
    .mw-wiki-title {
        display: none !important;
    }
}