MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
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 { | ||
background: linear-gradient(135deg, #3a2c61, #1c1435) !important; | |||
background: linear-gradient( | |||
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 { | ||
background: #120c20; /* solid dark purple */ | |||
color: #fff; | |||
background: | |||
/* 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); | |||
} | } | ||