MediaWiki:Timeless.css

From Solstice
Revision as of 19:51, 25 May 2026 by Convixen (talk | contribs) (Created page with "All CSS here will be loaded for users of the Timeless skin: bg image: body { background-image: url("https://solsticewiki.com/index.php/File:Wikibg1.png"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } article box: #mw-content-container { background-color: #38a48c; } header bar thing at top of screen: #mw-header-container { background-color: #571c56; }...")
(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 */

/* bg image */
body {
    background-image: url("https://solsticewiki.com/index.php/File:Wikibg1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* article box */
#mw-content-container {
    background-color: #38a48c;
}

/* header bar thing at top of screen */
#mw-header-container {
    background-color: #571c56;
}

/* sidebar box panels */
#mw-sidebars .mw-portlet {
    background-color: #f8d092;
    border: 1px solid #159097;
}