/*
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 : 28 déc. 2015, 15:17:53
    Author     : baldetti
*/
body{
    font-family: Arial;
    color: white;
    text-shadow: 1px 1px black;
}
@media (min-width: 801px){
    

#symphony_bar {
    left: 10%;
    right: 0px;
    top: 0px;
    width: 90%;
    height: 100px;
    background-color: black;
    position: absolute;
}
#symphony_content {
    left: 10%;

    top: 100px;

    width: 90%;
    height: calc(100% - 100px);
    background: url("/nolang/symphony/back_br.png") bottom right no-repeat, url("/nolang/symphony/mosaic.png") top left repeat;
    position: absolute;
    overflow-y:scroll;

}
#symphony_sepbar {

    width: 100%;
    height: 20px;
    background-image: url("/nolang/symphony/sepbar.png");
    background-repeat: repeat-x;
    position: fixed;
    z-index: 10000;

}
.textarea {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background-image: url("/nolang/symphony/corner.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 10px;
}
.tocenter {
    left: 5%;
    width: 90%;
    position: absolute;
        text-align: center; 
}
#back {
    position: fixed;
    top: 0px;
    right: 0px;
}
.pictureview {
    width: 300px;
    height: 300px;
    display: inline-block;
}
.pictureview img {
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 250px;
    border: 5px solid white;
    vertical-align: middle;
    box-shadow: 5px 5px 15px black;
    background-color: white;
}
.pictureview img:hover {
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 250px;
    border: 5px solid #ffde00;
        box-shadow: 5px 5px 15px red;

}
#look_picture {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 5px 5px 15px black;
    background-color: white;
}
#title_pic {
    position: fixed;
    top: 12px;
    width: 500px;
        right: 300px;
    text-align: right;
    margin: 0 auto;
    display: block;
    font-size: x-large;
}
#commands_pic {
    position: fixed;
    top: 50px;
    right: 300px;

    text-align: center;
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 50px;
    font-size: x-large;
}
#commands_pic .goto {
    width: 100px;
    height: 50px;
}
#commands_pic .rank {
    width: 50px;
    height: 50px;
}
.symphony_welcome {
    text-align: center;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
#xpic {
    width: 100%;
    height: calc(100% - 50px);
    text-align: center;
}
}
@media (max-width: 800px){
    body {
        margin: 0;
    }
    #back img {
    width: auto;
    height: 50px;
    right: 10px;
    position: fixed;
    top: 0;
    }
    #symphony_bar {
    width: 100%;
    height: 50px;
    left: 0;
    top: 60px;
    position: fixed;
    background-color: black;
    box-shadow: 0px 2px 10px black;
    }
    #symphony_title {
    width: auto;
    height: 50px;
    left: 0;
    }
    #symphony_content {
            top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
        background: url("/nolang/symphony/br_wall.png") repeat-x bottom left, url("/nolang/symphony/wall.png") repeat top left;

    }
    .textarea {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background-image: url("/nolang/symphony/corner.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 10px;
}
.textarea h1 {
        font-size: larger;
}
.symphony_welcome {
    text-align: center;
    width: 90%;
    display: block;
    vertical-align: top;
    margin-left: 2.5%;
    margin-bottom: 15px;
    position: relative;
}
.pictureview {
    width: 120px;
    height: 120px;
    display: inline-block;
}
.pictureview img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    border: 5px solid white;
    vertical-align: middle;
}
#look_picture {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    display: block;
}
#xpic {
        width: 100%;
    height: calc(100% - 80px);
    text-align: center;
}
#commands_pic {

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    width: 100%;
    height: 60px;
    z-index: 200;

}
#commands_pic td {
    width: 33%;
    text-align: center;
}
}