Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 23 : | Ligne 23 : | ||
.portable-infobox { | .portable-infobox { | ||
border: 1px solid # | border: 1px solid #8829AA; | ||
} | } | ||
| Ligne 47 : | Ligne 47 : | ||
background-color: #800c00; | background-color: #800c00; | ||
color : #ffffff; | color : #ffffff; | ||
} | |||
.portable-infobox .wds-tabs__wrapper:not(.right-arrow-visible, .left-arrow-visible, .both-arrows-visible) .wds-tabs { | |||
justify-content: center; | |||
} | } | ||
Version du 14 mai 2025 à 19:12
.warning {
background-color: #610A28;
color:white;
padding:1%;
border-radius:5px;
border: white 2px double;
margin-bottom:15px;
}
.quote {
background-color: #412E35;
color:white;
border-radius:5px;
border: white 2px double;
display: flex;
flex-direction: column;
text-align: center;
padding: 2em 0;
align: center;
margin: 1em auto;
width: 80%;
}
.portable-infobox {
border: 1px solid #8829AA;
}
.portable-infobox .pi-header {
background-color: #8829AA;
color : #ffffff;
opacity: 1;
}
.portable-infobox .pi-title {
background-color: #8829AA;
color : #ffffff;
opacity: 1;
}
.portable-infobox .pi-data {
background-color: #332a31;
color : #ffffff;
opacity: 1;
}
.portable-infobox .pi-media-collection .current {
background-color: #800c00;
color : #ffffff;
}
.portable-infobox .wds-tabs__wrapper:not(.right-arrow-visible, .left-arrow-visible, .both-arrows-visible) .wds-tabs {
justify-content: center;
}