/* 
    Document   : grafikiCss
    Created on : Jun 26, 2013, 8:08:58 PM
    Author     : Panagiotis
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}
#top_bar{
    margin-top: 10px;
    margin-bottom: -10px;
    color:black; 
    
    padding-bottom: 5px;
    font-size: 30pt;
}


#tab_level{
    font-size: 20pt;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    
    z-index:-1;
    
}
#tab_texture{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    z-index:-1;
    
}
.lvl_sel{
    -webkit-border-radius: 2px;
    font-size: 16pt;
}
.lvl_sel:hover{
    -webkit-border-radius: 2px;
    font-size: 16pt;
    color:  #333333;
    font-weight: bolder;
     text-decoration: underline;
    cursor: pointer;
    

}

td{
    width: 200px;
}



#fr_left{
    
    width:200px;
    height:400px;
    background-color: red;
    -webkit-transform: skew(0deg,50deg);
    transition:width  2s;
-webkit-transition:width  1s; /* Safari */
}


#fr_left:hover
{
    
width:300px;
-webkit-transform: rotate3d(40deg,130deg,60deg);



}
/*    CUBE    */
#left{
    margin-left: 5px;
    margin-top: 19px;
   float: left;
   text-align: center; 
   width: 190px; 
   font-size: 18pt;
  
   
       
}


.mess{
    z-index:2;
    position:absolute;
    margin-left:400px;
    margin-top:200px;
    font-size:70pt;
    transition:font-size 2s;
    -moz-transition:z-indez 2s;
    -webkit-transition:z-indez 2s;
    -o-transition:z-indez 2s;
    
    
}


#footer{
    cursor: default;
    width: 800px;
    margin-top: 50px;
    margin-left:200px;
    margin-right:200px;
    text-align: center;
    position: inherit;
    
}

#lvls{
    
    position: absolute;
    margin-top: 0px;
    margin-left: 200px;
    visibility: hidden;
    
}

#lvls_:hover{
   
}

.lvs{
    
    margin-left:0px;margin-right:0px;
    padding-left: 30px;
    padding-right: 40px;
    display: block;
        background-image: url('brickwall.png');

    visibility: visible; 
    font-size: 18pt;
    
    z-index: 3;
}

#level1{
    border: solid black;
    border-bottom: 1px;
    border-left: 2px;
    border-right:2px;
    border-top: 1px;
}

#level1:hover{
    cursor: pointer;
    background: grey;
}

#level2{
    border: solid black;
    border-bottom: 1px;
    border-left: 2px;
    border-right:2px;
    border-top: 1px;
}

#level2:hover{
    cursor: pointer;
    background: grey;
}

#level3{
    border: black ;
    border-bottom: 1px;
    border-left: 2px;
    border-right:2px;
    border-top: 1px;
}

#level3:hover{
        background-image: url('dark_brick_wall.png');
color: white;
    cursor: pointer;
}
