web/res/metadataplayer/ImageDisplay.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 20 May 2015 19:09:05 +0200
changeset 1243 c6fd99a5abe4
parent 1198 ff4b567d51f2
child 1304 10974bff4dae
permissions -rw-r--r--
Added tag V04.014 for changeset 54a95060d9fa

/* 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;
}