×
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

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

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
@media screen {
@media screen {
   .cosmos-header {
   .cosmos-header {
       background-color: rgba(255, 255, 255, 0.9);
       background-color: rgba(245, 122, 122, 0.9);
      color: #000;
   }
   }


   #cosmos-footer {
   #cosmos-footer {
       background-color: rgba(240, 240, 240, 0.95);
       background-color: rgba(152, 54, 54, 0.95);
      color: #000;
   }
   }


   .cosmos-header::before {
   .cosmos-header::before {
       background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), linear-gradient(to left, rgba(255, 255, 255, 0) 200px, #FFFFFF 530px);
       background: linear-gradient(to right, rgba(245, 122, 122, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
   }
   }
}
}


#cosmos-banner {
#cosmos-banner {
   background-color: #F7F7F7;
   background-color: #590900;
  color: #000;
}
}


@media screen and (min-width: 850px) {
@media screen and (min-width: 850px) {
   body::after {
   body::after {
      background-color: #F0F0F0;
 
      color: #000;
   }
   }
}
}
Ligne 31 : Ligne 27 :
/* Tabber */
/* Tabber */
.tabber__tab[aria-selected='true'] {
.tabber__tab[aria-selected='true'] {
     box-shadow: 0 -2px 0 #E0E0E0 inset;
     box-shadow: 0 -2px 0 #F57A7A inset;
    color: #000;
}
}


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #D0D0D0;
     box-shadow: inset 0 -1px 0 0 #970F00;
    color: #000;
}
}


.tabber__tab:hover {
.tabber__tab:hover {
   box-shadow:inset 0 -2px 0 0 #E0E0E0;
   box-shadow:inset 0 -2px 0 0 #F57A7A;
   color: #000;
   color: #F57A7A;
}
}


Ligne 48 : Ligne 42 :


.skin-cosmos .toc {
.skin-cosmos .toc {
   background-color: rgba(240, 240, 240, 0.25);
   background-color: rgba(152, 54, 54, 0.25);
  color: #000;
}
}


#mw-content h2 {
#mw-content h2 {
   border-bottom: solid 1px #D0D0D0;
   border-bottom: solid 1px #970F00;
  color: #000;
}
}


Ligne 60 : Ligne 52 :


#mw-content a:not(.new) {
#mw-content a:not(.new) {
   color: #000;
   color: #F57A7A;
}
}


body a:not(.new) {
body a:not(.new) {
   color: #000;
   color: #F57A7A;
}
}


Ligne 70 : Ligne 62 :


#mw-content {
#mw-content {
   background-color: rgba(250, 250, 250, 0.95);
   background-color: rgba(99, 22, 22, 0.95);
   box-shadow: 0 4px 24px rgba(200, 200, 200, 0.7);
   box-shadow: 0 4px 24px rgba(99, 22, 22, 0.7);
  color: #000;
}
}


#mw-content h2 {
#mw-content h2 {
  border-bottom: solid 1px #D0D0D0;
        border-bottom: solid 1px #970F00;
  color: #000;
}
}


.warning {
.warning {
     background-color: rgba(245, 245, 245, 0.95);
     background-color: rgba(191, 117, 117, 0.95);
    color: #000;
}
}


.quote {
.quote {
     background-color: rgba(240, 240, 240, 0.95);
     background-color: rgba(152, 54, 54, 0.95);
    color: #000;
}
}


Ligne 93 : Ligne 81 :


.cosmos-button-primary {
.cosmos-button-primary {
   background-color: #F0F0F0;
   background-color: #9e1200;
  color: #000;
}
}


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


.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: #D0D0D0;
     background-color: #EF568F;
     border-color: #D0D0D0;
     border-color: #EF568F
    color: #000;
}
}


.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: #000;
     color: #fff;
     background-color: #C0C0C0;
     background-color: #800C00;
     border-color: #C0C0C0;
     border-color: #800C00;
}
}


Ligne 118 : Ligne 104 :


.portable-infobox {
.portable-infobox {
   border: 1px solid #E0E0E0;
   border: 1px solid #9e1200;
  color: #000;
}
}


.portable-infobox h2 {
.portable-infobox h2 {
   border-bottom: solid 1px #D0D0D0;
   border-bottom: solid 1px #800C00;
  color: #000;
}
}


.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: #E0E0E0;
   border-color: #9e1200;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
   background-color: #F0F0F0;
   background-color: #9e1200;
  color: #000;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
   background-color: #F0F0F0;
   background-color: #9e1200;
  color: #000;
}
}


.portable-infobox .pi-background {
.portable-infobox .pi-background {
     background-color: #F7F7F7;
     background-color: #401E1E
    color: #000;
}
}


.portable-infobox .pi-horizontal-group-item:nth-child(even) {
.portable-infobox .pi-horizontal-group-item:nth-child(even) {
     background-color: #F7F7F7;
     background-color: #401E1E
    color: #000;
}
}


.portable-infobox .pi-media-collection-tabs {
.portable-infobox .pi-media-collection-tabs {
     background-color: #F7F7F7;
     background-color: #401E1E;
    color: #000;
}
}


.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: #F7F7F7;
     background-color: #401E1E
    color: #000;
}
}


.portable-infobox .pi-data {
.portable-infobox .pi-data {
   background-color: #F7F7F7;
   background-color: #401E1E;
  color: #000;
}
}


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
     background-color: #E0E0E0;
     background-color: #9e1200;
    color: #000;
}
}


.portable-infobox .pi-media-collection .current  {
.portable-infobox .pi-media-collection .current  {
   background-color: #D0D0D0;
   background-color: #800C00;
  color: #000;
}
}

Version du 18 mai 2025 à 14:52

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(245, 122, 122, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(152, 54, 54, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(245, 122, 122, 0.9), rgba(0, 0, 0, 0.5)), linear-gradient(to left, rgba(0, 0, 0, 0) 200px, #000000 530px);
  }

}

  1. cosmos-banner {
  background-color: #590900;

}

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

  body::after {
  
  }

}

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

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

}

.tabber__header {

   box-shadow: inset 0 -1px 0 0 #970F00;

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #F57A7A;
  color: #F57A7A;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(152, 54, 54, 0.25);

}

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

}

/* Liens */

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

}

body a:not(.new) {

  color: #F57A7A;

}

/* Page */

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

}

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

}

.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: #9e1200;

}

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

}

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

   background-color: #EF568F;
   border-color: #EF568F

}

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

}

/* Infobox */

.portable-infobox {

  border: 1px solid #9e1200;

}

.portable-infobox h2 {

  border-bottom: solid 1px #800C00;

}

.portable-infobox .pi-border-color {

  border-color: #9e1200;

}

.portable-infobox .pi-header {

  background-color: #9e1200;

}

.portable-infobox .pi-title {

  background-color: #9e1200;

}

.portable-infobox .pi-background {

   background-color: #401E1E

}

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

   background-color: #401E1E

}

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

   background-color: #401E1E;

}

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

   background-color: #401E1E

}

.portable-infobox .pi-data {

  background-color: #401E1E;

}

.portable-infobox .pi-secondary-background {

   background-color: #9e1200;

}

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

  background-color: #800C00;

}