×
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

« Azuras.css » : différence entre les versions

Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 3 : Ligne 3 :
@media screen {
@media screen {
   .cosmos-header {
   .cosmos-header {
       background-color: rgba(159, 244, 236, 0.9);
       background-color: rgba(158, 240, 255, 0.9);
   }
   }


   #cosmos-footer {
   #cosmos-footer {
       background-color: rgba(94, 176, 166, 0.95);
       background-color: rgba(97, 182, 197, 0.95);
   }
   }


   .cosmos-header::before {
   .cosmos-header::before {
       background: linear-gradient(to right, rgba(159, 244, 236, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
       background: linear-gradient(to right, rgba(158, 240, 255, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
   }
   }
}
}
Ligne 20 : Ligne 20 :


#cosmos-banner {
#cosmos-banner {
   background-color: #9C5D6B;
   background-color: #579F99;
}
}


Ligne 31 : Ligne 31 :
/* Tabber */
/* Tabber */
.tabber__tab[aria-selected='true'] {
.tabber__tab[aria-selected='true'] {
     box-shadow: 0 -2px 0 #71F6ED inset;
     box-shadow: 0 -2px 0 #FF9DAE inset;
}
}


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #FFC1D3;
     box-shadow: inset 0 -1px 0 0 #B9FFFD;
}
}


.tabber__tab:hover {
.tabber__tab:hover {
   box-shadow:inset 0 -2px 0 0 #71F6ED;
   box-shadow:inset 0 -2px 0 0 #FF9DAE;
   color: #C4FCF6;
   color: #C4F8FF;
}
}


Ligne 46 : Ligne 46 :


.skin-cosmos .toc {
.skin-cosmos .toc {
   background-color: rgba(94, 176, 166, 0.25);
   background-color: rgba(230, 185, 193, 0.25);
}
}


Ligne 52 : Ligne 52 :


#mw-content a:not(.new) {
#mw-content a:not(.new) {
   color: #71F6ED;
   color: #FF9DAE;
}
}


body a:not(.new) {
body a:not(.new) {
   color: #71F6ED;
   color: #FF9DAE;
}
}


Ligne 62 : Ligne 62 :


#mw-content {
#mw-content {
   background-color: rgba(53, 129, 121, 0.95);
   background-color: rgba(56, 91, 101, 0.95);
   box-shadow: 0 4px 24px rgba(53, 129, 121, 0.7);
   box-shadow: 0 4px 24px rgba(56, 91, 101, 0.7);
}
}


#mw-content h2 {
#mw-content h2 {
         border-bottom: solid 1px #FFC1D3;
         border-bottom: solid 1px #B9FFFD;
}
}


.warning {
.warning {
     background-color: rgba(129, 211, 205, 0.95);
     background-color: rgba(234, 187, 195, 0.95);
  color: #000000;
}
}


.quote {
.quote {
     background-color: rgba(94, 176, 166, 0.95);
     background-color: rgba(97, 182, 197, 0.95);
}
}


Ligne 81 : Ligne 82 :


.cosmos-button-primary {
.cosmos-button-primary {
   background-color: #9FF4EC;
   background-color: #9EF0FF;
  color: #000000;
}
}


.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: var(--color-inverted-fixed,#fff);
     color: var(--color-inverted-fixed,#fff);
     background-color: #9FF4EC;
     background-color: #9EF0FF;
     border-color: #9FF4EC
     border-color: #9EF0FF
}
}


.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: #C4FCF6;
     background-color: #C4F8FF;
     border-color: #C4FCF6
     border-color: #C4F8FF
}
}


.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: #fff;
     color: #fff;
     background-color: #FFA1BF;
     background-color: #94FFFC;
     border-color: #FFA1BF;
     border-color: #94FFFC;
}
}


Ligne 104 : Ligne 106 :


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


.portable-infobox h2 {
.portable-infobox h2 {
   border-bottom: solid 1px #FFA1BF;
   border-bottom: solid 1px #94FFFC;
}
}


