Skip to content

Roll20 Zoom Slider Tweaks by keithcurtis1

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/179752.user.css

Screenshot of Roll20 Zoom Slider Tweaks

Details

Authorkeithcurtis1

LicenseNO-REDISTRIBUTION

Categoryroll20

Created

Updated

Code size912 B

Code checksum97e07604

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For those who don't like the size of the new zoomslider, this just makes it all a bit more compact and reduces the opacity. The there is also an option to turn it off altogether.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Roll20 Zoom Slider Tweaks
@namespace      USO Archive
@author         Keith Curtis
@description    `For those who don't like the size of the new zoomslider, this just makes it all a bit more compact and reduces the opacity. The there is also an option to turn it off altogether.`
@version        20200201.23.36
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
/* Roll20 Zoom Slider Tweaks */
@-moz-document domain("app.roll20.net"){
.zoomplus, .zoomminus {
    font-size: 7px;
}

#zoomclick{
  opacity: 0.8;
}

#zoomclick .btn {
    width: 2.8px;
    height: 5px;
    padding-left: 8px;
}

#zoomslider a.ui-slider-handle.ui-state-default.ui-corner-all {
    left: -.5em;
    height: 10px;
    width: 16px;
}

.zoomValue {
    font-size: 12px;
    font-family:"arial black";
    background-color: #22222247;
    padding: 0px;
}
}

Reviews

No reviews yet.