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.

/* Documentation at [[w:User:BrandonXLF/GreenRedirects]] */

a.mw-redirect { 
  color:#006600 !important; /* Make redirects green */
}

.mw-editfont-sans-serif {
  font-size: large;
}

.mw-editfont-serif, .CodeMirror-lines {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
  line-height: normal;
}

/* Hide the help text on new pages */
/* TODO: should only apply this in Page: namespace */
.mw-newarticletext {
  display: none;
}

/* Hide the legend box on the watchlist */
.mw-changeslist-legend {
  display: none;
}


/* Make dhr visible */
.wst-dhr {
	background: rgba(255, 230, 255, .6);
	visibility: visible !important;
}

#wpTextbox1:disabled {
	color: #ffcccb;
}


.mw-special-Watchlist .mw-rcfilters-head, .mw-special-Watchlist .mw-first-heading {
	display: none;
}


/* Highlight use of smallrefs, or lack of such. */
.references { /* All refs. */
	border-left: 5px solid rgba(251, 198, 190, 1.0);
}
.wst-smallrefs .references { /* When wrapped in smallrefs. */
	border-left: 5px solid rgba(218, 247, 166, 1.0);
}

/* Hide the annoying OCR status/undo messages */
.ext-wikisource-TextBoxWidget {
	display: none !important;
}

/* Make the Jump to File dropdown look a little less yucky. */
.srcimglink {
	white-space: nowrap;
}

/* Make editing toolbar sticky. */
div.wikiEditor-ui div.wikiEditor-ui-top {
	position: sticky;
	top: 0;
	z-index: 999;
}

.prp-page-container {
	min-height: 80vh;
}

.prp-page-image-openseadragon-vertical {
	height: 100% !important;
}