MediaWiki:Common.css: Difference between revisions

From Pantonian Republic Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Style lower-alpha footnote groups as actual letters: ol.references[data-mw-group="lower-alpha"] { list-style-type: lower-alpha; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Style lower-alpha footnote groups as actual letters */
/* Alternative selector for older or heavily modified MediaWiki setups */
ol.references[data-mw-group="lower-alpha"] {
.references[data-mw-group="lower-alpha"],
     list-style-type: lower-alpha;
ol.references-group-lower-alpha {
     list-style-type: lower-alpha !important;
}
}

Revision as of 12:23, 19 June 2026

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

/* Alternative selector for older or heavily modified MediaWiki setups */
.references[data-mw-group="lower-alpha"], 
ol.references-group-lower-alpha {
    list-style-type: lower-alpha !important;
}