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...")
 
 
(5 intermediate revisions by the same user not shown)
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}
 
/* Edit textarea */
#wpTextbox1 {
#wpTextbox1 {
     font-size: 1.5em;
     font-family: "Courier New", sans-serif;
}
 
/* Edit summary */
#wpSummary {
    font-size: 1.5em;
}
}

Latest revision as of 15:12, 1 September 2018

/* CSS placed here will be applied to all skins */

/* Edit textarea font */
#wpTextbox1 {
    font-family: "Courier New", sans-serif;
}