×
Créer un nouvel article
Écrivez le titre de votre page ici :
Nous avons actuellement 193 articles sur RDWiki. Saisissez votre nom d’article au-dessus de ou cliquez sur un des titres ci-dessous et commencez à écrire !



RDWiki

« MediaWiki:Cosmos.css » : différence entre les versions

Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
.cosmos-header__top-container {
.cosmos-header__top-container {
   height: 100px;
   height: 100px;
}
.cosmos-header {
  background-position: right top;
}
}



Version du 14 mai 2025 à 22:17

.cosmos-header__top-container {
   height: 100px;
}

.cosmos-header::before {
   background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
}

.cosmos-header__local-navigation {
 height: 64px;
}

.warning {
    background-color: rgba(97, 10, 40, 0.95);
    color:white;
    padding:1%;
    border-radius:5px;
    border: white 2px double;
    margin-bottom:15px;
}

.quote {
    background-color: rgba(65, 46, 53, 0.95);
    color:white;
    padding:1%;
    border-radius:5px;
    border: white 2px double;
    margin-bottom:15px;
}

.portable-infobox {
   border: 1px solid #AA287C;
}

.portable-infobox .pi-border-color {
   border: 1px solid #AA287C;
}

.portable-infobox .pi-header {
   background-color: #AA287C;
}

.portable-infobox .pi-title {
   background-color: #AA287C;
}

.portable-infobox.pi-background {
    background-color: #421C2B
}

.portable-infobox.pi-background {
    background-color: #421C2B
}

.portable-infobox .pi-horizontal-group-item:nth-child(even) {
    background-color: #421C2B
}

.portable-infobox .pi-media-collection-tabs {
    background-color: #421C2B;
}

.portable-infobox .pi-smart-data-label:nth-child(even),.portable-infobox .pi-smart-data-value:nth-child(even) {
    background-color: #421C2B
}

.portable-infobox .pi-data {
   background-color: #421C2B;
}

.portable-infobox .pi-media-collection .current  {
   background-color: #8A2065;
   color : #ffffff;
}

.portable-infobox .wds-tabs__wrapper:not(.right-arrow-visible, .left-arrow-visible, .both-arrows-visible) .wds-tabs {
  justify-content: center;
}