MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
 
(34 révisions intermédiaires par le même utilisateur non affichées)
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 { #p-logo a {
+
.toc {
     display: block;
+
display: none !important;
     width: 10em;
+
}
     height: 160px;
+
 
    background-repeat: no-repeat;
+
 
    background-position: center center;
+
#p-logo a {
    text-decoration: none;
+
     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;
 +
}

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