diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-29 18:04:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-29 18:04:50 +0000 |
commit | 4cd7ef4e6e54a9b6a28a484c6ce327e26c7cc280 (patch) | |
tree | af2693d56eb5180362ec293f11d5d26635f0f3ea /contrib/themes | |
parent | 52ef9738a6d38f36fb39e55a4be2390c7c9739b6 (diff) | |
download | ampache-4cd7ef4e6e54a9b6a28a484c6ce327e26c7cc280.tar.gz ampache-4cd7ef4e6e54a9b6a28a484c6ce327e26c7cc280.tar.bz2 ampache-4cd7ef4e6e54a9b6a28a484c6ce327e26c7cc280.zip |
new osuware theme
Diffstat (limited to 'contrib/themes')
-rwxr-xr-x | contrib/themes/osuware2005/images/ampache-dark-bg.gif | bin | 0 -> 88 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/ampache-light-bg.gif | bin | 0 -> 88 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/ampache-mid.gif | bin | 0 -> 268 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/ampache.gif | bin | 0 -> 6345 bytes | |||
-rw-r--r-- | contrib/themes/osuware2005/images/blank-pixel.gif | bin | 0 -> 43 bytes | |||
-rw-r--r-- | contrib/themes/osuware2005/images/blankalbum.gif | bin | 0 -> 11378 bytes | |||
-rw-r--r-- | contrib/themes/osuware2005/images/blankalbum.jpg | bin | 0 -> 20730 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/headphone.gif | bin | 0 -> 861 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/pspbrwse.jbf | bin | 0 -> 10602 bytes | |||
-rwxr-xr-x | contrib/themes/osuware2005/images/table.gif | bin | 0 -> 5680 bytes | |||
-rw-r--r-- | contrib/themes/osuware2005/templates/style.inc | 272 | ||||
-rw-r--r-- | contrib/themes/osuware2005/theme.cfg.php | 70 |
12 files changed, 342 insertions, 0 deletions
diff --git a/contrib/themes/osuware2005/images/ampache-dark-bg.gif b/contrib/themes/osuware2005/images/ampache-dark-bg.gif Binary files differnew file mode 100755 index 00000000..6bf26372 --- /dev/null +++ b/contrib/themes/osuware2005/images/ampache-dark-bg.gif diff --git a/contrib/themes/osuware2005/images/ampache-light-bg.gif b/contrib/themes/osuware2005/images/ampache-light-bg.gif Binary files differnew file mode 100755 index 00000000..6bf26372 --- /dev/null +++ b/contrib/themes/osuware2005/images/ampache-light-bg.gif diff --git a/contrib/themes/osuware2005/images/ampache-mid.gif b/contrib/themes/osuware2005/images/ampache-mid.gif Binary files differnew file mode 100755 index 00000000..57376ea4 --- /dev/null +++ b/contrib/themes/osuware2005/images/ampache-mid.gif diff --git a/contrib/themes/osuware2005/images/ampache.gif b/contrib/themes/osuware2005/images/ampache.gif Binary files differnew file mode 100755 index 00000000..59ec5215 --- /dev/null +++ b/contrib/themes/osuware2005/images/ampache.gif diff --git a/contrib/themes/osuware2005/images/blank-pixel.gif b/contrib/themes/osuware2005/images/blank-pixel.gif Binary files differnew file mode 100644 index 00000000..17d43908 --- /dev/null +++ b/contrib/themes/osuware2005/images/blank-pixel.gif diff --git a/contrib/themes/osuware2005/images/blankalbum.gif b/contrib/themes/osuware2005/images/blankalbum.gif Binary files differnew file mode 100644 index 00000000..a1d25b40 --- /dev/null +++ b/contrib/themes/osuware2005/images/blankalbum.gif diff --git a/contrib/themes/osuware2005/images/blankalbum.jpg b/contrib/themes/osuware2005/images/blankalbum.jpg Binary files differnew file mode 100644 index 00000000..468301bd --- /dev/null +++ b/contrib/themes/osuware2005/images/blankalbum.jpg diff --git a/contrib/themes/osuware2005/images/headphone.gif b/contrib/themes/osuware2005/images/headphone.gif Binary files differnew file mode 100755 index 00000000..74a66e11 --- /dev/null +++ b/contrib/themes/osuware2005/images/headphone.gif diff --git a/contrib/themes/osuware2005/images/pspbrwse.jbf b/contrib/themes/osuware2005/images/pspbrwse.jbf Binary files differnew file mode 100755 index 00000000..47395062 --- /dev/null +++ b/contrib/themes/osuware2005/images/pspbrwse.jbf diff --git a/contrib/themes/osuware2005/images/table.gif b/contrib/themes/osuware2005/images/table.gif Binary files differnew file mode 100755 index 00000000..89761b38 --- /dev/null +++ b/contrib/themes/osuware2005/images/table.gif diff --git a/contrib/themes/osuware2005/templates/style.inc b/contrib/themes/osuware2005/templates/style.inc new file mode 100644 index 00000000..526b3f7c --- /dev/null +++ b/contrib/themes/osuware2005/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 + { + margin-top: 0px; + margin-left: 2px; + margin-right: 0px; + + padding-top: 0px; + 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_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') ?>; + 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 + { + background-color: <?php echo conf('base_color2'); ?>; + 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; + color: white; + background-color: black; + } + #mainmenu li { + float: left; + margin: 0; + padding: 0 10px 0 10px; + border-right: 1px solid #000; + display: inline; + } + #mainmenu li.active { + background-color: #202020; + + } + #mainmenu a { + text-decoration: none; + color: white; + } + #mainmenu a:hover { + color: #c0c0c0; + } + #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; + color: white; + background-color: black; + } + #adminmenu li { + float: left; + margin: 0; + padding: 0 20px 0 20px; + border-right: 1px solid #000; + display: inline; + } + #adminmenu li.active { + background-color: #202020; + } + #adminmenu a { + text-decoration: none; + color: #ffffff; + } + #adminmenu a:hover { + color: #c0c0c0; + } + #adminmenu a:active { + color: #000; + } +/*************** END Main Menu *************/ +/*************** Page Header *********************/ + #pageheader { + background: black; + } +/*************** END Page Header *****************/ + .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; + } + .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; + } + .button + { + background-color: black; + color:white; + padding: 2px; + border: 0; + margin: 2px; + } + +--> +</style> + diff --git a/contrib/themes/osuware2005/theme.cfg.php b/contrib/themes/osuware2005/theme.cfg.php new file mode 100644 index 00000000..56431da3 --- /dev/null +++ b/contrib/themes/osuware2005/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 = "OSUWare2005" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "Ben Shields, Kevin Riker" + +# 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 = "Karl Vollmer <vollmerk@ampache.org>" + +version = "1.1" + +# 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 = "#D5963B" + +# Background Color 2 +bg_color2 = "#000000" + +# Base Color 1 +base_color1 = "#BB8E37" + +# Base Color 2 +base_color2 = "#D0A74F" + +# Font Color 1 +font_color1 = "#202020" + +# Font Color 2 +font_color2 = "#202020" + +# Font Color 3 +font_color3 = "#FFFFFF" + +# Row Color 1 +row_color1 = "#FFFAEB" + +# Row Color 2 +row_color2 = "#BB7B37" + +# Row Color 3 +row_color3 = "#E8C163" + +# Error Color +error_color = "#330B0B" + |