Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
@media screen { | @media screen { | ||
.cosmos-header { | .cosmos-header { | ||
background-color: rgba( | background-color: rgba(245, 122, 122, 0.9); | ||
} | } | ||
#cosmos-footer { | #cosmos-footer { | ||
background-color: rgba( | background-color: rgba(152, 54, 54, 0.95); | ||
} | } | ||
.cosmos-header::before { | .cosmos-header::before { | ||
background: linear-gradient(to right, rgba( | background: linear-gradient(to right, rgba(245, 122, 122, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px); | ||
} | } | ||
} | } | ||
#cosmos-banner { | #cosmos-banner { | ||
background-color: # | background-color: #590900; | ||
} | } | ||
@media screen and (min-width: 850px) { | @media screen and (min-width: 850px) { | ||
body::after { | body::after { | ||
} | } | ||
} | } | ||
| Ligne 31 : | Ligne 27 : | ||
/* Tabber */ | /* Tabber */ | ||
.tabber__tab[aria-selected='true'] { | .tabber__tab[aria-selected='true'] { | ||
box-shadow: 0 -2px 0 # | box-shadow: 0 -2px 0 #F57A7A inset; | ||
} | } | ||
.tabber__header { | .tabber__header { | ||
box-shadow: inset 0 -1px 0 0 # | box-shadow: inset 0 -1px 0 0 #970F00; | ||
} | } | ||
.tabber__tab:hover { | .tabber__tab:hover { | ||
box-shadow:inset 0 -2px 0 0 # | box-shadow:inset 0 -2px 0 0 #F57A7A; | ||
color: # | color: #F57A7A; | ||
} | } | ||
| Ligne 48 : | Ligne 42 : | ||
.skin-cosmos .toc { | .skin-cosmos .toc { | ||
background-color: rgba( | background-color: rgba(152, 54, 54, 0.25); | ||
} | } | ||
#mw-content h2 { | #mw-content h2 { | ||
border-bottom: solid 1px # | border-bottom: solid 1px #970F00; | ||
} | } | ||
| Ligne 60 : | Ligne 52 : | ||
#mw-content a:not(.new) { | #mw-content a:not(.new) { | ||
color: # | color: #F57A7A; | ||
} | } | ||
body a:not(.new) { | body a:not(.new) { | ||
color: # | color: #F57A7A; | ||
} | } | ||
| Ligne 70 : | Ligne 62 : | ||
#mw-content { | #mw-content { | ||
background-color: rgba( | background-color: rgba(99, 22, 22, 0.95); | ||
box-shadow: 0 4px 24px rgba( | box-shadow: 0 4px 24px rgba(99, 22, 22, 0.7); | ||
} | } | ||
#mw-content h2 { | #mw-content h2 { | ||
border-bottom: solid 1px #970F00; | |||
} | } | ||
.warning { | .warning { | ||
background-color: rgba( | background-color: rgba(191, 117, 117, 0.95); | ||
} | } | ||
.quote { | .quote { | ||
background-color: rgba( | background-color: rgba(152, 54, 54, 0.95); | ||
} | } | ||
| Ligne 93 : | Ligne 81 : | ||
.cosmos-button-primary { | .cosmos-button-primary { | ||
background-color: # | background-color: #9e1200; | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
color: # | color: var(--color-inverted-fixed,#fff); | ||
background-color: # | background-color: #9e1200; | ||
border-color: # | border-color: #9e1200 | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | ||
background-color: # | background-color: #EF568F; | ||
border-color: # | border-color: #EF568F | ||
} | } | ||
.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 { | .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: # | color: #fff; | ||
background-color: # | background-color: #800C00; | ||
border-color: # | border-color: #800C00; | ||
} | } | ||
| Ligne 118 : | Ligne 104 : | ||
.portable-infobox { | .portable-infobox { | ||
border: 1px solid # | border: 1px solid #9e1200; | ||
} | } | ||
.portable-infobox h2 { | .portable-infobox h2 { | ||
border-bottom: solid 1px # | border-bottom: solid 1px #800C00; | ||
} | } | ||
.portable-infobox .pi-border-color { | .portable-infobox .pi-border-color { | ||
border-color: # | border-color: #9e1200; | ||
} | } | ||
.portable-infobox .pi-header { | .portable-infobox .pi-header { | ||
background-color: # | background-color: #9e1200; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: # | background-color: #9e1200; | ||
} | } | ||
.portable-infobox .pi-background { | .portable-infobox .pi-background { | ||
background-color: # | background-color: #401E1E | ||
} | } | ||
.portable-infobox .pi-horizontal-group-item:nth-child(even) { | .portable-infobox .pi-horizontal-group-item:nth-child(even) { | ||
background-color: # | background-color: #401E1E | ||
} | } | ||
.portable-infobox .pi-media-collection-tabs { | .portable-infobox .pi-media-collection-tabs { | ||
background-color: # | background-color: #401E1E; | ||
} | } | ||
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) { | .portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) { | ||
background-color: # | background-color: #401E1E | ||
} | } | ||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
background-color: # | background-color: #401E1E; | ||
} | } | ||
.portable-infobox .pi-secondary-background { | .portable-infobox .pi-secondary-background { | ||
background-color: # | background-color: #9e1200; | ||
} | } | ||
.portable-infobox .pi-media-collection .current { | .portable-infobox .pi-media-collection .current { | ||
background-color: # | background-color: #800C00; | ||
} | } | ||
Version du 18 mai 2025 à 14:52
/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(245, 122, 122, 0.9);
}
#cosmos-footer {
background-color: rgba(152, 54, 54, 0.95);
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(245, 122, 122, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
}
}
- cosmos-banner {
background-color: #590900;
}
@media screen and (min-width: 850px) {
body::after {
}
}
/* Tabber */ .tabber__tab[aria-selected='true'] {
box-shadow: 0 -2px 0 #F57A7A inset;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #970F00;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #F57A7A; color: #F57A7A;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(152, 54, 54, 0.25);
}
- mw-content h2 {
border-bottom: solid 1px #970F00;
}
/* Liens */
- mw-content a:not(.new) {
color: #F57A7A;
}
body a:not(.new) {
color: #F57A7A;
}
/* Page */
- mw-content {
background-color: rgba(99, 22, 22, 0.95); box-shadow: 0 4px 24px rgba(99, 22, 22, 0.7);
}
- mw-content h2 {
border-bottom: solid 1px #970F00;
}
.warning {
background-color: rgba(191, 117, 117, 0.95);
}
.quote {
background-color: rgba(152, 54, 54, 0.95);
}
/* Header Article */
.cosmos-button-primary {
background-color: #9e1200;
}
.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: #9e1200; border-color: #9e1200
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #EF568F; border-color: #EF568F
}
.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: #800C00; border-color: #800C00;
}
/* Infobox */
.portable-infobox {
border: 1px solid #9e1200;
}
.portable-infobox h2 {
border-bottom: solid 1px #800C00;
}
.portable-infobox .pi-border-color {
border-color: #9e1200;
}
.portable-infobox .pi-header {
background-color: #9e1200;
}
.portable-infobox .pi-title {
background-color: #9e1200;
}
.portable-infobox .pi-background {
background-color: #401E1E
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #401E1E
}
.portable-infobox .pi-media-collection-tabs {
background-color: #401E1E;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #401E1E
}
.portable-infobox .pi-data {
background-color: #401E1E;
}
.portable-infobox .pi-secondary-background {
background-color: #9e1200;
}
.portable-infobox .pi-media-collection .current {
background-color: #800C00;
}