MediaWiki:Timeless.css

From Stamps of the World
Revision as of 08:26, 11 May 2021 by Admin (talk | contribs)

Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Timeless skin */


#mw-footer-container {
background: #5384bf;
}


#mw-footer .footer-icons {
display: none;
}

#mw-related-navigation {
height: 100%;
position: sticky;
z-index: 1;
top: 0;
right: 0;
padding-top: 45px;
}

div.magnify {
display: none;
}

.CategoryTreeBullet, .CategoryTreeEmptyBullet {
font-family: arial,sans-serif;
}

#catlinks {
	display: block !important;
	/* from #mw-site-navigation .sidebar-chunk */
	background: #fcfcfc;
	border: solid #eeeeee;
	border-width: 1px 1px 0.2em;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
	padding: 1.5em 1.5em 0;
	margin: 1em 0;
	line-height: 1.1;
	word-wrap: break-word;
}

#catlinks > div {
	margin-bottom: 1.5em;
}