diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-08 05:41:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-08 05:41:37 +0000 |
commit | 17527f18b92f3fff9bb7d687ea19a2b2d572003c (patch) | |
tree | 647f0ca509a681ace4114edee1c0f11ef5007a2f | |
parent | 0a9fcb0298a4febc6287c77d29929a1cb833eb8b (diff) | |
download | ampache-17527f18b92f3fff9bb7d687ea19a2b2d572003c.tar.gz ampache-17527f18b92f3fff9bb7d687ea19a2b2d572003c.tar.bz2 ampache-17527f18b92f3fff9bb7d687ea19a2b2d572003c.zip |
new StoneBlue theme
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-dark-bg.gif | bin | 0 -> 942 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-light-bg.gif | bin | 0 -> 942 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-mid.gif | bin | 0 -> 147 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache.gif | bin | 0 -> 11238 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blank-pixel.gif | bin | 0 -> 43 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blankalbum.gif | bin | 0 -> 10788 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blankalbum.jpg | bin | 0 -> 8601 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/headphone.gif | bin | 0 -> 861 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/table.gif | bin | 0 -> 5680 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/screenshot/01.jpg | bin | 0 -> 169222 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/templates/style.inc | 310 | ||||
-rwxr-xr-x | contrib/themes/StoneBlue/theme.cfg.php | 70 |
12 files changed, 380 insertions, 0 deletions
diff --git a/contrib/themes/StoneBlue/images/ampache-dark-bg.gif b/contrib/themes/StoneBlue/images/ampache-dark-bg.gif Binary files differnew file mode 100755 index 00000000..54e8e8e0 --- /dev/null +++ b/contrib/themes/StoneBlue/images/ampache-dark-bg.gif diff --git a/contrib/themes/StoneBlue/images/ampache-light-bg.gif b/contrib/themes/StoneBlue/images/ampache-light-bg.gif Binary files differnew file mode 100755 index 00000000..48a823b7 --- /dev/null +++ b/contrib/themes/StoneBlue/images/ampache-light-bg.gif diff --git a/contrib/themes/StoneBlue/images/ampache-mid.gif b/contrib/themes/StoneBlue/images/ampache-mid.gif Binary files differnew file mode 100755 index 00000000..2a986d25 --- /dev/null +++ b/contrib/themes/StoneBlue/images/ampache-mid.gif diff --git a/contrib/themes/StoneBlue/images/ampache.gif b/contrib/themes/StoneBlue/images/ampache.gif Binary files differnew file mode 100755 index 00000000..e868d852 --- /dev/null +++ b/contrib/themes/StoneBlue/images/ampache.gif diff --git a/contrib/themes/StoneBlue/images/blank-pixel.gif b/contrib/themes/StoneBlue/images/blank-pixel.gif Binary files differnew file mode 100755 index 00000000..17d43908 --- /dev/null +++ b/contrib/themes/StoneBlue/images/blank-pixel.gif diff --git a/contrib/themes/StoneBlue/images/blankalbum.gif b/contrib/themes/StoneBlue/images/blankalbum.gif Binary files differnew file mode 100755 index 00000000..496ca144 --- /dev/null +++ b/contrib/themes/StoneBlue/images/blankalbum.gif diff --git a/contrib/themes/StoneBlue/images/blankalbum.jpg b/contrib/themes/StoneBlue/images/blankalbum.jpg Binary files differnew file mode 100755 index 00000000..83e8e502 --- /dev/null +++ b/contrib/themes/StoneBlue/images/blankalbum.jpg diff --git a/contrib/themes/StoneBlue/images/headphone.gif b/contrib/themes/StoneBlue/images/headphone.gif Binary files differnew file mode 100755 index 00000000..74a66e11 --- /dev/null +++ b/contrib/themes/StoneBlue/images/headphone.gif diff --git a/contrib/themes/StoneBlue/images/table.gif b/contrib/themes/StoneBlue/images/table.gif Binary files differnew file mode 100755 index 00000000..89761b38 --- /dev/null +++ b/contrib/themes/StoneBlue/images/table.gif diff --git a/contrib/themes/StoneBlue/screenshot/01.jpg b/contrib/themes/StoneBlue/screenshot/01.jpg Binary files differnew file mode 100755 index 00000000..49eacf88 --- /dev/null +++ b/contrib/themes/StoneBlue/screenshot/01.jpg diff --git a/contrib/themes/StoneBlue/templates/style.inc b/contrib/themes/StoneBlue/templates/style.inc new file mode 100755 index 00000000..b8d214ee --- /dev/null +++ b/contrib/themes/StoneBlue/templates/style.inc @@ -0,0 +1,310 @@ +<?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"> +<!-- + .bullets + { + list-style-image: url(images/bullet.gif); + margin:5px; + padding:10px 25px; + border:1px solid #8888AA + } + + body + { + background: <?php echo conf('bg_color1'); ?>; + font-family: <?php echo conf('font') ?>; + font-size: <?php echo conf('font_size'); ?>px; + color: <?php echo conf('font_color1'); ?>; + } + + 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_color1') ?>; + font-family: <?php echo conf('font')?>; + text-decoration: none; + } + a:visited + { + color: <?php echo conf('font_color2') ?>; + font-family: <?php echo conf('font')?>; + text-decoration: none; + } + a:hover + { + color: <?php echo conf('font_color2') ?>; + font-family: <?php echo conf('font')?>; + text-decoration: underline; + } + a:active + { + color: <?php echo conf('font_color1') ?>; + font-family: <?php echo conf('font')?>; + text-decoration: none; + } + .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_color1') ?>; + font-family: <?php echo conf('font')?>; + font-size: <?php echo conf('font_size'); ?>px; + } + th + { + color: <?php echo conf('font_color1')?>; + 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 + { + font-family: <?php echo conf('font')?>; + font-size: <?php echo conf('font_size'); ?>px; + } + .table-header + { + text: <?php echo conf('font_color3')?>; + background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat-x; + vertical-align: top; + } + .nowPlaying + { + color: <?php echo conf('font_color1')?>; + background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat-x; + vertical-align: top; + font-weight: bold; + } + .nowPlaying2 + { + color: <?php echo conf('font_color3')?>; + 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; + font-weight: bold; + } + .popular + { + color: <?php echo conf('font_color1')?>; + background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat-x; + font-weight: bold; + } +/*************** 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-dark-bg.gif) <?php echo conf('base_color2');?> repeat-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-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x; + } + #mainmenu li.active { + background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x; + } + #mainmenu a { + color: <?php echo conf('font_color3')?>; + text-decoration: none; + font-weight: bold; + } + #mainmenu a:hover { + color: <?php echo conf('font_color1')?>; + } + #mainmenu a:active { + color: <?php echo conf('font_color2')?>; + } +/*************** 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-dark-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-dark-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-light-bg.gif) <?php echo conf('base_color2');?> repeat-x; + } + #adminmenu a { + color: <?php echo conf('font_color3')?>; + text-decoration: none; + font-weight: bold; + } + #adminmenu a:hover { + color: <?php echo conf('font_color1')?>; + } + #adminmenu a:active { + color: <?php echo conf('font_color2')?>; + } +/*************** 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_color1'); ?>; + font-family: <?php echo conf('font'); ?>; + font-size: <?php echo conf('font_size') + 4; ?>px; + font-weight: 900; + } + .header2 + { + color: <?php echo conf('font_color3'); ?>; + 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/StoneBlue/theme.cfg.php b/contrib/themes/StoneBlue/theme.cfg.php new file mode 100755 index 00000000..3fab20d7 --- /dev/null +++ b/contrib/themes/StoneBlue/theme.cfg.php @@ -0,0 +1,70 @@ +################## +#<?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 = "StoneBlue" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "SoundOfEmotion" + +# 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 = "SoundOfEmotion <soundofemotion@gmail.com>" + +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 = "#333366" + +# Background Color 2 +bg_color2 = "#000000" + +# Base Color 1 +base_color1 = "#8888AA" + +# Base Color 2 +base_color2 = "#666688" + +# Font Color 1 +font_color1 = "#FFFFFF" + +# Font Color 2 +font_color2 = "#CCCCFF" + +# Font Color 3 +font_color3 = "#292929" + +# Row Color 1 +row_color1 = "#AAAACC" + +# Row Color 2 +row_color2 = "#555577" + +# Row Color 3 +row_color3 = "#666688" + +# Error Color +error_color = "#990033" + |