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...")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Edit textarea font*/
/* Edit textarea font
mw-editfont-default {font-family: "Noto Sans", sans-serif}
mw-editfont-default {font-family: "Noto Sans", sans-serif}*/


/* Edit textarea */
/* Edit textarea */
#wpTextbox1 {
#wpTextbox1 {
    font-family: "Noto Sans", sans-serif;
     font-size: 1.5em;
     font-size: 1.5em;
}
}

Revision as of 15:06, 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-family: "Noto Sans", sans-serif;
    font-size: 1.5em;
}

/* Edit summary */
#wpSummary {
    font-size: 1.5em;
}