MediaWiki:Timeless.css

From All Skies Encyclopaedia
Revision as of 08:59, 12 January 2026 by Sushoff (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}