MediaWiki:Common.css

From Deadlock Wiki
Revision as of 22:23, 25 August 2024 by Cronos (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 */
.ability-icon {
     filter: invert(100%);
     opacity: 0.7;
}

.navbox-title .navbar {
    float: left;
    text-align: left;
    margin-right: 0.5em;
}

.navbox .navbar {
    display: block;
    font-size: 100%;
}

.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}

.navbar.mini li abbr[title] {
    font-variant: small-caps;
    border-bottom: none;
    text-decoration: none;
    cursor: inherit;
}

.mw-body-content .navbar ul {
    line-height: inherit;
}

.navbar ul {
    display: inline-block;
    white-space: nowrap;
}

.hlist dl, .hlist ol, .hlist ul {
    margin: 0;
    padding: 0;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
}

.mainpage-header .header-intro h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

.page-Deadlock_Wiki .mw-parser-output {
    max-width: 75em;
    margin: 0 auto;
}