MediaWiki:Timeless.css: Difference between revisions

From All Skies Encyclopaedia
Sushoff (talk | contribs)
Created page with "All CSS here will be loaded for users of the Timeless skin: #mw-footer #footer-icons { background: none !important; }"
 
Sushoff (talk | contribs)
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
#mw-footer #footer-icons {
#mw-footer #footer-icons {
  background: none !important;
}
/* */
#footer-icons img {
  background: transparent !important;
}
#footer-icons li {
   background: none !important;
   background: none !important;
}
}

Revision as of 08:12, 12 January 2026

/* All CSS here will be loaded for users of the Timeless skin */
#mw-footer #footer-icons {
  background: none !important;
}
/* */
#footer-icons img {
  background: transparent !important;
}

#footer-icons li {
  background: none !important;
}