Difference between revisions of "MediaWiki:Common.css"

From Ever changing code
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 14: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;
}