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.
body { font-family: DejaVu Sans; }/* Let DejaVu Sans cascade down the body
a) it is a very sexy font
b) it is almost monospace, which is nice
c) it has excellent unicode support */

textarea, input[type="text"] {
    font-family: DejaVu Sans Mono;
    font-size: small;
}/* Use a real monospace font for textareas and text inputs */

#siteNoticeBig { display: none; } /* hide the big sitenotice */
#siteNoticeSmall { display: none; } /* hide the collapsed sitenotice */
#centralNotice{ display:none; } /* hide the centralnotice */

#editpage-specialchars { display: none; } /* hide the charinsert stuff */
#specialchars { display: none; } /* hide the other charinsert stuff */
#mw-editTools { display: none; } /* hide edit tools and other such nonsense */
#editpage-copywarn { display: none; } /* hide the copyright notice below edit form */
#editpage-copywarn2 { display: none; } /* hide more copyright nonsense */
#editpage-copywarn3 { display: none; } /* omg, how much of this can there be?! */
.mw-tos-summary { display: none; } /* more screencruft */

#p-Regions { display: none; }/* en.wikinews.org has an extra sidebar section */
#toolbar { display: none; } /* to avoid setting prefs on 750 wikis */
#p-coll-print_export { display: none; }/* nobody cares */

pre {
    overflow: auto; /* allow pre to scroll horizontally if needed */
    font-family: DejaVu Sans Mono; /* use monospace for pre */
}

#feedlinks { display:none; } /* hide the RSS/ATOM feed links */

div.mw-geshi { /* The styling you know and love */
  background-color:#F9F9F9;
  line-height:1.1em;
  padding: 1em; 
/*  margin:1em 0; */
  border:1px dashed #2F6FAB;
}

#pt-optin-try { display: none; } /* Don't show the try beta link */
#pt-prefswitch-link-on { display:none; }
#pt-prefswitch-link-anon { display:none; }