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
 
(One intermediate revision by the same user not shown)
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,

Latest revision as of 12:32, 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;
}