diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 07:22:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 07:22:55 +0000 |
commit | c8ba5c1349fd66a37e346ddb99c473a4dfec823f (patch) | |
tree | a39ac95cab83273c36aca48e1ae0911613ac43bd /contrib/themes/theBside | |
parent | a2cdafd4ad61a3c19cf177842ce689fe9559fbc9 (diff) | |
download | ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.gz ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.bz2 ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.zip |
Initial Commit of all current themes
Diffstat (limited to 'contrib/themes/theBside')
16 files changed, 287 insertions, 0 deletions
diff --git a/contrib/themes/theBside/images/ampache-dark-bg.gif b/contrib/themes/theBside/images/ampache-dark-bg.gif Binary files differnew file mode 100644 index 00000000..e9fc72c9 --- /dev/null +++ b/contrib/themes/theBside/images/ampache-dark-bg.gif diff --git a/contrib/themes/theBside/images/ampache-light-bg.gif b/contrib/themes/theBside/images/ampache-light-bg.gif Binary files differnew file mode 100644 index 00000000..262430b8 --- /dev/null +++ b/contrib/themes/theBside/images/ampache-light-bg.gif diff --git a/contrib/themes/theBside/images/ampache-mid.gif b/contrib/themes/theBside/images/ampache-mid.gif Binary files differnew file mode 100644 index 00000000..57376ea4 --- /dev/null +++ b/contrib/themes/theBside/images/ampache-mid.gif diff --git a/contrib/themes/theBside/images/ampache.gif b/contrib/themes/theBside/images/ampache.gif Binary files differnew file mode 100644 index 00000000..b3e934bd --- /dev/null +++ b/contrib/themes/theBside/images/ampache.gif diff --git a/contrib/themes/theBside/images/ampache.orig.gif b/contrib/themes/theBside/images/ampache.orig.gif Binary files differnew file mode 100644 index 00000000..fb110191 --- /dev/null +++ b/contrib/themes/theBside/images/ampache.orig.gif diff --git a/contrib/themes/theBside/images/blank-pixel.gif b/contrib/themes/theBside/images/blank-pixel.gif Binary files differnew file mode 100644 index 00000000..17d43908 --- /dev/null +++ b/contrib/themes/theBside/images/blank-pixel.gif diff --git a/contrib/themes/theBside/images/blankalbum.gif b/contrib/themes/theBside/images/blankalbum.gif Binary files differnew file mode 100644 index 00000000..a1d25b40 --- /dev/null +++ b/contrib/themes/theBside/images/blankalbum.gif diff --git a/contrib/themes/theBside/images/blankalbum.jpg b/contrib/themes/theBside/images/blankalbum.jpg Binary files differnew file mode 100644 index 00000000..468301bd --- /dev/null +++ b/contrib/themes/theBside/images/blankalbum.jpg diff --git a/contrib/themes/theBside/images/bodybag.gif b/contrib/themes/theBside/images/bodybag.gif Binary files differnew file mode 100644 index 00000000..21720c92 --- /dev/null +++ b/contrib/themes/theBside/images/bodybag.gif diff --git a/contrib/themes/theBside/images/bside.side.png b/contrib/themes/theBside/images/bside.side.png Binary files differnew file mode 100644 index 00000000..3819ff88 --- /dev/null +++ b/contrib/themes/theBside/images/bside.side.png diff --git a/contrib/themes/theBside/images/headphone.gif b/contrib/themes/theBside/images/headphone.gif Binary files differnew file mode 100644 index 00000000..74a66e11 --- /dev/null +++ b/contrib/themes/theBside/images/headphone.gif diff --git a/contrib/themes/theBside/images/sidetitle.png b/contrib/themes/theBside/images/sidetitle.png Binary files differnew file mode 100644 index 00000000..83ec5818 --- /dev/null +++ b/contrib/themes/theBside/images/sidetitle.png diff --git a/contrib/themes/theBside/images/table.gif b/contrib/themes/theBside/images/table.gif Binary files differnew file mode 100644 index 00000000..89761b38 --- /dev/null +++ b/contrib/themes/theBside/images/table.gif diff --git a/contrib/themes/theBside/images/theBsideTitle.png b/contrib/themes/theBside/images/theBsideTitle.png Binary files differnew file mode 100644 index 00000000..38ed2047 --- /dev/null +++ b/contrib/themes/theBside/images/theBsideTitle.png diff --git a/contrib/themes/theBside/templates/style.inc b/contrib/themes/theBside/templates/style.inc new file mode 100644 index 00000000..32068169 --- /dev/null +++ b/contrib/themes/theBside/templates/style.inc @@ -0,0 +1,219 @@ +<?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: <?php echo conf('bg_color1'); ?>; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + color: #333; + } + + p + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + } + a + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + } + a:visited + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + } + a:active + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + } + .text-box + { + padding-left:5px; + padding-top:5px; + margin-bottom:10px; + background-color: #f4f4f4; + } + table.tabledata + { + } + + td + { + padding: 0px 8px 0px 8px; + color: #333>; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + } + th + { + padding-right: 10px; + } + input + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + background-color: #f4f4f4; + } + .button { + color: #fff; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + background-color: #adbdcf; + } + select { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + background-color: #f4f4f4; + } + textarea + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 12px; + } + .table-header + { + background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/bside.side.png) repeat-x top center; + vertical-align: top; + } + .navitem + { + margin: 0; + padding:5px; + color: #333; + background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/sidetitle.png) repeat-x top center; + text-align: center; + text-decoration: none; + } + .navitem a + { + color: #333; + text-decoration: none; + font-family: verdana, helvetica, sans-serif; + } + .navitem a:hover + { + color: #1d479a; + text-decoration: underline; + } + .header1 + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 18px; + font-weight: 900; + } + .header2 + { + color: #333; + font-family: Verdana, Helvetica, sans-serif; + font-size: 14px; + font-weight: 900; + } + .active_navitem + { + margin: 0; + padding:5px; + background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/bside.side.png) repeat-x top center; + text-align: center; + } + .active_navitem a + { + color: #333; + text-decoration: none; + } + .active_navitem a:hover + { + color: #1d479a; + text-decoration: none; + text-decoration: underline; + } + .headrow + { + background:<?php echo conf('row_color1'); ?>; + font-size: 12px; + } + .odd + { + background: #fff; + font-size: 12px; + } + .even + { + background: #edf1f8; + font-size: 12px; + } + .blank + { + background: #fff; + } + .border + { + background: #fff; + padding: 5px; + } + .header + { + font-size: 12px; + } + .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: 14px; + font-weight: 900; + text-align: center; + } + .disabled + { + text-decoration: line-through; + } + .alphabet + { + font-size: 12px; + font-weight: normal; + } +--> +</style> diff --git a/contrib/themes/theBside/theme.cfg.php b/contrib/themes/theBside/theme.cfg.php new file mode 100644 index 00000000..df99dab5 --- /dev/null +++ b/contrib/themes/theBside/theme.cfg.php @@ -0,0 +1,68 @@ +################## +#<?php exit(); ?># +################## + +########################### +# 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 = "theBside" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "Kirk Bridger" + +# 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 = "Kirk Bridger <flappy@shaw.ca>" + +# 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" + |