MediaWiki:Common.css

From The Industrial World Rebirth
Revision as of 07:25, 7 January 2023 by Doloren (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

pre, code, .mw-code {
    background-color: #1e1e1e;
    color: #e4e1dc;
    border: 1px solid #575757;
}

h1, h2, h3, h4, h5, h6 {
    color: #82ccfd;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    overflow: hidden;
}
.mw-body, .parsoid-body {
    background-color: #1e1e1e;
    color: #d6d4d2;
    direction: ltr;
    padding: 1em;
}

body {
    background-color: #323232;
    overflow-y: scroll;
}

#mw-page-base {
    background-color: #3b3b3b;
    background-image: linear-gradient(to bottom,#323232 50%,#323232 100%);
    background-position: bottom left;
    height: 5em;
}