반응형
간단한 HTML 오디오 재생 목록 플레이어 입니다.
소스를 적적히 수정하시면 훌륭한 플레이어 디자인이 될 것입니다.
body{
background: #00d2ff;
background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
background: linear-gradient(to right, #3a7bd5, #00d2ff);
color: #ffc266;
}
#myProgress {
width: 420px;
background-color: #d9d9f2;
cursor: pointer;
border-radius: 10px;
}
#myBar {
width: 0%;
height: 5px;
background-color: #ffc266;
border-radius: 10px;
}
.logo {
fill: red;
}
.btn-action{
cursor: pointer;
padding-top: 10px;
width: 30px;
}
.btn-ctn, .infos-ctn{
display: flex;
align-items: center;
justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}
.btn-ctn > div {
padding: 5px;
margin-top: 18px;
margin-bottom: 18px;
}
.infos-ctn > div {
margin-bottom: 8px;
color: #ffc266;
}
.first-btn{
margin-left: 3px;
}
.duration{
margin-left: 10px;
}
.title{
margin-left: 10px;
width: 210px;
text-align: center;
}
.player-ctn{
border-radius: 15px;
width: 420px;
padding: 10px;
background-color: #373737;
margin:auto;
margin-top: 100px;
box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
}
.playlist-track-ctn{
display: flex;
background-color: #464646;
margin-top: 3px;
border-radius: 5px;
cursor: pointer;
}
.playlist-track-ctn > div{
margin:10px;
}
.playlist-info-track{
width: 80%;
}
.playlist-info-track,.playlist-duration{
padding-top: 7px;
padding-bottom: 7px;
color: #e9cc95;
font-size: 14px;
pointer-events: none;
}
.playlist-ctn{
padding-bottom: 20px;
}
.active-track{
background: #4d4d4d;
color: #ffc266 !important;
font-weight: bold;
}
.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
color: #ffc266 !important;
}
.playlist-btn-play{
pointer-events: none;
padding-top: 5px;
padding-bottom: 5px;
}
.fas{
color: #ffc266;
font-size: 20px;
}
반응형
'디자인소스' 카테고리의 다른 글
멋진 버튼 색상 애니메이션 CSS (Button Color Animation CSS) (0) | 2023.12.06 |
---|---|
반응형 이미지 비디오 갤러리 Responsive Image Video Gallery (0) | 2023.12.02 |
음악방송 웹플레이어 디자인 (0) | 2023.12.02 |
CSS 기반 스크롤 애니메이션 반응형 웹페이지 디자인 (0) | 2023.11.30 |
초간단 레인보우 원형 테두리 회전 효과 CSS (0) | 2023.11.29 |
Clappr 플레이어 통계(카운터 타이머 추가 정보) (0) | 2023.11.15 |
YouTube 전체화면 비디오 배경 (0) | 2023.11.14 |
CSS3 스핀 프리로더 및 프리로드 페이지 (0) | 2023.11.14 |
댓글