diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-21 18:03:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-21 18:03:10 +0000 |
commit | c0e9a9cc68b432ef6106edd4048a5bd91603eef6 (patch) | |
tree | dd07230955e86147f3b2df0aad09b9060dbe1222 /contrib/themes/simple_matrix | |
parent | a3a19ed1ff4c14297a9418c6462bf7e1f373ab56 (diff) | |
download | ampache-c0e9a9cc68b432ef6106edd4048a5bd91603eef6.tar.gz ampache-c0e9a9cc68b432ef6106edd4048a5bd91603eef6.tar.bz2 ampache-c0e9a9cc68b432ef6106edd4048a5bd91603eef6.zip |
two new themes
Diffstat (limited to 'contrib/themes/simple_matrix')
-rw-r--r-- | contrib/themes/simple_matrix/images/ampache.gif | bin | 0 -> 18783 bytes | |||
-rw-r--r-- | contrib/themes/simple_matrix/images/blank-pixel.gif | bin | 0 -> 43 bytes | |||
-rw-r--r-- | contrib/themes/simple_matrix/images/blankalbum.gif | bin | 0 -> 11378 bytes | |||
-rwxr-xr-x | contrib/themes/simple_matrix/screencap/01.jpg | bin | 0 -> 197868 bytes | |||
-rw-r--r-- | contrib/themes/simple_matrix/templates/style.inc | 286 | ||||
-rw-r--r-- | contrib/themes/simple_matrix/theme.cfg.php | 73 |
6 files changed, 359 insertions, 0 deletions
diff --git a/contrib/themes/simple_matrix/images/ampache.gif b/contrib/themes/simple_matrix/images/ampache.gif Binary files differnew file mode 100644 index 00000000..bfb57e22 --- /dev/null +++ b/contrib/themes/simple_matrix/images/ampache.gif diff --git a/contrib/themes/simple_matrix/images/blank-pixel.gif b/contrib/themes/simple_matrix/images/blank-pixel.gif Binary files differnew file mode 100644 index 00000000..17d43908 --- /dev/null +++ b/contrib/themes/simple_matrix/images/blank-pixel.gif diff --git a/contrib/themes/simple_matrix/images/blankalbum.gif b/contrib/themes/simple_matrix/images/blankalbum.gif Binary files differnew file mode 100644 index 00000000..a1d25b40 --- /dev/null +++ b/contrib/themes/simple_matrix/images/blankalbum.gif diff --git a/contrib/themes/simple_matrix/screencap/01.jpg b/contrib/themes/simple_matrix/screencap/01.jpg Binary files differnew file mode 100755 index 00000000..e43e2f83 --- /dev/null +++ b/contrib/themes/simple_matrix/screencap/01.jpg diff --git a/contrib/themes/simple_matrix/templates/style.inc b/contrib/themes/simple_matrix/templates/style.inc new file mode 100644 index 00000000..d782fcaf --- /dev/null +++ b/contrib/themes/simple_matrix/templates/style.inc @@ -0,0 +1,286 @@ +<?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: <?php echo conf('font') ?>; + font-size: <?php echo conf('font_size'); ?>px; + color: <?php echo conf('font_color2'); ?>; + background-color: black; + background-image:url(/image/WebDesign3.jpg); + background-position: right top; + background-repeat: repeat-y; + background-attachment: scroll; + margin-right: 128px; + margin-left: 3%; + margin-top: 3%; +} + +img +{ +margin-bottom: 5px; +} +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 +{ +} + +table.login +{ + padding: 5px 5px 5px 5px; +} + +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: 3px 3px 3px 3px; +} +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: #404040; + vertical-align: top; +} +.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'); ?>; + font-weight: bold; +} +.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; +} + +/*************** Main Menu *****************/ + +#mainmenu { + float: left; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + border: 1px solid <?php echo conf('bg_color2'); ?>; + background: #282828; +} + +#mainmenu li { + float: left; + margin: 0; + padding: 0 10px 0 10px; + border-right: 1px solid <?php echo conf('bg_color2'); ?>; + display: inline; + background: #282828; +} + +#mainmenu li.active { + background: #404040; +} + +#mainmenu a { + text-decoration: none; +} + +#mainmenu a:hover { + text-decoration: underline; +} + +#mainmenu a:active { +} + +/*************** END Main Menu *************/ + +/*************** Admin Menu *************/ + +#adminmenu { + float: left; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + border: 1px solid <?php echo conf('bg_color2'); ?>; + background: #282828; +} + +#adminmenu li { + float: left; + margin: 0; + padding: 0 10px 0 10px; + border-right: 1px solid <?php echo conf('bg_color2'); ?>; + display: inline; + background: #282828; +} + +#adminmenu li.active { + background: #404040; +} + +#adminmenu a { + text-decoration: none; +} + +#adminmenu a:hover { + text-decoration: underline; +} + +#adminmenu a:active { +} + +/*************** END Main Menu *************/ + +/*************** Page Header *********************/ + +#pageheader { +} + +/*************** END Page Header *****************/ + +--> +</style> diff --git a/contrib/themes/simple_matrix/theme.cfg.php b/contrib/themes/simple_matrix/theme.cfg.php new file mode 100644 index 00000000..d382a700 --- /dev/null +++ b/contrib/themes/simple_matrix/theme.cfg.php @@ -0,0 +1,73 @@ +################## +#<?php exit(); ?># +################## + +########################### +# Simple Matrix Ampache Theme +########################### + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Simple Matrix" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "ORIGINAL: Nedko Arnaudov EDITED BY: Marno van der Molen" +#FULL CREDIT goes to Nedko Arnaudov for supplying the base for this theme. + +# 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 = "Marno van der Molen <marno.vandermolen@gmail.com>" + +# Version +# This is the revision for this theme, It's up to the maintainer +# or author to decide how they want to format this +version = "1.3" + +# 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 = "#000000" + +# Background Color 2 +bg_color2 = "orange" + +# Base Color 1 +base_color1 = "#000000" + +# Base Color 2 +base_color2 = "#000000" + +# Font Color 1 +font_color1 = "#ffffff" + +# Font Color 2 +font_color2 = "#ffffff" + +# Font Color 3 +font_color3 = "#ffffff" + +# Row Color 1 +row_color1 = "#000000" + +# Row Color 2 +row_color2 = "#202020" + +# Row Color 3 +row_color3 = "#000000" + +# Error Color +error_color = "green" |