All public logs
Combined display of all available logs of Wiki RB4. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:13, 19 October 2025 UweHeuer talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: body { counter-reset: h2counter; } h2 { counter-reset: h3counter; } h3 { counter-reset: h4counter; } h2::before { counter-increment: h2counter; content: counter(h2counter) ". "; } h3::before { counter-increment: h3counter; content: counter(h2counter) "." counter(h3counter) " "; } h4::before { counter-increment: h4counter; content: counter(h2counter) "." counter(h3counter) "." counter(h4counter) " "; }...")