« Utilisateur:Angèle/chameleon.css » : différence entre les versions

De Wiki Campus Cyber
Aller à :navigation, rechercher
Aucun résumé des modifications
Balise : Révocation manuelle
Aucun résumé des modifications
Ligne 14 : Ligne 14 :


.nav-item.dropdown:nth-of-type(5) {
.nav-item.dropdown:nth-of-type(5) {
background-color: var(--red);
background-color: var(--red)!important;
}
}

Version du 20 juillet 2022 à 09:27

.mw-body h2.flow-board-header-title {
	font-size: 1rem;
	margin-top: 5px;
}

.mw-ui-button:not(.mw-ui-icon-element) {
	padding: 5px 0px;
}

body {
background-image: url(http://hoedic.server.wiki-valley.com/images/c/cf/Logo_back_campus.png);
background-position: right bottom;
}

.nav-item.dropdown:nth-of-type(5) {
	background-color: var(--red)!important;
}