MediaWiki:Pivot.css: Difference between revisions

diarytable class
(roh table class)
(diarytable class)
 
(One intermediate revision by the same user not shown)
Line 193:
font-size: 1.3em;
margin-top: .5em;
margin-bottom: 0.3em;
}
 
h4 {
font-size: 1.2em;
margin-top: .5em;
margin-bottom: .3em;
}
 
h5 {
font-size: 1.1em;
margin-top: .5em;
margin-bottom: .3em;
}
 
h6 {
font-size: 1.05em;
margin-top: .5em;
margin-bottom: .3em;
}
 
Line 624 ⟶ 630:
 
table.pivot-table > caption {
font-weight: bold;
}
 
/******************************
* diarytable used on war
diary transcriptions pages
******************************/
table.diarytable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: center;
}
 
table.diarytable > tr > th,
table.diarytable > tr > td,
table.diarytable > * > tr > th,
table.diarytable > * > tr > td {
border: 2px solid #fff;
padding: 0.3em;
text-align: center;
}
 
table.diarytable > tr > th,
table.diarytable > * > tr > th {
background-color: #444;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.diarytable > caption {
font-weight: bold;
}