116 lines
2.0 KiB
CSS
116 lines
2.0 KiB
CSS
|
:root
|
||
|
{
|
||
|
background-color: rgb(255,0,0);
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
body {
|
||
|
background-color: rgb(255,0,0);
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
html {
|
||
|
background-color: rgb(255,0,0);
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
.textbox {
|
||
|
font-family: freemonobold;
|
||
|
background-color: white;
|
||
|
color: black;
|
||
|
border-color: black;
|
||
|
|
||
|
width: 50vw;
|
||
|
|
||
|
font-size: 24pt;
|
||
|
|
||
|
|
||
|
}
|
||
|
.centeredtextbox {
|
||
|
font-family: freemonobold;
|
||
|
background-color: white;
|
||
|
color: black;
|
||
|
border-color: black;
|
||
|
border-left: 0px;
|
||
|
border-right: 0px;
|
||
|
width: 100vw;
|
||
|
text-align: center;
|
||
|
font-size: 24pt;
|
||
|
margin: 0;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
|
||
|
-ms-transform: translate(0, -50%);
|
||
|
transform: translate(0, -50%);
|
||
|
}
|
||
|
.submit-button2
|
||
|
{
|
||
|
font-family: freemonobold;
|
||
|
background-color: rgb(0,255,0);
|
||
|
border: 0px;
|
||
|
color: black;
|
||
|
font-size: 24pt;
|
||
|
}
|
||
|
.submit-button
|
||
|
{
|
||
|
font-family: freemonobold;
|
||
|
background-color: rgb(0,255,0);
|
||
|
border: 0px;
|
||
|
color: black;
|
||
|
font-size: 24pt;
|
||
|
top: 60%;
|
||
|
left: 50%;
|
||
|
-ms-transform: translate( -50%,0);
|
||
|
transform: translate(-50%,0);
|
||
|
position: absolute;
|
||
|
}
|
||
|
.nice-lbl {
|
||
|
font-family: freemonobold;
|
||
|
color: white;
|
||
|
font-size: 24pt;
|
||
|
}
|
||
|
.upper-label {
|
||
|
font-family: freemonobold;
|
||
|
|
||
|
|
||
|
color: white;
|
||
|
font-size: 24pt;
|
||
|
top: 15%;
|
||
|
left: 50%;
|
||
|
-ms-transform: translate( -50%,0);
|
||
|
transform: translate(-50%,0);
|
||
|
position: absolute;
|
||
|
}
|
||
|
ul {
|
||
|
margin-left: 20px;
|
||
|
margin-right: 20px;
|
||
|
border-bottom: 4px solid rgb(0,255,0);
|
||
|
list-style-type: none;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
li {
|
||
|
|
||
|
border-color: rgb(0,255,0);
|
||
|
padding: 8px;
|
||
|
height: 72px;
|
||
|
border-style: solid;
|
||
|
border-bottom: 0px;
|
||
|
}
|
||
|
.tytd-li-span {
|
||
|
font-family: freemonobold;
|
||
|
font-size: 16pt;
|
||
|
color: blue;
|
||
|
}
|
||
|
.tytd-li-span-2
|
||
|
{
|
||
|
font-family: freemonobold;
|
||
|
font-size: 16pt;
|
||
|
color: blue;
|
||
|
position: absolute;
|
||
|
left: 60%;
|
||
|
}
|
||
|
.desc {
|
||
|
font-family: freemonobold;
|
||
|
font-size: 16pt;
|
||
|
color: white;
|
||
|
}
|