Tip of the Day
Found something broken or have a suggestion? Report it to us on Discord! Your reports help improve the game!

MediaWiki:Gadget-DryCalc.css: Difference between revisions

From Walkscape Walkthrough
Created page with ".ws-drycalc-card { border: 1px solid rgba(0,0,0,0.15); border-radius: 12px; padding: 12px 14px; max-width: 520px; background: rgba(255,255,255,0.7); } .ws-drycalc-title { font-size: 16px; font-weight: 700; margin-bottom: 10px; } .ws-drycalc-row { display: flex; align-items: center; gap: 10px; margin: 8px 0; } .ws-drycalc-label { width: 160px; font-weight: 600; } .ws-drycalc-input { width: 180px; padding: 6px 8px; border-radius: 8px;..."
 
mNo edit summary
Line 86: Line 86:
.ws-drycalc-warn {
.ws-drycalc-warn {
   padding: 8px 0;
   padding: 8px 0;
  font-weight: 600;
}
.ws-drycalc-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ws-drycalc-radio {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ws-drycalc-radio-label {
   font-weight: 600;
   font-weight: 600;
}
}

Revision as of 01:34, 29 December 2025

.ws-drycalc-card {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  padding: 12px 14px;
  max-width: 520px;
  background: rgba(255,255,255,0.7);
}

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

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

.ws-drycalc-label {
  width: 160px;
  font-weight: 600;
}

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

.ws-drycalc-inlinewrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ws-drycalc-inline {
  opacity: 0.9;
}

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

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

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

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

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

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

.ws-drycalc-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-drycalc-warn {
  padding: 8px 0;
  font-weight: 600;
}

.ws-drycalc-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ws-drycalc-radio {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ws-drycalc-radio-label {
  font-weight: 600;
}