Difference between revisions of "MediaWiki:Common.css"
From Polyfolds.org
Line 9: | Line 9: | ||
#bodyContent { | #bodyContent { | ||
font-size: 1.000em; | font-size: 1.000em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Edit textarea */ | ||
+ | #wpTextbox1 { | ||
+ | font-size: 1.5em; | ||
+ | } | ||
+ | |||
+ | /* Edit summary */ | ||
+ | #wpSummary { | ||
+ | font-size: 1.5em; | ||
} | } |
Revision as of 07:30, 12 June 2017
/* CSS placed here will be applied to all skins */ /* jwf--Make text larger */ #mw-content-text { font-size: 1.000em; } /* jwf--Make text larger */ #bodyContent { font-size: 1.000em; } /* Edit textarea */ #wpTextbox1 { font-size: 1.5em; } /* Edit summary */ #wpSummary { font-size: 1.5em; }