not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
1.1 KiB

body {
background-color: #000000;
font-family: sans-serif;
overflow: hidden;
}
canvas {
position: absolute;
background: #000;
cursor: default;
}
canvas.pixelated {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
div#sqHeader {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 10px;
border-bottom: 6px double gray;
}
div#sqFooter {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 10px;
border-top: 6px double gray;
}
div#sqSpinner {
position: absolute;
margin: auto; top: 0; left: 0; bottom: 0; right: 0;
width: 100px;
height: 100px;
border-radius: 50px;
background: rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px 5px #F90;
display: none;
transform: rotate(30deg);
}
div#sqSpinner > div {
position: absolute;
top: 45px;
left: 5px;
width: 90px;
height: 10px;
border-radius: 5px;
box-shadow: 0 0 5px 5px #F90;
}