Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
.cosmos- | |||
/* Header Site */ | |||
@media screen { | |||
.cosmos-header { | |||
background-color: rgba(192, 2, 91, 0.9); | |||
} | |||
#cosmos-footer { | |||
width: 100%; | |||
border: 0; | |||
margin: 0; | |||
background-color: rgba(121, 23, 57, 0.95); | |||
} | |||
.cosmos-header::before { | |||
background: linear-gradient(to right, rgba(192, 2, 91, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px); | |||
} | |||
} | } | ||
#cosmos-banner { | |||
background- | background-color: #590900; | ||
} | } | ||
@media screen and (min-width: 850px) { | |||
body::after { | |||
} | |||
} | } | ||
. | /* Tabber */ | ||
.tabber__tab[aria-selected='true'] { | |||
box-shadow: 0 -2px 0 #8100C0 inset; | |||
} | } | ||
.tabber__header { | |||
box-shadow: inset 0 -1px 0 0 #8A354A; | |||
} | } | ||
a.new { | .tabber__tab:hover { | ||
box-shadow:inset 0 -2px 0 0 #8100C0; | |||
color: #C00000; | |||
} | |||
/* Sommaire */ | |||
.skin-cosmos .toc { | |||
background-color: rgba(152, 54, 54, 0.50); | |||
padding:1%; | |||
border-radius:5px; | |||
border: white 2px double; | |||
margin-right:15px; | |||
float: left; | |||
font-weight: bold; | |||
} | |||
#mw-content .toc > ul { | |||
border-top: solid 1px transparent; | |||
} | |||
#mw-content h2 { | |||
border-bottom: solid 1px #7A3052; | |||
} | |||
/* Liens */ | |||
a { | |||
color: #8200C1; | |||
} | |||
#mw-content a:not(.new) { | |||
color: #8200C0; | |||
} | |||
body a:not(.new) { | |||
color: #8200C0; | |||
} | |||
/* Page */ | |||
#mw-content { | |||
background-color: rgba(104, 40, 56, 0.95); | |||
color: #ffffff; | |||
box-shadow: 0 4px 24px rgba(104, 40, 56, 0.7); | |||
} | |||
#mw-content h2 { | |||
border-bottom: solid 1px #8A354A; | |||
} | } | ||
.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); | ||
} | |||
/* Header Article */ | |||
.cosmos-button-primary { | |||
background-color: #C0025B; | |||
} | } | ||
/* Infobox */ | |||
.portable-infobox { | .portable-infobox { | ||
border: 1px solid # | border: 1px solid #C00000; | ||
} | |||
.portable-infobox h2 { | |||
border-bottom: solid 1px #C00000; | |||
} | } | ||
.portable-infobox .pi-border-color { | .portable-infobox .pi-border-color { | ||
border: | border-color: #C00000; | ||
} | } | ||
.portable-infobox .pi-header { | .portable-infobox .pi-header { | ||
background-color: # | background-color: #C00000; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: # | background-color: #C00000; | ||
} | } | ||
.portable-infobox.pi-background { | .portable-infobox .pi-background { | ||
background-color: # | background-color: #6F2222 | ||
} | } | ||
.portable-infobox .pi-horizontal-group-item:nth-child(even) { | .portable-infobox .pi-horizontal-group-item:nth-child(even) { | ||
background-color: # | background-color: #6F2222 | ||
} | } | ||
.portable-infobox .pi-media-collection-tabs { | .portable-infobox .pi-media-collection-tabs { | ||
background-color: # | background-color: #6F2222; | ||
} | } | ||
.portable-infobox .pi-smart-data-label: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: #6F2222 | ||
} | } | ||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
background-color: # | background-color: #6F2222; | ||
} | } | ||
.portable-infobox .pi- | .portable-infobox .pi-secondary-background { | ||
background-color: #C00000; | |||
} | } | ||
.portable-infobox . | .portable-infobox .pi-media-collection .current { | ||
background-color: #8A354A; | |||
} | } | ||
Version du 15 mai 2025 à 11:47
/* Header Site */
@media screen {
.cosmos-header {
background-color: rgba(192, 2, 91, 0.9);
}
#cosmos-footer {
width: 100%;
border: 0;
margin: 0;
background-color: rgba(121, 23, 57, 0.95);
}
.cosmos-header::before {
background: linear-gradient(to right, rgba(192, 2, 91, 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 #8100C0 inset;
}
.tabber__header {
box-shadow: inset 0 -1px 0 0 #8A354A;
}
.tabber__tab:hover {
box-shadow:inset 0 -2px 0 0 #8100C0;
color: #C00000;
}
/* Sommaire */
.skin-cosmos .toc {
background-color: rgba(152, 54, 54, 0.50);
padding:1%;
border-radius:5px;
border: white 2px double;
margin-right:15px;
float: left;
font-weight: bold;
}
#mw-content .toc > ul {
border-top: solid 1px transparent;
}
#mw-content h2 {
border-bottom: solid 1px #7A3052;
}
/* Liens */
a {
color: #8200C1;
}
#mw-content a:not(.new) {
color: #8200C0;
}
body a:not(.new) {
color: #8200C0;
}
/* Page */
#mw-content {
background-color: rgba(104, 40, 56, 0.95);
color: #ffffff;
box-shadow: 0 4px 24px rgba(104, 40, 56, 0.7);
}
#mw-content h2 {
border-bottom: solid 1px #8A354A;
}
.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: #C0025B;
}
/* Infobox */
.portable-infobox {
border: 1px solid #C00000;
}
.portable-infobox h2 {
border-bottom: solid 1px #C00000;
}
.portable-infobox .pi-border-color {
border-color: #C00000;
}
.portable-infobox .pi-header {
background-color: #C00000;
}
.portable-infobox .pi-title {
background-color: #C00000;
}
.portable-infobox .pi-background {
background-color: #6F2222
}
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
background-color: #6F2222
}
.portable-infobox .pi-media-collection-tabs {
background-color: #6F2222;
}
.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {
background-color: #6F2222
}
.portable-infobox .pi-data {
background-color: #6F2222;
}
.portable-infobox .pi-secondary-background {
background-color: #C00000;
}
.portable-infobox .pi-media-collection .current {
background-color: #8A354A;
}