/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(16, 58, 99, 0.9);
}
#cosmos-footer {
background-color: rgba(34, 53, 85, 0.95);
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(16, 58, 99, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
}
}
- cosmos-footer li {
color: #F5F5F5;
}
- cosmos-banner {
background-color: #484031;
}
@media screen and (min-width: 850px) {
body::after {
}
}
/* Tabber */ .tabber__tab[aria-selected='true'] {
box-shadow: 0 -2px 0 #5222FF inset;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #7B6242;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #5222FF; color: #3A668D;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(47, 27, 120, 0.25);
}
/* Liens */
- mw-content a:not(.new) {
color: #5222FF;
}
body a:not(.new) {
color: #5222FF;
}
/* Page */
- mw-content {
background-color: rgba(23, 36, 57, 0.95); box-shadow: 0 4px 24px rgba(23, 36, 57, 0.7);
}
- mw-content h2 {
border-bottom: solid 1px #7B6242;
}
.warning {
background-color: rgba(60, 33, 143, 0.95);
}
.quote {
background-color: rgba(34, 53, 85, 0.95);
}
/* Header Article */
.cosmos-button-primary {
background-color: #103A63; color: #000000; /* stroke: #000000; */
}
- cosmos-actionsList-dropdownIcon {
/* fill: #000000; */
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: var(--color-inverted-fixed,#fff); background-color: #103A63; border-color: #103A63
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #3A668D; border-color: #3A668D
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
color: #fff; background-color: #523F28; border-color: #523F28;
}
/* Infobox */
.portable-infobox {
border: 1px solid #7E6444;
}
.portable-infobox h2 {
border-bottom: solid 1px #523F28;
}
.portable-infobox .pi-border-color {
border-color: #7E6444;
}
.portable-infobox .pi-header {
background-color: #7E6444; color: #000000;
}
.portable-infobox .pi-title {
background-color: #7E6444; color: #000000;
}
.portable-infobox .pi-background {
background-color: #363025
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #363025
}
.portable-infobox .pi-media-collection-tabs {
background-color: #363025;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #363025
}
.portable-infobox .pi-data {
background-color: #363025;
}
.portable-infobox .pi-secondary-background {
background-color: #7E6444;
}
.portable-infobox .pi-media-collection .current {
background-color: #523F28;
}