MediaWiki:Print.css: Unterschied zwischen den Versionen

 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 25: Zeile 25:
 
}
 
}
  
 +
/* @media screen {
 
#firstHeading {
 
#firstHeading {
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png)!important;  
+
    text-align: right!important;
background-repeat: no-repeat!important;  
+
    border-bottom: 3px dashed #00f!important;
 +
    color: #008!important;
 +
    background-color: inherit!important;
 +
  }
 +
}
 +
 +
@media print {
 +
#firstHeading {
 +
    color: #000!important;
 +
    background-color: #fff!important;
 +
  }
 +
}*/
 +
@media screen {
 +
  * {
 +
    font-family: verdana,arial,sans-serif!important;  
 +
  }
 +
}
 +
 
 +
@ media print{
 +
  * {
 +
    font-family: "times new roman",times,serif!important;
 +
    text-align: justify!important;  
 +
  }
 
}
 
}

Aktuelle Version vom 19. August 2019, 16:17 Uhr

/* Das folgende CSS wird in der Druckausgabe geladen. */

#page-header, 
#userbar,
#p-logo,
.subpages,
#toctitle,
#toc {
    display: none !important;
}
@media print {
.kopfzeile,
.printfooter,
.f-list{
    display: none!important;
}
#siteSub,
#contentSub,
#footer
 {
        display: none!important;
}
}
@page { size: landscape!important; 
}

/* @media screen {
#firstHeading {
    text-align: right!important; 
    border-bottom: 3px dashed #00f!important; 
    color: #008!important; 
    background-color: inherit!important; 
  }
}
 	
@media print {
#firstHeading {
    color: #000!important; 
    background-color: #fff!important; 
  }
}*/
@media screen {
  * {
    font-family: verdana,arial,sans-serif!important; 
  }
} 

@ media print{
  * {
    font-family: "times new roman",times,serif!important; 
    text-align: justify!important; 
  }
}