Windows media player

Soort van. Een begin eraan in ieder geval
This commit is contained in:
2024-02-12 15:02:43 +01:00
parent 963ab7f0bf
commit dfbdcf1459
6 changed files with 93 additions and 11 deletions
+50
View File
@@ -10,3 +10,53 @@
flex-flow: column nowrap;
justify-content: space-between;
}
iframe {
opacity: 0;
position: fixed;
left: 100%;
}
#album {
background: black;
width: 100%;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#album h1, #album h2 {
color: white;
margin: 0;
}
#album h1 {
font-size: 2rem;
}
#album h2 {
font-size: 1.5rem;
font-weight: normal;
}
#album img {
max-width: 256px;
}
input[type="range"] {
margin: 8px 0;
}
input[type="range"]::-moz-range-track {
background: #aaa;
height: 12px;
}
input[type="range"]::-moz-range-thumb {
height: 15px;
width: 15px;
transform: unset;
background: transparent;
border: 3px solid lightgray;
border-bottom-color: darkgrey;
box-shadow: 1px 0 0 #fff,1px 1px 0 #fff,0 1px 0 #fff,-1px 0 0 #a9a9a9,-1px -1px 0 #a9a9a9,0 -1px 0 #a9a9a9,-1px 1px 0 #fff,1px -1px #a9a9a9;
}