MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 20 : | Ligne 20 : | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url(/resources/assets/logo.png?ec4e0); | background-image: url(/resources/assets/logo.png?ec4e0); | ||
+ | } | ||
+ | |||
+ | .mw-logo { | ||
+ | display: -webkit-flex; | ||
+ | display: -moz-flex; | ||
+ | display: -ms-flexbox; | ||
+ | display: flex; | ||
+ | height: 100%; | ||
+ | align-items: center; | ||
} | } |
Version du 2 octobre 2020 à 11:19
/* Le CSS placé ici affectera les impressions */ .toc { display: none !important; } #p-logo a { display: block; width: 10em; height: 160px; background-repeat: no-repeat; background-position: center center; text-decoration: none; } .mw-logo { display: block !important; } .mw-wiki-logo { background-image: url(/resources/assets/logo.png?ec4e0); } .mw-logo { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; height: 100%; align-items: center; }