MediaWiki:Pivot.css: Difference between revisions

basic table class
(toc and footer)
(basic table class)
Line 252:
 
table.wikitable > caption {
font-weight: bold;
}
 
/******************************
* Standard (basic) table
******************************/
table.basictable {
background-color: #fff;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
}
 
table.basictable > tr > th,
table.basictable > tr > td,
table.basictable > * > tr > th,
table.basictable > * > tr > td {
border: 1px solid #fff;
padding: 0.2em 0.4em;
text-align: left;
}
 
table.basictable > tr > th,
table.basictable > * > tr > th {
background-color: #fff;
text-align: center;
}
 
table.basictable > caption {
font-weight: bold;
}