ordersprinter/gastsystem/css/gueststyle.css

60 lines
910 B
CSS

.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;
}
#warningdiv,#warningdiv2 {
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;
}
.centermobileimg {
top:0;bottom:0;margin:auto;position:absolute;
height:70px;
}