summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-03 00:58:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-03 00:58:06 +0000
commitf5fd6eb89a6416a65bf088c922d7566113509a7c (patch)
tree14b44e386293e7942c13c9d9d3ce84581de0d099 /contrib
parent8036c3507079714e6236f56e190d4f8b6edeceed (diff)
downloadampache-f5fd6eb89a6416a65bf088c922d7566113509a7c.tar.gz
ampache-f5fd6eb89a6416a65bf088c922d7566113509a7c.tar.bz2
ampache-f5fd6eb89a6416a65bf088c922d7566113509a7c.zip
new theme from TS
Diffstat (limited to 'contrib')
-rw-r--r--contrib/themes/Supernova/images/Lightning.jpgbin0 -> 828 bytes
-rw-r--r--contrib/themes/Supernova/images/ampache.gifbin0 -> 64122 bytes
-rw-r--r--contrib/themes/Supernova/images/blankalbum.gifbin0 -> 11378 bytes
-rw-r--r--contrib/themes/Supernova/images/filling.jpgbin0 -> 6786 bytes
-rw-r--r--contrib/themes/Supernova/images/nav.jpgbin0 -> 319 bytes
-rw-r--r--contrib/themes/Supernova/images/navigator.jpgbin0 -> 317 bytes
-rw-r--r--contrib/themes/Supernova/templates/style.inc280
-rw-r--r--contrib/themes/Supernova/theme.cfg.php70
-rw-r--r--contrib/themes/borders/templates/style.inc10
-rw-r--r--contrib/themes/borders/theme.cfg.php2
10 files changed, 359 insertions, 3 deletions
diff --git a/contrib/themes/Supernova/images/Lightning.jpg b/contrib/themes/Supernova/images/Lightning.jpg
new file mode 100644
index 00000000..ab3e75ab
--- /dev/null
+++ b/contrib/themes/Supernova/images/Lightning.jpg
Binary files differ
diff --git a/contrib/themes/Supernova/images/ampache.gif b/contrib/themes/Supernova/images/ampache.gif
new file mode 100644
index 00000000..5aa76318
--- /dev/null
+++ b/contrib/themes/Supernova/images/ampache.gif
Binary files differ
diff --git a/contrib/themes/Supernova/images/blankalbum.gif b/contrib/themes/Supernova/images/blankalbum.gif
new file mode 100644
index 00000000..a1d25b40
--- /dev/null
+++ b/contrib/themes/Supernova/images/blankalbum.gif
Binary files differ
diff --git a/contrib/themes/Supernova/images/filling.jpg b/contrib/themes/Supernova/images/filling.jpg
new file mode 100644
index 00000000..02850858
--- /dev/null
+++ b/contrib/themes/Supernova/images/filling.jpg
Binary files differ
diff --git a/contrib/themes/Supernova/images/nav.jpg b/contrib/themes/Supernova/images/nav.jpg
new file mode 100644
index 00000000..e228dfe3
--- /dev/null
+++ b/contrib/themes/Supernova/images/nav.jpg
Binary files differ
diff --git a/contrib/themes/Supernova/images/navigator.jpg b/contrib/themes/Supernova/images/navigator.jpg
new file mode 100644
index 00000000..633c8157
--- /dev/null
+++ b/contrib/themes/Supernova/images/navigator.jpg
Binary files differ
diff --git a/contrib/themes/Supernova/templates/style.inc b/contrib/themes/Supernova/templates/style.inc
new file mode 100644
index 00000000..4e57f0fb
--- /dev/null
+++ b/contrib/themes/Supernova/templates/style.inc
@@ -0,0 +1,280 @@
+<?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/lightning.jpg);?>
+ 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/nav.jpg) <?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/nav.jpg) <?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/nav.jpg) <?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/nav.jpg) <?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/nav.jpg) <?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/nav.jpg) <?php echo conf('base_color2');?> repeat-x;
+ }
+ #adminmenu li.active {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) <?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: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/filling.jpg) <?php echo conf('base_color2')?> repeat-x;
+}
+
+#pageheader img {
+ text-align: left;
+ border: 0px;
+}
+ }
+/*************** END Page Header *****************/
+ .navitem
+ {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/navigator.jpg) <?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/navigator.jpg) <?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/Supernova/theme.cfg.php b/contrib/themes/Supernova/theme.cfg.php
new file mode 100644
index 00000000..ade61864
--- /dev/null
+++ b/contrib/themes/Supernova/theme.cfg.php
@@ -0,0 +1,70 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Supernova
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "Supernova"
+
+# 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!"
+
+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 = "#000000"
+
+# Background Color 2
+bg_color2 = "#000000"
+
+# Base Color 1
+base_color1 = "#000000"
+
+# Base Color 2
+base_color2 = "#000000"
+
+# Font Color 1
+font_color1 = "#BBBBBB"
+
+# Font Color 2
+font_color2 = "#BBBBBB"
+
+# Font Color 3
+font_color3 = "#FFFFFF"
+
+# Row Color 1
+row_color1 = "#404040"
+
+# Row Color 2
+row_color2 = "#404040"
+
+# Row Color 3
+row_color3 = "#404040"
+
+# Error Color
+error_color = "#990033"
+
diff --git a/contrib/themes/borders/templates/style.inc b/contrib/themes/borders/templates/style.inc
index f5b66e5d..8c3524a2 100644
--- a/contrib/themes/borders/templates/style.inc
+++ b/contrib/themes/borders/templates/style.inc
@@ -130,6 +130,13 @@ $relief_border2 = "solid 1pt " . conf('row_color1');
# gets rid of double line on top in albums.php;
border-top: solid 0pt <?php echo conf('bg_color2'); ?>;
}
+ .login
+ {
+ background:<?php echo conf('bg_color2'); ?>;
+ border-collapse: separate;
+ border: <?php echo "$border " . conf('row_color1'); ?>;
+ border-spacing: 0pt;
+ }
.table-header
{
background: <?php echo conf('base_color2')?> ;
@@ -140,7 +147,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1');
border-bottom: <?php echo "$relief_border"; ?>;
border-top: <?php echo "$relief_border"; ?>;
text-align: center;
- font-size: larger;
}
.table-header th
{
@@ -207,7 +213,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1');
border-top: <?php echo "$relief_border"; ?>;
border-right: <?php echo "$relief_border"; ?>;
text-align: center;
- font-size: larger;
}
#mainmenu li:first-child
{
@@ -255,7 +260,6 @@ $relief_border2 = "solid 1pt " . conf('row_color1');
border-top: <?php echo "$relief_border"; ?>;
border-right: <?php echo "$relief_border"; ?>;
text-align: center;
- font-size: larger;
display: inline;
}
#adminmenu li:first-child
diff --git a/contrib/themes/borders/theme.cfg.php b/contrib/themes/borders/theme.cfg.php
index 6e7a0d95..8c2d9596 100644
--- a/contrib/themes/borders/theme.cfg.php
+++ b/contrib/themes/borders/theme.cfg.php
@@ -25,6 +25,8 @@ author = "Randy Perkins"
# DEFAULT: N/A
maintainer = "Randy Perkins <randyperkins@randyperkins.com>"
+version = "1.1"
+
# Theme Colors
###################
[color]