MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
 
(24 révisions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :
 
display: none !important;
 
display: none !important;
 
}
 
}
 +
  
 
#p-logo a {
 
#p-logo a {
     display: block;
+
     display: inline !important;
    width: 10em;
+
}
    height: 160px;
+
 
    background-repeat: no-repeat;
+
.mw-wiki-logo {
     background-position: center center;
+
     background-image: url(/resources/assets/logo.png);
    text-decoration: none;
 
 
}
 
}
  
 
.mw-logo {
 
.mw-logo {
display: block !important;
+
    display: right !important;
 +
}
  
 +
.printfooter {
 +
clear: both;
 
}
 
}
.mw-wiki-logo {
+
 
    background-image: url(/resources/assets/logo.png?ec4e0);
+
#footer-info li {
 +
    display: none !important;
 +
}
 +
 
 +
 
 +
/* Évite les lignes solitaires */
 +
.content p {
 +
orphans: 4;
 +
widows: 4;
 
}
 
}
  
.mw-logo {
+
.printfooter {
    display: -webkit-flex;
+
display: none !important;
    display: -moz-flex;
 
    display: -ms-flexbox;
 
    display: flex;
 
    height: 100%;
 
    align-items: center;
 
 
}
 
}

Version actuelle datée du 13 août 2021 à 09:21

/* Le CSS placé ici affectera les impressions */

.toc {
	display: none !important;
}


#p-logo a {
    display: inline !important;
}

.mw-wiki-logo {
    background-image: url(/resources/assets/logo.png);	
}

.mw-logo {
    display: right !important;
}

.printfooter {
	clear: both;
}

#footer-info li {
     display: none !important;
}


/* Évite les lignes solitaires */
.content p {
	orphans: 4;
	widows: 4;
}

.printfooter {
	display: none !important;
}