MediaWiki:Common.css: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
Lututui99 (talk | contribs)
No edit summary
Lututui99 (talk | contribs)
m Reverted edits by Lututui99 (talk) to last revision by KLabMouse
 
Line 17: Line 17:
table.indextable > tr > th,
table.indextable > tr > th,
table.indextable > * > tr > th {
table.indextable > * > tr > th {
background-color: #007600;
background-color: #2ba6d1;
color: #fff;
color: #fff;
font-size: 170%;
font-size: 170%;

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;
}