×
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

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

Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 3 : Ligne 3 :
@media screen {
@media screen {
   .cosmos-header {
   .cosmos-header {
       background-color: rgba(255, 193, 80, 0.9);
       background-color: rgba(255, 158, 36, 0.9);
   }
   }


Ligne 11 : Ligne 11 :


   .cosmos-header::before {
   .cosmos-header::before {
       background: linear-gradient(to right, rgba(255, 193, 80, 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(255, 158, 36, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
   }
   }
}
}
Ligne 31 : Ligne 31 :
/* Tabber */
/* Tabber */
.tabber__tab[aria-selected='true'] {
.tabber__tab[aria-selected='true'] {
     box-shadow: 0 -2px 0 #F3E568 inset;
     box-shadow: 0 -2px 0 #DAC961 inset;
}
}


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #FFC56B;
     box-shadow: inset 0 -1px 0 0 #FFAD42;
}
}


.tabber__tab:hover {
.tabber__tab:hover {
   box-shadow:inset 0 -2px 0 0 #F3E568;
   box-shadow:inset 0 -2px 0 0 #DAC961;
   color: #FFDA8F;
   color: #FFC06B;
}
}


Ligne 46 : Ligne 46 :


.skin-cosmos .toc {
.skin-cosmos .toc {
   background-color: rgba(164, 149, 26, 0.25);
   background-color: rgba(99, 87, 31, 0.25);
}
}


Ligne 52 : Ligne 52 :


#mw-content a:not(.new) {
#mw-content a:not(.new) {
   color: #F3E568;
   color: #DAC961;
}
}


body a:not(.new) {
body a:not(.new) {
   color: #F3E568;
   color: #DAC961;
}
}


Ligne 67 : Ligne 67 :


#mw-content h2 {
#mw-content h2 {
         border-bottom: solid 1px #FFC56B;
         border-bottom: solid 1px #FFAD42;
}
}


.warning {
.warning {
     background-color: rgba(195, 176, 29, 0.95);
     background-color: rgba(139, 121, 43, 0.95);
}
}


Ligne 81 : Ligne 81 :


.cosmos-button-primary {
.cosmos-button-primary {
   background-color: #FFC150;
   background-color: #FF9E24;
   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: #FFC150;
     background-color: #FF9E24;
     border-color: #FFC150
     border-color: #FF9E24
}
}


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


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


Ligne 110 : Ligne 110 :


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


.portable-infobox h2 {
.portable-infobox h2 {
   border-bottom: solid 1px #F1B359;
   border-bottom: solid 1px #FA9B31;
}
}


.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: #FFC76E;
   border-color: #FFAE45;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   background-color: #FFC76E;
   background-color: #FFAE45;
   color: #000000;
   color: #000000;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   background-color: #FFC76E;
   background-color: #FFAE45;
   color: #000000;
   color: #000000;
}
}
Ligne 152 : Ligne 152 :


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: #FFC76E;
     background-color: #FFAE45;
}
}


.portable-infobox .pi-media-collection .current  {
.portable-infobox .pi-media-collection .current  {
   background-color: #F1B359;
   background-color: #FA9B31;
}
}

Dernière version du 24 juillet 2025 à 00:25

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(255, 158, 36, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(71, 71, 71, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(255, 158, 36, 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: #343434;

}

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

  body::after {
  
  }

}

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

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

}

.tabber__header {

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

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #DAC961;
  color: #FFC06B;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(99, 87, 31, 0.25);

}

/* Liens */

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

}

body a:not(.new) {

  color: #DAC961;

}

/* Page */

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

}

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

}

.warning {

   background-color: rgba(139, 121, 43, 0.95);

}

.quote {

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

}

/* Header Article */

.cosmos-button-primary {

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

}

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

   background-color: #FFC06B;
   border-color: #FFC06B

}

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

}

/* Infobox */

.portable-infobox {

  border: 1px solid #FFAE45;

}

.portable-infobox h2 {

  border-bottom: solid 1px #FA9B31;

}

.portable-infobox .pi-border-color {

  border-color: #FFAE45;

}

.portable-infobox .pi-header {

  background-color: #FFAE45;
  color: #000000;

}

.portable-infobox .pi-title {

  background-color: #FFAE45;
  color: #000000;

}

.portable-infobox .pi-background {

   background-color: #2C2C2C

}

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

   background-color: #2C2C2C

}

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

   background-color: #2C2C2C;

}

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

   background-color: #2C2C2C

}

.portable-infobox .pi-data {

  background-color: #2C2C2C;

}

.portable-infobox .pi-secondary-background {

   background-color: #FFAE45;

}

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

  background-color: #FA9B31;

}