116 lines
2.1 KiB
CSS
116 lines
2.1 KiB
CSS
#rauheiten{
|
|
position: absolute;
|
|
margin-top: 80px;
|
|
margin-left: 25px;
|
|
width: 700px;
|
|
min-height: 700px;
|
|
max-height: 700px;
|
|
font-family: Hack;
|
|
border: solid black 1px;
|
|
background: rgba(112, 151, 60, 0.4);
|
|
box-shadow: 2px 2px 16px 2px black;
|
|
text-shadow: 1px 1px 3px #000;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#RHStartwerte{
|
|
position: fixed;
|
|
width: 670px;
|
|
left: 40px;
|
|
top: 55px;
|
|
letter-spacing: 2px;
|
|
vertical-align: center;
|
|
box-shadow: 1px 1px 6px black;
|
|
border-radius: 15px;
|
|
padding: 5px 5px 5px 10px;
|
|
}
|
|
|
|
#tbStartwert{width: 110px; margin-right: 10px; }
|
|
#tbEndwert{width: 110px; }
|
|
|
|
#RHInputs{
|
|
position: relative;
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
padding-bottom: 25px;
|
|
width: 600px;
|
|
min-height: 500px;
|
|
height: auto;
|
|
left: 50px;
|
|
top: 20px;
|
|
}
|
|
|
|
.bauteilnr{
|
|
text-shadow: 0 0 2px white;
|
|
}
|
|
|
|
i{
|
|
text-shadow: 0 0 2px white;
|
|
}
|
|
|
|
#btnNew{ width: 110px; margin-left: 10px; font-weight: normal; font-family: Times; letter-spacing: 3px; }
|
|
#btnAdd{ width: 140px; margin-left: 10px; font-weight: normal; font-family: Times; letter-spacing: 3px; border-radius: 5px 15px 15px 5px;}
|
|
|
|
#tblMesswerte{
|
|
width: 100% !important;
|
|
}
|
|
#tblMesswerte>tr{
|
|
border-top: solid gray 1px;
|
|
border-bottom: solid gray 1px;
|
|
}
|
|
#tblMesswerte>tbody>tr>td>input{
|
|
margin: 2px;
|
|
border: black solid 1px;
|
|
box-shadow: 0 0 2px black;
|
|
|
|
}
|
|
|
|
#tblMesswerte>thead>tr{
|
|
text-align: center;
|
|
}
|
|
|
|
.tbMesswerte{
|
|
width: 55px;
|
|
}
|
|
|
|
.smallhead {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
#tblHelp{
|
|
position: absolute;
|
|
border: solid black 1px;
|
|
border-radius: 6px;
|
|
padding: 10px;
|
|
padding-top: 25px;
|
|
left: 780px;
|
|
top: 65px;
|
|
text-shadow: 0 0 2px green;
|
|
font-weight: bold;
|
|
font-size: 0.75em;
|
|
box-shadow: 5px 5px 15px black;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#btnCloseHelp{
|
|
position: relative;
|
|
transform: rotate(90deg);
|
|
top: 25px;
|
|
left: 880px;
|
|
height: 20px;
|
|
width: 20px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
z-index: 1115;
|
|
border-radius: 5px;
|
|
box-shadow: 2px 2px 1px black;
|
|
padding: 0px 0px 3px 0px;
|
|
}
|
|
|
|
#help{
|
|
height: 30px;
|
|
}
|
|
|
|
#btnCloseHelp:hover{ cursor: pointer;}
|