« Utilisateur:Mathis/chameleon.css » : différence entre les versions

De Wiki Campus Cyber
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 30 : Ligne 30 :
.navbarRow.row {
.navbarRow.row {
padding: 5px 10px;
padding: 5px 10px;
position: absolute;
}
}



Version du 2 août 2022 à 14:09

/**************************/
/* ***** TOP NAVBAR ***** */
/**************************/

/* ---------- */
/* - Ligne 28 */
/* ---------- */
/* navbar container */
.navbarRow.row {
	width: 99.9vw;
}

/* Supression du padding des enfants du navbar container */
.navbarRow.row > .col {
    padding: 0;
}
@media(min-width: 768px) {
	nav#mw-navigation.p-navbar {
        padding-right: 0px;
	    margin: 0 !important;
	    width: 100%;
	}
}

/* */ @media (max-width: 768px) { /* */
	/* ----------- */
	/* - Ligne 245 */
	/* ----------- */
	/* navbar container */
	.navbarRow.row {
		padding: 5px 10px;
		position: absolute;
	}

	/* ----------- */
	/* - Ligne 263 */
	/* ----------- */
	.p-navbar.collapsible .navbar-nav > div:last-child { background: var(--red); }
	
	.p-navbar.collapsible .navbar-nav:not(.navbar-tools) {
	    width: 98vw;
	    background: white;
	    position: absolute;
	    top: 55px;
	    left: 0;
	}
/* */ } /* */