8,282
edits
No edit summary Tag: Reverted |
(Undo revision 6065 by Diamondback88 (talk)) Tag: Undo |
||
Line 42: | Line 42: | ||
/* Reduce page jumps by hiding collapsed/dismissed content */ | /* Reduce page jumps by hiding collapsed/dismissed content */ | ||
.client-js .mw-special-Watchlist #watchlist-message, | |||
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child), | |||
/* Hide charinsert base for those not using the gadget */ | /* Hide charinsert base for those not using the gadget */ | ||
#editpage-specialchars { | |||
display: none; | |||
} | |||
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */ | /* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */ | ||
.mw-rcfilters-enabled .mw-specialpage-summary { | |||
margin-top: 1em; | |||
} | |||
/* Make the list of references smaller | /* Make the list of references smaller | ||
Line 59: | Line 59: | ||
* And Template:Reflist/styles.css | * And Template:Reflist/styles.css | ||
*/ | */ | ||
ol.references { | |||
font-size: 90%; | |||
margin-bottom: 0.5em; | |||
} | |||
/* Styling for JQuery makeCollapsible, matching that of collapseButton */ | /* Styling for JQuery makeCollapsible, matching that of collapseButton */ | ||
.mw-parser-output .mw-collapsible-toggle { | |||
font-weight: normal; | |||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | |||
padding-right: 0.2em; | |||
padding-left: 0.2em; | |||
} | |||
.mw-collapsible-leftside-toggle .mw-collapsible-toggle { | |||
/* @noflip */ | /* @noflip */ | ||
float: left; | |||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | |||
} | |||
/* Lists in wikitable data cells are always left-aligned */ | /* Lists in wikitable data cells are always left-aligned */ |