MediaWiki:Pivot.css: Difference between revisions

pivot table class
m (remove comma, catlinks)
(pivot table class)
Line 520:
 
table.basictable > caption {
font-weight: bold;
}
 
/******************************
* Pivot table
******************************/
table.pivot-table {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: center;
}
 
table.pivot-table > tr > th,
table.pivot-table > tr > td,
table.pivot-table > * > tr > th,
table.pivot-table > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: center;
}
 
table.pivot-table > tr > th,
table.pivot-table > * > tr > th {
background-color: #6181bf;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.pivot-table > caption {
font-weight: bold;
}