MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lehr- und Ausbildungsplan für Fachlehrkräfte

Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
span.mw-headline {
 
span.mw-headline {
 
   font-weight: bold;
 
   font-weight: bold;
 +
  line-height: 2.5;
 +
}
 +
 +
h2.firstHeading {
 +
  font-weight: bold;
 +
  font-style: underline;
 
   line-height: 2.5;
 
   line-height: 2.5;
 
}
 
}

Version vom 28. November 2018, 17:42 Uhr

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

span.mw-headline {
   font-weight: bold;
   line-height: 2.5;
}

h2.firstHeading {
   font-weight: bold;
   font-style: underline;
   line-height: 2.5;
}

span.toctext {
   font-weight: bold; 
}

span.tocnumber {
   font-weight: bold; 
}

span.toctitle {
   display: none;
}

/* .toc>ul ul { margin-left:0 !important; } */