User:VulcanSphere/timeless.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Colours following global.css */

#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;
}

#catlinks-sidebar {
	display:none;
}