mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-19 00:26:51 -04:00
72 lines
1.0 KiB
CSS
72 lines
1.0 KiB
CSS
body {
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
|
|
select {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
min-width: 110px;
|
|
}
|
|
|
|
hr {
|
|
width: 85%;
|
|
}
|
|
|
|
button {
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
textarea {
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-top: 8px;
|
|
resize: horizontal;
|
|
min-width: 150px;
|
|
max-width: 60%;
|
|
}
|
|
|
|
.button-red {
|
|
background-color:#f49088;
|
|
}
|
|
|
|
.p-disclaimer {
|
|
user-select: none;
|
|
font-size: 28px;
|
|
}
|
|
|
|
.p-err {
|
|
background-color: #FF30303A;
|
|
}
|
|
|
|
.button-disclaimer {
|
|
width: auto;
|
|
height: auto;
|
|
text-align: center;
|
|
font-size: 48px;
|
|
background-color: #6868E0;
|
|
}
|
|
|
|
.div-bg {
|
|
padding-left: 6%;
|
|
padding-right: 6%;
|
|
padding-top: auto;
|
|
padding-bottom: auto;
|
|
left: 0;
|
|
top: 0;
|
|
width: 88%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 10;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
.div-settings {
|
|
border:2px solid grey;
|
|
}
|