63 lines
756 B
CSS
63 lines
756 B
CSS
#wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
#center {
|
|
text-align: center;
|
|
width: 55%;
|
|
float:left;
|
|
}
|
|
|
|
#right {
|
|
width:35%;
|
|
margin-left: 60%;
|
|
}
|
|
|
|
#aktuellerTick {
|
|
width:50%;
|
|
text-align: center;
|
|
float:left;
|
|
}
|
|
|
|
|
|
#aktuellerSpieler {
|
|
width:50%;
|
|
text-align: center;
|
|
float: right;
|
|
}
|
|
|
|
#hinzufügen {
|
|
text-align: right;
|
|
}
|
|
|
|
#löschen {
|
|
text-align: right;
|
|
}
|
|
|
|
#ändern {
|
|
text-align: right;
|
|
}
|
|
|
|
input[type="button"] {
|
|
width:25%;
|
|
}
|
|
input[type="text"] {
|
|
width:30%
|
|
}
|
|
|
|
#Liste {
|
|
text-align: center
|
|
}
|
|
|
|
#coveringCanvas {
|
|
height:54%;
|
|
position:absolute;
|
|
top:100px;
|
|
left:10px;
|
|
right:10px;
|
|
bottom:200px;
|
|
background-color: rgba(255,0,0,.1);
|
|
text-align: center;
|
|
width: 55%;
|
|
float:left;
|
|
}
|