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

Template:Def/styles.css: Difference between revisions

Template page
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 11: Line 11:
gap:0.35em;
gap:0.35em;
cursor:help;
cursor:help;
color:inherit;
}
}


Line 37: Line 38:
font-size:0.78em;
font-size:0.78em;
line-height:1;
line-height:1;
border:1px solid #0b63f0;
border:1px solid currentColor;
background:#dbeaff;
background:transparent;
color:#0b63f0;
color:currentColor;
}
}


/* Supports BOTH shapes:
/* Force definition text to behave like normal prose (even if it becomes <a>) */
1) <a class="sv-def-text">
2) <span class="sv-def-text"><a> */
.sv-def-text,
.sv-def-text,
a.sv-def-text,
a.sv-def-text,
.sv-def-text a{
.sv-def-text a,
color:#0b63f0;
.sv-def a{
border-bottom:1px dotted currentColor;
color:inherit !important;
text-decoration:none;
border-bottom:none !important;
}
text-decoration:none !important;
 
.sv-def:hover .sv-def-text,
.sv-def:hover a.sv-def-text,
.sv-def:hover .sv-def-text a{
border-bottom-style:solid;
}
}


/* Missing/error states */
.sv-def--missing,
.sv-def--missing,
.sv-def--error{
.sv-def--error{
cursor:not-allowed;
cursor:not-allowed;
opacity:0.90;
opacity:0.90;
}
.sv-def--missing .sv-def-text,
.sv-def--missing a.sv-def-text,
.sv-def--missing .sv-def-text a{
color:#4b6388;
border-bottom-color:#4b6388;
}
.sv-def--error .sv-def-text,
.sv-def--error a.sv-def-text,
.sv-def--error .sv-def-text a{
color:#d74032;
border-bottom-color:#d74032;
}
}