MediaWiki:Vector.css: Difference between revisions

From Empowering Wisdom
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; }")
 
No edit summary
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,

Revision as of 12:31, 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;
}