Änderungen

Zur Navigation springen Zur Suche springen
338 Bytes hinzugefügt ,  08:03, 25. Okt. 2018
keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:  
/* Das folgende CSS wird in der Druckausgabe geladen. */
 
/* Das folgende CSS wird in der Druckausgabe geladen. */
*{
+
*{font-family: calibri, sans-serif;}
font-family: calibri, sans-serif;
  −
}
      
/* Kopfzeile, hier wird das Logo eingeblendet etc. */
 
/* Kopfzeile, hier wird das Logo eingeblendet etc. */
 
#firstHeading {
 
#firstHeading {
background-image: url(https://wiki.ooelfv.at/sybos/images/thumb/2/21/Logo_OOe._LANDES_FEUERWEHR_VERBAND_syBOS_800x330.png/300px-Logo_OOe._LANDES_FEUERWEHR_VERBAND_syBOS_800x330.png);
+
background-image:url(https://wiki.ooelfv.at/sybos/images/thumb/2/21/Logo_OOe._LANDES_FEUERWEHR_VERBAND_syBOS_800x330.png/300px-Logo_OOe._LANDES_FEUERWEHR_VERBAND_syBOS_800x330.png);
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: right;
 
background-position: right;
Zeile 17: Zeile 15:  
}
 
}
   −
/* Inhaltsverzeichnis ausblenden */
+
/* Diverse Bereiche ausblenden */
#toc{
+
#toc{display:none;} /* Inhaltsverzeichnis */
display:none;
+
#footer{display: none;} /* Fußzeile */
}
  −
 
  −
/* Überschriften im Wiki formatieren */
  −
h1, h2, h3, h4, h5, h6{
  −
border-bottom: 1px solid #666;
  −
font-size: 18px;
  −
color: #666;
  −
}
     −
/* Footer ausblenden */
+
/* printfooter formatierung */
#footer{
+
.printfooter{margin: 50px 0 0 0;border:none;} /* Printfooter, beinhaltet Link zum Artikel */
display: none;
+
/* Der Text im Printfooter ist im Template fix hinterlegt! Dieses ist am Server unter /var/www/html/sybos/skins/Vector/includes/VectorTemplate.php zu finden */
+
 +
.printfooterText{
 +
text-align: center;
 +
display: block;
 
}
 
}
   −
/* Printfooter ausblenden */
   
.printfooter{
 
.printfooter{
display: none;
+
display:block;
 
}
 
}
   −
 
+
/* Überschriften im Wiki formatieren */
/* Bilder im Textbereich */
+
h1, h2 {border-bottom: 1px solid #666;font-size: 18px;color: #666;}
/*.thumb {
+
h3 {border-bottom: none;font-size: 15px;color: #666;}
width: 500px;
+
h4, h5, h6 {border-bottom: none;font-size: 13px;color: #666;}
height: auto;
  −
}*/
 

Navigationsmenü