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 296: Line 296:
   background: linear-gradient(
   background: linear-gradient(
     135deg,
     135deg,
     rgba(90, 78, 124, 0.55),
     rgba(40, 30, 70, 0.92),
     rgba(55, 43, 84, 0.55)
     rgba(22, 16, 45, 0.92)
   ) !important;
   ) !important;
 
   color: #fff;
   color: #fff; /* <- force readable text in all themes */
}
}


Line 315: Line 314:
   box-sizing: border-box;
   box-sizing: border-box;


   border-top: 1px solid rgba(148, 163, 184, 0.25);
   border-top: 1px solid rgba(255, 255, 255, 0.10);
   border-left: 1px solid rgba(148, 163, 184, 0.25);
   border-left: 1px solid rgba(255, 255, 255, 0.10);


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