Jump to: navigation, search

Changes


MediaWiki:Common.css

525 bytes added, 20:02, 10 May 2015
/********************************************/
/**
* table class for skinning normal tables
**/
 
table.bluetable {
margin: 1em 1em 1em 0;
background-color: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
 
table.bluetable > tr > th,
table.bluetable > tr > td,
table.bluetable > * > tr > th,
table.bluetable > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.bluetable > tr > th,
table.bluetable > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
 
table.bluetable > caption {
font-weight: bold;
}
 
 
.table {
display: block;
10,686
edits