MediaWiki:Print.css : Différence entre versions

Ligne 5 : Ligne 5 :
 
         width: auto !important;
 
         width: auto !important;
 
         border:0 !important;
 
         border:0 !important;
   -webkit-filter: drop-shadow(1px 1px 0 white)
+
   -webkit-filter: drop-shadow(1px 1px 0 red)
                   drop-shadow(-1px -1px 0 white) !important;
+
                   drop-shadow(-1px -1px 0 blue) !important;
   filter: drop-shadow(1px 1px 0 white)  
+
   filter: drop-shadow(1px 1px 0 red)  
           drop-shadow(-1px -1px 0 white) !important;
+
           drop-shadow(-1px -1px 0 blue) !important;
 
     }
 
     }
  

Version du 27 août 2024 à 10:45

/* 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;
  -webkit-filter: drop-shadow(1px 1px 0 red)
                  drop-shadow(-1px -1px 0 blue) !important;
  filter: drop-shadow(1px 1px 0 red) 
          drop-shadow(-1px -1px 0 blue) !important;
    }

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

#main-content-header {display:none !important;}

.cadiou-print-qrcode {
    width: 80px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 1150px;
}

.step-instructions h2 {
    margin-top: 15px !important;
}

.mw-body {
 margin-bottom:0 !important;
}

#bodyContent .hrContentMinor {
    margin: 15px 0 0 0 !important;
}

.EPI-image {
    -webkit-line-clamp: 4;
height:auto;
}

.step-instructions.step-instructions-manyimage {margin-bottom:15px !important}

.cadiou-print-tags {
    background: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    float: left !important;
    margin: 0 0 15px !important;
    font-size: 1.2em !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}

.tuto-details-about-title {font-size: 1.30em !important;}

.mw-body .tuto-items-container .printTOC #toc .toctitle h2 {font-size: 1.5em !important;}

.cadiou-print-pagetitle {
    font-size: 2.5em !important;
    margin: 80px 0 30px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc !important;
}

.mw-body .tuto-items-container .printTOC #toc ul {
    font-size: 17px !important;
    line-height: 1.8em !important;
}