Tip of the Day
You can find achievements and obtained collectible items by tapping your character at the top-left.
MediaWiki:Gadget-DryCalc.css
From Walkscape Walkthrough
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-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;
}
