Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 299: Line 299:
     rgba(55, 43, 84, 0.55)
     rgba(55, 43, 84, 0.55)
   ) !important;
   ) !important;
  color: #fff; /* <- force readable text in all themes */
}
}


Line 317: Line 318:


   background: rgba(90, 78, 124, 0.18);
   background: rgba(90, 78, 124, 0.18);
  color: #fff; /* <- force readable text in all themes */
}
}


Line 438: Line 440:
   }
   }


   table.spiritvale-skill-infobox .module-skill-type .sv-type-grid {
   table.spiritvale-skill-infobox .module-skill-type .sv-type-chunk {
     grid-template-columns: 1fr;
     padding: 0.28em 0.35em;
  }
 
  table.spiritvale-skill-infobox .module-skill-type .sv-type-label {
    font-size: 0.68em;
   }
   }
}


   /* Simplify borders for 1-col type grid */
   /* Simplify borders for 1-col type grid */
Line 514: Line 521:
   --------------------------------------------------------- */
   --------------------------------------------------------- */


/* Skills: lighten the hero-modules band + module backgrounds */
.mw-theme-light table.spiritvale-skill-infobox tr.hero-modules-row > td.hero-modules-cell {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(226, 232, 240, 0.92)
  ) !important;
}
.mw-theme-light table.spiritvale-skill-infobox .hero-module {
  background: rgba(255, 255, 255, 0.65);
}
/* Skills: improve text contrast inside modules */
.mw-theme-light table.spiritvale-skill-infobox .module-level-selector .sv-level-title,
.mw-theme-light table.spiritvale-skill-infobox .module-level-selector .sv-level-label,
.mw-theme-light table.spiritvale-skill-infobox .module-skill-type .sv-type-value,
.mw-theme-light table.spiritvale-skill-infobox .module-skill-type .sv-type-label {
  color: #111827;
}
.mw-theme-light table.spiritvale-skill-infobox .module-skill-type .sv-type-label {
  background: linear-gradient(
    180deg,
    rgba(122, 111, 176, 0.22),
    rgba(90, 78, 124, 0.12)
  );
}


/* Shared: stronger zebra striping + row separators in light mode */
/* Shared: stronger zebra striping + row separators in light mode */