MediaWiki:Common.css: Difference between revisions
From ScanzWiki
Jump to navigationJump to search
Created page with "→CSS placed here will be applied to all skins: →section-based ol numbering: body { counter-reset: h2Counter h3Counter h4Counter tableCounter; } .revision { background:#00ffff; } .note{ background:#00FF00; } .rulesNumbering .toc ul { list-style-type: none; } .rulesNumbering h2 { counter-reset: h3Counter h4Counter; counter-increment: h2Counter; } .rulesNumbering h2:before { content: counter(page) "." counter(h2Counter) " "; } /* this is required to..." |
Replaced content with "→CSS placed here will be applied to all skins: →section-based ol numbering: body { counter-reset: h2Counter h3Counter h4Counter h5Counter h6Counter tableCounter; } .revision { background:#00ffff; } .note{ background:#00FF00; }" Tag: Replaced |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
body { | body { | ||
counter-reset: h2Counter h3Counter h4Counter tableCounter; | counter-reset: h2Counter h3Counter h4Counter h5Counter h6Counter tableCounter; | ||
} | } | ||
.revision { | .revision { | ||
| Line 10: | Line 10: | ||
.note{ | .note{ | ||
background:#00FF00; | background:#00FF00; | ||
} | } | ||
Latest revision as of 09:37, 18 July 2025
/* CSS placed here will be applied to all skins */
/* section-based ol numbering*/
body {
counter-reset: h2Counter h3Counter h4Counter h5Counter h6Counter tableCounter;
}
.revision {
background:#00ffff;
}
.note{
background:#00FF00;
}