Jump to content

MediaWiki:Gadget-sound-styles.css: Difference between revisions

From Deadlock Wiki
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; }

Latest revision as of 19:19, 18 December 2024

/* 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; }