User:Ineuw/vector.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
@charset "UTF-8";
/* # 2022-07-15 14:27 - Editing User:Ineuw/vector.css - Wikimedia Commons — Mozilla Firefox */

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

div#mw-panel {
	top: 0 !important;
}

/* Resets text area font element to return to base element setting... 1em equals 16 pixels */
textarea {
	font-size: 1rem !important;
}

textarea#wpHeaderTextbox, textarea#wpFooterTextbox { 
  	font-size: 1rem !important;
	color: black !important; 
	background-color:#E1E1E1 !important;
}