MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 8 : Ligne 8 :
 
}
 
}
 
#p-logo a {
 
#p-logo a {
     display: block;
+
     display: block !important;
 
     width: 10em;
 
     width: 10em;
 
     height: 160px;
 
     height: 160px;

Version du 2 octobre 2020 à 11:05

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

.toc {
	display: none !important;
}

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