« MediaWiki:Common.css » : différence entre les versions

De 21Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */
body{
 
    background: url(https://21jumpclick.fr/img/img-8.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 160px;
    margin-bottom: -160px;
    opacity: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: -2;
    background-position: 50%;
    background-size: cover;
}
body::before{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(25%,rgba(var(--theme-body-background-color--rgb),0)),to(var(--theme-body-background-color)));
    background-image: linear-gradient(to bottom,rgba(var(--theme-body-background-color--rgb),0) 25%,var(--theme-body-background-color));
    bottom: 0;
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
*{
*{
font-family:initial !important;
font-family:initial !important;

Version du 31 août 2021 à 17:06

/* 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{
    mix-blend-mode: lighten;
    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;
}