MediaWiki:Timeless.css: Difference between revisions

From All Skies Encyclopaedia
Sushoff (talk | contribs)
No edit summary
Sushoff (talk | contribs)
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


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

Latest revision as of 09:00, 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 img {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}
/* Remove Timeless footer icon background (PNG-safe) */
.skin-timeless #mw-footer #footer-icons li {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}