« MediaWiki:PageProgrammes.css » : différence entre les versions
De Mouvement Arbre-Évolution
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(17 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 40 : | Ligne 40 : | ||
/** GROS BOUTONS VERS FORMULAIRE **/ | /** GROS BOUTONS VERS FORMULAIRE **/ | ||
/** Reboisement social **/ | |||
.gros-bouton { | .gros-bouton { | ||
padding-top:15%; | |||
padding-top: | |||
} | } | ||
.gros-bouton-ent { | .gros-bouton-ent { | ||
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Entreprise_Blanc.svg"); | background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Entreprise_Blanc.svg"); | ||
background-position: center 5%; | |||
background-size: 30% 30%; | |||
background-repeat:no-repeat; | |||
} | } | ||
.gros-bouton-mun { | .gros-bouton-mun { | ||
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Ville_Municipalite_Vert.svg"); | background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Ville_Municipalite_Vert.svg"); | ||
background-position: center 5%; | |||
background-size: 30% 30%; | |||
background-repeat:no-repeat; | |||
} | } | ||
.gros-bouton-mun:hover { | |||
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Ville_Municipalite_Vert.svg"); | |||
background-position: center 5%; | |||
background-size: 30% 30%; | |||
background-repeat:no-repeat; | |||
background-color:white; | |||
} | |||
.gros-bouton-mun:hover p, | |||
.gros-bouton-mun:hover a { | |||
color:black !important; | |||
} | |||
.gros-bouton-ent:hover { | |||
background-color:#4c9c2e; | |||
} | |||
/** Carbone riverain **/ | |||
.gros-bouton-entCR { | .gros-bouton-entCR { | ||
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Entreprise_Carbone_Blanc.svg"); | background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Entreprise_Carbone_Blanc.svg"); | ||
background-position: center 5%; | |||
background-size: 50% 50%; | |||
background-repeat:no-repeat; | |||
} | |||
.gros-bouton-entCR:hover { | |||
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Entreprise_Carbone_Bleu.svg"); | |||
background-position: center 5%; | |||
background-size: 50% 50%; | |||
background-repeat:no-repeat; | |||
} | } | ||
.gros-bouton-agrCR { | .gros-bouton-agrCR { | ||
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Agricole_Carbone_Bleu.svg"); | background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Agricole_Carbone_Bleu.svg"); | ||
background-position: center 5%; | |||
background-size: 50% 50%; | |||
background-repeat:no-repeat; | |||
} | } | ||
.gros-bouton:hover { | |||
background-color: | .gros-bouton-agrCR:hover, | ||
.gros-bouton-entCR:hover { | |||
background-color:white; | |||
color:black !important; | |||
} | |||
.gros-bouton-agrCR:hover a, | |||
.gros-bouton-entCR:hover a { | |||
color:black !important; | |||
} | } | ||
.gros-bouton a { | .gros-bouton a { | ||
display:block; | display:block; |
Dernière version du 17 février 2025 à 11:46
/** Page PROGRAMMES **/
.partenaires button.services2:not(.collapsed) a,
.partenaires button.services2.collapsed::before a,
.partenaires2 button.services2:not(.collapsed) a,
.partenaires2 button.services2.collapsed::before a {
text-decoration:none;
color:white;
}
.partenaires button.services2:not(.collapsed)::before {
content: url("themes/images/chevron-down-svgrepo-com.svg");
height:24px;
display:inline-block;
margin-left:-1rem;
padding-right: 1rem;
}
.partenaires button.services2.collapsed::before {
content: url("themes/images/chevron-up-svgrepo-com.svg");
height:24px;
display:inline-block;
margin-left:-1rem;
padding-right: 1rem;
}
.partenaires2 button.services2:not(.collapsed)::before {
content: url("themes/images/chevron-down-svgrepo-com_noir.svg");
height:24px;
display:inline-block;
margin-left:-1rem;
padding-right: 1rem;
}
.partenaires2 button.services2.collapsed::before {
content: url("themes/images/chevron-up-svgrepo-com_noir.svg");
height:24px;
display:inline-block;
margin-left:-1rem;
padding-right: 1rem;
}
/** GROS BOUTONS VERS FORMULAIRE **/
/** Reboisement social **/
.gros-bouton {
padding-top:15%;
}
.gros-bouton-ent {
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Entreprise_Blanc.svg");
background-position: center 5%;
background-size: 30% 30%;
background-repeat:no-repeat;
}
.gros-bouton-mun {
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Ville_Municipalite_Vert.svg");
background-position: center 5%;
background-size: 30% 30%;
background-repeat:no-repeat;
}
.gros-bouton-mun:hover {
background-image:url("themes/images/Page_Accueil/Bloc_Suite_du_Monde/Icones/Ville_Municipalite_Vert.svg");
background-position: center 5%;
background-size: 30% 30%;
background-repeat:no-repeat;
background-color:white;
}
.gros-bouton-mun:hover p,
.gros-bouton-mun:hover a {
color:black !important;
}
.gros-bouton-ent:hover {
background-color:#4c9c2e;
}
/** Carbone riverain **/
.gros-bouton-entCR {
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Entreprise_Carbone_Blanc.svg");
background-position: center 5%;
background-size: 50% 50%;
background-repeat:no-repeat;
}
.gros-bouton-entCR:hover {
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Entreprise_Carbone_Bleu.svg");
background-position: center 5%;
background-size: 50% 50%;
background-repeat:no-repeat;
}
.gros-bouton-agrCR {
background-image:url("themes/images/Page_Programmes/Programme_Carbone_Riverain/Agricole_Carbone_Bleu.svg");
background-position: center 5%;
background-size: 50% 50%;
background-repeat:no-repeat;
}
.gros-bouton-agrCR:hover,
.gros-bouton-entCR:hover {
background-color:white;
color:black !important;
}
.gros-bouton-agrCR:hover a,
.gros-bouton-entCR:hover a {
color:black !important;
}
.gros-bouton a {
display:block;
text-decoration:none;
}
.gros-bouton a:hover {
color:#4c9c2e;
}
.gros-bouton:hover {
}