Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: h2 small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: i...") |
|||
(One intermediate revision 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 */ | ||
+ | |||
h2 small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: italic;} | h2 small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: italic;} | ||
+ | h2 .small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: italic;} | ||
+ | .toctext .small {display: none;} |
Latest revision as of 09:48, 21 November 2019
/* CSS placed here will be applied to all skins */ h2 small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: italic;} h2 .small {all: initial; display: block; float: right; font-size: 75%; border: 1px dotted silver; padding: 2px; font-style: italic;} .toctext .small {display: none;}