Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:  
}
 
}
   −
/* Inhaltsverzeichnis ausblenden */
+
/* Diverse Bereiche ausblenden */
#toc{
+
#toc{display:none;} /* Inhaltsverzeichnis */
display:none;
+
#footer{display: none;} /* Fußzeile */
}
+
.printfooter{display: none;} /* Printfooter, beinhaltet Link zum Artikel */
    
/* Überschriften im Wiki formatieren */
 
/* Überschriften im Wiki formatieren */
h1, h2, h3, h4, h5, h6{
+
h1, h2, h3, h4, h5, h6{ border-bottom: 1px solid #666;font-size: 18px;color: #666;}
border-bottom: 1px solid #666;
  −
font-size: 18px;
  −
color: #666;
  −
}
  −
 
  −
/* Footer ausblenden */
  −
#footer{
  −
display: none;
  −
  −
}
  −
 
  −
/* Printfooter ausblenden */
  −
.printfooter{
  −
display: none;
  −
}
  −
 
  −
 
  −
/* Bilder im Textbereich */
  −
/*.thumb {
  −
width: 500px;
  −
height: auto;
  −
}*/
 

Navigationsmenü