MediaWiki:Print.css : Différence entre versions

(Page créée avec « Le CSS placé ici affectera les impressions : #bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img { max-height: 500px; } »)
 
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici affectera les impressions */
 
/* Le CSS placé ici affectera les impressions */
 
 
#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
 
#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
         max-height: 500px;
+
         max-height: 300px !important;
 +
        width: auto !important;
 +
        border:0 !important;
 
     }
 
     }
 +
 +
.print-only .tuto-step-image {
 +
    text-align: center;
 +
    border: 1px solid #ccc;
 +
    background: #fff !important;
 +
}

Version actuelle datée du 27 août 2024 à 09:13

/* Le CSS placé ici affectera les impressions */
#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
        max-height: 300px !important;
        width: auto !important;
        border:0 !important;
    }

.print-only .tuto-step-image {
    text-align: center;
    border: 1px solid #ccc;
    background: #fff !important;
}