Checkpoint

This commit is contained in:
Robin E. R. Davies
2025-07-07 02:30:30 -04:00
parent fddfde9313
commit e7cdd38056
83 changed files with 4733 additions and 214 deletions
+64
View File
@@ -0,0 +1,64 @@
.mod-pedal {
}
.mod-pedal .mod-light {
}
.mod-pedal .mod-light.off { background-image:url(../img/red-light-off.png); }
.mod-pedal .mod-light.on { background-image:url(../img/red-light-on.png); }
.mod-pedal .mod-pedal-input {
position: absolute;
top: 70px;
left: -24px;
width: 24px;
}
.mod-pedal .mod-pedal-output {
position: absolute;
top: 70px;
right: -25px;
width: 25px;
}
.mod-pedal .mod-pedal-input .mod-audio-input,
.mod-pedal .mod-pedal-input .mod-midi-input,
.mod-pedal .mod-pedal-input .mod-cv-input {
position: relative;
margin-bottom: 20px;
}
.mod-audio-input .mod-pedal-input-image {
background-image:url(../img/audio-input.png) ;
width: 24px;
height: 56px;
margin-bottom: 20px;
}
.mod-audio-output .mod-pedal-output-image {
background-image:url(../img/audio-output.png);
width: 24px;
height: 56px;
margin-bottom: 20px;
}
.ppmod-dial-control-image {
width: 48px;
height: 48px;
object-fit: fill;
}
.ppmod-dial-control-frame
{
position: relative;
width: 48px;
height: 48px;
overflow: hidden;
}
.mod-knob-title {
white-space: nowrap;
overflow: hidden;
}
.mod-slider-title {
white-space: nowrap;
overflow: hidden;
}
+4 -4
View File
@@ -2,28 +2,28 @@
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
font-display: block;
src: url(/fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
font-display: block;
src: url(/fonts/Roboto-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-display: swap;
font-display: block;
src: url(/fonts/Roboto-Medium.woff2) format('woff2');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
font-display: block;
src: url(/fonts/Roboto-Bold.woff2) format('woff2');
}