This commit is contained in:
coolnsx
2023-02-25 22:42:07 +05:30
parent 6fb4bc0edc
commit f9fd242e6d
13 changed files with 133 additions and 45 deletions

View File

@@ -11,7 +11,8 @@
/** Generic window ***********************************/
.genwin {
background-color: rgba(46, 52, 64, 0.5);
//background-color: rgba(46, 52, 64, 0.5);
background-color: rgba(0,0,0,0);
border-radius: 16px;
}
@@ -47,8 +48,8 @@
background-size: cover;
background-repeat:no-repeat;
background-color: rgba(0,0,0,0);
min-height: 210px;
min-width: 210px;
min-height: 240px;
min-width: 240px;
margin: 0px 50px 0px 0px;
border-radius: 15px;
border-style:none;
@@ -58,21 +59,21 @@
color: #8FBCBB;
font-size : 24px;
font-weight : bold;
margin : 5px 0px 0px 0px;
margin : 10px 0px 0px 0px;
}
.artist {
color: #EBCB8B;
font-size : 20px;
font-weight : normal;
margin : 0px 0px -10px 0px;
margin : 0px 0px 0px 0px;
}
.btn_play {
margin : 0px 0px 0px 0px;
color: #A3BE8C;
font-family: IosevkaTerm Nerd Font Mono;
font-size : 70px;
font-weight : bold;
}
.btn_prev {
@@ -89,7 +90,7 @@
.music_bar scale trough highlight {
all: unset;
background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50);
background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50);
border-radius: 24px;
}
.music_bar scale trough {
@@ -97,5 +98,5 @@
border-radius: 24px;
min-height: 13px;
min-width: 190px;
margin : -22px 0px 10px 0px;
margin : 0px 0px 10px 0px;
}