summaryrefslogtreecommitdiffstats
path: root/contrib/themes/classic-ng
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 07:22:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 07:22:55 +0000
commitc8ba5c1349fd66a37e346ddb99c473a4dfec823f (patch)
treea39ac95cab83273c36aca48e1ae0911613ac43bd /contrib/themes/classic-ng
parenta2cdafd4ad61a3c19cf177842ce689fe9559fbc9 (diff)
downloadampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.gz
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.bz2
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.zip
Initial Commit of all current themes
Diffstat (limited to 'contrib/themes/classic-ng')
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache-dark-bg.gifbin0 -> 138 bytes
-rw-r--r--contrib/themes/classic-ng/images/ampache-light-bg.gifbin0 -> 70 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache-mid.gifbin0 -> 268 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache.gifbin0 -> 5810 bytes
-rw-r--r--contrib/themes/classic-ng/images/blank-pixel.gifbin0 -> 43 bytes
-rw-r--r--contrib/themes/classic-ng/images/blankalbum.gifbin0 -> 11378 bytes
-rw-r--r--contrib/themes/classic-ng/images/blankalbum.jpgbin0 -> 20730 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/headphone.gifbin0 -> 861 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/table.gifbin0 -> 5680 bytes
-rwxr-xr-xcontrib/themes/classic-ng/templates/style.inc270
-rw-r--r--contrib/themes/classic-ng/theme.cfg.php52
11 files changed, 322 insertions, 0 deletions
diff --git a/contrib/themes/classic-ng/images/ampache-dark-bg.gif b/contrib/themes/classic-ng/images/ampache-dark-bg.gif
new file mode 100755
index 00000000..e9fc72c9
--- /dev/null
+++ b/contrib/themes/classic-ng/images/ampache-dark-bg.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/ampache-light-bg.gif b/contrib/themes/classic-ng/images/ampache-light-bg.gif
new file mode 100644
index 00000000..2fa58b29
--- /dev/null
+++ b/contrib/themes/classic-ng/images/ampache-light-bg.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/ampache-mid.gif b/contrib/themes/classic-ng/images/ampache-mid.gif
new file mode 100755
index 00000000..57376ea4
--- /dev/null
+++ b/contrib/themes/classic-ng/images/ampache-mid.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/ampache.gif b/contrib/themes/classic-ng/images/ampache.gif
new file mode 100755
index 00000000..5ee651ca
--- /dev/null
+++ b/contrib/themes/classic-ng/images/ampache.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/blank-pixel.gif b/contrib/themes/classic-ng/images/blank-pixel.gif
new file mode 100644
index 00000000..17d43908
--- /dev/null
+++ b/contrib/themes/classic-ng/images/blank-pixel.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/blankalbum.gif b/contrib/themes/classic-ng/images/blankalbum.gif
new file mode 100644
index 00000000..a1d25b40
--- /dev/null
+++ b/contrib/themes/classic-ng/images/blankalbum.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/blankalbum.jpg b/contrib/themes/classic-ng/images/blankalbum.jpg
new file mode 100644
index 00000000..468301bd
--- /dev/null
+++ b/contrib/themes/classic-ng/images/blankalbum.jpg
Binary files differ
diff --git a/contrib/themes/classic-ng/images/headphone.gif b/contrib/themes/classic-ng/images/headphone.gif
new file mode 100755
index 00000000..74a66e11
--- /dev/null
+++ b/contrib/themes/classic-ng/images/headphone.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/images/table.gif b/contrib/themes/classic-ng/images/table.gif
new file mode 100755
index 00000000..89761b38
--- /dev/null
+++ b/contrib/themes/classic-ng/images/table.gif
Binary files differ
diff --git a/contrib/themes/classic-ng/templates/style.inc b/contrib/themes/classic-ng/templates/style.inc
new file mode 100755
index 00000000..d4b11dbd
--- /dev/null
+++ b/contrib/themes/classic-ng/templates/style.inc
@@ -0,0 +1,270 @@
+<?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'); ?>;
+ margin: 0;
+ padding: 0;
+ }
+
+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 {
+ width: 100%;
+ background: #ddd;
+ margin: 0px 0 0px 0;
+ padding: 15px 10px 5px;
+ list-style: none;
+ border-bottom: 1px solid #000;
+ }
+
+#mainmenu li {
+ margin-left: 5px;
+ margin-bottom: 0;
+ padding: 2px 10px 5px;
+ border: 1px solid #000;
+ display: inline;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
+ font-weight: bold;
+ }
+
+#mainmenu li:hover {
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat;
+ }
+
+#mainmenu li.active {
+ background: #fff;
+ border-bottom: 2px solid #fff;
+ }
+
+#mainmenu a {
+ text-decoration: none;
+ }
+
+#mainmenu a:hover {
+ color: #fff;
+ }
+
+#mainmenu a.active {
+ color: #00a;
+ }
+/*************** END Main Menu *************/
+/*************** Admin Menu *************/
+#adminmenu {
+ background: #fff;
+ margin: 0px 0 20px 0;
+ padding: 15px 10px 5px;
+ list-style: none;
+ border-bottom: 1px solid #000;
+ }
+
+#adminmenu li {
+ margin-left: 5px;
+ margin-bottom: 0;
+ padding: 2px 10px 5px;
+ border: 1px solid #000;
+ display: inline;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
+ font-weight: bold;
+ }
+
+#adminmenu li:hover {
+ 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.active {
+ background: #fff;
+ border-bottom: 2px solid #fff;
+ }
+
+#adminmenu a {
+ text-decoration: none;
+ }
+
+#adminmenu a:hover {
+ color: #fff;
+ }
+
+#adminmenu a.active {
+ color: #00a;
+ }
+/*************** END Admin Menu *************/
+/*************** Page Header *********************/
+#pageheader {
+ display: block;
+ background: #ddd;
+ }
+/*************** 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;
+ }
+
+-->
+</style>
+
diff --git a/contrib/themes/classic-ng/theme.cfg.php b/contrib/themes/classic-ng/theme.cfg.php
new file mode 100644
index 00000000..b510e628
--- /dev/null
+++ b/contrib/themes/classic-ng/theme.cfg.php
@@ -0,0 +1,52 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Classic Ampache NG
+###########################
+
+name = "Classic Ampache NG"
+maintainer = "Matt Keadle <mkeadle@mkeadle.org>"
+
+# 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"
+