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:helvetica,arial,sans-serif;
}
.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;
}
.mw-wiki-logo{
display: block;
margin: 0.75em auto 0;
background-size: contain !important ;
}
#t-specialpages{display:none !important;}
#ca-talk { 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: 20rem;
border:solid 1px;
}
.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;
flex-wrap: wrap;
}
.portable-infobox .pi-item-spacing{
padding: 0;
}
.portable-infobox .pi-header + p{
font-weight: bold;
font-size: 1.1rem;
}
.portable-infobox .pi-data-value:not(:first-child) {
padding-left: 10px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
width: 40%;
}
.pi-data-label.pi-secondary-font {
cursor: pointer;
display: flex;
flex-direction: row;
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
}
.portable-infobox.pi-data-label p{
font-size: 0.95rem;
font-weight: 400;
}
.client-dark-mode .mw-wiki-logo{
display: block;
margin: 0.75em auto 0;
filter:invert(1) hue-rotate(180deg);
-webkit-filter:invert(1) hue-rotate(180deg)
}
.pi-header{
cursor:pointer !important;
}