« MediaWiki:Print.css » : différence entre les versions
De Guide de l'Installation Electrique
Aucun résumé des modifications |
m (1 révision importée : importer pages, templates etc de PPR-FR (X1)) |
(Aucune différence)
|
Version du 20 mai 2020 à 12:53
/* CSS placed here will affect the print output */
#contentSub, #share-prev-next, .navbar, .footer-main {display:none;}
#firstHeading { padding-top: 0; }
a, a:visited { text-decoration: underline; }
#firstHeading a[href]:after { content:""; }
.thumbinner a[href]:after, .gallerybox .thumb a[href]:after, table.wikitable a.image[href]:after { font-size: 8px; color:#626469!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; }