MediaWiki:Common.css: Difference between revisions
Appearance
Jemaleddin (talk | contribs) Created page with "→CSS placed here will be applied to all skins: body { counter-reset: raw; } .episode::before { counter-increment: raw; content: counter(section) " - "; }" |
Jemaleddin (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
.episode::before { | .episode::before { | ||
counter-increment: raw; | counter-increment: raw; | ||
content: counter( | content: counter(raw) " - "; | ||
} | } |
Revision as of 08:55, 12 April 2023
/* CSS placed here will be applied to all skins */ body { counter-reset: raw; } .episode::before { counter-increment: raw; content: counter(raw) " - "; }