MediaWiki:Monobook.css

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.
/* edit this file to customize the monobook skin for the entire site */
#p-logo, #p-logo a, #p-logo a:hover {
height: 180px;
}

#p-navigation {
padding-top: 20px;
}

/* bypassing bug 2020 - from Yiddish Wikipedia */
ul {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
ol {
    margin-left: 2.4em;
    margin-right: 2.4em;
}