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

Revision as of 04:01, 18 February 2026 by Eviand (talk | contribs) (Created page with "Template:def/styles.css Namespace: sv-def only: .sv-def { display: inline-block; vertical-align: baseline; white-space: nowrap; cursor: help; } .sv-def-icon { display: inline-block; width: 1.05em; height: 1.05em; line-height: 1.05em; text-align: center; border-radius: 999px; font-size: 0.75em; font-weight: 700; margin-right: 0.35em; background: rgba(0,0,0,0.12); color: inherit; } .sv-def-text { color: #0b63c5; border-bottom: 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Template:def/styles.css
   Namespace: sv-def only
*/

.sv-def {
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
  cursor: help;
}

.sv-def-icon {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  line-height: 1.05em;
  text-align: center;
  border-radius: 999px;
  font-size: 0.75em;
  font-weight: 700;
  margin-right: 0.35em;
  background: rgba(0,0,0,0.12);
  color: inherit;
}

.sv-def-text {
  color: #0b63c5;
  border-bottom: 1px dotted currentColor;
  text-decoration: none;
}

.sv-def:hover .sv-def-text {
  border-bottom-style: solid;
}

.sv-def--missing,
.sv-def--error {
  cursor: not-allowed;
  opacity: 0.8;
}