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
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
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 {
 
/* 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: none !important;
  background-color: transparent !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;
}