×
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

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

Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Balise : Révocation manuelle
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
@media screen {
@media screen {
   .cosmos-header {
   .cosmos-header {
       background-color: rgba(138, 237, 195, 0.9);
       background-color: rgba(130, 242, 141, 0.9);
   }
   }


   #cosmos-footer {
   #cosmos-footer {
       background-color: rgba(67, 146, 113, 0.95);
       background-color: rgba(62, 151, 71, 0.95);
   }
   }


   .cosmos-header::before {
   .cosmos-header::before {
       background: linear-gradient(to right, rgba(138, 237, 195, 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(130, 242, 141, 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: #00457F;
   background-color: #3A6734;
}
}


Ligne 31 : Ligne 31 :
/* Tabber */
/* Tabber */
.tabber__tab[aria-selected='true'] {
.tabber__tab[aria-selected='true'] {
     box-shadow: 0 -2px 0 #6AD76C inset;
     box-shadow: 0 -2px 0 #00A3FF inset;
}
}


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #0F9DD4;
     box-shadow: inset 0 -1px 0 0 #9DED92;
}
}


.tabber__tab:hover {
.tabber__tab:hover {
   box-shadow:inset 0 -2px 0 0 #6AD76C;
   box-shadow:inset 0 -2px 0 0 #00A3FF;
   color: #B5F9DD;
   color: #AFF8B7;
}
}


Ligne 46 : Ligne 46 :


.skin-cosmos .toc {
.skin-cosmos .toc {
   background-color: rgba(98, 156, 99, 0.25);
   background-color: rgba(23, 103, 167, 0.25);
}
}


Ligne 52 : Ligne 52 :


#mw-content a:not(.new) {
#mw-content a:not(.new) {
   color: #6AD76C;
   color: #00A3FF;
}
}


body a:not(.new) {
body a:not(.new) {
   color: #6AD76C;
   color: #00A3FF;
}
}


Ligne 62 : Ligne 62 :


#mw-content {
#mw-content {
   background-color: rgba(32, 94, 68, 0.95);
   background-color: rgba(29, 97, 35, 0.95);
   box-shadow: 0 4px 24px rgba(32, 94, 68, 0.7);
   box-shadow: 0 4px 24px rgba(29, 97, 35, 0.7);
}
}


#mw-content h2 {
#mw-content h2 {
         border-bottom: solid 1px #0F9DD4;
         border-bottom: solid 1px #9DED92;
}
}


.warning {
.warning {
     background-color: rgba(106, 171, 107, 0.95);
     background-color: rgba(24, 120, 195, 0.95);
}
}


.quote {
.quote {
     background-color: rgba(67, 146, 113, 0.95);
     background-color: rgba(62, 151, 71, 0.95);
}
}


Ligne 81 : Ligne 81 :


.cosmos-button-primary {
.cosmos-button-primary {
   background-color: #8AEDC3;
   background-color: #82F28D;
}
}


.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: #8AEDC3;
     background-color: #82F28D;
     border-color: #8AEDC3
     border-color: #82F28D
}
}


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


.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: #0185B7;
     background-color: #89DB80;
     border-color: #0185B7;
     border-color: #89DB80;
}
}


Ligne 104 : Ligne 104 :


.portable-infobox {
.portable-infobox {
   border: 1px solid #00A2E6;
   border: 1px solid #A1EE95;
}
}


.portable-infobox h2 {
.portable-infobox h2 {
   border-bottom: solid 1px #0185B7;
   border-bottom: solid 1px #89DB80;
}
}


.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: #00A2E6;
   border-color: #A1EE95;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   background-color: #00A2E6;
   background-color: #A1EE95;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   background-color: #00A2E6;
   background-color: #A1EE95;
}
}


.portable-infobox .pi-background {
.portable-infobox .pi-background {
     background-color: #2D4F5B
     background-color: #314C2C
}
}


.portable-infobox .pi-horizontal-group-item:nth-child(even) {
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
     background-color: #2D4F5B
     background-color: #314C2C
}
}


.portable-infobox .pi-media-collection-tabs {
.portable-infobox .pi-media-collection-tabs {
     background-color: #2D4F5B;
     background-color: #314C2C;
}
}


.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: #2D4F5B
     background-color: #314C2C
}
}


.portable-infobox .pi-data {
.portable-infobox .pi-data {
   background-color: #2D4F5B;
   background-color: #314C2C;
}
}


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: #00A2E6;
     background-color: #A1EE95;
}
}


.portable-infobox .pi-media-collection .current  {
.portable-infobox .pi-media-collection .current  {
   background-color: #0185B7;
   background-color: #89DB80;
}
}

Version du 21 mai 2025 à 10:01

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(130, 242, 141, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(62, 151, 71, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(130, 242, 141, 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: #3A6734;

}

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

  body::after {
  
  }

}

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

   box-shadow: 0 -2px 0 #00A3FF inset;

}

.tabber__header {

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

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #00A3FF;
  color: #AFF8B7;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(23, 103, 167, 0.25);

}

/* Liens */

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

}

body a:not(.new) {

  color: #00A3FF;

}

/* Page */

  1. mw-content {
  background-color: rgba(29, 97, 35, 0.95);
  box-shadow: 0 4px 24px rgba(29, 97, 35, 0.7);

}

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

}

.warning {

   background-color: rgba(24, 120, 195, 0.95);

}

.quote {

   background-color: rgba(62, 151, 71, 0.95);

}

/* Header Article */

.cosmos-button-primary {

  background-color: #82F28D;

}

.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: #82F28D;
   border-color: #82F28D

}

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

   background-color: #AFF8B7;
   border-color: #AFF8B7

}

.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: #89DB80;
   border-color: #89DB80;

}

/* Infobox */

.portable-infobox {

  border: 1px solid #A1EE95;

}

.portable-infobox h2 {

  border-bottom: solid 1px #89DB80;

}

.portable-infobox .pi-border-color {

  border-color: #A1EE95;

}

.portable-infobox .pi-header {

  background-color: #A1EE95;

}

.portable-infobox .pi-title {

  background-color: #A1EE95;

}

.portable-infobox .pi-background {

   background-color: #314C2C

}

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

   background-color: #314C2C

}

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

   background-color: #314C2C;

}

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

   background-color: #314C2C

}

.portable-infobox .pi-data {

  background-color: #314C2C;

}

.portable-infobox .pi-secondary-background {

   background-color: #A1EE95;

}

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

  background-color: #89DB80;

}