MediaWiki: Common.css: Difference between revisions
From Psalms: Layer by Layer
Psalms wiki (talk | contribs) No edit summary |
Psalms wiki (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.list- | .list-I li { | ||
list-style-type: upper-roman; | list-style-type: upper-roman; | ||
} | } | ||
.list- | .list-A li { | ||
list-style-type: upper-alpha; | list-style-type: upper-alpha; | ||
} | } | ||
.list- | .list-1 li { | ||
list-style-type: decimal; | list-style-type: decimal; | ||
} | } | ||
.list- | .list-a li { | ||
list-style-type: lower-alpha; | list-style-type: lower-alpha; | ||
} | } |
Revision as of 13:12, 11 December 2019
/* CSS placed here will be applied to all skins */ .list-I li { list-style-type: upper-roman; } .list-A li { list-style-type: upper-alpha; } .list-1 li { list-style-type: decimal; } .list-a li { list-style-type: lower-alpha; }