.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: #FFB6D1;
   border-color: #ACFFFC;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   background-color: #FFB6D1;
   background-color: #ACFFFC;
  color: #000000;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   background-color: #FFB6D1;
   background-color: #ACFFFC;
  color: #000000;
}
}


.portable-infobox .pi-background {
.portable-infobox .pi-background {
     background-color: #4E2D2E
     background-color: #2B504D
}
}


.portable-infobox .pi-horizontal-group-item:nth-child(even) {
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
     background-color: #4E2D2E
     background-color: #2B504D
}
}


.portable-infobox .pi-media-collection-tabs {
.portable-infobox .pi-media-collection-tabs {
     background-color: #4E2D2E;
     background-color: #2B504D;
}
}


.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: #4E2D2E
     background-color: #2B504D
}
}


.portable-infobox .pi-data {
.portable-infobox .pi-data {
   background-color: #4E2D2E;
   background-color: #2B504D;
}
}


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: #FFB6D1;
     background-color: #ACFFFC;
}
}


.portable-infobox .pi-media-collection .current  {
.portable-infobox .pi-media-collection .current  {
   background-color: #FFA1BF;
   background-color: #94FFFC;
}
}

Dernière version du 9 juillet 2025 à 21:05

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(158, 240, 255, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(97, 182, 197, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(158, 240, 255, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
  }

}

  1. cosmos-footer li {
  color: #F5F5F5;

}

  1. cosmos-banner {
  background-color: #579F99;

}

@media screen and (min-width: 850px) {

  body::after {
  
  }

}

/* Tabber */ .tabber__tab[aria-selected='true'] {

   box-shadow: 0 -2px 0 #FF9DAE inset;

}

.tabber__header {

   box-shadow: inset 0 -1px 0 0 #B9FFFD;

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #FF9DAE;
  color: #C4F8FF;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(230, 185, 193, 0.25);

}

/* Liens */

  1. mw-content a:not(.new) {
  color: #FF9DAE;

}

body a:not(.new) {

  color: #FF9DAE;

}

/* Page */

  1. mw-content {
  background-color: rgba(56, 91, 101, 0.95);
  box-shadow: 0 4px 24px rgba(56, 91, 101, 0.7);

}

  1. mw-content h2 {
       border-bottom: solid 1px #B9FFFD;

}

.warning {

   background-color: rgba(234, 187, 195, 0.95);
  color: #000000;

}

.quote {

   background-color: rgba(97, 182, 197, 0.95);

}

/* Header Article */

.cosmos-button-primary {

  background-color: #9EF0FF;
  color: #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: #9EF0FF;
   border-color: #9EF0FF

}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {

   background-color: #C4F8FF;
   border-color: #C4F8FF

}

.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: #94FFFC;
   border-color: #94FFFC;

}

/* Infobox */

.portable-infobox {

  border: 1px solid #ACFFFC;

}

.portable-infobox h2 {

  border-bottom: solid 1px #94FFFC;

}

.portable-infobox .pi-border-color {

  border-color: #ACFFFC;

}

.portable-infobox .pi-header {

  background-color: #ACFFFC;
  color: #000000;

}

.portable-infobox .pi-title {

  background-color: #ACFFFC;
  color: #000000;

}

.portable-infobox .pi-background {

   background-color: #2B504D

}

.portable-infobox .pi-horizontal-group-item:nth-child(even) {

   background-color: #2B504D

}

.portable-infobox .pi-media-collection-tabs {

   background-color: #2B504D;

}

.portable-infobox .pi-smart-data-label:nth-child(even) .portable-infobox .pi-smart-data-value:nth-child(even) {

   background-color: #2B504D

}

.portable-infobox .pi-data {

  background-color: #2B504D;

}

.portable-infobox .pi-secondary-background {

   background-color: #ACFFFC;

}

.portable-infobox .pi-media-collection .current {

  background-color: #94FFFC;

}