MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Page créée avec « →Le CSS placé ici affectera les impressions : body, #globalWrapper, #column-content, #content, #bodyContent, @media print ») |
|||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici affectera les impressions */ | /* Le CSS placé ici affectera les impressions */ | ||
− | body, #globalWrapper, #column-content, #content, #bodyContent, @media print | + | body, #globalWrapper, #column-content, #content, #bodyContent, @media print { #p-logo a { |
+ | display: block; | ||
+ | width: 10em; | ||
+ | height: 160px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center center; | ||
+ | text-decoration: none; | ||
+ | }} |
Version du 2 octobre 2020 à 10:26
/* Le CSS placé ici affectera les impressions */ body, #globalWrapper, #column-content, #content, #bodyContent, @media print { #p-logo a { display: block; width: 10em; height: 160px; background-repeat: no-repeat; background-position: center center; text-decoration: none; }}