MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lehr- und Ausbildungsplan für Fachlehrkräfte

Wechseln zu: Navigation, Suche
Zeile 18: Zeile 18:
  
 
span.tocnumber {
 
span.tocnumber {
    
+
   display: none !important;
 
}
 
}
  

Version vom 28. November 2018, 22:29 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

span.mw-headline {
   font-weight: bold !important;
   font-size: x-large !important;
   line-height: 2.5;
}

#firstHeading {
   font-weight: bold !important;
   font-size: x-large !important;
   line-height: 1.5;
}

span.toctext {
   
}

span.tocnumber {
   display: none !important;
}

#toctitle {
   display: none !important;
}

 .toc>ul ul { margin-left:0,1 !important; font-weight: normal !important; }