@@ -649,8 +649,6 @@ body.dragging .body * {
649649# dropzones .dropzone .queue .dropzone .add-to-queue-next .label {
650650 padding : 0 ;
651651}
652-
653-
654652
655653
656654
@@ -1282,13 +1280,9 @@ h1 .flag {
12821280 width : 50px ;
12831281 height : 50px ;
12841282 border-radius : 100px ;
1283+ padding : 0 ;
12851284 float : left;
12861285 margin-right : 14px ;
1287- background-image : url ('../svg/no-image.svg' );
1288- background-color : # E9E9E9 ;
1289- background-repeat : no-repeat;
1290- background-position : 50% 50% ;
1291- background-size : cover;
12921286 border : 2px solid # f5f5f5 ;
12931287}
12941288
@@ -1655,6 +1649,23 @@ body.dragging .tracklist .track.dropping {
16551649 width : 40% ;
16561650 }
16571651}
1652+
1653+
1654+ /**
1655+ * Thumbnail images
1656+ * Just the default settings, which will be manipulated on a contextual basis
1657+ **/
1658+
1659+ .thumbnail-image .image {
1660+ width : 100% ;
1661+ padding-bottom : 100% ;
1662+ margin : 0 ;
1663+ background-image : url ('../svg/no-image.svg' );
1664+ background-color : # E9E9E9 ;
1665+ background-position : 50% 50% ;
1666+ background-size : cover;
1667+ }
1668+
16581669
16591670
16601671/**
@@ -1912,15 +1923,11 @@ slider .item-container > .square-panel {
19121923 padding : 40px 20px 40px 20px ;
19131924}
19141925
1915- .playlist-page .playlist . thumbnail ,
1916- .album-page .album . thumbnail {
1926+ .playlist-page .thumbnail-wrapper . image ,
1927+ .album-page .thumbnail-wrapper . image {
19171928 width : 100% ;
19181929 padding-bottom : 100% ;
19191930 margin : 0 ;
1920- background-image : url ('../svg/no-image.svg' );
1921- background-color : # E9E9E9 ;
1922- background-position : 50% 50% ;
1923- background-size : cover;
19241931}
19251932
19261933.playlist-page h1 ,
@@ -1963,8 +1970,6 @@ slider .item-container > .square-panel {
19631970 border : 0 !important ;
19641971}
19651972
1966- .playlist-owner : hover .thumbnail .border { border-color : # 08d58f ; }
1967-
19681973.playlist-owner .name {
19691974 display : block;
19701975 font-size : 15px ;
@@ -1973,7 +1978,19 @@ slider .item-container > .square-panel {
19731978 padding-top : 5px ;
19741979}
19751980
1976- .playlist-owner .thumbnail .border {
1981+ .playlist-owner .image {
1982+ border-radius : 60px ;
1983+ display : block;
1984+ float : left;
1985+ height : 30px ;
1986+ margin-right : 8px ;
1987+ width : 30px ;
1988+ padding : 0 ;
1989+ position : relative;
1990+ }
1991+
1992+ .playlist-owner .image ::after {
1993+ content : '' ;
19771994 display : block;
19781995 position : absolute;
19791996 top : -1px ;
@@ -1985,19 +2002,8 @@ slider .item-container > .square-panel {
19852002 z-index : 2 ;
19862003}
19872004
1988- .playlist-owner .thumbnail {
1989- background-color : # e9e9e9 ;
1990- background-image : url ("../svg/no-image.svg" );
1991- background-position : 50% 50% ;
1992- background-repeat : no-repeat;
1993- background-size : cover;
1994- border-radius : 60px ;
1995- display : block;
1996- float : left;
1997- height : 30px ;
1998- margin-right : 8px ;
1999- width : 30px ;
2000- position : relative;
2005+ .playlist-owner : hover .image ::after {
2006+ border-color : # 08d58f ;
20012007}
20022008
20032009
@@ -2072,10 +2078,7 @@ slider .item-container > .square-panel {
20722078.artist-page .info-panel .thumbnail-wrapper .image {
20732079 width : 250px ;
20742080 height : 250px ;
2075- background-image : url ('../svg/no-image.svg' );
2076- background-color : # E9E9E9 ;
2077- background-size : cover;
2078- background-position : 50% 50% ;
2081+ padding : 0 ;
20792082 position : absolute;
20802083 bottom : 0 ;
20812084 left : 0 ;
@@ -3394,6 +3397,30 @@ input[type="submit"]{
33943397 # player .slider .progress : hover .track {
33953398 height : 2px ;
33963399 }
3400+
3401+
3402+ /**
3403+ * Dropzones
3404+ **/
3405+
3406+ # dropzones .dropzone > .liner {
3407+ padding-top : 19px ;
3408+ padding-bottom : 19px ;
3409+ font-size : 15px ;
3410+ }
3411+ # dropzones .dropzone .label {
3412+ padding-top : 6px ;
3413+ }
3414+ # dropzones .dropzone .menu-item {
3415+ font-size : 12px ;
3416+ padding : 4px 12px ;
3417+ }
3418+ # dropzones .dropzone .queue .dropzone .add-to-queue {
3419+ padding : 4px 20px 4px ;
3420+ }
3421+ # dropzones .dropzone .queue .dropzone .add-to-queue-next {
3422+ padding : 4.5px 20px ;
3423+ }
33973424
33983425}
33993426
@@ -3682,7 +3709,7 @@ input[type="submit"]{
36823709 position : relative;
36833710 }
36843711
3685- .thumbnail-wrapper .slim-intro-wrapper > .thumbnail {
3712+ .thumbnail-wrapper .slim-intro-wrapper . primary-thumbnail > .image {
36863713 opacity : 0.25 ;
36873714 padding-bottom : 0 ;
36883715 width : auto;
@@ -3704,7 +3731,7 @@ input[type="submit"]{
37043731 padding : 60px 20px 40px ;
37053732 }
37063733
3707- .thumbnail-wrapper .slim-intro-wrapper .slim-intro .thumbnail {
3734+ .thumbnail-wrapper .slim-intro-wrapper .slim-intro .image {
37083735 display : block;
37093736 width : 180px ;
37103737 height : 180px ;
@@ -3734,7 +3761,7 @@ input[type="submit"]{
37343761 margin-top : -20px ;
37353762 }
37363763
3737- .artist-page .info-panel .thumbnail {
3764+ .artist-page .info-panel .image {
37383765 display : none;
37393766 }
37403767
0 commit comments