crea/integration/metadataplayer/MusitagAnnotator.css
author ymh <ymh.work@gmail.com>
Mon, 29 Jul 2024 23:18:55 +0200
changeset 131 2a18dfe8bfc0
parent 38 f19428838d3b
permissions -rw-r--r--
last change before install

.Musitag-Annotator-PositionBar {
    width: 40px; height: 80px; background: url(../img/position-bar.png) bottom; margin-left: -20px;
}

.Musitag-Annotator-Main {
    width: 800px; height: 280px; padding: 25px 15px; background: url(../img/annotate-bg.png);
    text-shadow: 0 0 2px #ffffff; margin-top: -15px; margin-left: -90px; position: relative;
}

.Musitag-Annotator-section {
    float: left;
}

.Musitag-Annotator-separator {
    float: left; width: 3px; background: url(../img/annotate-separator.png); height: 100px; margin: 120px 0 0;
}

.Musitag-Annotator-section h2 {
    float: left; font-size: 60px; width: 60px; height: 60px; text-align: center;
}

.Musitag-Annotator-section h3 {
    font-size: 24px; text-align: center; margin: 0 10px; width: 160px;
}

.Musitag-Annotator-selector {
    width: 168px; margin: 12px 5px;
}

.Musitag-Annotator-tagInSelector {
    float: left; margin: 2px;
}

.Musitag-Annotator-record {
    width: 220px; height: 160px;
    margin: 25px 0;
    z-index: 20;
}

.Musitag-Annotator-Note {
    width: 160px; height: 218px; background: url(../img/note-envoi.png);
    margin: 5px 0 0 5px; position: relative; cursor: pointer;
}

.Musitag-Annotator-tagInSend {
    position: absolute; left: 102px; top: 75px;
    -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg);
}

.Musitag-Annotator-close {
    width: 56px; height: 56px; cursor: pointer; position: absolute; right: -10px; top: -10px; background: url(../img/close.png);
}

.Musitag-Annotator-close:hover {
    background-position: 0 -56px;
}

.Musitag-Annotator-TextMessage {
    text-align: center; margin: 20px 200px; font-size: 40px;
}