Module:GameInfo/styles.css: Difference between revisions
From SpiritVale Wiki
More actions
m Protected "Module:GameInfo/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| Line 495: | Line 495: | ||
margin: 0; | margin: 0; | ||
} | } | ||
/* Custom slider (no <input>) */ | |||
.sv-level-range--custom { | |||
display: block; | |||
position: relative; | |||
width: 100%; | |||
height: 28px; | |||
border-radius: 999px; | |||
cursor: pointer; | |||
border: 1px solid rgba(255,255,255,0.06); | |||
background: rgba(0,0,0,0.12); | |||
} | |||
.sv-level-track { | |||
position: absolute; | |||
left: 10px; | |||
right: 10px; | |||
top: 50%; | |||
height: 8px; | |||
transform: translateY(-50%); | |||
border-radius: 999px; | |||
background: rgba(255,255,255,0.10); | |||
overflow: hidden; | |||
} | |||
.sv-level-fill { | |||
display: block; | |||
height: 100%; | |||
width: 0%; | |||
border-radius: 999px; | |||
background: rgba(170,220,255,0.55); | |||
} | |||
.sv-level-thumb { | |||
position: absolute; | |||
top: 50%; | |||
left: 0%; | |||
width: 18px; | |||
height: 18px; | |||
transform: translate(-50%, -50%); | |||
border-radius: 999px; | |||
border: 1px solid rgba(255,255,255,0.10); | |||
background: rgba(245,250,255,0.95); | |||
box-shadow: 0 10px 18px rgba(0,0,0,0.35); | |||
} | |||
/* ---------------------------------------------------------------------------- | /* ---------------------------------------------------------------------------- | ||