MediaWiki:Timeless.css: Difference between revisions

From All Skies Encyclopaedia
Sushoff (talk | contribs)
No edit summary
Sushoff (talk | contribs)
No edit summary
Line 6: Line 6:
   background-image: none !important;
   background-image: none !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
.skin-timeless #mw-footer img {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}
}

Revision as of 08:19, 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;
}
.skin-timeless #mw-footer img {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}