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 106: | Line 106: | ||
font-size:12px; | font-size:12px; | ||
line-height:1; | line-height:1; | ||
} | |||
/* -------------------------------------------------------------------------- */ | |||
/* 2b) Interactive link treatment */ | |||
/* -------------------------------------------------------------------------- */ | |||
.sv-disclose-pop a, | |||
.sv-disclose-pop-title a, | |||
.sv-tip-pop a, | |||
.sv-tip-pop-title a, | |||
.sv-def-pop a, | |||
.sv-def-pop-title a, | |||
.sv-pop a, | |||
.sv-pop-title a, | |||
.sv-gi-card .sv-ref-title a, | |||
.sv-skill-card .sv-ref-title a{ | |||
color:var(--sv-ui-link, #8fc7ff); | |||
text-decoration-line:underline; | |||
text-decoration-color:currentColor; | |||
} | |||
.sv-disclose-pop a:hover, | |||
.sv-disclose-pop-title a:hover, | |||
.sv-tip-pop a:hover, | |||
.sv-tip-pop-title a:hover, | |||
.sv-def-pop a:hover, | |||
.sv-def-pop-title a:hover, | |||
.sv-pop a:hover, | |||
.sv-pop-title a:hover, | |||
.sv-gi-card .sv-ref-title a:hover, | |||
.sv-skill-card .sv-ref-title a:hover, | |||
.sv-disclose-pop a:focus, | |||
.sv-disclose-pop-title a:focus, | |||
.sv-tip-pop a:focus, | |||
.sv-tip-pop-title a:focus, | |||
.sv-def-pop a:focus, | |||
.sv-def-pop-title a:focus, | |||
.sv-pop a:focus, | |||
.sv-pop-title a:focus, | |||
.sv-gi-card .sv-ref-title a:focus, | |||
.sv-skill-card .sv-ref-title a:focus{ | |||
color:var(--sv-ui-link-hover, #b8ddff); | |||
} | |||
.sv-disclose-pop-title a, | |||
.sv-tip-pop-title a, | |||
.sv-def-pop-title a, | |||
.sv-pop-title a{ | |||
font:inherit; | |||
} | } | ||
| Line 897: | Line 946: | ||
line-height:1.02; | line-height:1.02; | ||
color:var(--sv-ui-text1); | color:var(--sv-ui-text1); | ||
} | |||
.sv-skill-tabs .sv-mech-mod-pill__hit{ | |||
position:absolute; | |||
top:0; | |||
right:0; | |||
bottom:0; | |||
left:0; | |||
z-index:5; | |||
opacity:0; | |||
} | |||
.sv-skill-tabs .sv-mech-mod-pill__hit .sv-def{ | |||
display:block; | |||
width:100%; | |||
height:100%; | |||
} | } | ||