Mal:Nummerering/style.css

Fra Wikisida.no
Sideversjon per 25. sep. 2025 kl. 23:57 av nb>Jon Harald Søby (fjerner stiling for referanseseksjoner, kommer nå via MediaWiki:Common.css i stedet (uten at man trenger å bruke {{nummerering}}))
Hopp til navigering Hopp til søk
/*
Style for changing list number system
© John Erling Blad, Creative Commons by Attribution 3.0
*/

/* this is for an ordinary list */
.following-list-style-type-lower-alpha + ol li { list-style-type:lower-alpha; }
.following-list-style-type-upper-alpha + ol li { list-style-type:upper-alpha; }
.following-list-style-type-lower-roman + ol li { list-style-type:lower-roman; }
.following-list-style-type-upper-roman + ol li { list-style-type:upper-roman; }
.following-list-style-type-lower-greek + ol li { list-style-type:lower-greek; }
.following-list-style-type-decimal + ol li { list-style-type:decimal; }