web/static/res/css/style2.css
author ymh <ymh.work@gmail.com>
Wed, 07 Nov 2012 17:00:06 +0100
changeset 25 351aaf9dc09b
parent 18 f6232b308fbd
permissions -rw-r--r--
Added tag V01.08 for changeset 9595ad2678ec

video {
    position: relative;
    width: 1280px;
    height: 720px;
    z-index: 1;
}

#controls {
    position: absolute;
    left: 300px;
    top: 550px;
    z-index: 2;
    
    padding: 25px;
    background: black;
    color: white;
    font-size: 2em;
    font-family: Arial;
}