MediaWiki:Common.css
Revision as of 09:30, 8 November 2024 by Jemaleddin (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ body { counter-reset: raw; } .episode::before { counter-increment: raw; content: counter(raw) " - "; } .the-list li:nth-child(25n) { border-bottom: 1px dotted #aaa; padding-bottom: 5px; margin-bottom: 5px; } .the-list li:nth-child(50n) { border-bottom: 1px dashed #999; padding-bottom: 5px; margin-bottom: 5px; } .the-list li:nth-child(100n) { border-bottom: 1px solid #888; padding-bottom: 5px; margin-bottom: 5px; }