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

De plantes indicatrices
Sauter à la navigation Sauter à la recherche
Ligne 23 : Ligne 23 :
 
}
 
}
  
.wikitable td{
+
.print{
font-size:15px !important;
+
font-size:20px !important;
 
}
 
}

Version du 5 mars 2015 à 14:43

/* 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;
}

.print{
font-size:20px !important;
}