MediaWiki:Pivot.css: Difference between revisions

Content deleted Content added
mNo edit summary
removed several unused table classes
 
(4 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:
 
/******************************
* Pivot-table used on the
* Basic (plain white) table
transcribing projects page
******************************/
table.basictable {
background-color: #fff;
color: #444;
margin: 0;
border: 1px solid #fff;
text-align: left;
}
 
table.basictable > tr > th,
table.basictable > tr > td,
table.basictable > * > tr > th,
table.basictable > * > tr > td {
background-color: #fff;
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;
}
 
/******************************
* Pivot table
******************************/
table.pivot-table {
Line 556 ⟶ 532:
 
table.pivot-table > caption {
font-weight: bold;
}
 
/******************************
* Infotable (Infoboxes)
******************************/
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;
}
 
/******************************
* Great War periodicals table
******************************/
table.gwptable {
background-color: #f8f9fa;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: center;
}
 
table.gwptable > tr > th,
table.gwptable > tr > td,
table.gwptable > * > tr > th,
table.gwptable > * > tr > td {
border: 1px solid #fff;
padding: 0.2em 0.4em;
text-align: center;
}
 
table.gwptable > tr > th,
table.gwptable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}
 
table.gwptable > caption {
font-weight: bold;
}
 
/******************************
* Page Index table
******************************/
table.page-index-table {
background-color: #f8f9fa;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: center;
}
 
table.page-index-table > tr > th,
table.page-index-table > tr > td,
table.page-index-table > * > tr > th,
table.page-index-table > * > tr > td {
border: 1px solid #fff;
padding: 0.2em 0.4em;
text-align: center;
}
 
table.page-index-table > tr > th,
table.page-index-table > * > tr > th {
background-color: #eaecf0;
text-align: center;
}
 
table.page-index-table > caption {
font-weight: bold;
}
 
/******************************
* New Page table
******************************/
table.new-page-table {
background-color: #fff;
color: #444;
margin: 1em 0;
border: none;
text-align: left;
}
 
table.new-page-table > tr > th,
table.new-page-table > tr > td,
table.new-page-table > * > tr > th,
table.new-page-table > * > tr > td {
border: none;
padding: 0.2em 0.4em;
text-align: left;
}
 
table.new-page-table > tr > th,
table.new-page-table > * > tr > th {
background-color: #fff;
text-align: left;
}
 
table.new-page-table > caption {
font-weight: bold;
}