MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 1,004: | Line 1,004: | ||
} | } | ||
/* Value bubble (JS injects .sv-level-bubble) */ | /* Value bubble (JS injects .sv-level-bubble) — 50% bigger (override inline) */ | ||
.sv-level-range--custom .sv-level-bubble, | .sv-level-range--custom .sv-level-bubble, | ||
.sv-level-range[data-sv-slider="1"] .sv-level-bubble{ | .sv-level-range[data-sv-slider="1"] .sv-level-bubble{ | ||
position:absolute; | position:absolute !important; | ||
top:- | top:-45px !important; /* was -30 */ | ||
left:0%; | left:0% !important; | ||
transform:translateX(-50%); | transform:translateX(-50%) !important; | ||
padding:6px 10px | |||
border-radius:24px | padding:9px 15px !important; /* was 6px 10px */ | ||
border-radius:36px !important; /* was 24px */ | |||
border:1px solid var(--sv-ui-line2); | border:1px solid var(--sv-ui-line2); | ||
background:var(--sv-ui-bg1); | background:var(--sv-ui-bg1); | ||
| Line 1,018: | Line 1,020: | ||
box-shadow:0 10px 18px rgba(0,0,0,0.35); | box-shadow:0 10px 18px rgba(0,0,0,0.35); | ||
font-weight:900; | font-weight:900 !important; | ||
font-size:24px | font-size:36px !important; /* was 24px (and JS was 12px inline) */ | ||
line-height:1; | line-height:1 !important; | ||
color:var(--sv-ui-text1); | color:var(--sv-ui-text1); | ||
pointer-events:none; | pointer-events:none; | ||
white-space:nowrap; | white-space:nowrap !important; | ||
} | } | ||
| Line 1,032: | Line 1,034: | ||
position:absolute; | position:absolute; | ||
left:50%; | left:50%; | ||
bottom:-6px | bottom:-9px; /* was -6px */ | ||
width:10px | |||
height:10px | width:14px; /* was 10px */ | ||
margin-left:-5px | height:14px; /* was 10px */ | ||
margin-left:-7px; /* was -5px */ | |||
background:var(--sv-ui-bg1); | background:var(--sv-ui-bg1); | ||
border-left:1px solid var(--sv-ui-line2); | border-left:1px solid var(--sv-ui-line2); | ||