MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lehr- und Ausbildungsplan für Fachlehrkräfte

Wechseln zu: Navigation, Suche
 
(47 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
/*Inhaltsverzeichnis auf Seite Nummern ausblenden */
+
span.mw-headline {
.toc .tocnumber {
+
   font-weight: bold !important;
   display: none;
+
  font-size: x-large !important;
 +
  line-height: 2.5;
 
}
 
}
  
/*Inhaltsverzeichnis auf Seite Titel ausblenden */
+
#firstHeading {
.toc .toctitle {
+
  font-weight: bold !important;
   display: none;
+
  font-size: x-large !important;
 +
  line-height: 1.5;
 +
}
 +
 
 +
span.toctext {
 +
  line-height: 1.5 !important;
 +
  font-weight: normal !important;
 +
  font-size: medium !important;
 +
}
 +
 
 +
span.tocnumber {
 +
  display: none !important;
 +
}
 +
 
 +
#toctitle {
 +
   font-weight: bold !important;
 +
  font-size: medium !important;
 +
  text-decoration: underline !important;
 +
}
 +
 
 +
.toc>ul ul { margin-left:0,1 !important; font-weight: normal !important; }
 +
 
 +
h2 {
 +
  border-bottom: none !important;
 
}
 
}

Aktuelle Version vom 28. November 2018, 23:03 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 {
   line-height: 1.5 !important;
   font-weight: normal !important;
   font-size: medium !important; 
}

span.tocnumber {
   display: none !important;
}

#toctitle {
   font-weight: bold !important;
   font-size: medium !important;
   text-decoration: underline !important;
}

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

h2 {
   border-bottom: none !important;
}