In order to edit this wiki, you must register and verify your account.

MediaWiki:Common.css: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
No edit summary
No edit summary
Line 9: Line 9:
}
}
#mw-wiki-logo {
#mw-wiki-logo {
background-size: contain;
background-size: contain !important;
}
}
/*******************
/*******************

Revision as of 02:33, 7 October 2016

/* CSS placed here will be applied to all skins */
#catlinks {
	font-size: 11px !important;
}
.ib_img img {
	max-width: 295px !important;
	width: 100% !important;
	height: auto !important;
}
#mw-wiki-logo {
	background-size: contain !important;
}
/*******************
** Infoboxes
*******************/
.infobox {
	float:right;
	clear:right;
	margin-bottom:0.5em;
	margin-left:1em;
	padding:0.2em;
	border:1px solid #AAA;
	background:#F9F9F9;
	color:black;
}
 
.infobox td,
.infobox th {
	vertical-align:top;
}
 
.infobox caption {
	margin-left:inherit;
	font-size:larger;
}
 
.infobox.bordered {
	border-collapse:collapse;
}
 
.infobox.bordered td,
.infobox.bordered th {
	border:1px solid #AAA;
}
 
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border:0;
}