Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: .lazyYT-title { z-index: 100!important; color: #fff!important; font-family: sans-serif!important; font-size:...") |
|||
Line 26: | Line 26: | ||
left: 50%!important; | left: 50%!important; | ||
margin-left: -30px!important; | margin-left: -30px!important; | ||
+ | } | ||
+ | |||
+ | .mw-collapsible span.mw-collapsible-toggle { | ||
+ | float:left; | ||
+ | margin-left:0; | ||
+ | margin-right:1em; | ||
} | } |
Revision as of 13:03, 30 September 2020
/* CSS placed here will be applied to all skins */ .lazyYT-title { z-index: 100!important; color: #fff!important; font-family: sans-serif!important; font-size: 12px!important; top: 10px!important; left: 12px!important; position: absolute!important; margin: 0!important; padding: 0!important; line-height: 1!important; font-style: normal!important; font-weight: normal!important; } .lazyYT-button { margin: 0!important; padding: 0!important; width: 60px!important; height: 41px!important; z-index: 100!important; position: absolute!important; top: 50%!important; margin-top: -22px!important; left: 50%!important; margin-left: -30px!important; } .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }