Page créée avec « →Header Site : @media screen { .cosmos-header { background-color: rgba(172, 141, 109, 0.9); } #cosmos-footer { background-color: rgba(108, 83, 55, 0.95); } .cosmos-header::before { background: linear-gradient(to right, rgba(172, 141, 109, 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: #7C7965;... » |
Aucun résumé des modifications |
||
| Ligne 31 : | Ligne 31 : | ||
/* Tabber */ | /* Tabber */ | ||
.tabber__tab[aria-selected='true'] { | .tabber__tab[aria-selected='true'] { | ||
box-shadow: 0 -2px 0 # | box-shadow: 0 -2px 0 #B0B0B0 inset; | ||
} | } | ||
| Ligne 39 : | Ligne 39 : | ||
.tabber__tab:hover { | .tabber__tab:hover { | ||
box-shadow:inset 0 -2px 0 0 # | box-shadow:inset 0 -2px 0 0 #B0B0B0; | ||
color: #CDB399; | color: #CDB399; | ||
} | } | ||
| Ligne 46 : | Ligne 46 : | ||
.skin-cosmos .toc { | .skin-cosmos .toc { | ||
background-color: rgba( | background-color: rgba(100, 100, 100, 0.25); | ||
} | } | ||
| Ligne 52 : | Ligne 52 : | ||
#mw-content a:not(.new) { | #mw-content a:not(.new) { | ||
color: # | color: #B0B0B0; | ||
} | } | ||
body a:not(.new) { | body a:not(.new) { | ||
color: # | color: #B0B0B0; | ||
} | } | ||
| Ligne 71 : | Ligne 71 : | ||
.warning { | .warning { | ||
background-color: rgba( | background-color: rgba(119, 119, 119, 0.95); | ||
} | } | ||
Version du 21 mai 2025 à 19:01
/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(172, 141, 109, 0.9);
}
#cosmos-footer {
background-color: rgba(108, 83, 55, 0.95);
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(172, 141, 109, 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: #7C7965;
}
@media screen and (min-width: 850px) {
body::after {
}
}
/* Tabber */ .tabber__tab[aria-selected='true'] {
box-shadow: 0 -2px 0 #B0B0B0 inset;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #DCD4BD;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #B0B0B0; color: #CDB399;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(100, 100, 100, 0.25);
}
/* Liens */
- mw-content a:not(.new) {
color: #B0B0B0;
}
body a:not(.new) {
color: #B0B0B0;
}
/* Page */
- mw-content {
background-color: rgba(74, 57, 38, 0.95); box-shadow: 0 4px 24px rgba(74, 57, 38, 0.7);
}
- mw-content h2 {
border-bottom: solid 1px #DCD4BD;
}
.warning {
background-color: rgba(119, 119, 119, 0.95);
}
.quote {
background-color: rgba(108, 83, 55, 0.95);
}
/* Header Article */
.cosmos-button-primary {
background-color: #AC8D6D; 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: #AC8D6D; border-color: #AC8D6D
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #CDB399; border-color: #CDB399
}
.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: #C6BEA8; border-color: #C6BEA8;
}
/* Infobox */
.portable-infobox {
border: 1px solid #DDD5BF;
}
.portable-infobox h2 {
border-bottom: solid 1px #C6BEA8;
}
.portable-infobox .pi-border-color {
border-color: #DDD5BF;
}
.portable-infobox .pi-header {
background-color: #DDD5BF; color: #000000;
}
.portable-infobox .pi-title {
background-color: #DDD5BF; color: #000000;
}
.portable-infobox .pi-background {
background-color: #615E4E
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #615E4E
}
.portable-infobox .pi-media-collection-tabs {
background-color: #615E4E;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #615E4E
}
.portable-infobox .pi-data {
background-color: #615E4E;
}
.portable-infobox .pi-secondary-background {
background-color: #DDD5BF;
}
.portable-infobox .pi-media-collection .current {
background-color: #C6BEA8;
}