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 - -##Artist Page - -##Settings Page - \ No newline at end of file +##Home + +##Artist + +##Album + + +##Manage + +##Settings + +##History + +##Upcomming + 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 @@