2020-11-19 23:10:06 +01:00
|
|
|
.installfield {
|
|
|
|
width:100%;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installbtn {
|
|
|
|
width:100%;
|
|
|
|
background-color: greenyellow;
|
|
|
|
color:black;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.surround {
|
|
|
|
border: 20px solid green;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 40px;
|
|
|
|
background-color: graytext;
|
|
|
|
}
|
|
|
|
|
2020-11-19 23:12:39 +01:00
|
|
|
#warningdiv,#warningdiv2 {
|
2020-11-19 23:10:06 +01:00
|
|
|
border: 20px solid black;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 40px;
|
|
|
|
background-color: red;
|
|
|
|
color: white;
|
|
|
|
margin: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerline {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid_right {
|
|
|
|
text-align :right;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.whiteinput[type=text] {
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timecounter {
|
|
|
|
text-align: right;
|
|
|
|
font-style: italic;
|
2020-11-19 23:12:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.centermobileimg {
|
|
|
|
top:0;bottom:0;margin:auto;position:absolute;
|
|
|
|
height:70px;
|
2020-11-19 23:14:02 +01:00
|
|
|
}
|
|
|
|
.emphasisForDeletion {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2020-11-19 23:10:06 +01:00
|
|
|
}
|