MediaWiki:Print.css: Unterschied zwischen den Versionen

Zeile 26: Zeile 26:
  
 
#firstHeading {
 
#firstHeading {
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png);
+
background-image: url(https://gendermedwiki.uni-muenster.de/mediawiki/images/d/d6/logo_512.png)!important;  
background-repeat: no-repeat;
+
background-repeat: no-repeat!important;  
background-position: right;
+
background-position: right!important;  
line-height: 200%;
+
line-height: 200%!important;  
color: #ffffff;
+
color: #ffffff!important;  
 
}
 
}

Version vom 15. März 2017, 15:01 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; 
background-position: right!important; 
line-height: 200%!important; 
color: #ffffff!important; 
}