heading-ears/css/default.css
2024-10-15 00:26:12 +09:00

80 lines
1.1 KiB
CSS

@font-face {
font-family: 'ACCchildrenfall';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2112-2@1.0/ACCchildrenfall.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html,
body {
margin: 0;
padding: 0;
font-family: 'ACCchildrenfall';
}
canvas {
display: block;
}
.fullscreen {
display: grid;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 3em;
}
#overlay-userinput {
/* display: none; */
background-color: rgba(255, 255, 255, 0.5);
color: white;
z-index: 2;
}
#announcements {
/* display: none; */
/* background-color: lime; */
color: white;
z-index: 1;
}
#radio {
position: fixed;
top: 20px;
left: 20px;
z-index: 1;
}
#radiostart-userinput {
position: fixed;
top: 50px;
right: 20px;
z-index: 1;
}
#scene-minok {
position: fixed;
top: 100px;
right: 20px;
z-index: 1;
}
#scene-wonjung {
position: fixed;
top: 150px;
right: 20px;
z-index: 1;
}
#scene-all {
position: fixed;
top: 200px;
right: 20px;
z-index: 1;
}