MediaWiki:Pivot.css: Difference between revisions

diarytable class
(no borders in infotable, reduce padding)
(diarytable class)
 
(5 intermediate revisions 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 497 ⟶ 503:
 
/******************************
* BasicBasictable of (plain white) table
for clean look general use
******************************/
table.basictable {
Line 528 ⟶ 535:
 
/******************************
* Infotable (Infoboxes)for infoboxes
* Pivot table
on soldier pages
******************************/
table.infotable {
background-color: #f7f7f7;
color: #444;
margin: 0;
border: 3px solid #fff;
text-align: left;
}
 
table.infotable > tr > th,
table.infotable > tr > td,
table.infotable > * > tr > th,
table.infotable > * > tr > td {
background-color: #f7f7f7;
border: none;
padding: 0.15em;
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;
}
 
/*********************************
* Remtable for full-width tables
on soldier remembrance pages
*********************************/
table.remtable {
background-color: #f7f7f7;
color: #444;
margin: 0;
border: 1px solid #fff;
text-align: left;
}
 
table.remtable > tr > th,
table.remtable > tr > td,
table.remtable > * > tr > th,
table.remtable > * > tr > td {
background-color: #f7f7f7;
border: 1px solid #fff;
padding: 0.2em 0.4em;
text-align: left;
}
 
table.remtable > tr > th,
table.remtable > * > tr > th {
background-color: #f7f7f7;
text-align: center;
}
 
table.remtable > caption {
font-weight: bold;
}
 
/******************************
* Pivot -table used on the
transcribing projects page
******************************/
table.pivot-table {
Line 560 ⟶ 634:
 
/******************************
* diarytable used on war
* Infotable (Infoboxes)
diary transcriptions pages
******************************/
table.infotablediarytable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 3px1px solid #fff;
text-align: leftcenter;
}
 
table.infotablediarytable > tr > th,
table.infotablediarytable > tr > td,
table.infotablediarytable > * > tr > th,
table.infotablediarytable > * > tr > td {
border: none2px solid #fff;
padding: 0.15em3em;
text-align: leftcenter;
}
 
table.infotablediarytable > tr > th,
table.infotablediarytable > * > tr > th {
background-color: #1b9591444;
text-align: center;
color: #fff;
Line 587 ⟶ 662:
}
 
table.infotablediarytable > caption {
font-weight: bold;
}
Line 652 ⟶ 727:
 
/******************************
* NewRoll Pageof Honour table
******************************/
table.new-page-tablerohtable {
background-color: #ffff2f2f2;
color: #444;
margin: 1em 0;
border: none1px solid #fff;
text-align: left;
}
 
table.new-page-tablerohtable > tr > th,
table.new-page-tablerohtable > tr > td,
table.new-page-tablerohtable > * > tr > th,
table.new-page-tablerohtable > * > tr > td {
border: none2px solid #fff;
padding: 0.2em 0.4em;
text-align: left;
}
 
table.new-page-tablerohtable > tr > th,
table.new-page-tablerohtable > * > tr > th {
background-color: #fff50ab8a;
text-align: leftcenter;
color: #fff;
padding: 10px 5px;
}
 
table.new-page-tablerohtable > caption {
font-weight: bold;
}