Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Jemaleddin (talk | contribs) |
Jemaleddin (talk | contribs) |
||
Line 8: | Line 8: | ||
} | } | ||
.the-list li:nth-child(100) { | .the-list li:nth-child(100) { | ||
border-bottom: 1px solid # | border-bottom: 1px solid #888; | ||
padding-bottom: 5px; | |||
margin-bottom: 5px; | |||
} | } |
Revision as of 08:43, 8 November 2024
/* 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(100) { border-bottom: 1px solid #888; padding-bottom: 5px; margin-bottom: 5px; }