Änderungen

363 Bytes hinzugefügt ,  08:03, 25. Okt. 2018
keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:  
/* Kopfzeile, hier wird das Logo eingeblendet etc. */
 
/* Kopfzeile, hier wird das Logo eingeblendet etc. */
 
#firstHeading {
 
#firstHeading {
display: block;
+
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: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") !important;
   
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: right;
 
background-position: right;
 
background-size: auto 70px;
 
background-size: auto 70px;
 
line-height: 300%;
 
line-height: 300%;
height: 300px;
   
margin: -20px 0 50px 0;
 
margin: -20px 0 50px 0;
 
color: #666;
 
color: #666;
Zeile 20: Zeile 18:  
#toc{display:none;} /* Inhaltsverzeichnis */
 
#toc{display:none;} /* Inhaltsverzeichnis */
 
#footer{display: none;} /* Fußzeile */
 
#footer{display: none;} /* Fußzeile */
.printfooter{display: none;} /* Printfooter, beinhaltet Link zum Artikel */
+
 
 +
/* printfooter formatierung */
 +
.printfooter{margin: 50px 0 0 0;border:none;} /* Printfooter, beinhaltet Link zum Artikel */
 +
/* 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{
 +
display:block;
 +
}
    
/* Überschriften im Wiki formatieren */
 
/* Überschriften im Wiki formatieren */
h1, h2, h3, h4, h5, h6{ border-bottom: 1px solid #666;font-size: 18px;color: #666;}
+
h1, h2 {border-bottom: 1px solid #666;font-size: 18px;color: #666;}
 +
h3 {border-bottom: none;font-size: 15px;color: #666;}
 +
h4, h5, h6 {border-bottom: none;font-size: 13px;color: #666;}