Jump to content

User:FDMS4/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* interface removals */

#pt-uls,

#pt-betafeatures,
#pt-logout,

#mw-indicator-mw-helplink,

#siteSub,

#n-mainpage-description,
#n-sitesupport,

#t-specialpages,
#feedlinks,

#filetoc,

#wpSummaryLabel .oo-ui-fieldLayout-header,
#editpage-copywarn,

.wb-otherproject-species,
.wb-otherproject-wikibooks,
.wb-otherproject-wikinews,
.wb-otherproject-wikiversity,
.wb-otherproject-wiktionary,

.mw-changeslist-legend,

.ve-ui-mwSaveDialog-summaryLabel,
.ve-ui-mwSaveDialog-license,

.previewnote

	{display: none;}



/* other */

#p-cactions-label {width: 18px;}
#p-cactions-label span {font-size: 0px; line-height: 44px;}

.mw-editsection,
.mw-editsection-like {
	float: right;
	line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
	margin-top: 0.5em;
	line-height: 1em;
}

.mw-special-Watchlist .mw-rollback-link {
	display: none;
}

html, body {
	font-family: sans-serif;
}
div#content {
	color: black;
}
div#content h1,
div#content h2,
div#content #firstHeading,
div#content .mw-editsection {
	font-family: inherit;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	line-height: inherit;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
}
div#content #firstHeading {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
	padding: 0;
}
div#content h1 {
	font-size: 188%;
	margin-bottom: 0.6em;
}
div#content h2 {
	font-size: 150%;
	margin-bottom: 0.6em;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-size: 116%;
}
div#content h5 {
	font-size: 108%;
}
div#content h6 {
	font-size: 100%;
}
.mw-body-content,
#bodyContent {
	/* font-size: 0.8125em; */
	line-height: 1.5em;
}

.mw-body a.new:link {color:black !important;}
.mw-body a.new:visited {color:black !important;}