MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus LFK syBOS
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
*{
 
*{
 
font-family: calibri, sans-serif;
 
font-family: calibri, sans-serif;
 +
}
 +
#content{
 +
position: relative;
 
}
 
}
  
 
/* 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;
background-size: auto 70px;
+
background-size: auto 70px;
line-height: 300%;
+
line-height: 300%;
margin: -20px 0 50px 0;
+
margin: -20px 0 50px 0;
color: #666;
+
color: #666;
font-size: 28px;
+
font-size: 28px;
border: none;
+
border: none;
 +
position: absolute;
 +
bottom: 0px;
 
}
 
}
  

Version vom 7. September 2018, 07:59 Uhr

/* Das folgende CSS wird in der Druckausgabe geladen. */
*{
	font-family: calibri, sans-serif;
}
#content{
	position: relative;
}

/* Kopfzeile, hier wird das Logo eingeblendet etc. */
#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-repeat: no-repeat;
	background-position: right;
	background-size: auto 70px;
	line-height: 300%;
	margin: -20px 0 50px 0;
	color: #666;
	font-size: 28px;
	border: none;
	position: absolute;
	bottom: 0px;
}

/* Inhaltsverzeichnis ausblenden */
#toc{
	display:none;
}

/* Überschriften im Wiki formatieren */
h1, h2, h3, h4, h5, h6{
	border-bottom: 1px solid #666;
	font-size: 18px;
	color: #666;
}

/* Footer ausblenden */
#footer{
	display: none;
	
}

/* Printfooter ausblenden */
.printfooter{
	display: none;
}