MediaWiki:Minerva.css

MediaWiki interface page
Revision as of 21:59, 15 March 2022 by Timothy (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 MinervaNeue skin */
body {
    background-color: #00151b;
    background-image: radial-gradient(#00203c,black 100%);
}

#mw-mf-viewport {
    background-color: #00151b;
    background-image: radial-gradient(#00203c,black 100%);
}


body::after {
    background: repeating-linear-gradient(0deg,rgba(0,128,255,0),rgba(0,128,255,0.1) 4px,rgba(0,128,255,0.1) 4px,rgba(0,128,255,0) 7px);
}

.mw-body {
    background-color: #007ad0;
    background-image: radial-gradient(#02131fd9,#000 200%);
    border: 1px solid #00c5ffa3;
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);
}