Difference between revisions of "MediaWiki:Common.css"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with 'table.indextable { table-layout:fixed; width:98%; background-color: #f6f6f6; border: 1px #d5d5d5 solid; border-collapse: collapse; } table.indextable > tr > th, table.index…')
 
m (Reverted edits by Lututui99 (talk) to last revision by KLabMouse)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 01:22, 22 October 2016

table.indextable {
	table-layout:fixed;
	width:98%;
	background-color: #f6f6f6;
	border: 1px #d5d5d5 solid;
	border-collapse: collapse;
}

table.indextable > tr > th,
table.indextable > tr > td,
table.indextable > * > tr > th,
table.indextable > * > tr > td {
	border: 1px #d5d5d5 solid;
	padding: 0.2em;
}
 
table.indextable > tr > th,
table.indextable > * > tr > th {
	background-color: #2ba6d1;
	color: #fff;
	font-size: 170%;
	padding: 10px 10px 10px 10px;
	border: 1px #d5d5d5 solid;
	font-weight: normal;
	
}

table.indextable > caption {
	font-weight: bold;
}