web/res/metadataplayer/SlideVideoPlayer.css
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 15:14:16 +0200
changeset 1471 c99372e45a90
parent 1304 10974bff4dae
permissions -rw-r--r--
Added tag V06.005 for changeset 4812c816aec1

.Ldt-SlideVideoPlayer-panel {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    float: left;
}

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

.Ldt-SlideVideoPlayer-pip-main {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.Ldt-SlideVideoPlayer-pip-pip {
    position: absolute;
    width: 30%;
    height: 30%;
    right: 2px;
    bottom: 2px;
    z-index: 3;
}

.Ldt-SlideVideoPlayer h2 {
    display: none;
}
.Ldt-SlideVideoPlayer-pip-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: none;
}
.Ldt-SlideVideoPlayer-pip-pip:hover .Ldt-SlideVideoPlayer-pip-menu {
    background-color: #000;
    opacity: .5;
    display: inline-block;
}

.Ldt-SlideVideoPlayer-pip-menu-toggle {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(img/pip_toggle.svg);
}