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

De plantes indicatrices
Sauter à la navigation Sauter à la recherche
 
(21 versions intermédiaires par le même utilisateur non affichées)
Ligne 5 : Ligne 5 :
 
#footer { display: none; }
 
#footer { display: none; }
  
 +
 +
/* custom print styles added by Dominique Weber*/
 +
.firstHeading{
 +
font-family:arial;
 +
}
  
 
.wikitable{
 
.wikitable{
margin:50px !important;
+
font-family:arial;
 +
font-size:80% !important;
 +
}
 +
.noprint{
 +
display:none;
 
}
 
}
.wikitable td{
+
.onlyinprint{
padding:20px !important;
+
display:inline;
 
}
 
}

Version actuelle datée du 5 mars 2015 à 15:01

/* 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% !important;
}
.noprint{
display:none;
}
.onlyinprint{
display:inline;
}