×
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

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

Aisuuuuu (discussion | contributions)
Page créée avec « Header Site : @media screen { .cosmos-header { background-color: rgba(58, 58, 58, 0.9); } #cosmos-footer { background-color: rgba(151, 63, 131, 0.95); } .cosmos-header::before { background: linear-gradient(to right, rgba(58, 58, 58, 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: #67355C; } @... »
 
Aisuuuuu (discussion | contributions)
Aucun résumé des modifications
Ligne 35 : Ligne 35 :


.tabber__header {
.tabber__header {
     box-shadow: inset 0 -1px 0 0 #E17676;
     box-shadow: inset 0 -1px 0 0 #40ABEE;
}
}


Ligne 67 : Ligne 67 :


#mw-content h2 {
#mw-content h2 {
         border-bottom: solid 1px #E17676;
         border-bottom: solid 1px #40ABEE;
}
}



Version du 4 juillet 2026 à 17:28

/* Header Site */

@media screen {

  .cosmos-header {
      background-color: rgba(58, 58, 58, 0.9);
  }
  #cosmos-footer {
     background-color: rgba(151, 63, 131, 0.95);
  }
  .cosmos-header::before {
     background: linear-gradient(to right, rgba(58, 58, 58, 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: #67355C;

}

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

  body::after {
  
  }

}

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

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

}

.tabber__header {

   box-shadow: inset 0 -1px 0 0 #40ABEE;

}

.tabber__tab:hover {

  box-shadow:inset 0 -2px 0 0 #F1E762;
  color: #F8B0B0;

}

/* Sommaire */

.skin-cosmos .toc {

  background-color: rgba(191, 132, 22, 0.25);

}

/* Liens */

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

}

body a:not(.new) {

  color: #F1E762;

}

/* Page */

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

}

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

}

.warning {

   background-color: rgba(191, 132, 22, 0.95);

}

.quote {

   background-color: rgba(151, 63, 131, 0.95);

}

/* Header Article */

.cosmos-button-primary {

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

}

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

   background-color: #F8B0B0;
   border-color: #F8B0B0

}

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

}

/* Infobox */

.portable-infobox {

  border: 1px solid #40ABEE;

}

.portable-infobox h2 {

  border-bottom: solid 1px #4CCD67;

}

.portable-infobox .pi-border-color {

  border-color: #40ABEE;

}

.portable-infobox .pi-header {

  background-color: #40ABEE;
  color: #000000;

}

.portable-infobox .pi-title {

  background-color: #40ABEE;
  color: #000000;

}

.portable-infobox .pi-background {

   background-color: #273A52

}

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

   background-color: #273A52

}

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

   background-color: #273A52;

}

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

   background-color: #273A52

}

.portable-infobox .pi-data {

  background-color: #273A52;

}

.portable-infobox .pi-secondary-background {

   background-color: #40ABEE;

}

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

  background-color: #4CCD67;

}