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…')
 
Line 17: Line 17:
 
table.indextable > tr > th,
 
table.indextable > tr > th,
 
table.indextable > * > tr > th {
 
table.indextable > * > tr > th {
background-color: #2ba6d1;
+
background-color: #007600;
 
color: #fff;
 
color: #fff;
 
font-size: 170%;
 
font-size: 170%;

Revision as of 01:21, 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: #007600;
	color: #fff;
	font-size: 170%;
	padding: 10px 10px 10px 10px;
	border: 1px #d5d5d5 solid;
	font-weight: normal;
	
}

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