From 0d9029e8a90c40495d662a03d997529df42dfc3f Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Tue, 7 Apr 2015 01:09:53 +0200 Subject: [PATCH] Material --- php/footer.php | 5 +- php/header.php | 25 +- php/nochan.php | 64 +- static/controlstyle.css | 172 - static/css/materialize.css | 7906 +++++++++++++++++ static/css/materialize.min.css | 16 + static/css/style.css | 13 + static/font/material-design-icons/LICENSE.txt | 428 + .../Material-Design-Icons.eot | Bin 0 -> 141748 bytes .../Material-Design-Icons.svg | 751 ++ .../Material-Design-Icons.ttf | Bin 0 -> 141528 bytes .../Material-Design-Icons.woff | Bin 0 -> 141604 bytes .../Material-Design-Icons.woff2 | Bin 0 -> 37396 bytes static/{ => font}/open_sans.woff | Bin static/font/roboto/Roboto-Bold.ttf | Bin 0 -> 127744 bytes static/font/roboto/Roboto-Bold.woff | Bin 0 -> 62876 bytes static/font/roboto/Roboto-Bold.woff2 | Bin 0 -> 49976 bytes static/font/roboto/Roboto-Light.ttf | Bin 0 -> 126792 bytes static/font/roboto/Roboto-Light.woff | Bin 0 -> 62316 bytes static/font/roboto/Roboto-Light.woff2 | Bin 0 -> 49380 bytes static/font/roboto/Roboto-Medium.ttf | Bin 0 -> 127488 bytes static/font/roboto/Roboto-Medium.woff | Bin 0 -> 62980 bytes static/font/roboto/Roboto-Medium.woff2 | Bin 0 -> 50224 bytes static/font/roboto/Roboto-Regular.ttf | Bin 0 -> 126072 bytes static/font/roboto/Roboto-Regular.woff | Bin 0 -> 61736 bytes static/font/roboto/Roboto-Regular.woff2 | Bin 0 -> 49236 bytes static/font/roboto/Roboto-Thin.ttf | Bin 0 -> 127584 bytes static/font/roboto/Roboto-Thin.woff | Bin 0 -> 61628 bytes static/font/roboto/Roboto-Thin.woff2 | Bin 0 -> 48524 bytes static/{ => images}/GitHub_Logo.png | Bin static/{ => images}/Logo.png | Bin static/{ => images}/ajax-loader.gif | Bin static/{ => images}/bg1.jpg | Bin static/{ => images}/bg2.jpg | Bin static/{ => images}/bg3.jpg | Bin static/{ => images}/bg4.jpg | Bin static/{ => images}/bg5.jpg | Bin static/{ => images}/bg6.jpg | Bin static/{ => images}/favicon.png | Bin static/{ => images}/glight.png | Bin static/{ => images}/gmark.png | Bin static/{ => images}/google_play.png | Bin static/{ => images}/highlogo.png | Bin static/{ => images}/player.webp | Bin static/{ => images}/q.png | Bin static/{ => images}/search.png | Bin static/{ => images}/search2.png | Bin static/{ => images}/settings2.png | Bin static/{ => images}/skip.png | Bin {js => static/js}/admin.js | 0 {js => static/js}/jazzscript.js | 0 {js => static/js/lib}/blur.min.js | 0 {js => static/js/lib}/color-thief.min.js | 0 {js => static/js/lib}/iscroll-min.js | 0 {js => static/js/lib}/iscroll.js | 0 {js => static/js/lib}/lazyload-min.js | 0 static/js/lib/materialize.js | 6003 +++++++++++++ static/js/lib/materialize.min.js | 10 + {js => static/js}/list.js | 0 {js => static/js}/playercontrols.js | 0 {js => static/js}/search.js | 0 {js => static/js}/searchlist.js | 0 {js => static/js}/youtube.js | 2 +- static/style.css | 999 --- 64 files changed, 15166 insertions(+), 1228 deletions(-) delete mode 100755 static/controlstyle.css create mode 100755 static/css/materialize.css create mode 100755 static/css/materialize.min.css create mode 100755 static/css/style.css create mode 100755 static/font/material-design-icons/LICENSE.txt create mode 100755 static/font/material-design-icons/Material-Design-Icons.eot create mode 100755 static/font/material-design-icons/Material-Design-Icons.svg create mode 100755 static/font/material-design-icons/Material-Design-Icons.ttf create mode 100755 static/font/material-design-icons/Material-Design-Icons.woff create mode 100755 static/font/material-design-icons/Material-Design-Icons.woff2 rename static/{ => font}/open_sans.woff (100%) create mode 100755 static/font/roboto/Roboto-Bold.ttf create mode 100755 static/font/roboto/Roboto-Bold.woff create mode 100755 static/font/roboto/Roboto-Bold.woff2 create mode 100755 static/font/roboto/Roboto-Light.ttf create mode 100755 static/font/roboto/Roboto-Light.woff create mode 100755 static/font/roboto/Roboto-Light.woff2 create mode 100755 static/font/roboto/Roboto-Medium.ttf create mode 100755 static/font/roboto/Roboto-Medium.woff create mode 100755 static/font/roboto/Roboto-Medium.woff2 create mode 100755 static/font/roboto/Roboto-Regular.ttf create mode 100755 static/font/roboto/Roboto-Regular.woff create mode 100755 static/font/roboto/Roboto-Regular.woff2 create mode 100755 static/font/roboto/Roboto-Thin.ttf create mode 100755 static/font/roboto/Roboto-Thin.woff create mode 100755 static/font/roboto/Roboto-Thin.woff2 rename static/{ => images}/GitHub_Logo.png (100%) rename static/{ => images}/Logo.png (100%) rename static/{ => images}/ajax-loader.gif (100%) rename static/{ => images}/bg1.jpg (100%) rename static/{ => images}/bg2.jpg (100%) rename static/{ => images}/bg3.jpg (100%) rename static/{ => images}/bg4.jpg (100%) rename static/{ => images}/bg5.jpg (100%) rename static/{ => images}/bg6.jpg (100%) rename static/{ => images}/favicon.png (100%) rename static/{ => images}/glight.png (100%) rename static/{ => images}/gmark.png (100%) rename static/{ => images}/google_play.png (100%) rename static/{ => images}/highlogo.png (100%) rename static/{ => images}/player.webp (100%) rename static/{ => images}/q.png (100%) rename static/{ => images}/search.png (100%) rename static/{ => images}/search2.png (100%) rename static/{ => images}/settings2.png (100%) rename static/{ => images}/skip.png (100%) rename {js => static/js}/admin.js (100%) rename {js => static/js}/jazzscript.js (100%) mode change 100644 => 100755 rename {js => static/js/lib}/blur.min.js (100%) rename {js => static/js/lib}/color-thief.min.js (100%) mode change 100644 => 100755 rename {js => static/js/lib}/iscroll-min.js (100%) rename {js => static/js/lib}/iscroll.js (100%) rename {js => static/js/lib}/lazyload-min.js (100%) create mode 100755 static/js/lib/materialize.js create mode 100755 static/js/lib/materialize.min.js rename {js => static/js}/list.js (100%) rename {js => static/js}/playercontrols.js (100%) rename {js => static/js}/search.js (100%) rename {js => static/js}/searchlist.js (100%) rename {js => static/js}/youtube.js (99%) delete mode 100755 static/style.css diff --git a/php/footer.php b/php/footer.php index 6306eaf1..948f28dd 100755 --- a/php/footer.php +++ b/php/footer.php @@ -3,14 +3,15 @@ - + - + + + +