web/css/LdtPlayer-core.css
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2013 18:32:57 +0100
changeset 52 6c7371c8917a
parent 0 7f8907368bd5
permissions -rwxr-xr-x
change mediapart url

/* Base classes */

.Ldt-Loader {
    min-height: 128px;
    background:url(img/loader.gif) center no-repeat;
    text-indent: -9999px;
    position: absolute;
    width: 100%;
}

.Ldt-Widget {
/*    font-family: Arial, Helvetica, sans-serif; */
    color: black;
    font-size: 12px;
}

.Ldt-Highlight {
    background: #ffa0fc;
}