« MediaWiki:Common.css » : différence entre les versions
De 21Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 50 : | Ligne 50 : | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
.portable-infobox .pi-data-label + p{ | .portable-infobox .pi-data-label + p{ |
Version du 31 août 2021 à 17:30
/* 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: 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-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;
}