logo_kerberos.gif

Difference between revisions of "MediaWiki:Common.css"

From K5Wiki
Jump to: navigation, search
(wikitable)
 
(No difference)

Latest revision as of 18:37, 4 November 2009

/* CSS placed here will be applied to all skins */

/* from meta.wikimedia.org: */
/*******************
** Table formatting
*******************/
table.wikitable,
table.prettytable {
	margin:1em 1em 1em 0;
	border:1px solid #AAA;
	border-collapse:collapse;
	background:#F9F9F9;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	padding:0.2em;
	border:1px solid #AAA;
}
 
table.wikitable th,
table.prettytable th {
	background:#F2F2F2;
	text-align:center;
}
 
table.wikitable caption,
table.prettytable caption {
	margin-left:inherit;
	margin-right:inherit;
}