web/res/metadataplayer/ImageDisplay.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 18 Feb 2015 16:48:14 +0100
changeset 1203 dfd75fc1cd4e
parent 1198 ff4b567d51f2
child 1304 10974bff4dae
permissions -rw-r--r--
archive attention 17/02/2015

/* Nothing */
.Ldt-ImageDisplay-Container {
    margin: auto;
}

.Ldt-ImageDisplay-Image {
    max-width: 100%;
    max-height: 100%;
}

.Ldt-ImageDisplay-Overlay {
    width: 20%;
    min-width: 20px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.Ldt-ImageDisplay-Overlay:hover {
}

.Ldt-ImageDisplay-Overlay-Left {
    left: 0px;
    cursor: url(img/hand_left.png), pointer;
}

.Ldt-ImageDisplay-Overlay-Right {
    right: 0px;
    cursor: url(img/hand_right.png), pointer;
}