View file 5555665/file_hosting/files/.css

File size: 487B
#fadebody {
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    background:#000000;
    opacity:0.7;
    left:0;
    top:0;
    }
#loading {
    position:fixed;
    display:none;
    left:50%;
    top:50%;
    background:#ffffff;
    padding:10px;
    float:left;
    z-index:1;
    width:200px;
    text-align:
    center;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px 5px 5px 5px;}
#close {
    cursor:pointer;
    }