Änderungen

Zur Navigation springen Zur Suche springen

MediaWiki:Common.css

219 Bytes hinzugefügt, 12:20, 11. Apr. 2022
K
add numbered lists
/* CSS placed here will be applied to all skins */
 
/* don't show categories on main page */
body.page-Hauptseite #catlinks { display : none }
#mainpage h2 {
display: none;
}
 
/* numbered lists */
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
 
<noinclude>[[en:MediaWiki:Common.css]]</nowiki>

Navigationsmenü