Difference between revisions of "MediaWiki:Common.css"

From Ever changing code
Jump to navigation Jump to search
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
mw-editfont-default {font-family: "Noto Sans", sans-serif}*/


/* Edit textarea */
/* Edit textarea */

Revision as of 15:09, 1 September 2018

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

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