Difference between revisions of "MediaWiki:Common.css"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Collapsible elements. Toggle-link moved to left.
/* Collapsible elements. Toggle-link moved to left. */
/* Margin around it adjusted. */


.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
/*    float:left; */
     float:none;
     float:none;
     font-size: large;
     font-size: large;
     font-weight: bold;
     font-weight: bold;
/*    margin-left:0; */
    font-style: oblique;
/*    margin-right:1em; */
}
}

Revision as of 01:29, 2 February 2022

/* CSS placed here will be applied to all skins */

/* Collapsible elements. Toggle-link moved to left. */

.mw-collapsible span.mw-collapsible-toggle {
    float:none;
    font-size: large;
    font-weight: bold;
    font-style: oblique;
}