×
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 {
 
   height: 100px;
/* 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-header {
#cosmos-banner {
   background-size: 50%;
   background-color: #590900;
}
}


.cosmos-header::before {
@media screen and (min-width: 850px) {
   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);
  body::after {
    
  }
}
}


.cosmos-header__local-navigation {
/* Tabber */
height: 64px;
.tabber__tab[aria-selected='true'] {
    box-shadow: 0 -2px 0 #8100C0 inset;
}
}


a:active {
.tabber__header {
     color: #ECC4C4;
     box-shadow: inset 0 -1px 0 0 #8A354A;
}
}


a.new {
.tabber__tab:hover {
    color: #BF5959;
  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(97, 10, 40, 0.95);
     background-color: rgba(191, 117, 117, 0.95);
    color:white;
    padding:1%;
    border-radius:5px;
    border: white 2px double;
    margin-bottom:15px;
}
}


.quote {
.quote {
     background-color: rgba(65, 46, 53, 0.95);
     background-color: rgba(152, 54, 54, 0.95);
    color:white;
}
    padding:1%;
 
    border-radius:5px;
/* Header Article */
    border: white 2px double;
 
    margin-bottom:15px;
.cosmos-button-primary {
  background-color: #C0025B;
}
}
/* Infobox */


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


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


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


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


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


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


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


.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: #421C2B
     background-color: #6F2222
}
}


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


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


.portable-infobox .wds-tabs__wrapper:not(.right-arrow-visible, .left-arrow-visible, .both-arrows-visible) .wds-tabs {
.portable-infobox .pi-media-collection .current  {
  justify-content: center;
  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;
}