MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici affectera les impressions */
 
/* Le CSS placé ici affectera les impressions */
  
body, #globalWrapper, #column-content, #content, #bodyContent, @media print { #p-logo a {
+
@media print {
    display: block;
+
#p-logo a
    width: 10em;
+
}
    height: 160px;
 
    background-repeat: no-repeat;
 
    background-position: center center;
 
    text-decoration: none;
 
}}
 

Version du 2 octobre 2020 à 10:33

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

@media print {
#p-logo a
}