« 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 21 : | Ligne 21 : | ||
/* On règle le problème des 80%-100% en version web/imprimée */ | /* On règle le problème des 80%-100% en version web/imprimée */ | ||
td .barre_menu { | |||
display: none; | border: 1px solid red | ||
width: 0%; | /*display: none; | ||
width: 0%;*/ | |||
} | } | ||
table:first-of-type tr:first-child td:first-child { | table:first-of-type tr:first-child td:first-child { | ||
width: 100%; | border: 5px solid red | ||
padding-right: 1px; | /*width: 100%; | ||
} | padding-right: 1px;*/ | ||
} | |||
.replace_gif { | .replace_gif { | ||
Version du 17 novembre 2023 à 15:38
/* Le CSS placé ici affectera les impressions UNIQUEMENT. */
* {
font-size : 12px;
}
p, ul, li {
page-break-inside: avoid;
font-size: 12px;
}
.firstHeading {
font-size: 18px;
padding: 0px;
margin: 0px;
}
.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 {
border: 1px solid red
/*display: none;
width: 0%;*/
}
table:first-of-type tr:first-child td:first-child {
border: 5px solid red
/*width: 100%;
padding-right: 1px;*/
}
.replace_gif {
display: block;
}
/* On retire le footer du print (écritures automatiques) */
#footer {
display: none;
}