MediaWiki:Print.css
De Guide de l'Installation Electrique
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* CSS placed here will affect the print output */
#header, #contentSub, #jump-to-nav, #share-prev-next, .navbar, .printfooter, .footer-main {display:none!important;}
#firstHeading { padding-top: 0!important; margin-top: 0!important;}
a, a:visited { text-decoration: underline; }
#firstHeading a[href]:after { content:""; }
/* uncomment the line below to show the figure numbers in the printed page ...
.thumbinner a[href]:after, .gallerybox .thumb a[href]:after, table.wikitable a.image[href]:after { font-size: 8px; color:#626469!important; }
... and comment the following line */
#content a.image[href]:after { display:none!important; }
.hl-box { background-color: #F7F7F7!important; -webkit-print-color-adjust: exact; }
a, a:visited { color: #219bfd!important; text-decoration: underline !important; }
a.external { text-decoration: underline !important; }
a[href]:after { content: "" !important; }
.thumbinner > img, .thumbinner a > img {max-width: calc(100% - 2px) !important;}
.thumbcaption { background-color: #ededed!important; }
.figure-title, .gallerytext { border: 1px solid #ededed; }
/* TO DO = add css to improve format of printed tables */
table.wikitable > tr > th, table.wikitable > * > tr > th { background-color:#cef2d5!important; -webkit-print-color-adjust: exact; }
table.wikitable td.table_title_level_1 { background-color:#cbcbcb!important; -webkit-print-color-adjust: exact; }
table.wikitable td.table_title_level_2 { background-color:#ededed!important; -webkit-print-color-adjust: exact; }
#tc-privacy-wrapper, #SideSummary, #toc, .vd0 #firstHeading:after { display: none!important; }
*:not([class="tb-squares"]) { font-family: 'Arial'!important; }
#footer-info li { color: #626469!important; font-style: italic; }
#footer-info { margin-top: 12px; }
h3, h4, h5, .related-guide-title {font-weight: bold;}
/* Bootstrap 4 print workaround */
@page { size: auto; }
body { min-width: 0px !important; }
.container { min-width: 0px !important; width: auto; }
*, *::before, *::after { color: #000 !important; }
/* Override MediaWiki print styles */
p { line-height: 1.42857143; }
img, figure, .wikitable, .thumb { page-break-inside: auto; }
/* Override common.css */
.containerBodyWithoutSS { padding-top: 0px !important; }