MediaWiki:Vector.css

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
Revision as of 17:34, 2 February 2023 by DansFriend (talk | contribs)

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.
/* All CSS here will be loaded for users of the Vector skin */

.vector-menu-portal h3 {
   font-family: 'Tico';
   text-transform: uppercase;
}

.mw-htmlform-field-HTMLLegacySkinVersionField {
  display: none;
}

.mw-logo-container {
    color: black;
}

.infobox, .topnav {
    border: 1px solid #a2a9b1;
    font-size: 0.85em;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    padding: 10px;
}

.infobox {
   margin-left: 15px;
   float: right;
}

.infobox th, .topnav th {
    font-size: 1.25em;
}

.client-dark-mode .infobox, .client-dark-mode .topnav {
    border: 1px solid #222222;
    background-color: #121212;
}

.client-dark-mode .mw-workspace-container.mw-footer-container {
    background-image: radial-gradient(rgba(0,0,0,0.5), #121212 70%), url(https://medievil.wiki/images/5/59/MediEvilWikiBackground.jpg);
    background-size: cover;
}