From fa170afd817648f306e322802ca85b6abbd37f74 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jun 2011 16:33:26 +0200 Subject: Initial commit --- html/emptyAlbum.html | 8 +++++++ html/img/audioRocketman.gif | Bin 0 -> 2354 bytes html/img/banner.png | Bin 0 -> 6227 bytes html/img/bars.png | Bin 0 -> 92 bytes html/img/black.png | Bin 0 -> 3347 bytes html/img/editbutton.png | Bin 0 -> 311 bytes html/img/filebutton_s.png | Bin 0 -> 164 bytes html/img/infobutton.png | Bin 0 -> 201 bytes html/img/linkbutton.png | Bin 0 -> 310 bytes html/img/logo.gif | Bin 0 -> 5677 bytes html/img/playbutton.png | Bin 0 -> 192 bytes html/img/playbutton_s.png | Bin 0 -> 149 bytes html/img/searchplugin.png | Bin 0 -> 453 bytes html/img/shatner.gif | Bin 0 -> 203065 bytes html/img/videoRocketman.gif | Bin 0 -> 1993 bytes html/loading.html | 8 +++++++ html/platter.css | 53 ++++++++++++++++++++++++++++++++++++++++++++ 17 files changed, 69 insertions(+) create mode 100644 html/emptyAlbum.html create mode 100644 html/img/audioRocketman.gif create mode 100644 html/img/banner.png create mode 100644 html/img/bars.png create mode 100644 html/img/black.png create mode 100644 html/img/editbutton.png create mode 100644 html/img/filebutton_s.png create mode 100644 html/img/infobutton.png create mode 100644 html/img/linkbutton.png create mode 100644 html/img/logo.gif create mode 100644 html/img/playbutton.png create mode 100644 html/img/playbutton_s.png create mode 100644 html/img/searchplugin.png create mode 100644 html/img/shatner.gif create mode 100644 html/img/videoRocketman.gif create mode 100644 html/loading.html create mode 100644 html/platter.css (limited to 'html') diff --git a/html/emptyAlbum.html b/html/emptyAlbum.html new file mode 100644 index 0000000..9c878d9 --- /dev/null +++ b/html/emptyAlbum.html @@ -0,0 +1,8 @@ + + + + + +

No artist info available + + \ No newline at end of file diff --git a/html/img/audioRocketman.gif b/html/img/audioRocketman.gif new file mode 100644 index 0000000..71da3a3 Binary files /dev/null and b/html/img/audioRocketman.gif differ diff --git a/html/img/banner.png b/html/img/banner.png new file mode 100644 index 0000000..fc8fef4 Binary files /dev/null and b/html/img/banner.png differ diff --git a/html/img/bars.png b/html/img/bars.png new file mode 100644 index 0000000..ddd56c4 Binary files /dev/null and b/html/img/bars.png differ diff --git a/html/img/black.png b/html/img/black.png new file mode 100644 index 0000000..88c9319 Binary files /dev/null and b/html/img/black.png differ diff --git a/html/img/editbutton.png b/html/img/editbutton.png new file mode 100644 index 0000000..795a948 Binary files /dev/null and b/html/img/editbutton.png differ diff --git a/html/img/filebutton_s.png b/html/img/filebutton_s.png new file mode 100644 index 0000000..eaeee8d Binary files /dev/null and b/html/img/filebutton_s.png differ diff --git a/html/img/infobutton.png b/html/img/infobutton.png new file mode 100644 index 0000000..2a6bb94 Binary files /dev/null and b/html/img/infobutton.png differ diff --git a/html/img/linkbutton.png b/html/img/linkbutton.png new file mode 100644 index 0000000..45de42d Binary files /dev/null and b/html/img/linkbutton.png differ diff --git a/html/img/logo.gif b/html/img/logo.gif new file mode 100644 index 0000000..c108fad Binary files /dev/null and b/html/img/logo.gif differ diff --git a/html/img/playbutton.png b/html/img/playbutton.png new file mode 100644 index 0000000..f72fb89 Binary files /dev/null and b/html/img/playbutton.png differ diff --git a/html/img/playbutton_s.png b/html/img/playbutton_s.png new file mode 100644 index 0000000..2222402 Binary files /dev/null and b/html/img/playbutton_s.png differ diff --git a/html/img/searchplugin.png b/html/img/searchplugin.png new file mode 100644 index 0000000..0d62658 Binary files /dev/null and b/html/img/searchplugin.png differ diff --git a/html/img/shatner.gif b/html/img/shatner.gif new file mode 100644 index 0000000..6175855 Binary files /dev/null and b/html/img/shatner.gif differ diff --git a/html/img/videoRocketman.gif b/html/img/videoRocketman.gif new file mode 100644 index 0000000..ff3c388 Binary files /dev/null and b/html/img/videoRocketman.gif differ diff --git a/html/loading.html b/html/loading.html new file mode 100644 index 0000000..722e30d --- /dev/null +++ b/html/loading.html @@ -0,0 +1,8 @@ + + + + + +

Please wait, loading . . . + + \ No newline at end of file diff --git a/html/platter.css b/html/platter.css new file mode 100644 index 0000000..a7c2255 --- /dev/null +++ b/html/platter.css @@ -0,0 +1,53 @@ +BODY { + color: white; + font-family: helvetica; + font-size: smaller; +} +FORM,H3 { + margin:0; +} +TD,TH { + font-family: helvetica; + font-size: smaller; +} +INPUT,SELECT { + font-family: helvetica; +} +SMALL +{ + font-size: 80%; +} +A { + color: #ffff00; + text-decoration:none; +} +A:visited { + color: #ffff00; + text-decoration:none; +} +A:hover { + color: #ffffff; +} +A:photolink { + color: #000000; +} + +.title { + font-size: 140%; + font-weight: bold; +} + +.hasalbum { + font-weight: bold; +} +.noalbum { + font-weight: normal; +} + +.heading, A:visited.heading { + color: white; +} + +A:hover.heading { + color: lightblue; +} \ No newline at end of file -- cgit v1.2.3