Jump to content

User:Thundercraft5/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#bodyContent {
	font-size: 16px !important;
}

/* Remove very ugly and annoying "new contributor" features and other unwanted items */
#siteNotice + .mw-indicators,
.mw-ge-help-panel-widget-overlay,
.mw-userconfigpublic, .editpage-head-copywarn, #editpage-copywarn,
.previewnote, .posteditwindowhelplinks, .mw-userconfigdangerous {
	display: none !important;
}

/* Remove help link on PP limit report */
.mw-limitReportExplanation > p {
	visibility: hidden;
	position: relative;
}

.mw-limitReportExplanation > p::before {
	content: "Parser profiling data:";
	visibility: visible;
	position: absolute;
}