MediaWiki:Common.css

From Lancer Tactics Wiki
Revision as of 04:45, 5 July 2026 by Olive (talk | contribs) (Dark header and footer)
(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.
/* CSS placed here will be applied to all skins */

body {
  background: #1a212b;

  #mw-header-container {
    background: #1a212b;

    #p-logo-text a {
      color: #8197b8;
    }

    #personal {
      h2 {
        background-image: url(/skins/Timeless/resources/images/user-glow.svg);
        background-size: 20px 20px;
        color: #E5B91A;
      }

      h2::after {
        background-image: url(/skins/Timeless/resources/images/arrow-down-glow.svg);
      }
    }
  }

  #mw-content-container {
    background: #36455C;
    
    // #mw-content {
    //   background: #36455C;
    // }
  }
}