blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
152 lines (128 loc) • 2.14 kB
CSS
body {
font-family: "Droid Sans", sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
align-content: center;
background-color: #333333;
color: #ffffff;
padding-top: 20px;
}
button {
font-family: "Droid Sans", sans-serif;
background-color: #333333;
border: 3px solid white;
color: white;
padding: 4px;
font-size: 25px;
padding-left: 15px;
padding-right: 15px;
}
.continue {
float: right;
}
img {
float: left;
margin-right: 30px;
}
.image {
float: left;
}
img.blink {
width: 125px;
height: auto;
align-content: center;
}
p {
align-content: center;
}
img.pixel {
width: 200px;
height: auto;
align-content: center;
}
img.pixel#devIcon {
width: 100px;
height: auto;
}
#placeholder {
width: 108px;
height: auto;
}
p#debug {
display: none;
}
p#title {
font-size: 55px;
padding-left: 175px;
margin-bottom: 0;
}
p#descrip {
font-size: 20px;
width: 355px;
float: right;
margin: 0;
padding-top: 5px;
}
p#warning {
color: red;
font-size: 20px;
float: right;
width: 360px;
}
#skip {
float: left;
font-family: "Droid Sans", sans-serif;
font-size: 18px;
}
p#infotitle {
font-family: "Droid Sans", sans-serif;
font-size: 25px;
}
#placeholder {
height: 325px;
width: 175px;
float: left;
}
p#descrip1 {
margin: 0;
line-height: 22px;
width: 300px;
}
#footer1 {
position: absolute;
bottom: 0;
width: 530px;
padding: 20px;
padding-left: 0px;
}
#text1 {
position: absolute;
top: 10%;
left: 38%;
}
a {
color: white;
}
.loader {
border: 10px solid gray;
border-top: 10px solid #ffffff;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 2s linear infinite;
float: left;
margin-right: 24px;
margin-bottom: 64px;
margin-top: 24px;
align-content: center;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
video {
width: 175px;
height: auto;
object-fit: fill;
}