×
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

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

Aisuuuuu (discussion | contributions)
Page créée avec « Header Site : @media screen { .cosmos-header { background-color: rgba(215, 69, 69, 0.9); } #cosmos-footer { background-color: rgba(36, 147, 158, 0.95); } .cosmos-header::before { background: linear-gradient(to right, rgba(215, 69, 69, 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: #25646A; }... »
 
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Balise : Révoqué
Ligne 3 : Ligne 3 :
@media screen {
@media screen {
   .cosmos-header {
   .cosmos-header {
       background-color: rgba(215, 69, 69, 0.9);
       background-color: rgba(144, 226, 229, 0.9);
   }
   }


Ligne 11 : Ligne 11 :


   .cosmos-header::before {
   .cosmos-header::before {
       background: linear-gradient(to right, rgba(215, 69, 69, 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(144, 226, 229, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
   }
   }
}
}
Ligne 35 : Ligne 35 :


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #D25757;
     box-shadow: inset 0 -1px 0 0 #9EE0E3;
}
}


.tabber__tab:hover {
.tabber__tab:hover {
   box-shadow:inset 0 -2px 0 0 #F6D46B;
   box-shadow:inset 0 -2px 0 0 #F6D46B;
   color: #E77C7C;
   color: #B8EEF0;
}
}


Ligne 67 : Ligne 67 :


#mw-content h2 {
#mw-content h2 {
         border-bottom: solid 1px #D25757;
         border-bottom: solid 1px #9EE0E3;
}
}


Ligne 81 : Ligne 81 :


.cosmos-button-primary {
.cosmos-button-primary {
   background-color: #D74545;
   background-color: #90E2E5;
   color: #000000;
   color: #000000;
   /* stroke: #000000; */
   /* stroke: #000000; */
Ligne 92 : Ligne 92 :
.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: #D74545;
     background-color: #90E2E5;
     border-color: #D74545
     border-color: #90E2E5
}
}


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


.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: #B34444;
     background-color: #8DCED2;
     border-color: #B34444;
     border-color: #8DCED2;
}
}


Ligne 110 : Ligne 110 :


.portable-infobox {
.portable-infobox {
   border: 1px solid #D25A5A;
   border: 1px solid #9FE1E3;
}
}


.portable-infobox h2 {
.portable-infobox h2 {
   border-bottom: solid 1px #B34444;
   border-bottom: solid 1px #8DCED2;
}
}


.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: #D25A5A;
   border-color: #9FE1E3;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   background-color: #D25A5A;
   background-color: #9FE1E3;
   color: #000000;
   color: #000000;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   background-color: #D25A5A;
   background-color: #9FE1E3;
   color: #000000;
   color: #000000;
}
}
Ligne 152 : Ligne 152 :


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: #D25A5A;
     background-color: #9FE1E3;
}
}


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

Version du 5 mai 2026 à 18:24

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(144, 226, 229, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(36, 147, 158, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(144, 226, 229, 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: #25646A;

}

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

  body::after {
  
  }

}

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

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

}

.tabber__header {

   box-shadow: inset 0 -1px 0 0 #9EE0E3;

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #F6D46B;
  color: #B8EEF0;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(211, 167, 33, 0.25);

}

/* Liens */

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

}

body a:not(.new) {

  color: #F6D46B;

}

/* Page */

  1. mw-content {
  background-color: rgba(19, 74, 79, 0.95);
  box-shadow: 0 4px 24px rgba(19, 74, 79, 0.7);

}

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

}

.warning {

   background-color: rgba(233, 184, 36, 0.95);

}

.quote {

   background-color: rgba(36, 147, 158, 0.95);

}

/* Header Article */

.cosmos-button-primary {

  background-color: #90E2E5;
  color: #000000;
  /* stroke: #000000; */

}

  1. 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: #90E2E5;
   border-color: #90E2E5

}

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

   background-color: #B8EEF0;
   border-color: #B8EEF0

}

.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: #8DCED2;
   border-color: #8DCED2;

}

/* Infobox */

.portable-infobox {

  border: 1px solid #9FE1E3;

}

.portable-infobox h2 {

  border-bottom: solid 1px #8DCED2;

}

.portable-infobox .pi-border-color {

  border-color: #9FE1E3;

}

.portable-infobox .pi-header {

  background-color: #9FE1E3;
  color: #000000;

}

.portable-infobox .pi-title {

  background-color: #9FE1E3;
  color: #000000;

}

.portable-infobox .pi-background {

   background-color: #23494C

}

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

   background-color: #23494C

}

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

   background-color: #23494C;

}

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

   background-color: #23494C

}

.portable-infobox .pi-data {

  background-color: #23494C;

}

.portable-infobox .pi-secondary-background {

   background-color: #9FE1E3;

}

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

  background-color: #8DCED2;

}