MediaWiki:Common.css

From The Industrial World Rebirth
Revision as of 07:32, 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;
}
a:visited {
    color: #44a692;
}
a {
    text-decoration: none;
    color: #4acfb1;
    background: none;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #d59d85;
}

.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #4acfb1;
}

.mw-footer li {
    color: #57963d;
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.75em;
}
.vector-menu-portal .vector-menu-content li a:visited {
    color: #4acfb1;
}
.vector-menu-portal .vector-menu-content li a {
    color: #bfdfa0;
}
.vector-menu-portal .vector-menu-heading {
    display: block;
    color: #84d9ff;
    margin: 0.5em 0 0 0.66666667em;
    border: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    font-weight: normal;
    cursor: default;
}