JSDSH/assets/style.css

54 lines
826 B
CSS

body>div {
postion:relative;
background: rgba(163,128,95,0.9);
border-radius: 20px;
padding: 5px 10px 5px 10px;
}
h1 {
text-align: center;
margin-top: 10px;
}
#game {
width:auto;
margin: 0px 20px 0px 0px;
border: #692200 4px solid ;
border-radius: 4px;
float:left;
}
#output {
position:relative;
}
#uibon, #uiatt {
right: 30px;
}
#load {
margin: 0px auto 5px auto;
}
#clear {
clear: both;
}
/* Don't show anything but warning, if too small */
@media all and (min-width: 800px) {
#small {
display:none;
}
body {
width: 800px;
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
padding: 10px 0;
}
}
@media all and (max-width: 799px) {
#display {
display:none;
}
}