MediaWiki:Gadget-sound-styles.css: Difference between revisions
Appearance
Created page with "→These styles are applied before JS is loaded, to create the final layout to prevent any FOUC: .client-js .sound-audio { display: none; } .client-js .sound-title::after { content: ''; display: inline-block; width: 1.143em; height: 1.143em; margin-left: 0.286em; vertical-align: text-top; }" |
No edit summary |
||
Line 8: | Line 8: | ||
display: inline-block; | display: inline-block; | ||
width: 1.143em; | width: 1.143em; | ||
height: 1.143em; margin-left: 0.286em; vertical-align: text-top; } | height: 1.143em; | ||
margin-left: 0.286em; | |||
vertical-align: text-top; } |