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.

@charset "UTF-8";
/* 231215_1055 - Editing User:Ineuw/vector.css - Wikisource, the free online library — Mozilla Firefox */

/* Hide popup of edit has been saved. OK as of 2019-03-25 */
.postedit {
	display: none;
}

/* OK as of 2019-03-25 */
#mw-panel {
	top: 0 !important;
}

#p-logo {
	display: none;}

#column-one {
	padding-top: 0;}

/* preview content box */
#wikiPreview.ontop {
  margin-right:50% !important;
}

.reference-text .__pbreak{
	line-height: 0.5em !important;
}

#ca-proofreadPageEditInSequenceLink{
	visibility: hidden !important;
}

/* Page namespace "read" view text and margins */
.pagetext {
	font-family:inherit !important;
	font-size:130% !important;
	line-height:140% !important;
	width: 80% !important;
	margin-left:10% !important;
	text-align:justify !important;
}

/* Page namespace "edit" text and margins in side by side display */
.mw-editform #wpTextbox1 {
	font-family:Hack !important;
	font-size:120% !important;
	line-height:140% !important;
	width: 88% !important;
	margin-left:6% !important;
	background-color: #F5F5F5 !important;
	max-height: none;
}

/* Page namespace "edit" header and footer is a copy of #wptextbox1 */
#wpHeaderTextbox, #wpFooterTextbox {
	font-family:Hack !important;
	font-size:120% !important;
	line-height:140% !important;
	width: 88% !important;
	margin-left:6% !important;
	background-color: #F5F5F5 !important;
}