Sammlung
This commit is contained in:
71
Sammlung/Praktikum/3/ias_p2_b0.1/css/auktionsansicht.css
Normal file
71
Sammlung/Praktikum/3/ias_p2_b0.1/css/auktionsansicht.css
Normal 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;
|
||||
}
|
14
Sammlung/Praktikum/3/ias_p2_b0.1/css/botButton.css
Normal file
14
Sammlung/Praktikum/3/ias_p2_b0.1/css/botButton.css
Normal file
@ -0,0 +1,14 @@
|
||||
.botButtonActiveStyle{
|
||||
height: 50px;
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.botButtonInactiveStyle{
|
||||
height: 50px;
|
||||
background-color: #dbdad9;
|
||||
}
|
||||
|
||||
.botButtonBuyActionStyle{
|
||||
height: 50px;
|
||||
background-color: yellow;
|
||||
}
|
8
Sammlung/Praktikum/3/ias_p2_b0.1/css/wizardButton.css
Normal file
8
Sammlung/Praktikum/3/ias_p2_b0.1/css/wizardButton.css
Normal file
@ -0,0 +1,8 @@
|
||||
.wizardButtonNeu{
|
||||
height: 50px;
|
||||
background-color: yellow;
|
||||
}
|
||||
.wizardButtonFertig{
|
||||
height: 50px;
|
||||
background-color: green;
|
||||
}
|
Reference in New Issue
Block a user