Difference between revisions of "MediaWiki:Common.css"
From Polyfolds.org
(Created page with "/* CSS placed here will be applied to all skins */ /* jwf--Bring the text to 14px */ #mw-content-text { font-size: 0.875em; } →jwf--Bring the text to 14px: #bodyConten...") |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | /* jwf-- | + | /* jwf--Make text larger */ |
#mw-content-text { | #mw-content-text { | ||
− | font-size: | + | font-size: 1.000em; |
} | } | ||
− | /* jwf-- | + | /* jwf--Make text larger */ |
#bodyContent { | #bodyContent { | ||
− | font-size: | + | font-size: 1.000em; |
+ | } | ||
+ | |||
+ | |||
+ | /* Edit textarea */ | ||
+ | #wpTextbox1 { | ||
+ | font-size: 1.5em; | ||
+ | } | ||
+ | |||
+ | /* Edit summary */ | ||
+ | #wpSummary { | ||
+ | font-size: 1.5em; | ||
} | } |
Latest revision as of 08:25, 25 May 2018
/* 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; }