MediaWiki:Timeless.css: Difference between revisions

From All Skies Encyclopaedia
Sushoff (talk | contribs)
No edit summary
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 {
  background: none !important;
}
/* */
#footer-icons img {
  background: transparent !important;
}


#footer-icons li {
/* Remove background from footer icons (Timeless) */
   background: none !important;
.skin-timeless #mw-footer #footer-icons img {
   background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
}

Revision as of 08:16, 12 January 2026

/* All CSS here will be loaded for users of the Timeless skin */

/* Remove background from footer icons (Timeless) */
.skin-timeless #mw-footer #footer-icons img {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}