Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

.poem p.lineReturn:empty {
	display: inline-block;
}
.open-block .mw-ui-icon-arrow:before {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
/*
 * To make redirects show up in italics on Special:Allpages.
 */
.allpagesredirect a, .redirect-in-category a, .watchlistredir a {
	font-style: italic !important;
	background-color: lime !important;
}
/* Hide popup "Your edit has been saved." */
.postedit {
	display: none;
}
/* hide waste of space editnotice thing */
#editnotice-area {
	display: none;
}
/* Hide unwanted language character sets in WikiEditor 
div[rel='latinextended'], div[rel='cyrillic'], div[rel='arabic'], div[rel='arabicextended'], div[rel='hebrew'], div[rel='bangla'], div[rel='tamil'], div[rel='telugu'], div[rel='sinhala'], div[rel='devanagari'], div[rel='gujarati'], div[rel='thai'], div[rel='lao'], div[rel='khmer'] {
	display: none !important;
}
*/
i[class*=' icon-'], i[class^=icon-], i[class*=' a-icon-'], i[class^=a-icon-] {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}