72 lines
1.7 KiB
CSS
72 lines
1.7 KiB
CSS
#boxenerstellung{
|
|
position: absolute;
|
|
top: 100px;
|
|
left: 100px;
|
|
width: 355px;
|
|
height: 460px;
|
|
font-family: Hack;
|
|
font-size: 0.9em;
|
|
border: solid black 1px;
|
|
border-radius: 7px;
|
|
background: rgba(112, 151, 60, 0.4);
|
|
box-shadow: 4px 4px 16px black;
|
|
text-shadow: 1px 1px 3px #000;
|
|
}
|
|
|
|
#divCodeUndBox{ position: relative; top: 15px; left: 15px; width: 325px; font-size: 1.5em;}
|
|
|
|
#tbBoxNr{ width: 75px; border: solid black 1px; box-shadow: 0 0 2px black;}
|
|
#tbTXLCode{ width: 130px; border: solid black 1px; box-shadow: 0 0 2px black;}
|
|
|
|
#divBoxinhalt{ position: relative; width: 330px; height: 330px; top: 45px; left:20px;}
|
|
#lblBoxInhalt{ position: relative; top: -10px; }
|
|
#selBauteile{
|
|
width: 170px;
|
|
height: 270px;
|
|
font-size: 1.6em;
|
|
border: solid black 1px;
|
|
box-shadow: 0 0 2px black;
|
|
}
|
|
|
|
#divComments{
|
|
position: relative;
|
|
width: 125px;
|
|
height: 335px;
|
|
left: 180px;
|
|
top: -295px;
|
|
font-size: 1.3em;
|
|
border-left: solid black 1px;
|
|
padding-left: 10px;
|
|
|
|
}
|
|
.tbCom{
|
|
width: 90px;
|
|
left: 10px;
|
|
border: solid black 1px;
|
|
box-shadow: 0 0 2px black;
|
|
margin-bottom: 2px;
|
|
}
|
|
#lblCom{ font-size: 0.75em; position: absolute; top: -4px; left: 10px;}
|
|
|
|
#BETMPType{
|
|
position: absolute;
|
|
transform: rotate(-90deg);
|
|
font-size: 7.8em;
|
|
font-weight: bold;
|
|
top: -70px;
|
|
left: 300px;
|
|
height: 140px;
|
|
z-index: -20;
|
|
}
|
|
|
|
#divBtns{
|
|
position: absolute;
|
|
left: 380px;
|
|
top: 260px;
|
|
width: 160px;
|
|
}
|
|
|
|
#btnReset{ width: 155px; text-align: center; box-shadow: 4px 4px 16px black;}
|
|
#btnDelLast{ width: 155px; text-align: center; margin-top: 10px; box-shadow: 4px 4px 16px black;}
|
|
#btnCreateBox{ width: 155px; text-align: center; margin-top: 10px; box-shadow: 4px 4px 16px black; display: block}
|