final edit then

This commit is contained in:
joe 2025-04-25 15:21:22 +01:00
parent e5eacbba0d
commit 5975f2db34
3 changed files with 21 additions and 8 deletions

View File

@ -93,7 +93,7 @@
"midi-channel-name": "conductorToms", "midi-channel-name": "conductorToms",
"image": { "image": {
"filename": "toms.svg", "filename": "toms.svg",
"yPos": "42%", "yPos": "20%",
"width": "100", "width": "100",
"height": "100" "height": "100"
} }

View File

@ -18,10 +18,12 @@
<div id="main-content"> <div id="main-content">
<div>
<div class="title-title"> <object type="image/svg+xml" data="/Logo.svg" id="logo-main"></object>
</div>
<!-- <div class="title-title">
The Conductor The Conductor
</div> </div> -->
<div class="title" id="title"> <div class="title" id="title">
15.5.2024 08:00:00 - 08:01:00 UTC 15.5.2024 08:00:00 - 08:01:00 UTC

View File

@ -174,17 +174,27 @@ html {
width: 50%; width: 50%;
} }
#logo-main{
width: 80px;
height: 80px;
margin-top: 60px;
display: flex;
opacity: 0.1;
/* animation: rotate360 10s linear infinite; */
}
.title{ .title{
top: 30px; top: 30px;
width: 100%; width: 100%;
margin-top: 30px; margin-top: 40px;
margin-bottom: 80px; margin-bottom: 50px;
text-align: center; text-align: center;
color: white; color: white;
background-color: rgb(0,0,0); background-color: rgb(0,0,0);
/* height: 20vh; */ /* height: 20vh; */
font-family: Helvetica; font-family: Helvetica;
font-size: clamp(14px,1.1vw, 18px); font-size: clamp(12px,1.1vw, 18px);
opacity: 0.1;
} }
@ -206,7 +216,8 @@ html {
.stave-svg { .stave-svg {
position: relative; position: relative;
z-index: 1; z-index: 1;
opacity: 0.3;
} }