MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lehr- und Ausbildungsplan für Fachlehrkräfte
Zeile 3: | Zeile 3: | ||
span.mw-headline { | span.mw-headline { | ||
font-weight: bold; | font-weight: bold; | ||
+ | font-size: large; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } |
Version vom 28. November 2018, 22:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
span.mw-headline {
font-weight: bold;
font-size: large;
line-height: 1.5;
}
#firstHeading {
font-weight: bold !important;
line-height: 1.5;
}
span.toctext {
}
span.tocnumber {
}
#toctitle {
display: none !important;
}
.toc>ul ul { margin-left:0,1 !important; font-weight: normal !important; }