MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Undo revision 6065 by Diamondback88 (talk)
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 .mw-special-Watchlist #watchlist-message,
/*.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),*/
.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 {*/
#editpage-specialchars {
/* display: none;*/
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 {*/
.mw-rcfilters-enabled .mw-specialpage-summary {
/* margin-top: 1em;*/
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 {*/
ol.references {
/* font-size: 90%;*/
font-size: 90%;
/* margin-bottom: 0.5em;*/
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 {*/
.mw-parser-output .mw-collapsible-toggle {
/* font-weight: normal;*/
font-weight: normal;
/* @noflip */
/* @noflip */
/* text-align: right;*/
text-align: right;
/* padding-right: 0.2em;*/
padding-right: 0.2em;
/* padding-left: 0.2em;*/
padding-left: 0.2em;
/*}*/
}


/*.mw-collapsible-leftside-toggle .mw-collapsible-toggle {*/
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
/* @noflip */
/* float: left;*/
float: left;
/* @noflip */
/* @noflip */
/* text-align: left;*/
text-align: left;
/*}*/
}


/* Lists in wikitable data cells are always left-aligned */
/* Lists in wikitable data cells are always left-aligned */

Navigation menu