/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
#cosmos-footer {
background-color: rgba(240, 240, 240, 0.95);
color: #000;
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), linear-gradient(to left, rgba(255, 255, 255, 0) 200px, #FFFFFF 530px);
}
}
- cosmos-banner {
background-color: #F7F7F7; color: #000;
}
@media screen and (min-width: 850px) {
body::after {
background-color: #F0F0F0;
color: #000;
}
}
/* Tabber */ .tabber__tab[aria-selected='true'] {
box-shadow: 0 -2px 0 #E0E0E0 inset; color: #000;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #D0D0D0; color: #000;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #E0E0E0; color: #000;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(240, 240, 240, 0.25); color: #000;
}
- mw-content h2 {
border-bottom: solid 1px #D0D0D0; color: #000;
}
/* Liens */
- mw-content a:not(.new) {
color: #000;
}
body a:not(.new) {
color: #000;
}
/* Page */
- mw-content {
background-color: rgba(250, 250, 250, 0.95); box-shadow: 0 4px 24px rgba(200, 200, 200, 0.7); color: #000;
}
- mw-content h2 {
border-bottom: solid 1px #D0D0D0; color: #000;
}
.warning {
background-color: rgba(245, 245, 245, 0.95); color: #000;
}
.quote {
background-color: rgba(240, 240, 240, 0.95); color: #000;
}
/* Header Article */
.cosmos-button-primary {
background-color: #F0F0F0; color: #000;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #000; background-color: #E0E0E0; border-color: #E0E0E0;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #D0D0D0; border-color: #D0D0D0; color: #000;
}
.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: #000; background-color: #C0C0C0; border-color: #C0C0C0;
}
/* Infobox */
.portable-infobox {
border: 1px solid #E0E0E0; color: #000;
}
.portable-infobox h2 {
border-bottom: solid 1px #D0D0D0; color: #000;
}
.portable-infobox .pi-border-color {
border-color: #E0E0E0;
}
.portable-infobox .pi-header {
background-color: #F0F0F0; color: #000;
}
.portable-infobox .pi-title {
background-color: #F0F0F0; color: #000;
}
.portable-infobox .pi-background {
background-color: #F7F7F7; color: #000;
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #F7F7F7; color: #000;
}
.portable-infobox .pi-media-collection-tabs {
background-color: #F7F7F7; color: #000;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #F7F7F7; color: #000;
}
.portable-infobox .pi-data {
background-color: #F7F7F7; color: #000;
}
.portable-infobox .pi-secondary-background {
background-color: #E0E0E0; color: #000;
}
.portable-infobox .pi-media-collection .current {
background-color: #D0D0D0; color: #000;
}