MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 3 : Ligne 3 :
 
.toc {
 
.toc {
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
#p-logo a {
 +
    display: block;
 +
    width: 10em;
 +
    height: 160px;
 +
    background-repeat: no-repeat;
 +
    background-position: center center;
 +
    text-decoration: none;
 
}
 
}
  
 
.mw-logo {
 
.mw-logo {
 
display: block !important;
 
display: block !important;
 +
 +
}
 +
.mw-wiki-logo {
 +
    background-image: url(/resources/assets/logo.png?ec4e0);
 
}
 
}

Version du 2 octobre 2020 à 11:16

/* Le CSS placé ici affectera les impressions */

.toc {
	display: none !important;
}

#p-logo a {
    display: block;
    width: 10em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}

.mw-logo {
	display: block !important;

}
.mw-wiki-logo {
    background-image: url(/resources/assets/logo.png?ec4e0);
}