Jump to content

MediaWiki:Common.css

From Impact Evaluation Foundation
Revision as of 08:18, 19 December 2024 by IEFAdmin (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body {
    background-color: #E6E6DD;
}
#p-logo {
    display: block !important;
    background-image: url("/mediawiki/images/120px-LightModeLogo.png") !important;
    background-size: contain;
    height: 135px; /* Adjust to fit */
    width: 135px; /* Adjust to fit */
}

.mw.logo {
    position: absolute;
    top: 20px;
}

.mw-logo img {
    height: 120px;
    width: 120px;
}

.mw-logo-container {
    display: none;
}