MediaWiki:Common.css

From campisano.org
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 */

/* remove first heading on all pages */
//div#content.mw-body h1#firstHeading.firstHeading { display: none; }

/* remove discussion tab on all pages */
li#ca-talk { display:none!important; }

/* improve preformatted box */
pre {
    overflow-x: auto;
    overflow-y: none;
    white-space: pre; 
    white-space: -moz-pre; 
    white-space: -pre; 
    white-space: -o-pre;
    width:95%;
    font-size:12px;
    font-style:normal;
    font-family:"Dejavu Sans Mono", monospace;
    font-weight:normal;
}

/* setup font */

.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
    font-family: 'Dejavu Serif', sans-serif;
}