MediaWiki:Common.css: Difference between revisions

From Ara: History Untold Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


mw-panel { background-color: #e6ffb4; }
mw-panel { background-color: #e6ffb4; }
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */
.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}

Revision as of 03:01, 9 October 2024

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

mw-panel { background-color: #e6ffb4; }

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

.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}