Spaces:
Running
Running
File size: 1,211 Bytes
9cb88ff a9f5b1e 9cb88ff a9f5b1e 9cb88ff 3790e60 9cb88ff a9f5b1e 9cb88ff 57be977 9cb88ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
td {
white-space: nowrap;
overflow: hidden;
text-align: center;
width: 20%;
}
td:nth-child(2),
td:nth-child(5),
td:nth-child(7) {
text-align: right;
}
td:nth-child(1),
td:nth-child(3),
td:nth-child(6) {
text-align: left;
}
td:nth-child(4) {
text-align: center;
}
table {
table-layout: fixed;
}
body {
background-color: black;
margin: 0 !important;
}
.first {
opacity: 1 !important;
}
#upl {
position: fixed;
top: 0;
width: 100%;
height: auto;
display: block;
background-color: #1a1c2f;
opacity: 0;
transition: opacity 0.618s linear;
}
#upl:hover {
opacity: 1;
}
canvas {
aspect-ratio: 16/9;
margin: 0 auto;
display: block;
}
p,
#bgFile,
#musicFile {
color: white;
}
#bgFile {
text-align-last: right;
}
#startStop {
text-align: center;
}
.bg {
background-image: url('../src/bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
top: 0 !important;
left: 0 !important;
filter: opacity(0.618);
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}
td p,
td a {
font-size: x-small;
} |