User:Magnus Manske/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Magnus Manske (talk | contribs) at 21:37, 27 March 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@media screen and (min-width: 1400px) {

	#firstHeading, .mw-headline {
		font-family: Georgia, Times New Roman, Times, serif;
	}

	#mw-content-text {
		margin-left:300px;
		margin-right:380px;
		font-size:11pt;
	}

	#mw-content-text > p:first-of-type b {
		font-family:Georgia, Times New Roman, Times, serif;
		font-size:12pt;
		font-variant:small-caps;
	}

	.tright {
		right:-380px;
		margin-left:-380px !important;
		position:relative;
		font-size:10pt;
	}

	.tleft  , .float-left, .floatleft {
		left:-300px;
		margin-right:-300px !important;
		position:relative;
		font-size:10pt;
	}

	.tright .thumbinner {
		width:342px !important;
		border:none;
		background-color:white;
	}

	.tleft .thumbinner {
		width:272px !important;
		border:none;
		background-color:white;
	}

	.tright .thumbcaption, .tleft .thumbcaption {
		text-align:center;
		margin-right:20px;
		margin-left:20px;
	}

	.tright .thumbimage, .tleft .thumbimage {
		box-shadow: 5px 5px 2px #888888;
		margin-bottom:3px;
		max-width:350px;
	}

	.infobox, .vertical-navbox, .mbox-small, .vevent , .float-right , .floatright {
		right:-380px;
		margin-left:-380px !important;
		max-width:350px !important;
		width:350px !important;
		position:relative;
		font-size:10pt;
		background-color:white !important;
		border:none !important;
		clear:right !important;
	}

	.toc {
		left:0px;
		position:absolute;
		float:none;
		top:30px;
		max-width:280px;
		width:280px;
		font-size:10pt;
		background-color:white !important;
		border:none !important;
		font-family: Georgia, Times New Roman, Times, serif;
	}

	.toc td {
		max-width:280px;
	}

	.toc:hover {
		z-index:10;
/*		box-shadow: 5px 5px 2px #888888;*/
	}

	.toc a:hover {
		color:black;
		text-decoration:none;
	}

	.ambox {
		margin-left:0px !important;
		margin-right:0px !important;
		font-size:10pt;
	}

	.wikitable {
		clear:none;
	}

	.navbox {
		clear:none;
	}

	#coordinates {
		right:5px;
		top:-20px;
	}

	.tocnumber { display:none !important; }
	#toctitle h2 { color:#333333; }

	li.toclevel-1 > ul { margin-left:10px !important; }
	li.toclevel-2 > ul { margin-left:20px !important; }
	li.toclevel-3 > ul { margin-left:30px !important; }
	li.toclevel-4 > ul { margin-left:40px !important; }
	li.toclevel-5 > ul { margin-left:50px !important; }

	li.toclevel-1 > a { color:#444444; font-weight:bold; border-bottom:1px solid #444444;width:100%;display:inline-block; }
	li.toclevel-2 > a { color:#444444; }
	li.toclevel-3 > a { color:#444444; }
	li.toclevel-4 > a { color:#444444; }
	li.toclevel-5 > a { color:#444444; }
	li.toclevel-6 > a { color:#444444; }

	.magnify { display:none; }

	.NavFrame { clear:none !important; }

	#contentSub { display:inline-block !important; min-height:12px !important; }
	#contentSub br { display:none !important; }
	#siteSub { display:inline-block !important; }

	p > br { clear:none !important; }
/*	#mw-content-text div { clear:none !important; }*/

	div.reflist { max-height:300px;overflow:auto; }

}