Difference between revisions of "MediaWiki:Common.css"

From JellyRO Wiki
Jump to: navigation, search
Line 18: Line 18:
 
background: #ccccff;
 
background: #ccccff;
 
font-weight: bold;
 
font-weight: bold;
โˆ’
 
 
padding: 0em 1em;
 
padding: 0em 1em;
 
text-align: center;
 
text-align: center;

Revision as of 03:44, 1 December 2013

/* CSS placed here will be applied to all skins */
div.printfooter {     display: none;}

/* Navboxes */
table.navbox {
	border: 1px solid #aaa;
	clear: both;
	font-size: 88%;
	padding: 1px;
	width: 100%;
}
table.navbox > tbody > tr > td.bodystyle {
	background: #fdfdfd;
	width: 100%;
	vertical-align: middle;
}
table.navbox > tbody > tr > td.titlestyle {
	background: #ccccff;
	font-weight: bold;
	padding: 0em 1em;
	text-align: center;
}
table.navbox > tbody > tr > td.abovestyle,
table.navbox > tbody > tr > td.belowstyle {
	background: #ddddff;
	padding: 0em 1em;
	text-align: center;
}
table.navbox > tbody > tr > td.groupstyle {
	background: #ddddff;
	padding: 0em 1em;
	text-align: right;
	font-weight: bold;
}
table.navbox > tbody > tr > td.oddstyle {
	background: transparent;
}
table.navbox > tbody > tr > td.evenstyle {
	background: #f7f7f7;
}
table.navbox > tbody > tr > td.liststyle {
	background: transparent;
	text-align: left;
}
table.navbox > tbody > tr > td.liststyle > ul {
	margin: 0; padding: 0.125em 0;
}
table.navbox > tbody > tr > td.liststyle > ul > li {
	display: inline;
}
table.navbox > tbody > tr > td.liststyle > ul > li:after {
	content: " ยท ";
	font-weight: bold;
}
table.navbox > tbody > tr > td.liststyle > ul > li:last-child:after {
	content: " "
}