From bcad40a05ab2dc2a341a3227e30b96668bce4500 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Jun 2005 16:34:40 +0000 Subject: New Import --- themes/burgundy/images/ampache-dark-bg.gif | Bin 0 -> 37 bytes themes/burgundy/images/ampache-light-bg.gif | Bin 0 -> 37 bytes themes/burgundy/images/ampache-mid.gif | Bin 0 -> 40 bytes themes/burgundy/images/ampache.gif | Bin 0 -> 1978 bytes themes/burgundy/images/blank-pixel.gif | Bin 0 -> 43 bytes themes/burgundy/images/blankalbum.gif | Bin 0 -> 11378 bytes themes/burgundy/images/blankalbum.jpg | Bin 0 -> 20730 bytes themes/burgundy/images/headphone.gif | Bin 0 -> 861 bytes themes/burgundy/images/table.gif | Bin 0 -> 5680 bytes themes/burgundy/templates/style.inc | 271 +++++++++++++++++++++++++++ themes/burgundy/theme.cfg.php | 68 +++++++ themes/classic/images/ampache-dark-bg.gif | Bin 0 -> 138 bytes themes/classic/images/ampache-light-bg.gif | Bin 0 -> 138 bytes themes/classic/images/ampache-mid.gif | Bin 0 -> 268 bytes themes/classic/images/ampache.gif | Bin 0 -> 6343 bytes themes/classic/images/blank-pixel.gif | Bin 0 -> 43 bytes themes/classic/images/blankalbum.gif | Bin 0 -> 11378 bytes themes/classic/images/blankalbum.jpg | Bin 0 -> 20730 bytes themes/classic/images/headphone.gif | Bin 0 -> 861 bytes themes/classic/images/table.gif | Bin 0 -> 5680 bytes themes/classic/theme.cfg.php | 68 +++++++ themes/greyblock/images/ampache-dark-bg.gif | Bin 0 -> 141 bytes themes/greyblock/images/ampache-light-bg.gif | Bin 0 -> 91 bytes themes/greyblock/images/ampache-mid.gif | Bin 0 -> 147 bytes themes/greyblock/images/ampache.gif | Bin 0 -> 9492 bytes themes/greyblock/images/blank-pixel.gif | Bin 0 -> 43 bytes themes/greyblock/images/blankalbum.gif | Bin 0 -> 11378 bytes themes/greyblock/images/blankalbum.jpg | Bin 0 -> 22197 bytes themes/greyblock/images/headphone.gif | Bin 0 -> 861 bytes themes/greyblock/images/table.gif | Bin 0 -> 5680 bytes themes/greyblock/templates/style.inc | 270 ++++++++++++++++++++++++++ themes/greyblock/theme.cfg.php | 68 +++++++ 32 files changed, 745 insertions(+) create mode 100755 themes/burgundy/images/ampache-dark-bg.gif create mode 100755 themes/burgundy/images/ampache-light-bg.gif create mode 100755 themes/burgundy/images/ampache-mid.gif create mode 100755 themes/burgundy/images/ampache.gif create mode 100644 themes/burgundy/images/blank-pixel.gif create mode 100644 themes/burgundy/images/blankalbum.gif create mode 100644 themes/burgundy/images/blankalbum.jpg create mode 100755 themes/burgundy/images/headphone.gif create mode 100755 themes/burgundy/images/table.gif create mode 100644 themes/burgundy/templates/style.inc create mode 100644 themes/burgundy/theme.cfg.php create mode 100755 themes/classic/images/ampache-dark-bg.gif create mode 100755 themes/classic/images/ampache-light-bg.gif create mode 100755 themes/classic/images/ampache-mid.gif create mode 100755 themes/classic/images/ampache.gif create mode 100644 themes/classic/images/blank-pixel.gif create mode 100644 themes/classic/images/blankalbum.gif create mode 100644 themes/classic/images/blankalbum.jpg create mode 100755 themes/classic/images/headphone.gif create mode 100755 themes/classic/images/table.gif create mode 100644 themes/classic/theme.cfg.php create mode 100644 themes/greyblock/images/ampache-dark-bg.gif create mode 100644 themes/greyblock/images/ampache-light-bg.gif create mode 100644 themes/greyblock/images/ampache-mid.gif create mode 100644 themes/greyblock/images/ampache.gif create mode 100644 themes/greyblock/images/blank-pixel.gif create mode 100644 themes/greyblock/images/blankalbum.gif create mode 100644 themes/greyblock/images/blankalbum.jpg create mode 100644 themes/greyblock/images/headphone.gif create mode 100644 themes/greyblock/images/table.gif create mode 100644 themes/greyblock/templates/style.inc create mode 100644 themes/greyblock/theme.cfg.php (limited to 'themes') diff --git a/themes/burgundy/images/ampache-dark-bg.gif b/themes/burgundy/images/ampache-dark-bg.gif new file mode 100755 index 00000000..8d2df723 Binary files /dev/null and b/themes/burgundy/images/ampache-dark-bg.gif differ diff --git a/themes/burgundy/images/ampache-light-bg.gif b/themes/burgundy/images/ampache-light-bg.gif new file mode 100755 index 00000000..8d2df723 Binary files /dev/null and b/themes/burgundy/images/ampache-light-bg.gif differ diff --git a/themes/burgundy/images/ampache-mid.gif b/themes/burgundy/images/ampache-mid.gif new file mode 100755 index 00000000..0175d1ed Binary files /dev/null and b/themes/burgundy/images/ampache-mid.gif differ diff --git a/themes/burgundy/images/ampache.gif b/themes/burgundy/images/ampache.gif new file mode 100755 index 00000000..2f6dbf43 Binary files /dev/null and b/themes/burgundy/images/ampache.gif differ diff --git a/themes/burgundy/images/blank-pixel.gif b/themes/burgundy/images/blank-pixel.gif new file mode 100644 index 00000000..17d43908 Binary files /dev/null and b/themes/burgundy/images/blank-pixel.gif differ diff --git a/themes/burgundy/images/blankalbum.gif b/themes/burgundy/images/blankalbum.gif new file mode 100644 index 00000000..a1d25b40 Binary files /dev/null and b/themes/burgundy/images/blankalbum.gif differ diff --git a/themes/burgundy/images/blankalbum.jpg b/themes/burgundy/images/blankalbum.jpg new file mode 100644 index 00000000..468301bd Binary files /dev/null and b/themes/burgundy/images/blankalbum.jpg differ diff --git a/themes/burgundy/images/headphone.gif b/themes/burgundy/images/headphone.gif new file mode 100755 index 00000000..74a66e11 Binary files /dev/null and b/themes/burgundy/images/headphone.gif differ diff --git a/themes/burgundy/images/table.gif b/themes/burgundy/images/table.gif new file mode 100755 index 00000000..89761b38 Binary files /dev/null and b/themes/burgundy/images/table.gif differ diff --git a/themes/burgundy/templates/style.inc b/themes/burgundy/templates/style.inc new file mode 100644 index 00000000..e0d928e8 --- /dev/null +++ b/themes/burgundy/templates/style.inc @@ -0,0 +1,271 @@ + + diff --git a/themes/burgundy/theme.cfg.php b/themes/burgundy/theme.cfg.php new file mode 100644 index 00000000..f6ca16b7 --- /dev/null +++ b/themes/burgundy/theme.cfg.php @@ -0,0 +1,68 @@ +################## +## +################## + +########################### +# Burgundy Ampache Theme +########################### + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Burgundy" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "S1amson" + +# Theme Maintainer +# This is just a way of listing who is responsible for +# maintaining this theme incase it's not working right +# please include an e-mail address so you can be contacted +# DEFAULT: N/A +#maintainer = "Ben Shields " + +# Theme Colors +################### +[color] +################### +# Below is a list of the default colors for this theme, upon +# applying this theme the users color preferences will be reset +# to what is listed below... + +# Background Color 1 +bg_color1 = "#320000" + +# Background Color 2 +bg_color2 = "#7A0000" + +# Base Color 1 +base_color1 = "#320000" + +# Base Color 2 +base_color2 = "#9F0000" + +# Font Color 1 +font_color1 = "#222222" + +# Font Color 2 +font_color2 = "#ffffcc" + +# Font Color 3 +font_color3 = "#ffffff" + +# Row Color 1 +row_color1 = "#ffffcc" + +# Row Color 2 +row_color2 = "#9F0000" + +# Row Color 3 +row_color3 = "#7A0000" + +# Error Color +error_color = "#ffffcc" + diff --git a/themes/classic/images/ampache-dark-bg.gif b/themes/classic/images/ampache-dark-bg.gif new file mode 100755 index 00000000..e9fc72c9 Binary files /dev/null and b/themes/classic/images/ampache-dark-bg.gif differ diff --git a/themes/classic/images/ampache-light-bg.gif b/themes/classic/images/ampache-light-bg.gif new file mode 100755 index 00000000..262430b8 Binary files /dev/null and b/themes/classic/images/ampache-light-bg.gif differ diff --git a/themes/classic/images/ampache-mid.gif b/themes/classic/images/ampache-mid.gif new file mode 100755 index 00000000..57376ea4 Binary files /dev/null and b/themes/classic/images/ampache-mid.gif differ diff --git a/themes/classic/images/ampache.gif b/themes/classic/images/ampache.gif new file mode 100755 index 00000000..fb110191 Binary files /dev/null and b/themes/classic/images/ampache.gif differ diff --git a/themes/classic/images/blank-pixel.gif b/themes/classic/images/blank-pixel.gif new file mode 100644 index 00000000..17d43908 Binary files /dev/null and b/themes/classic/images/blank-pixel.gif differ diff --git a/themes/classic/images/blankalbum.gif b/themes/classic/images/blankalbum.gif new file mode 100644 index 00000000..a1d25b40 Binary files /dev/null and b/themes/classic/images/blankalbum.gif differ diff --git a/themes/classic/images/blankalbum.jpg b/themes/classic/images/blankalbum.jpg new file mode 100644 index 00000000..468301bd Binary files /dev/null and b/themes/classic/images/blankalbum.jpg differ diff --git a/themes/classic/images/headphone.gif b/themes/classic/images/headphone.gif new file mode 100755 index 00000000..74a66e11 Binary files /dev/null and b/themes/classic/images/headphone.gif differ diff --git a/themes/classic/images/table.gif b/themes/classic/images/table.gif new file mode 100755 index 00000000..89761b38 Binary files /dev/null and b/themes/classic/images/table.gif differ diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php new file mode 100644 index 00000000..123f99d7 --- /dev/null +++ b/themes/classic/theme.cfg.php @@ -0,0 +1,68 @@ +################## +## +################## + +########################### +# Classic Ampache Theme +########################### + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Classic Ampache" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +#author = "Ben Shields" + +# Theme Maintainer +# This is just a way of listing who is responsible for +# maintaining this theme incase it's not working right +# please include an e-mail address so you can be contacted +# DEFAULT: N/A +#maintainer = "Ben Shields " + +# Theme Colors +################### +[color] +################### +# Below is a list of the default colors for this theme, upon +# applying this theme the users color preferences will be reset +# to what is listed below... + +# Background Color 1 +bg_color1 = "#ffffff" + +# Background Color 2 +bg_color2 = "#000000" + +# Base Color 1 +base_color1 = "#bbbbbb" + +# Base Color 2 +base_color2 = "#dddddd" + +# Font Color 1 +font_color1 = "#222222" + +# Font Color 2 +font_color2 = "#000000" + +# Font Color 3 +font_color3 = "#ffffff" + +# Row Color 1 +row_color1 = "#cccccc" + +# Row Color 2 +row_color2 = "#bbbbbb" + +# Row Color 3 +row_color3 = "#dddddd" + +# Error Color +error_color = "#990033" + diff --git a/themes/greyblock/images/ampache-dark-bg.gif b/themes/greyblock/images/ampache-dark-bg.gif new file mode 100644 index 00000000..648a87c3 Binary files /dev/null and b/themes/greyblock/images/ampache-dark-bg.gif differ diff --git a/themes/greyblock/images/ampache-light-bg.gif b/themes/greyblock/images/ampache-light-bg.gif new file mode 100644 index 00000000..d74a2db7 Binary files /dev/null and b/themes/greyblock/images/ampache-light-bg.gif differ diff --git a/themes/greyblock/images/ampache-mid.gif b/themes/greyblock/images/ampache-mid.gif new file mode 100644 index 00000000..2a986d25 Binary files /dev/null and b/themes/greyblock/images/ampache-mid.gif differ diff --git a/themes/greyblock/images/ampache.gif b/themes/greyblock/images/ampache.gif new file mode 100644 index 00000000..3e54f9ce Binary files /dev/null and b/themes/greyblock/images/ampache.gif differ diff --git a/themes/greyblock/images/blank-pixel.gif b/themes/greyblock/images/blank-pixel.gif new file mode 100644 index 00000000..17d43908 Binary files /dev/null and b/themes/greyblock/images/blank-pixel.gif differ diff --git a/themes/greyblock/images/blankalbum.gif b/themes/greyblock/images/blankalbum.gif new file mode 100644 index 00000000..a1d25b40 Binary files /dev/null and b/themes/greyblock/images/blankalbum.gif differ diff --git a/themes/greyblock/images/blankalbum.jpg b/themes/greyblock/images/blankalbum.jpg new file mode 100644 index 00000000..f3a49a2d Binary files /dev/null and b/themes/greyblock/images/blankalbum.jpg differ diff --git a/themes/greyblock/images/headphone.gif b/themes/greyblock/images/headphone.gif new file mode 100644 index 00000000..74a66e11 Binary files /dev/null and b/themes/greyblock/images/headphone.gif differ diff --git a/themes/greyblock/images/table.gif b/themes/greyblock/images/table.gif new file mode 100644 index 00000000..89761b38 Binary files /dev/null and b/themes/greyblock/images/table.gif differ diff --git a/themes/greyblock/templates/style.inc b/themes/greyblock/templates/style.inc new file mode 100644 index 00000000..6cc83d1f --- /dev/null +++ b/themes/greyblock/templates/style.inc @@ -0,0 +1,270 @@ + + diff --git a/themes/greyblock/theme.cfg.php b/themes/greyblock/theme.cfg.php new file mode 100644 index 00000000..b1515551 --- /dev/null +++ b/themes/greyblock/theme.cfg.php @@ -0,0 +1,68 @@ +################## +## +################## + +########################### +# Classic Ampache Theme +########################### + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Greyblock" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +#author = "Ben Shields" + +# Theme Maintainer +# This is just a way of listing who is responsible for +# maintaining this theme incase it's not working right +# please include an e-mail address so you can be contacted +# DEFAULT: N/A +#maintainer = "Ben Shields " + +# Theme Colors +################### +[color] +################### +# Below is a list of the default colors for this theme, upon +# applying this theme the users color preferences will be reset +# to what is listed below... + +# Background Color 1 +bg_color1 = "#8B8B8B" + +# Background Color 2 +bg_color2 = "#000000" + +# Base Color 1 +base_color1 = "#C8C8C8" + +# Base Color 2 +base_color2 = "#D4D4D4" + +# Font Color 1 +font_color1 = "#C0C0C0" + +# Font Color 2 +font_color2 = "#292929" + +# Font Color 3 +font_color3 = "#F2F2F2" + +# Row Color 1 +row_color1 = "#CCCCCC" + +# Row Color 2 +row_color2 = "#7A7A7A" + +# Row Color 3 +row_color3 = "#A2A2A2" + +# Error Color +error_color = "#990033" + -- cgit