Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 80 : | Ligne 80 : | ||
.suggestions-result-current{ | .suggestions-result-current{ | ||
background-color: #e2ebd2; | background-color: #e2ebd2; | ||
color:#F0F0F0; | color:#F0F0F0 !important; | ||
} | } | ||
Version du 7 mai 2025 à 08:29
/* Le CSS placé ici sera appliqué à tous les habillages. */
#notifications-btn{
display:none;
}
.CategoryTreeTag {
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
margin: 40px auto;
padding: 40px 20px;
overflow-x: auto;
}
.CategoryTreeTag::before {
content: '';
position: absolute;
top: 60px;
left: 0;
right: 0;
height: 4px;
background-color: #a45319; /* ligne horizontale */
z-index: 0;
}
.CategoryTreeSection {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 40px;
z-index: 1;
}
.CategoryTreeSection::before {
content: '';
position: absolute;
top: 50px;
width: 16px;
height: 16px;
background-color: #a45319;
border-radius: 50%;
border: 2px solid white;
/*box-shadow: 0 0 0 2px #007BFF;*/
z-index: 2;
}
.CategoryTreeItem{
padding: 10px;
background-color: #a45319;
border-radius: 20px;
}
.CategoryTreeItem a{
color:white !important;
}
.CategoryTreePageBullet{
display:none;
}
#footer-icons{
display:none !important;
}
.menu-title{
font-weight : bold;
color: #a45319 !important;
font-size: 13pt !important;
}
/* Barre de recherche */
#searchform{
border:2px solid #a45319;
border-radius:5px;
background-color:#e2ebd2;
}
#mw-searchButton{
background-color:#e2ebd2 !important;
}
#searchInput{
background-color:#e2ebd2 !important;
}
.suggestions-result-current{
background-color: #e2ebd2;
color:#F0F0F0 !important;
}
#back-to-top::before{
color: #a45319;
}
/* Bouton du formulaire de Contact */
.mw-htmlform-submit-buttons .oo-ui-buttonElement-button{
background-color:#556b2f !important;
border-color:#445A1E;
}
.mw-htmlform-submit-buttons .oo-ui-buttonElement-button:hover{
background-color:#445A1E !important;
}
/* Liens du footer */
#footer-links li a:hover{
color:#F0F0F0;
}