MediaWiki:Pivot.css: Difference between revisions

Content deleted Content added
navbox stuff
removed several unused table classes
 
(15 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 213 ⟶ 219:
.navbox-inner {
margin-bottom: 0;
}
 
.navbox .collapseButton {
font-weight: 200;
font-size: 90%;
}
 
Line 230 ⟶ 231:
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}
 
.navbox ul {
font-size: 12px;
}
 
.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
Line 301 ⟶ 307:
font-weight: normal;
}
/*.navbar ul {
display: inlinenone;
white-space: nowrap;
}*/
 
.mw-body-content .navbar ul {
line-height: inherit;
Line 332 ⟶ 339:
/* @noflip */
margin-right: 0.5em;
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
 
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
font-size:90%;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
 
.navbox .mw-collapsible-toggle {
width: 6em;
}
 
/* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 8 (2016-05-21)
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
counter-reset: listitem;
}
.hlist ol > li {
counter-increment: listitem;
}
.hlist ol > li:before {
content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
 
Line 346 ⟶ 467:
font-size: 1em;
padding: 0.2em 0.4em;
}
 
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #f2f2f2;
}
 
Line 378 ⟶ 503:
 
/******************************
* Pivot-table used on the
* Basic (plain white) table
transcribing projects page
******************************/
table.basictablepivot-table {
background-color: #ffff2f2f2;
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;
}
 
/******************************
* Great War periodicals table
******************************/
table.gwptable {
background-color: #f8f9fa;
color: #444;
margin: 1em 0;
Line 419 ⟶ 514:
}
 
table.gwptablepivot-table > tr > th,
table.gwptablepivot-table > tr > td,
table.gwptablepivot-table > * > tr > th,
table.gwptablepivot-table > * > tr > td {
border: 1px2px solid #fff;
padding: 0.2em 0.4em;
text-align: center;
}
 
table.gwptablepivot-table > tr > th,
table.gwptablepivot-table > * > tr > th {
background-color: #eaecf0517398;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.gwptablepivot-table > 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;
}
Line 593 ⟶ 630:
#catlinks {
background: #f7f7f7;
font-size: 85%;
}