MediaWiki:Vector.css: Difference between revisions

From Empowering Wisdom
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
   font-size: 1.0em;
   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;
}