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(40, 30, 70, 0.92),
     rgba(40, 30, 70, 1),
     rgba(22, 16, 45, 0.92)
     rgba(22, 16, 45, 1)
   ) !important;
   ) !important;
   color: #fff;
   color: #fff;
Line 314: Line 314:
   box-sizing: border-box;
   box-sizing: border-box;


   border-top: 1px solid rgba(255, 255, 255, 0.10);
   border-top: 1px solid rgba(255, 255, 255, 1);
   border-left: 1px solid rgba(255, 255, 255, 0.10);
   border-left: 1px solid rgba(255, 255, 255, 1);


   background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */
   background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */