MediaWiki:Pivot.css: Difference between revisions

diarytable class
(some minor adjustments)
(diarytable class)
 
(25 intermediate revisions by the same user not shown)
Line 67:
 
.side-nav li a:not(.button) { /*This indents the menu items*/
padding: 0 8px;
}
 
#drop-icon {
margin-right: 6px;
}
 
Line 102 ⟶ 106:
}*/
 
.mw-content-ltr ul { /*unordered lists (bullets)*/
margin: 0.5em 0 0 2em1.5em;
}
 
.mw-content-ltr ol { /*ordered lists (numbered)*/
margin: 0.5em 0 0 2.5em;
}
 
Line 185 ⟶ 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 207 ⟶ 221:
}
 
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
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 */
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #fdfdfd; /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background: #ccccff; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
}
.navbox-even {
background: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background: transparent; /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
/*.navbar ul {
display: none;
white-space: nowrap;
}*/
 
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @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-weight: 200;
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 224 ⟶ 467:
font-size: 1em;
padding: 0.2em 0.4em;
}
 
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #f2f2f2;
}
 
Line 256 ⟶ 503:
 
/******************************
* BasicBasictable of (plain white) table
for clean look general use
******************************/
table.basictable {
background-color: #fff;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
Line 283 ⟶ 531:
 
table.basictable > caption {
font-weight: bold;
}
 
/******************************
* Infotable for infoboxes
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 {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: center;
}
 
table.pivot-table > tr > th,
table.pivot-table > tr > td,
table.pivot-table > * > tr > th,
table.pivot-table > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: center;
}
 
table.pivot-table > tr > th,
table.pivot-table > * > tr > th {
background-color: #517398;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
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;
}
Line 347 ⟶ 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;
}
Line 471 ⟶ 853:
#catlinks {
background: #f7f7f7;
font-size: 85%;
}
Line 526 ⟶ 909:
padding: 0 5px 6px 10px;
}
/*****************************
* Tabber (extension) layout
******************************/
.tabber .tabbertab {
border-top: 1px solid #ccc;
}
 
ul.tabbernav {
border-bottom: none;
}
 
ul.tabbernav li a {
background: #f2f2f2;
margin-left: 2px;
}
 
ul.tabbernav li a:link {
color: #0645ad;
}
 
/******************************
* Make references smaller
******************************/
ol.references,
div.reflist,
div.refbegin {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
margin-top: 1em;
}
div.refbegin-100 {
font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}