/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.03.2018, 10:21:11
    Author     : ContcoAdm
*/

@import url("desktop/box.css");
@import url("desktop/databox.css");

@media (min-width: 800px) {
    *{transition-duration: 1s;}
   
    #body{
        font-family:arial;
        font-size:14px;
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        margin:0px;
        padding:0px;
    }

    constructor{
        display:block;
        background-color:#ffffff;
        width:100%;
        height:100%;
    }

    debug{
        position:fixed;
        left:10px;
        top:10px;
        width:200px;
        height:200px;
        background-color:#ffffff;
        padding:10px;
    }
    
    wallpaper{
        position:fixed;
        display:block;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        background:#55a6fe;
        xbackground-image: url("../img/stonewall.jpg");
    }
}