Différences entre versions de « MediaWiki:Print.css »

De plantes indicatrices
Sauter à la navigation Sauter à la recherche
Ligne 21 : Ligne 21 :
 
.onlyinprint{
 
.onlyinprint{
 
display:inline;
 
display:inline;
 +
}
 +
 +
.wikitable td{
 +
font-size:15px !important;
 
}
 
}

Version du 5 mars 2015 à 14:40

/* Le CSS placé ici affectera les impressions */
#siteSub,
.printfooter,
#catlinks,
#footer { display: none; }


/* custom print styles added by Dominique Weber*/
.firstHeading{
font-family:arial;
}

.wikitable{
font-family:arial;
font-size:80%;
}

.noprint{
display:none;
}
.onlyinprint{
display:inline;
}

.wikitable td{
font-size:15px !important;
}