User talk:Londonjackbooks/common.css

From Wikisource
Jump to navigation Jump to search
@charset "UTF-8";
/* Hide unwanted old-toolbar buttons */
/* Don't think any of the following applies anymore if using WikiEditor */
/* I want it here for emergencies */
#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 1st = original, 2nd = modified but line-height becomes 25.6px or 1.6em*/
.pagetext { width: 500px; margin: 0 auto; color: black; text-align:justify; }

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