User:Zyephyrus/common.css

From Wikisource
Jump to navigation Jump to search
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";

/*  kill edit notice */
.mw-editnotice  { display: none  !important; }

/* kill edit notice and part of preview warning */
.mw-editnotice, div.previewnote p strong { display: none; }

/* Fix dimensions in Page namespace 1st = original, 2nd = modified but line-height becomes 25.6px or 1.6em*/
.pagetext { width: 450px; margin: 0 auto; color: black;}

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

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

/* Reset textarea element to return to first body element setting... 1em equals 12 pixels */
textarea {
	font-size: 1rem !important; 
	line-height: 1.0 !important; 
} 
/* This is where you takeover the reset above and customize as you wish */
/* Sometimes the  important  needs to be removed or applied above and.or here and.or some combination thereof */
 textarea#wpTextbox1, textarea#wpHeaderTextbox, textarea#wpFooterTextbox{ 
 	font-size: 1rem !important; 
	line-height: 1.0 !important; 
	color: black !important; 
}