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

De fablabo
Aller à :navigation, rechercher
Import de Démo WV
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* ---------- Header - Footer ---------- */
/* Overwrite grey color */
.bg-light, .p-navbar {
    background-color: white !important;
}
/* Header */
/* Header */
div.container:not(.mt-4) > .row:nth-child(1),
div.container:not(.mt-4) > .row:nth-child(1),
Ligne 10 : Ligne 17 :
     border-radius: 0 0 6px 6px;
     border-radius: 0 0 6px 6px;
}
}




Ligne 17 : Ligne 23 :
     box-shadow: 0px -1px 2px #eeeeee;
     box-shadow: 0px -1px 2px #eeeeee;
     border-radius: 6px 6px 0 0;
     border-radius: 6px 6px 0 0;
}
@media (min-width: 1105px) {
    .navbar-expand-cmln .navbar-nav, .p-navbar.collapsible .navbar-nav {
        flex-wrap: wrap;
    }
}
}

Version du 22 novembre 2024 à 11:49

/* ---------- Header - Footer ---------- */
/* Overwrite grey color */
.bg-light, .p-navbar {
    background-color: white !important;
}


/* Header */
div.container:not(.mt-4) > .row:nth-child(1),
div.container:not(.mt-4) > .row:nth-child(2) {
    background: white;
    box-shadow: 0px 3px 2px #eeeeee;
}
div.container:not(.mt-4) > .row:nth-child(3){
	background: white;
    box-shadow: 0px 3px 2px #eeeeee;
    border-radius: 0 0 6px 6px;
}


/* Footer */
.mb-2.mt-4.container {
    box-shadow: 0px -1px 2px #eeeeee;
    border-radius: 6px 6px 0 0;
}

@media (min-width: 1105px) {
    .navbar-expand-cmln .navbar-nav, .p-navbar.collapsible .navbar-nav {
        flex-wrap: wrap;
    }
}