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 */
/* Sidebar width */
#p-logo, #p-navigation, #p-search, #p-tb, #p-lang { width: 25em; }
/* Content margin to prevent overlap */
#content { margin-left: 15.5em; }


/* Remove background from footer icons (Timeless) */
/* Remove background from footer icons (Timeless) */

Revision as of 08:59, 12 January 2026

/* All CSS here will be loaded for users of the Timeless skin */
/* Sidebar width */
#p-logo, #p-navigation, #p-search, #p-tb, #p-lang { width: 25em; }
/* Content margin to prevent overlap */
#content { margin-left: 15.5em; }

/* 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;
}