JSDSH/assets/style.css

44 lines
625 B
CSS
Raw Normal View History

2014-09-25 17:29:39 +02:00
body {
width: 800px;
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
2014-09-25 18:10:28 +02:00
padding: 10px 0;
2014-09-25 17:29:39 +02:00
}
body>div {
2014-09-26 12:00:15 +02:00
postion:relative;
2014-09-25 18:10:28 +02:00
background: rgba(163,128,95,0.9);
border-radius: 20px;
2014-10-07 11:57:12 +02:00
padding: 5px 10px 5px 10px;
2014-09-26 12:00:15 +02:00
width:
2014-09-25 17:29:39 +02:00
}
h1 {
2014-10-07 11:57:12 +02:00
text-align: center;
2014-09-25 18:10:28 +02:00
margin-top: 10px;
}
#game {
width:auto;
2014-10-07 11:57:12 +02:00
margin: 0px 20px 0px 0px;
2014-09-25 18:10:28 +02:00
border: #692200 4px solid ;
2014-10-07 11:57:12 +02:00
border-radius: 4px;
float:left;
2014-09-26 12:00:15 +02:00
}
#output {
position:relative;
}
#ui {
2014-10-07 11:57:12 +02:00
right: 30px;
}
#load {
margin: 0px auto;
}
#clear {
clear: both;
2014-09-25 17:29:39 +02:00
}