diff --git a/README.md b/README.md index ffca1165..b2787b7f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,24 @@ ###About I created this, in order to completely redeign the user-interface of the current Headphones by rembo10. ##Latest +* Added new screenshots * Added universal custom scrollbar - DONE * Added edited progress bars, and title - DONE ###Screenshots Since i edit the style and images alot to optimize it's code, these screen will be edited again once i feel satisfied. -##Album Page -![preview thumb](https://dl-web.dropbox.com/get/Headphones%20Theme/data/images/screen/album.PNG?w=540ac846) -##Artist Page -![preview thumb](https://dl-web.dropbox.com/get/Headphones%20Theme/data/images/screen/library.PNG?w=d982d133) -##Settings Page -![preview thumb](https://dl-web.dropbox.com/get/Headphones%20Theme/data/images/screen/settings.PNG?w=26acef90) \ No newline at end of file +##Home +![preview thumb](https://www.dropbox.com/sh/nx6y6yc5miib0vr/tJuqlvJFEw/index.png) +##Artist +![preview thumb](https://www.dropbox.com/sh/36b0adplzb64iq3/g3wKGi-Rf2/artist.PNG) +##Album +![preview thumb](https://www.dropbox.com/sh/8qzy9zhc38eu046/5-fz1ukl5w/album.PNG) + +##Manage +![preview thumb](https://www.dropbox.com/sh/n6una3mojsluxwp/x2S6PX0iwh/manage.PNG) +##Settings +![preview thumb](https://www.dropbox.com/sh/p6wekryf80dcjhz/toQ7TvWaw5/settings.png) +##History +![preview thumb](https://www.dropbox.com/sh/2atnb2ug6hfucrx/sEnlVlWVKR/history.PNG) +##Upcomming +![preview thumb](https://www.dropbox.com/sh/51c7qg2gl81ztbc/qiCOoM26qm/upcomming.png) diff --git a/data/css/style.css b/data/css/style.css index 0c335d37..a3524c0e 100755 --- a/data/css/style.css +++ b/data/css/style.css @@ -358,30 +358,31 @@ border-radius: 20px 0px 0px 20px; color: #fff; padding: 2px 10px 2px 10px; border: 0; -border-right: 1px solid rgb(45,0,10); +box-shadow: none; } div#searchbar select { color: #fff; background-color: rgb(80,0,10); - border: 0px; - border-right: 1px solid rgb(15,0,10); - border-right: 1px solid rgb(45,0,10); border: 0; } div#searchbar input[type=submit] { background-color: rgb(70,0,10); border-radius: 0px 20px 20px 0px; -padding: 2px 10px 2px 10px; -border: 0; +border-top: 1px solid #000; border-left: 1px solid rgb(45,0,10); -color: #fff; +height: 22px; +width: 40px; +line-height: 13px; +margin-top: -1px; +margin-right: -15px; +color: #000; +text-align: center; } div#searchbar input[type=submit]:hover { -background-color: #ac0000; -text-shadow: 1px 1px 3px #000; } +color: rgb(170,0,10); } @@ -782,17 +783,22 @@ div.progress-container /*Progress bar*/ div.progress-container div { -height: 100%; -background-image: url(../images/progress.png); + height: 100%; + background-image: url(../images/progress.png); } /*text format for match/procent*/ -.searchscrore, -.havetracks { font-size: 12px; - position: relative; - width: 100%; - text-align: center; - color: #fff; - text-shadow: 1px 1px 3px #000; } +.searchmatch, +.havetracks +{ + display: block; + float: left; + width: 100%; + font-size: 12px; + position: relative; + text-align: center; + color: rgb(0,0,0); + text-shadow: 1px 1px 0px rgb(50,50,50); +} footer { margin: 20px auto 20px auto; } diff --git a/data/images/screen/album.PNG b/data/images/screen/album.PNG deleted file mode 100644 index 80508f17..00000000 Binary files a/data/images/screen/album.PNG and /dev/null differ diff --git a/data/images/screen/library.PNG b/data/images/screen/library.PNG deleted file mode 100644 index 0e500e33..00000000 Binary files a/data/images/screen/library.PNG and /dev/null differ diff --git a/data/images/screen/settings.PNG b/data/images/screen/settings.PNG deleted file mode 100644 index 43d91c39..00000000 Binary files a/data/images/screen/settings.PNG and /dev/null differ diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index ae3f0680..6cd2ce79 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -53,9 +53,9 @@ ${artist['Status']} ${albumdisplay} -
-
-
+
+ ${havetracks}/${totaltracks} +
diff --git a/data/interfaces/default/manage.html b/data/interfaces/default/manage.html index fddd415a..9956d5ee 100644 --- a/data/interfaces/default/manage.html +++ b/data/interfaces/default/manage.html @@ -51,14 +51,16 @@

Import Last.FM Artists


Enter the username whose artists you want to import:

-
+ <% if headphones.LASTFM_USERNAME: lastfmvalue = headphones.LASTFM_USERNAME else: lastfmvalue = 'Last.fm Username' %> -
+ +
+


@@ -66,8 +68,10 @@

Placeholder :-)




-
-
+ + +
+
diff --git a/data/interfaces/default/searchresults.html b/data/interfaces/default/searchresults.html index c6936aea..9d302808 100644 --- a/data/interfaces/default/searchresults.html +++ b/data/interfaces/default/searchresults.html @@ -34,9 +34,9 @@
-
-
-
+
+ ${result['score']}% +