« MediaWiki:Print.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 14 : | Ligne 14 : | ||
table:first-child tr:first-child td:first-child { | table:first-child tr:first-child td:first-child { | ||
width: 100%; | width: 100%; | ||
padding- | padding-right: 0px; | ||
} | } | ||
Version du 21 juillet 2023 à 11:27
/* Le CSS placé ici affectera les impressions UNIQUEMENT. */
.gif, .barre_menu, .cadrevideo, .btnretour, .btnhome {
display: none;
}
/* On règle le problème des 80%-100% en version web/imprimée */
td .barre_menu {
display: none;
width: 0%;
}
table:first-child tr:first-child td:first-child {
width: 100%;
padding-right: 0px;
}
.replace_gif {
display: block;
}