Difference between revisions of "MediaWiki:Common.css"

From WWII Online Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.wikitable { margin: 1em 0; background-color: transparent; border: 1px #aaa solid; border-collapse: collapse; col...")
 
Line 22: Line 22:
table.wikitable > caption {
table.wikitable > caption {
font-weight: bold;
font-weight: bold;
}
.toccolours {
border: 1px solid #bbbbbb;
//background-color: #f0f0f0;
border-spacing: 0pt;
margin: 0pt;
padding: 0pt;
}
}

Revision as of 00:13, 27 November 2015

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

table.wikitable {
	margin: 1em 0;
	background-color: transparent;
	border: 1px #aaa solid;
	border-collapse: collapse;
	color: black;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
	background-color: transparent;
	text-align: center;
}
table.wikitable > caption {
	font-weight: bold;
}

.toccolours {
	border: 1px solid #bbbbbb;
	//background-color: #f0f0f0;
	border-spacing: 0pt;
	margin: 0pt;
	padding: 0pt;
}