Module:GameInfo/styles.css: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 67: | Line 67: | ||
background:#1f2937; | background:#1f2937; | ||
color:rgba(245,249,255,0.92); | color:rgba(245,249,255,0.92); | ||
} | |||
/* Ensure source popup nodes are hidden even without sitewide .sv-hidden */ | |||
.sv-gi-card .sv-hidden, | |||
.sv-skill-card .sv-hidden{ | |||
display:none; | |||
} | } | ||
| Line 413: | Line 420: | ||
6) REQUIREMENTS / USERS ROW | 6) REQUIREMENTS / USERS ROW | ||
- Compact, meta-like sizing for the triggers | - Compact, meta-like sizing for the triggers | ||
- Popup content is styled | - Popup content is styled sitewide (Common.css) | ||
---------------------------------------------------------------------------- */ | ---------------------------------------------------------------------------- */ | ||
| Line 469: | Line 476: | ||
font-size:12px; | font-size:12px; | ||
color:rgba(182,198,224,0.95); | color:rgba(182,198,224,0.95); | ||
} | } | ||