Files
ByteDiceWeb/toys/license/style.css
T

54 lines
1.0 KiB
CSS

#optionsContainer {
display: inline;
position: absolute;
top: 0%;
left: round(50%, var(--pxDensityPx));
transform: translate(-50%);
width: max-content;
padding: calc(1px * var(--pxDensity));
}
#licenseContainer {
width: 600px;
height: 400px;
padding: 40px;
padding-top: 80px;
position: absolute;
left: 50%;
bottom: 0%;
transform: translate(-50%, calc(-22px * var(--pxDensity)));
font-size: 0.75rem;
box-sizing: border-box;
}
.blackBorderRect {
background-color: #FFFFFF;
border: 10px #000000 solid;
border-radius: 32px;
color: #000000;
}
#picContainer {
width: 150px;
height: 150px;
}
#credits {
position: absolute;
bottom: 0%;
left: 0%;
margin: 0% 0% 0% 20px;
color: var(--navBarBtn_Inner);
font-size: 0.6rem;
}
#signatureContainer {
display: inline-flex;
flex-direction: column;
margin: 5% 0% 0% 0%;
}
#signature {
margin: 0% 0% 0.2rem 0%;
text-align: center;
font-size: 1rem;
}
#signHere {
border-top: #000000 solid 6px;
margin: 0%;
padding: 0% 25px;
}