Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 15 : | Ligne 15 : | ||
border: white 2px double; | border: white 2px double; | ||
margin-bottom:15px; | margin-bottom:15px; | ||
} | } | ||
.portable-infobox .pi-border-color { | .portable-infobox .pi-border-color { | ||
border | border: 1px solid #AA287C; | ||
} | } | ||
.portable-infobox .pi-header { | .portable-infobox .pi-header { | ||
background-color: # | background-color: #AA287C; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: # | background-color: #AA287C; | ||
} | |||
.portable-infobox.pi-background { | |||
background-color: #421C2B | |||
} | |||
.portable-infobox.pi-background { | |||
background-color: #421C2B | |||
} | |||
.portable-infobox .pi-horizontal-group-item:nth-child(even) { | |||
background-color: #421C2B | |||
} | |||
.portable-infobox .pi-media-collection-tabs { | |||
background-color: #421C2B; | |||
} | |||
.portable-infobox .pi-smart-data-label:nth-child(even),.portable-infobox .pi-smart-data-value:nth-child(even) { | |||
background-color: #421C2B | |||
} | } | ||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
background-color: # | background-color: #421C2B; | ||
} | } | ||
.portable-infobox .pi-media-collection .current { | .portable-infobox .pi-media-collection .current { | ||
background-color: # | background-color: #700000; | ||
color : #ffffff; | color : #ffffff; | ||
} | } | ||
Version du 14 mai 2025 à 21:03
.warning {
background-color: rgba(97, 10, 40, 0.95);
color:white;
padding:1%;
border-radius:5px;
border: white 2px double;
margin-bottom:15px;
}
.quote {
background-color: rgba(65, 46, 53, 0.95);
color:white;
padding:1%;
border-radius:5px;
border: white 2px double;
margin-bottom:15px;
}
.portable-infobox .pi-border-color {
border: 1px solid #AA287C;
}
.portable-infobox .pi-header {
background-color: #AA287C;
}
.portable-infobox .pi-title {
background-color: #AA287C;
}
.portable-infobox.pi-background {
background-color: #421C2B
}
.portable-infobox.pi-background {
background-color: #421C2B
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #421C2B
}
.portable-infobox .pi-media-collection-tabs {
background-color: #421C2B;
}
.portable-infobox .pi-smart-data-label:nth-child(even),.portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #421C2B
}
.portable-infobox .pi-data {
background-color: #421C2B;
}
.portable-infobox .pi-media-collection .current {
background-color: #700000;
color : #ffffff;
}
.portable-infobox .wds-tabs__wrapper:not(.right-arrow-visible, .left-arrow-visible, .both-arrows-visible) .wds-tabs {
justify-content: center;
}