Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
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) |
||
Line 5: | Line 5: | ||
.episode::before { | .episode::before { | ||
counter-increment: raw; | counter-increment: raw; | ||
content: counter( | content: counter(raw) " - "; | ||
} | } |
Revision as of 07: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) " - "; }