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 293: Line 293:
   --------------------------------------------------------- */
   --------------------------------------------------------- */
table.spiritvale-skill-infobox tr.hero-modules-row > td.hero-modules-cell {
table.spiritvale-skill-infobox tr.hero-modules-row > td.hero-modules-cell {
  padding: 0 !important;
   background: linear-gradient(135deg, #3a2c61, #1c1435) !important;
   background: linear-gradient(
    135deg,
    rgba(40, 30, 70, 1),
    rgba(22, 16, 45, 1)
  ) !important;
   color: #fff;
   color: #fff;
}
}
Line 311: Line 306:
/* Standard module box styling */
/* Standard module box styling */
table.spiritvale-skill-infobox .hero-module {
table.spiritvale-skill-infobox .hero-module {
  padding: 0.6em 0.75em;
   background: #120c20;             /* solid dark purple */
  box-sizing: border-box;
   color: #fff;
 
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-left: 1px solid rgba(255, 255, 255, 1);
 
   background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */
   box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(0, 0, 0, 0.30);


   color: #fff;
   /* optional: keeps the grid lines readable on dark */
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
}
}