MediaWiki:Pivot.css: Difference between revisions

navbox collapsible elements
(navbox stuff)
(navbox collapsible elements)
Line 213:
.navbox-inner {
margin-bottom: 0;
 
.navbox .collapseButton {
font-weight: 200;
font-size: 90%;
}
 
Line 332 ⟶ 327:
/* @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: 200normal;
/* @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;
}