MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →Bring the text to 14px: .mw-content-text { font-size: 0.875em; }") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Bring the text to 14px */ | /* Bring the text to 14px */ | ||
.mw-content-text { | .mw-content-text { | ||
font-size: | font-size: 1.0em; | ||
} | |||
.mw-editfont-monospace, | |||
.mw-editfont-sans-serif, | |||
.mw-editfont-serif { | |||
font-size: 23px; !important; | |||
} | } | ||
Latest revision as of 04:56, 24 December 2020
/* CSS placed here will affect 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;
}