MediaWiki:Common.css

From Azyrah
Revision as of 13:04, 14 June 2022 by Azyrwiki (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 */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
#ca-talk { display: none !important; }
element.style {
}
@media screen and (min-width: 851px)
#mw-header-container {
    height: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #1f0e02;
    color: #f0d9a2;
    padding: 0.5em 0 0;
    min-height: 3.125em;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}