MediaWiki:Pivot.css: Difference between revisions

infotable class
(pivot table colours)
(infotable class)
Line 556:
 
table.pivot-table > caption {
font-weight: bold;
}
 
/******************************
* Infotable
******************************/
table.infotable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
}
 
table.infotable > tr > th,
table.infotable > tr > td,
table.infotable > * > tr > th,
table.infotable > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: left;
}
 
table.infotable > tr > th,
table.infotable > * > tr > th {
background-color: #1b9591;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.infotable > caption {
font-weight: bold;
}