web/res/metadataplayer/Segments.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 15 Nov 2012 13:12:29 +0100
changeset 718 930e6ee2dca1
parent 598 d366aa22bd79
child 719 d0d3a9369f84
permissions -rw-r--r--
Added tag V02.04 for changeset 78d051bbfaeb

/*
 * Segments Widget
 */

.Ldt-Segments-List {
    width: 100%; height: 100%;
}

.Ldt-Segments-Segment {
    position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 1px solid #ffffff;
}

.Ldt-Segments-Segment.inactive, .Ldt-Segments-Segment.unfound {
    opacity: .2; filter:alpha(opacity=20);
}

.Ldt-Segments-Segment.active, .Ldt-Segments-Segment.found {
    opacity: 1; filter:alpha(opacity=100);
}

.Ldt-Segments-Position {
    background: #fc00ff;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
}