MediaWiki:Print.css: Unterschied zwischen den Versionen

Zeile 28: Zeile 28:
 
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png)!important;  
 
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png)!important;  
 
background-repeat: no-repeat!important;  
 
background-repeat: no-repeat!important;  
 +
}
 +
@media screen {
 +
  h1 {
 +
    text-align: right!important;
 +
    border-bottom: 3px dashed #00f!important;
 +
    color: #008!important;
 +
    background-color: inherit!important;
 +
  }
 +
}
 +
 +
@media print {
 +
  h1, ... {
 +
    color: #000!important;
 +
    background-color: #fff!important;
 +
  }
 
}
 
}

Version vom 15. März 2017, 15:04 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; 
}

#firstHeading {
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png)!important; 
background-repeat: no-repeat!important; 
}
@media screen {
  h1 {
    text-align: right!important; 
    border-bottom: 3px dashed #00f!important; 
    color: #008!important; 
    background-color: inherit!important; 
  }
}
 	
@media print {
  h1, ... {
    color: #000!important; 
    background-color: #fff!important; 
  }
}