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 145: Line 145:


   /* Module palette (kept dark across themes) */
   /* Module palette (kept dark across themes) */
   --sv-modules-band-a: #443a67; /* washed band start */
   --sv-module-box-a: #5a4e7c; /* top */
   --sv-modules-band-b: #2c2744; /* washed band end */
   --sv-module-box-b: #372b54; /* bottom */
   --sv-module-box:    #302f41; /* washed tile fill (muted dark purple) */
   --sv-module-box:    #302f41; /* washed tile fill (muted dark purple) */
   --sv-module-gridline: rgba(255, 255, 255, 0.10);
   --sv-module-gridline: rgba(255, 255, 255, 0.10);
Line 334: Line 334:
}
}


/* Standard module box styling (DARK, “unbreakable”) */
/* Standard module box styling */
table.spiritvale-skill-infobox .hero-module {
.mw-parser-output table.spiritvale-skill-infobox .hero-module {
   padding: 0.6em 0.75em;
   padding: 0.6em 0.75em;
   box-sizing: border-box;
   box-sizing: border-box;


   background: var(--sv-module-box) !important;
   background: linear-gradient(180deg, var(--sv-module-box-a), var(--sv-module-box-b)) !important;
   color: #fff;
  background-color: var(--sv-module-box-b) !important; /* fallback */
   color: #fff !important;


   border-top: 1px solid var(--sv-module-gridline);
   border-top: 1px solid var(--sv-module-gridline);