Difference between revisions of "MediaWiki:Vector.css"

From Pick a Picture
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-editfont-monospace, .mw-editfont-sans-serif, .mw-editfont-serif { font-size: 23px; !important; }")
 
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Bring the text to 14px */
.mw-content-text {
  font-size: 1.0em;
}
.mw-editfont-monospace,
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-sans-serif,

Latest revision as of 11:30, 24 October 2021

/* All CSS here will be loaded for users of the Vector skin */
/* Bring the text to 14px */
.mw-content-text {
  font-size: 1.0em;
}

.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
	font-size: 23px; !important;
}