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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 220: Line 220:
}
}


/* Skills hero split rows */
/* ============================================================
  Skills hero split rows (tuned)
  - Even vertical padding on description row
  ========================================================== */
 
table.spiritvale-skill-infobox > tbody > tr.sv-hero-title-row {
table.spiritvale-skill-infobox > tbody > tr.sv-hero-title-row {
   border-bottom: none !important;
   border-bottom: none !important;
}
}
table.spiritvale-skill-infobox > tbody > tr.sv-hero-title-row > th {
table.spiritvale-skill-infobox > tbody > tr.sv-hero-title-row > th {
   padding-bottom: 0.5em;
   /* was: padding-bottom: 0.5em; */
  padding-bottom: 0.55em;
}
}
table.spiritvale-skill-infobox > tbody > tr.sv-hero-desc-row > td {
table.spiritvale-skill-infobox > tbody > tr.sv-hero-desc-row > td {
   padding-top: 0.1em;
   /* was: padding-top: 0.1em; padding-bottom: 0.9em; */
   padding-bottom: 0.9em;
  padding-top: 0.55em;
   padding-bottom: 0.55em;
}
}
table.spiritvale-skill-infobox > tbody > tr.sv-hero-desc-row .spiritvale-infobox-description {
table.spiritvale-skill-infobox > tbody > tr.sv-hero-desc-row .spiritvale-infobox-description {
   font-size: 1.0em;
   font-size: 1.0em;
   opacity: 0.95;
   opacity: 0.95;
   max-width: 42em;
   max-width: 42em;
}
/* ============================================================
  Top band padding tightening (Level Select + Type grid)
  ========================================================== */
table.spiritvale-skill-infobox .sv-level-ui {
  /* was: padding: 0.75em 0.9em; gap: 0.4em; */
  padding: 0.6em 0.75em;
  gap: 0.3em;
}
table.spiritvale-skill-infobox .sv-level-title {
  /* was: font-size: 0.85em; */
  font-size: 0.8em;
}
table.spiritvale-skill-infobox .sv-level-slider input[type="range"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0; /* helps remove “mystery” extra space in some skins */
}
/* ============================================================
  Type grid (tuned)
  - Less padding in chunks
  - Smaller, less dominant title bars
  ========================================================== */
table.spiritvale-skill-infobox .sv-type-grid {
  /* was: padding: 0.75em 0.9em; */
  padding: 0.6em 0.75em;
}
table.spiritvale-skill-infobox .sv-type-chunk {
  /* was: padding: 0.45em 0.55em; */
  padding: 0.35em 0.45em;
}
table.spiritvale-skill-infobox .sv-type-label {
  /* was: padding: 0.25em 0.4em; font-size: 0.8em; */
  padding: 0.18em 0.35em;
  font-size: 0.72em;
  letter-spacing: 0.03em;
  line-height: 1.15;
}
table.spiritvale-skill-infobox .sv-type-value {
  /* was: margin-top: 0.25em; */
  margin-top: 0.2em;
}
}