From 502c4c5cc2c59928ad6ea4092fc161754ca1d7dd Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Fri, 26 May 2023 17:31:35 +0530 Subject: webplayer --- themes/default/about.txt | 2 + themes/default/fonts/licenses/slkscr.txt | 25 +++ themes/default/fonts/slkscr.ttf | Bin 0 -> 7636 bytes themes/default/images/green-light-off.gif | Bin 0 -> 114 bytes themes/default/images/green-light-on.gif | Bin 0 -> 113 bytes themes/default/images/info.png | Bin 0 -> 1639 bytes themes/default/images/mute.png | Bin 0 -> 1648 bytes themes/default/images/next.png | Bin 0 -> 1287 bytes themes/default/images/pause.png | Bin 0 -> 329 bytes themes/default/images/play.png | Bin 0 -> 1253 bytes themes/default/images/prev.png | Bin 0 -> 1420 bytes themes/default/images/slider.gif | Bin 0 -> 1293 bytes themes/default/images/sound.png | Bin 0 -> 4277 bytes themes/default/images/stop.png | Bin 0 -> 297 bytes themes/default/logo.png | Bin 0 -> 10199 bytes themes/default/webdeck-player.css | 322 ++++++++++++++++++++++++++++++ 16 files changed, 349 insertions(+) create mode 100644 themes/default/about.txt create mode 100644 themes/default/fonts/licenses/slkscr.txt create mode 100644 themes/default/fonts/slkscr.ttf create mode 100644 themes/default/images/green-light-off.gif create mode 100644 themes/default/images/green-light-on.gif create mode 100644 themes/default/images/info.png create mode 100644 themes/default/images/mute.png create mode 100644 themes/default/images/next.png create mode 100644 themes/default/images/pause.png create mode 100644 themes/default/images/play.png create mode 100644 themes/default/images/prev.png create mode 100644 themes/default/images/slider.gif create mode 100644 themes/default/images/sound.png create mode 100644 themes/default/images/stop.png create mode 100644 themes/default/logo.png create mode 100644 themes/default/webdeck-player.css (limited to 'themes/default') diff --git a/themes/default/about.txt b/themes/default/about.txt new file mode 100644 index 0000000..72e650d --- /dev/null +++ b/themes/default/about.txt @@ -0,0 +1,2 @@ +DEFAULT THEME - FOR WEBDECK PLAYER +Created by Chris \ No newline at end of file diff --git a/themes/default/fonts/licenses/slkscr.txt b/themes/default/fonts/licenses/slkscr.txt new file mode 100644 index 0000000..a3d852e --- /dev/null +++ b/themes/default/fonts/licenses/slkscr.txt @@ -0,0 +1,25 @@ +Thank you for downloading Silkscreen, a type family for your Web graphics +by Jason Kottke (jason@kottke.org). + +To install the Silkscreen type family, unzip this file and drag the files +into the Fonts folder in the Control Panel. + +If you encounter any problems in using this font, please email me and I'll +see if I can try and fix it. Please note that I can't help you with any +installation issues. Please consult your system's help files for assistance. + +This font is free for personal and corporate use and may be redistributed in +this unmodified form on your Web site. I would ask that you not modify and +then redistribute this font...although you may modify it for your own +personal use. If you really like this font and use it often, feel free to +mail me (e- or snail mail) some small token of your appreciation. A URL +of your work using Silkscreen would be appreciated as well. + +All future bug fixes, updates, and additions to the Silkscreen type family +will be available on my Web site at the following URL: + +http://www.kottke.org/plus/type/silkscreen/index.html + +Again, thanks for downloading Silkscreen. Enjoy! + +-jason \ No newline at end of file diff --git a/themes/default/fonts/slkscr.ttf b/themes/default/fonts/slkscr.ttf new file mode 100644 index 0000000..85a2037 Binary files /dev/null and b/themes/default/fonts/slkscr.ttf differ diff --git a/themes/default/images/green-light-off.gif b/themes/default/images/green-light-off.gif new file mode 100644 index 0000000..eb106e4 Binary files /dev/null and b/themes/default/images/green-light-off.gif differ diff --git a/themes/default/images/green-light-on.gif b/themes/default/images/green-light-on.gif new file mode 100644 index 0000000..1001fb9 Binary files /dev/null and b/themes/default/images/green-light-on.gif differ diff --git a/themes/default/images/info.png b/themes/default/images/info.png new file mode 100644 index 0000000..1b49e2c Binary files /dev/null and b/themes/default/images/info.png differ diff --git a/themes/default/images/mute.png b/themes/default/images/mute.png new file mode 100644 index 0000000..7c8466a Binary files /dev/null and b/themes/default/images/mute.png differ diff --git a/themes/default/images/next.png b/themes/default/images/next.png new file mode 100644 index 0000000..5367e4d Binary files /dev/null and b/themes/default/images/next.png differ diff --git a/themes/default/images/pause.png b/themes/default/images/pause.png new file mode 100644 index 0000000..af51e03 Binary files /dev/null and b/themes/default/images/pause.png differ diff --git a/themes/default/images/play.png b/themes/default/images/play.png new file mode 100644 index 0000000..958ce5b Binary files /dev/null and b/themes/default/images/play.png differ diff --git a/themes/default/images/prev.png b/themes/default/images/prev.png new file mode 100644 index 0000000..bb3ff27 Binary files /dev/null and b/themes/default/images/prev.png differ diff --git a/themes/default/images/slider.gif b/themes/default/images/slider.gif new file mode 100644 index 0000000..86a5b9f Binary files /dev/null and b/themes/default/images/slider.gif differ diff --git a/themes/default/images/sound.png b/themes/default/images/sound.png new file mode 100644 index 0000000..7271d16 Binary files /dev/null and b/themes/default/images/sound.png differ diff --git a/themes/default/images/stop.png b/themes/default/images/stop.png new file mode 100644 index 0000000..365fedd Binary files /dev/null and b/themes/default/images/stop.png differ diff --git a/themes/default/logo.png b/themes/default/logo.png new file mode 100644 index 0000000..730c4e5 Binary files /dev/null and b/themes/default/logo.png differ diff --git a/themes/default/webdeck-player.css b/themes/default/webdeck-player.css new file mode 100644 index 0000000..598d791 --- /dev/null +++ b/themes/default/webdeck-player.css @@ -0,0 +1,322 @@ +/* Font import */ +@font-face {font-family: Silkscreen; src: url(./fonts/slkscr.ttf);} + +*{ + margin: 0; + padding: 0; +} + +html, body { + height: 100%; +} + +body{ + display: flex; + justify-content: center; + align-items: center; + font-family: Silkscreen, monospace; + color: white; + background: linear-gradient(to right, #212133 0%, #343353 50%, #212133 100%); +} + +select{ + margin-right: 1px; +} + +button{ + padding: 2px; + margin-right: 1px; + font-family: Silkscreen, monospace; + + background: linear-gradient(to bottom, #ECE0B8 0%, #c5b580 100%); + border: outset 2px #ECE0B8; + border-radius: 2px; + box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75); +} + +button:active{ + background: linear-gradient(to top, #ECE0B8 0%, #c5b580 100%); + border: inset 2px #ECE0B8; + border-radius: 2px; + box-shadow: none; +} + +.toggle-button[state='off'] > p::before{ + content: url(./images/green-light-off.gif); + margin-right: 3px; +} + +.toggle-button[state='on'] > p::before{ + content: url(./images/green-light-on.gif); + margin-right: 3px; +} + + +select{ + font-family: Silkscreen, monospace; + + background: linear-gradient(to bottom, #ECE0B8 0%, #c5b580 100%); + border: outset 2px #ECE0B8; + border-radius: 2px; + box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75); +} + +select:active{ + background: linear-gradient(to top, #ECE0B8 0%, #c5b580 100%); + border: inset 2px #ECE0B8; + border-radius: 2px; + box-shadow: none; +} + + + + +/* Blink class */ +.blink { + animation: blinker 2s step-start infinite; +} + +@keyframes blinker { + 50% { + opacity: 0; + } +} + + +/* Columns section */ +.columns{ + display: flex; +} + +.columns > div:first-child{ + flex-shrink: 0; + margin-right: 5px; +} + +.columns > div:last-child{ + flex-grow: 1; +} + + + +/* -- Sliders -- */ +input[type="range"] { + appearance: none; + background: none; + border: inset 2px #403f67; +} + +/* slider track */ +input[type="range"]::-webkit-slider-runnable-track /* For Chrome */ { + background-color: #201e3a; + height: 100%; +} + +input[type="range"]::-moz-range-track /* For Firefox */ { + background-color: #201e3a; + height: 100%; +} + +/* slider thumb */ +input[type="range"]::-webkit-slider-thumb /* For Chrome */ { + appearance: none; + + background: url(./images/slider.gif), linear-gradient(to bottom, #ECE0B8 0%, #c5b580 100%); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: outset 2px #ECE0B8; + + border-radius: 2px; + box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75); + + height: 1rem; + width: 2.5rem; +} + +input[type="range"]::-webkit-slider-thumb:active /* For Chrome */ { + background: url(./images/slider.gif), linear-gradient(to top, #ECE0B8 0%, #c5b580 100%); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: inset 2px #ECE0B8; + border-radius: 2px; + box-shadow: none; +} + + + +input[type="range"]::-moz-range-thumb /* For Firefox */ { + background: url(./images/slider.gif), linear-gradient(to bottom, #ECE0B8 0%, #c5b580 100%); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: outset 2px #ECE0B8; + + border-radius: 2px; + box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75); + + height: 1rem; + width: 2.5rem; +} + +input[type="range"]::-moz-range-thumb:active /* For Firefox */ { + background: url(./images/slider.gif), linear-gradient(to top, #ECE0B8 0%, #c5b580 100%); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: inset 2px #ECE0B8; + border-radius: 2px; + box-shadow: none; +} + + + +/* ---- Web Deck Player ---- */ +#web-deck-player{ + padding: 0 5px; +} + + +/* Player title bar */ +#player-title-bar{ + display: flex; +} + +#player-title-bar:before, +#player-title-bar:after{ + content: ""; + flex: 1; + margin: auto 1em; + height: 2px; + border-top: ridge #ECE0B8 2px; + border-bottom: ridge #ECE0B8 2px; +} + +/* Player body */ +#player-body{ + padding: 5px; + border: groove 3px #403f67; +} + +/* Player main section */ +#player-main-section{ + margin-bottom: 5px; +} + + +/* Player display */ +#player-display{ + width: 250px; + height: 140px; + background: black; + border: inset 2px #403f67; +} + + +/* Player info */ +#info-screen{ + background: black; + color: limegreen; + border: inset 2px #403f67; + margin-bottom: 5px; +} + +#songLabel{ + text-shadow: 0 0 10px #49ff18, 0 0 20px #49FF18, 2px 2px 2px rgba(206,89,55,0); +} + +#statusLabel{ + text-shadow: 0 0 10px #49ff18, 0 0 20px #49FF18, 2px 2px 2px rgba(206,89,55,0); +} + +.player-row{ + margin-top: 5px; + display: flex; + flex-wrap: nowrap; + justify-content: space-between; +} + +#volumeButton{ + height: 25px; + width: 25px; +} + +#volumeButton img{ + height: 100%; +} + +#volumeBar{ + width: 120px; +} + +#themeSelector{ + height: 25px; + max-width: 150px; + text-overflow: ellipsis; +} + +#videoButton{ + height: 25px; +} + +#playerLogo{ + text-align: center; + height: fit-content; +} + +#playerLogo > img{ + margin-top: 5px; + max-height: 50px; +} + +/* Player control panel */ +#player-control-panel{ + font-size: 0; +} + +#seekBar{ + width: 99%; + margin-bottom: 5px; +} + +.playing-controls{ + margin-bottom: 5px; + margin-right: 5px; + display: inline-block; + width: fit-content; + background: #201e3a; + border: inset 2px #403f67; + vertical-align: middle; +} + +.playing-controls[rounded]{ + border-radius: 20px; +} + +.playing-controls[float-right]{ + float: right; +} + +.playing-controls button{ + height: 30px; + min-width: 50px; +} + +.playing-controls button img{ + height: 100%; +} + + +#infoButton{ + border-radius: 20px; + height: 30px; + min-width: 30px; + font-size: large; +} + +#playlistSelector{ + height: 30px; + max-width: 175px; + text-overflow: ellipsis; +} -- cgit v1.2.3-59-g8ed1b