MediaWiki:Common.css

From Parallel Library Services
Revision as of 17:22, 21 September 2021 by Simon (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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.
@font-face {
font-family: "ED";
src: url("fonts/ED_Regular.ttf") format("opentype");
font-weight:  400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
}
 
h1, h2, h3, h4 {
font-family: ED, Arial, sans-serif;
}

body, .mw-body, #mw-head, #mw-panel {
    font-family: Arial, sans-serif;
    background-color: white;
    color: black;
}

/* We don't use these pages now */
#footer-places-privacy, #footer-places-disclaimer { display: none; }
/* Ensure Code Borders (even with GeSHI) */
pre {
border: 1px dashed #2F6FAB !important;
padding: 10px !important;
}
/* Shift everything up */
#mw-head-base { height: 3.5em; }
#left-navigation { top: 1em; }
#right-navigation { top: 1em; margin-top: 1em;}
#p-personal { margin-left: 0; right: 1em; }