Actions

MediaWiki

MediaWiki:Common.css

Revision as of 07:59, 14 March 2024 by CiviHost (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.
#navwrapper {
  position: sticky;
  top: 0;
   z-index: 1000; 
}

#toc {
    float: left;
    width: 30%; 
}

#mw-content-text .mw-parser-output > p, #mw-content-text .mw-parser-output > h2, #mw-content-text .mw-parser-output > h1 {
    float: right;
    width: 70%;
}