Page créée avec « →Header Site : @media screen { .cosmos-header { background-color: rgba(53, 53, 53, 0.9); } #cosmos-footer { background-color: rgba(62, 151, 71, 0.95); } .cosmos-header::before { background: linear-gradient(to right, rgba(53, 53, 53, 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: #624653; } @m... » |
Aucun résumé des modifications |
||
| (4 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 7 : | Ligne 7 : | ||
#cosmos-footer { | #cosmos-footer { | ||
background-color: rgba( | background-color: rgba(36, 36, 36, 0.95); | ||
} | } | ||
| Ligne 20 : | Ligne 20 : | ||
#cosmos-banner { | #cosmos-banner { | ||
background-color: # | background-color: #37262E; | ||
} | } | ||
| 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 #3946AA 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 #3946AA; | ||
color: #656565; | color: #656565; | ||
} | } | ||
| Ligne 46 : | Ligne 46 : | ||
.skin-cosmos .toc { | .skin-cosmos .toc { | ||
background-color: rgba( | background-color: rgba(11, 12, 44, 0.25); | ||
} | } | ||
| Ligne 52 : | Ligne 52 : | ||
#mw-content a:not(.new) { | #mw-content a:not(.new) { | ||
color: # | color: #3946AA; | ||
} | } | ||
body a:not(.new) { | body a:not(.new) { | ||
color: # | color: #3946AA; | ||
} | } | ||
| Ligne 62 : | Ligne 62 : | ||
#mw-content { | #mw-content { | ||
background-color: rgba( | background-color: rgba(13, 13, 13, 0.95); | ||
box-shadow: 0 4px 24px rgba( | box-shadow: 0 4px 24px rgba(13, 13, 13, 0.7); | ||
} | } | ||
| Ligne 71 : | Ligne 71 : | ||
.warning { | .warning { | ||
background-color: rgba( | background-color: rgba(26, 28, 63, 0.95); | ||
} | } | ||
.quote { | .quote { | ||
background-color: rgba( | background-color: rgba(36, 36, 36, 0.95); | ||
} | } | ||
| Ligne 82 : | Ligne 82 : | ||
.cosmos-button-primary { | .cosmos-button-primary { | ||
background-color: #353535; | background-color: #353535; | ||
/* stroke: #000000; */ | /* stroke: #000000; */ | ||
} | } | ||
| Ligne 123 : | Ligne 122 : | ||
.portable-infobox .pi-header { | .portable-infobox .pi-header { | ||
background-color: #522441; | background-color: #522441; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: #522441; | background-color: #522441; | ||
} | } | ||
.portable-infobox .pi-background { | .portable-infobox .pi-background { | ||
background-color: # | background-color: #302128 | ||
} | } | ||
.portable-infobox .pi-horizontal-group-item:nth-child(even) { | .portable-infobox .pi-horizontal-group-item:nth-child(even) { | ||
background-color: # | background-color: #302128 | ||
} | } | ||
.portable-infobox .pi-media-collection-tabs { | .portable-infobox .pi-media-collection-tabs { | ||
background-color: # | background-color: #302128; | ||
} | } | ||
.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: #302128 | ||
} | } | ||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
background-color: # | background-color: #302128; | ||
} | } | ||
Dernière version du 9 juillet 2025 à 21:12
/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(53, 53, 53, 0.9);
}
#cosmos-footer {
background-color: rgba(36, 36, 36, 0.95);
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(53, 53, 53, 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: #37262E;
}
@media screen and (min-width: 850px) {
body::after {
}
}
/* Tabber */ .tabber__tab[aria-selected='true'] {
box-shadow: 0 -2px 0 #3946AA inset;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #4C203D;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #3946AA; color: #656565;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(11, 12, 44, 0.25);
}
/* Liens */
- mw-content a:not(.new) {
color: #3946AA;
}
body a:not(.new) {
color: #3946AA;
}
/* Page */
- mw-content {
background-color: rgba(13, 13, 13, 0.95); box-shadow: 0 4px 24px rgba(13, 13, 13, 0.7);
}
- mw-content h2 {
border-bottom: solid 1px #4C203D;
}
.warning {
background-color: rgba(26, 28, 63, 0.95);
}
.quote {
background-color: rgba(36, 36, 36, 0.95);
}
/* Header Article */
.cosmos-button-primary {
background-color: #353535; /* 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: #353535; border-color: #353535
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background-color: #656565; border-color: #656565
}
.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: #311226; border-color: #311226;
}
/* Infobox */
.portable-infobox {
border: 1px solid #522441;
}
.portable-infobox h2 {
border-bottom: solid 1px #311226;
}
.portable-infobox .pi-border-color {
border-color: #522441;
}
.portable-infobox .pi-header {
background-color: #522441;
}
.portable-infobox .pi-title {
background-color: #522441;
}
.portable-infobox .pi-background {
background-color: #302128
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #302128
}
.portable-infobox .pi-media-collection-tabs {
background-color: #302128;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #302128
}
.portable-infobox .pi-data {
background-color: #302128;
}
.portable-infobox .pi-secondary-background {
background-color: #522441;
}
.portable-infobox .pi-media-collection .current {
background-color: #311226;
}