Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →Edit textarea font: mw-editfont-default {font-family: "Noto Sans", sans-serif} →Edit textarea: #wpTextbox1 { f...") |
(No difference)
|
Revision as of 13:57, 1 September 2018
/* CSS placed here will be applied to all skins */
/* Edit textarea font*/
mw-editfont-default {font-family: "Noto Sans", sans-serif}
/* Edit textarea */
#wpTextbox1 {
font-size: 1.5em;
}
/* Edit summary */
#wpSummary {
font-size: 1.5em;
}