Difference between revisions 5245654 and 5245715 on enwikisource

@charset "UTF-8";

/* GO3 implementation */
textarea {
	font-size: 1rem !important;
	line-height: 1.0 !important;
}

/* Hide unwanted old-toolbar buttons */
/* Don't think any of the following applies anymore if using WikiEditor */
#mw-editbutton-link { display: none !important; }
#mw-editbutton-extlink { display: none !important; }
#mw-editbutton-image { display: none !important; }
#mw-editbutton-media { display: none !important; }
#mw-editbutton-math { display: none !important; }
#mw-editbutton-headline { display: none !important; }
#mw-editbutton-hr { display: none !important; }
/* #mw-editbutton-signature { display: none !important; } */

/* Fix dimensions in Page namespace */
/* .pagetext { width: 500px; margin: 0 auto; }

textarea#wpTextbox1, textarea#wpHeaderTextbox, textarea#wpFooterTextbox {
	line-height: 1.0 !important;
	font-family: "Courier New", monospace !important;
	color:#000 !important;
	font-size: 1rem !important;
} */

/* Hide popup of  Your edit has been saved */
.postedit {
	display: none !important;
}

/* recover top-left logo space */
#p-logo {
	position: static !important;
	display: none !important;
	height: 0px !important;
	top: 0px !important;
}
div#mw-panel {
	top: 0px !important;
}