This commit is contained in:
darthsandmann
2016-10-16 21:53:15 +02:00
parent 0d10f8b9dc
commit c9f3117da1
412 changed files with 137942 additions and 0 deletions

View File

@ -0,0 +1,71 @@
#canvas{
position: absolute;
top: 0;
left: 500px;
width: 300px;
margin: 0;
height: 300px;
}
#aktuelleAuktion{
position: absolute;
top: 410px;
left: 500px;
width: 300px;
margin: 0px;
height: 150px;
background-color: #f9802f;
border-radius: 10px;
border-style: solid;
border-width: 1px;
}
#naechsteAuktion{
position: absolute;
top: 410px;
left: 150px;
width: 300px;
margin: 0;
height: 150px;
background-color: #2fdbf9;
border-radius: 10px;
border-style: solid;
border-width: 1px;
}
#letzteAuktion{
position: absolute;
top: 410px;
left: 850px;
width: 300px;
margin: 0;
height: 150px;
background-color: #dbdad9;
border-radius: 10px;
border-style: solid;
border-width: 1px;
}
#kaufen{
position: absolute;
top: 310px;
height :80px;
width: 200px;
left: 550px;
background-color: green;
border-radius: 10px;
}
#simManager{
position: absolute;
top: 20px;
right: 0;
width: 100px;
}
button{
width: 100px;
background-color: #dbdad9;
}
.bigbutton{
height: 50px;
width: 100px;
background-color: #dbdad9;
}

View File

@ -0,0 +1,14 @@
.botButtonActiveStyle{
height: 50px;
background-color: green;
}
.botButtonInactiveStyle{
height: 50px;
background-color: #dbdad9;
}
.botButtonBuyActionStyle{
height: 50px;
background-color: yellow;
}

View File

@ -0,0 +1,8 @@
.wizardButtonNeu{
height: 50px;
background-color: yellow;
}
.wizardButtonFertig{
height: 50px;
background-color: green;
}