MediaWiki:Common.css
De 21Wiki
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */
*{
font-family:initial !important;
}
.mw-parser-output a.external, .link-httpsttp{
background: none !important;
padding: 0 !important;
}
li{
list-style-type: none;
}
.mw-wiki-logo.fallback{
content: '';
width: 11em;
height: 11em;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#ca-talk { display:none!important; }
#t-specialpages{display:none !important;}
body.page-Accueil #page-tools{ display:none!important; }
.page-Accueil li#ca-delete { display: none !important; }
.portable-infobox {
background: initial;
clear: right;
float: right;
font-size: .85em;
margin: 0 0 15px 15px;
margin: 0 0 var(--pi-margin) var(--pi-margin);
width: 270px;
width: var(--pi-width);
}
.portable-infobox p{
text-align: center;
line-height: 1.25;
padding: 12px 9px;
}
.portable-infobox .pi-data-value:not(:first-child){
padding-left: 10px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: row;
}
.portable-infobox .pi-data-label,
.portable-infobox .pi-title{display: none !important;}
.portable-infobox .pi-data-label + p{
font-weight: bold;
}
.portable-infobox .pi-item-spacing{
padding: 0;
}
.portable-infobox .pi-header + p{
font-weight: bold;
font-size: 1.1rem;
}