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

De Wiki - La Calv
Aller à la navigation Aller à la recherche
(Page créée avec « →‎<nowiki> : →‎Used on the [[Accueil]]. : #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; } »)
 
Aucun résumé des modifications
Ligne 2 : Ligne 2 :


/* Used on the [[Accueil]]. */
/* Used on the [[Accueil]]. */
#accueil .banner-wrapper {
.banner-wrapper {
     width: 75%;
     width: 75%;
     margin: auto;
     margin: auto;

Version du 11 novembre 2023 à 16:53

/*<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;
}