44 lines
No EOL
625 B
CSS
44 lines
No EOL
625 B
CSS
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;
|
|
}
|
|
|
|
body>div {
|
|
postion:relative;
|
|
background: rgba(163,128,95,0.9);
|
|
border-radius: 20px;
|
|
padding: 5px 10px 5px 10px;
|
|
width:
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
#ui {
|
|
right: 30px;
|
|
}
|
|
|
|
#load {
|
|
margin: 0px auto;
|
|
}
|
|
|
|
#clear {
|
|
clear: both;
|
|
} |