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

De Wiki - La Calv
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 12 : Ligne 12 :
     text-align: center;
     text-align: center;
     color: #000;
     color: #000;
}
.content-frame-outer.double-width {
    width: calc(66% + 4px);
}
}

Version du 11 novembre 2023 à 16:54

/*<nowiki>*/

/* Used on the [[Accueil]]. */
.banner-wrapper {
    width: 75%;
    margin: auto;
    background: #F5FAFF;
    border: 1px solid #AAA;
    box-shadow: inset 0 0 0 4px #F5FAFF, inset 0 0 0 5px #7BC;
    padding: 7px;
    font-weight: bold;
    text-align: center;
    color: #000;
}



.content-frame-outer.double-width {
    width: calc(66% + 4px);
}