Tip of the Day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!

MediaWiki:Gadget-DryCalc.css

From Walkscape Walkthrough
Revision as of 01:57, 29 December 2025 by Bonez565 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.ws-dropcalc-card {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  padding: 12px 14px;
  max-width: 560px;
  background: rgba(255,255,255,0.7);
}

.ws-dropcalc-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ws-dropcalc-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0;
}

.ws-dropcalc-label {
  width: 190px;
  font-weight: 600;
  padding-top: 6px;
}

.ws-dropcalc-input {
  width: 220px;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.2);
}

.ws-dropcalc-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ws-dropcalc-hint {
  font-size: 12px;
  opacity: 0.8;
}

.ws-dropcalc-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.ws-dropcalc-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  user-select: none;
}

.ws-dropcalc-out {
  margin-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.12);
  padding-top: 10px;
}

.ws-dropcalc-metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}

.ws-dropcalc-k {
  opacity: 0.9;
}

.ws-dropcalc-v {
  font-weight: 700;
  white-space: nowrap;
}

.ws-dropcalc-subtitle {
  margin-top: 10px;
  font-weight: 700;
}

.ws-dropcalc-milestones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.ws-dropcalc-chip {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 600;
  background: rgba(0,0,0,0.03);
}

.ws-dropcalc-warn {
  padding: 6px 0;
  font-weight: 600;
}

.ws-dropcalc-flavour {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0,0,0,0.04);
  font-style: italic;
}

.ws-dropcalc-flavour div + div {
  margin-top: 4px;
}