summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/themes/Spiffy/images/Background.gifbin0 -> 2439 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/ampache-dark-bg.gifbin0 -> 67 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/ampache-light-bg.gifbin0 -> 146 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/ampache-mid.gifbin0 -> 268 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/ampache.gifbin0 -> 4848 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/blank-pixel.gifbin0 -> 43 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/blankalbum.gifbin0 -> 11378 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/blankalbum.jpgbin0 -> 20730 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/headphone.gifbin0 -> 861 bytes
-rwxr-xr-xcontrib/themes/Spiffy/images/table.gifbin0 -> 5680 bytes
-rwxr-xr-xcontrib/themes/Spiffy/templates/style.inc272
-rwxr-xr-xcontrib/themes/Spiffy/theme.cfg.php70
-rwxr-xr-xcontrib/themes/Total_Blue/images/Dragon.jpgbin0 -> 59699 bytes
-rwxr-xr-xcontrib/themes/Total_Blue/images/background.pngbin0 -> 7027 bytes
-rwxr-xr-xcontrib/themes/Total_Blue/images/sig.jpgbin0 -> 5683 bytes
-rw-r--r--contrib/themes/Total_Blue/templates/style.inc4
-rw-r--r--contrib/themes/Total_Blue/theme.cfg.php14
17 files changed, 352 insertions, 8 deletions
diff --git a/contrib/themes/Spiffy/images/Background.gif b/contrib/themes/Spiffy/images/Background.gif
new file mode 100755
index 00000000..7050e82c
--- /dev/null
+++ b/contrib/themes/Spiffy/images/Background.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/ampache-dark-bg.gif b/contrib/themes/Spiffy/images/ampache-dark-bg.gif
new file mode 100755
index 00000000..1fb95526
--- /dev/null
+++ b/contrib/themes/Spiffy/images/ampache-dark-bg.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/ampache-light-bg.gif b/contrib/themes/Spiffy/images/ampache-light-bg.gif
new file mode 100755
index 00000000..3a2acb43
--- /dev/null
+++ b/contrib/themes/Spiffy/images/ampache-light-bg.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/ampache-mid.gif b/contrib/themes/Spiffy/images/ampache-mid.gif
new file mode 100755
index 00000000..57376ea4
--- /dev/null
+++ b/contrib/themes/Spiffy/images/ampache-mid.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/ampache.gif b/contrib/themes/Spiffy/images/ampache.gif
new file mode 100755
index 00000000..4e9db802
--- /dev/null
+++ b/contrib/themes/Spiffy/images/ampache.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/blank-pixel.gif b/contrib/themes/Spiffy/images/blank-pixel.gif
new file mode 100755
index 00000000..17d43908
--- /dev/null
+++ b/contrib/themes/Spiffy/images/blank-pixel.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/blankalbum.gif b/contrib/themes/Spiffy/images/blankalbum.gif
new file mode 100755
index 00000000..a1d25b40
--- /dev/null
+++ b/contrib/themes/Spiffy/images/blankalbum.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/blankalbum.jpg b/contrib/themes/Spiffy/images/blankalbum.jpg
new file mode 100755
index 00000000..468301bd
--- /dev/null
+++ b/contrib/themes/Spiffy/images/blankalbum.jpg
Binary files differ
diff --git a/contrib/themes/Spiffy/images/headphone.gif b/contrib/themes/Spiffy/images/headphone.gif
new file mode 100755
index 00000000..74a66e11
--- /dev/null
+++ b/contrib/themes/Spiffy/images/headphone.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/images/table.gif b/contrib/themes/Spiffy/images/table.gif
new file mode 100755
index 00000000..89761b38
--- /dev/null
+++ b/contrib/themes/Spiffy/images/table.gif
Binary files differ
diff --git a/contrib/themes/Spiffy/templates/style.inc b/contrib/themes/Spiffy/templates/style.inc
new file mode 100755
index 00000000..4ae46dd0
--- /dev/null
+++ b/contrib/themes/Spiffy/templates/style.inc
@@ -0,0 +1,272 @@
+<?php
+/*
+
+ Copyright (c) 2001 - 2005 Ampache.org
+ All rights reserved.
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+
+/*!
+ @header Style File
+ @discussion this is the css that is included on every page of
+ ampache, mod this to change the look and feel of the site
+*/
+?>
+<style type="text/css">
+<!--
+ body
+ {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
+
+ font-family: <?php echo conf('font') ?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ color: <?php echo conf('font_color2'); ?>;
+ }
+
+ p
+ {
+ color: <?php echo conf('font_color2'); ?>;
+ font-family: <?php echo conf('font')?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ a
+ {
+ color: <?php echo conf('font_color2') ?>;
+ font-family: <?php echo conf('font')?>;
+ }
+ a:visited
+ {
+ color: <?php echo conf('font_color2') ?>;
+ font-family: <?php echo conf('font')?>;
+ }
+ a:active
+ {
+ color: <?php echo conf('font_color2') ?>;
+ font-family: <?php echo conf('font')?>;
+ }
+ .text-box
+ {
+ padding-left:5px;
+ padding-top:5px;
+ margin-bottom:10px;
+ background-color: <?php echo conf('base_color1'); ?>;
+ border-right:2px solid <?php echo conf('bg_color2'); ?>;
+ border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
+ border-left:2px solid <?php echo conf('bg_color2'); ?>;
+ border-top:2px solid <?php echo conf('bg_color2'); ?>;
+ }
+ table.tabledata
+ {
+ }
+
+ td
+ {
+ padding: 0px 8px 0px 8px;
+ color: <?php echo conf('font_color2') ?>;
+ font-family: <?php echo conf('font')?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ th
+ {
+ padding-right: 10px;
+ }
+ input
+ {
+ color: <?php echo conf('font_color2'); ?>;
+ font-family: <?php echo conf('font'); ?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ font-weight: bold;
+ background-color: <?php echo conf('base_color2') ?>;
+ border-style: solid;
+ border-width: 1px;
+ border-color: <?php echo conf('bg_color2'); ?>;
+ margin: 2px 2px 2px 2px;
+ }
+ select {
+ color: <?php echo conf('font_color2'); ?>;
+ font-family: <?php echo conf('font')?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ background-color: <?php echo conf('base_color2') ?>;
+ }
+ textarea
+ {
+ color: <?php echo conf('font_color2') ?>;
+ font-family: <?php echo conf('font')?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ .table-header
+ {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ vertical-align: top;
+ }
+/*************** Main Menu *****************/
+ #mainmenu {
+ float: left;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ border-top: 1px solid #000;
+ border-bottom: 1px solid #000;
+ border-right: 1px solid #000;
+ border-left: 1px solid #000;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+peat-x;
+ }
+ #mainmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 10px 0 10px;
+ border-right: 1px solid #000;
+ display: inline;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+peat-x;
+ }
+ #mainmenu li.active {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> rep
+eat-x;
+ }
+ #mainmenu a {
+ text-decoration: none;
+ }
+ #mainmenu a:hover {
+ color: #000;
+ }
+ #mainmenu a:active {
+ color: #00a;
+ }
+/*************** END Main Menu *************/
+/*************** Admin Menu *************/
+ #adminmenu {
+ float: left;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ border-bottom: 1px solid #000;
+ border-right: 1px solid #000;
+ border-left: 1px solid #000;
+ border-top: 1px solid #000;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
+ }
+ #adminmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 20px;
+ border-right: 1px solid #000;
+ display: inline;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+ }
+ #adminmenu li.active {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+ }
+ #adminmenu a {
+ text-decoration: none;
+ }
+ #adminmenu a:hover {
+ color: #000;
+ }
+ #adminmenu a:active {
+ color: #000;
+ }
+/*************** END Main Menu *************/
+/*************** Page Header *********************/
+ #pageheader {
+ background: <?php echo conf('bgcolor1');?>;
+ }
+/*************** END Page Header *****************/
+ .navitem
+ {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ vertical-align: top;
+ text-align: center;
+ }
+ .header1
+ {
+ color: <?php echo conf('font_color2'); ?>;
+ font-family: <?php echo conf('font'); ?>;
+ font-size: <?php echo conf('font_size') + 6; ?>px;
+ font-weight: 900;
+ }
+ .header2
+ {
+ color: <?php echo conf('font_color2'); ?>;
+ font-family: <?php echo conf('font'); ?>;
+ font-size: <?php echo conf('font_size') + 2; ?>px;
+ font-weight: 900;
+ }
+ .active_navitem
+ {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
+ vertical-align: top;
+ text-align: center;
+ }
+ .headrow
+ {
+ background:<?php echo conf('row_color1'); ?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ .odd
+ {
+ background:<?php echo conf('row_color2'); ?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ .even
+ {
+ background:<?php echo conf('row_color3'); ?>;
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ .blank
+ {
+ background: #fff;
+ }
+ .border
+ {
+ background:<?php echo conf('bg_color2'); ?>;
+ }
+ .header
+ {
+ font-size: <?php echo conf('font_size'); ?>px;
+ }
+ .error
+ {
+ color: <?php echo conf('error_color'); ?>;
+ }
+ .fatalerror
+ {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ color: <?php echo conf('error_color'); ?>;
+ border-right:4px solid <?php echo conf('error_color'); ?>;
+ border-bottom:4px solid <?php echo conf('error_color'); ?>;
+ border-left:4px solid <?php echo conf('error_color'); ?>;
+ border-top:4px solid <?php echo conf('error_color'); ?>;
+ font-size: <?php echo conf('font_size')+2; ?>px;
+ font-weight: 900;
+ text-align: center;
+ }
+ .disabled
+ {
+ text-decoration: line-through;
+ }
+ .alphabet
+ {
+ font-size: <?php echo conf('font_size'); ?>px;
+ font-weight: normal;
+ }
+-->
+</style>
diff --git a/contrib/themes/Spiffy/theme.cfg.php b/contrib/themes/Spiffy/theme.cfg.php
new file mode 100755
index 00000000..64cbb3ef
--- /dev/null
+++ b/contrib/themes/Spiffy/theme.cfg.php
@@ -0,0 +1,70 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Spiffy
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "Spiffy"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+author = "Ripmaster TS"
+
+# 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 = "no@mail.org
+
+version = "1.0"
+
+# 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 = "#ffbbff"
+
+# Base Color 2
+base_color2 = "#cd96cd"
+
+# Font Color 1
+font_color1 = "#ffffff"
+
+# Font Color 2
+font_color2 = "#f0f0f0"
+
+# Font Color 3
+font_color3 = "#ffffff"
+
+# Row Color 1
+row_color1 = "#ff6eb4"
+
+# Row Color 2
+row_color2 = "#ff6eb4"
+
+# Row Color 3
+row_color3 = "#ff6eb4"
+
+# Error Color
+error_color = "#990033"
+
diff --git a/contrib/themes/Total_Blue/images/Dragon.jpg b/contrib/themes/Total_Blue/images/Dragon.jpg
new file mode 100755
index 00000000..f53a0aab
--- /dev/null
+++ b/contrib/themes/Total_Blue/images/Dragon.jpg
Binary files differ
diff --git a/contrib/themes/Total_Blue/images/background.png b/contrib/themes/Total_Blue/images/background.png
new file mode 100755
index 00000000..6f435d93
--- /dev/null
+++ b/contrib/themes/Total_Blue/images/background.png
Binary files differ
diff --git a/contrib/themes/Total_Blue/images/sig.jpg b/contrib/themes/Total_Blue/images/sig.jpg
new file mode 100755
index 00000000..1cd36826
--- /dev/null
+++ b/contrib/themes/Total_Blue/images/sig.jpg
Binary files differ
diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/style.inc
index 4ae46dd0..4373af77 100644
--- a/contrib/themes/Total_Blue/templates/style.inc
+++ b/contrib/themes/Total_Blue/templates/style.inc
@@ -30,8 +30,8 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
-
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);?>
+
font-family: <?php echo conf('font') ?>;
font-size: <?php echo conf('font_size'); ?>px;
color: <?php echo conf('font_color2'); ?>;
diff --git a/contrib/themes/Total_Blue/theme.cfg.php b/contrib/themes/Total_Blue/theme.cfg.php
index 00557088..ece68b85 100644
--- a/contrib/themes/Total_Blue/theme.cfg.php
+++ b/contrib/themes/Total_Blue/theme.cfg.php
@@ -16,7 +16,7 @@ name = "Total_Blue"
# This is just a way of giving credit to the
# person who actually created this theme
# DEFAULT: N/A
-#author = "Ripmaster TS"
+author = "Ripmaster TS"
# Theme Maintainer
# This is just a way of listing who is responsible for
@@ -25,6 +25,8 @@ name = "Total_Blue"
# DEFAULT: N/A
#maintainer = "no@mail!"
+version = "1.0"
+
# Theme Colors
###################
[color]
@@ -34,10 +36,10 @@ name = "Total_Blue"
# to what is listed below...
# Background Color 1
-bg_color1 = "#101830"
+bg_color1 = "###"
# Background Color 2
-bg_color2 = "#0000FF"
+bg_color2 = "###"
# Base Color 1
base_color1 = "#003050"
@@ -55,13 +57,13 @@ font_color2 = "#2090C0"
font_color3 = "#ffffff"
# Row Color 1
-row_color1 = "#003050"
+row_color1 = "###"
# Row Color 2
-row_color2 = "#003050"
+row_color2 = "###"
# Row Color 3
-row_color3 = "#003050"
+row_color3 = "###"
# Error Color
error_color = "#990033"