web/static/res/css/style2.css
author ymh <ymh.work@gmail.com>
Thu, 15 Nov 2012 00:33:25 +0100
changeset 32 6b23f677b621
parent 18 f6232b308fbd
permissions -rw-r--r--
Merge with 6d5b46559bd9a12834d983edb09d0f99038c2855

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;
}