banana for archwiki headings
archwiki banana by midiidev
Details
Authormidiidev
LicenseNo License
Categoryarchlinux
Created
Updated
Size776 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
banana
Source code
/* ==UserStyle==
@name archwiki banana
@version 20230627.01.25
@namespace userstyles.world/user/midiidev
@description banana for archwiki headings
@author midiidev
@license No License
==/UserStyle== */
@-moz-document domain("wiki.archlinux.org") {
.mw-headline::before {
content: 'π ' counter(h2-section) !important;
}
h3 > .mw-headline::before {
content: 'ππ ' counter(h2-section) '.' counter(h3-section) !important;
}
h4 > .mw-headline::before {
content: 'πππ ' counter(h2-section) '.' counter(h3-section) '.' counter(h4-section) !important;
}
h5 > .mw-headline::before {
content: 'ππππ ' counter(h2-section) '.' counter(h3-section) '.' counter(h4-section) '.' counter(h5-section) !important;
}
}