Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5.
@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: 548px; margin: 0 auto; color: black; text-align: justify;}

/* 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 16 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-family: "Courier New", Courier, monospace !important;
 	font-size: 1.1rem !important; 
	line-height: 1.0 !important; 
	color: black !important; 
}