summaryrefslogtreecommitdiffstats
path: root/contrib/themes/eGurl
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/eGurl
parenta2cdafd4ad61a3c19cf177842ce689fe9559fbc9 (diff)
downloadampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.gz
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.bz2
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.zip
Initial Commit of all current themes
Diffstat (limited to 'contrib/themes/eGurl')
-rw-r--r--contrib/themes/eGurl/eGurl-2.jpgbin0 -> 568742 bytes
-rw-r--r--contrib/themes/eGurl/eGurl.jpgbin0 -> 508635 bytes
-rw-r--r--contrib/themes/eGurl/images/ampache.gifbin0 -> 6526 bytes
-rw-r--r--contrib/themes/eGurl/images/blankalbum.gifbin0 -> 14013 bytes
-rw-r--r--contrib/themes/eGurl/images/blankalbum.jpgbin0 -> 6177 bytes
-rw-r--r--contrib/themes/eGurl/images/blue-cd-case.jpgbin0 -> 6177 bytes
-rw-r--r--contrib/themes/eGurl/images/flower_2.pngbin0 -> 943097 bytes
-rw-r--r--contrib/themes/eGurl/images/headphone.gifbin0 -> 2241 bytes
-rw-r--r--contrib/themes/eGurl/images/table.gifbin0 -> 14013 bytes
-rw-r--r--contrib/themes/eGurl/templates/style.inc268
-rw-r--r--contrib/themes/eGurl/theme.cfg.php75
11 files changed, 343 insertions, 0 deletions
diff --git a/contrib/themes/eGurl/eGurl-2.jpg b/contrib/themes/eGurl/eGurl-2.jpg
new file mode 100644
index 00000000..c989b589
--- /dev/null
+++ b/contrib/themes/eGurl/eGurl-2.jpg
Binary files differ
diff --git a/contrib/themes/eGurl/eGurl.jpg b/contrib/themes/eGurl/eGurl.jpg
new file mode 100644
index 00000000..b2958604
--- /dev/null
+++ b/contrib/themes/eGurl/eGurl.jpg
Binary files differ
diff --git a/contrib/themes/eGurl/images/ampache.gif b/contrib/themes/eGurl/images/ampache.gif
new file mode 100644
index 00000000..16492e5d
--- /dev/null
+++ b/contrib/themes/eGurl/images/ampache.gif
Binary files differ
diff --git a/contrib/themes/eGurl/images/blankalbum.gif b/contrib/themes/eGurl/images/blankalbum.gif
new file mode 100644
index 00000000..8b0fabe3
--- /dev/null
+++ b/contrib/themes/eGurl/images/blankalbum.gif
Binary files differ
diff --git a/contrib/themes/eGurl/images/blankalbum.jpg b/contrib/themes/eGurl/images/blankalbum.jpg
new file mode 100644
index 00000000..d86ef568
--- /dev/null
+++ b/contrib/themes/eGurl/images/blankalbum.jpg
Binary files differ
diff --git a/contrib/themes/eGurl/images/blue-cd-case.jpg b/contrib/themes/eGurl/images/blue-cd-case.jpg
new file mode 100644
index 00000000..d86ef568
--- /dev/null
+++ b/contrib/themes/eGurl/images/blue-cd-case.jpg
Binary files differ
diff --git a/contrib/themes/eGurl/images/flower_2.png b/contrib/themes/eGurl/images/flower_2.png
new file mode 100644
index 00000000..3f466443
--- /dev/null
+++ b/contrib/themes/eGurl/images/flower_2.png
Binary files differ
diff --git a/contrib/themes/eGurl/images/headphone.gif b/contrib/themes/eGurl/images/headphone.gif
new file mode 100644
index 00000000..605d29b5
--- /dev/null
+++ b/contrib/themes/eGurl/images/headphone.gif
Binary files differ
diff --git a/contrib/themes/eGurl/images/table.gif b/contrib/themes/eGurl/images/table.gif
new file mode 100644
index 00000000..8b0fabe3
--- /dev/null
+++ b/contrib/themes/eGurl/images/table.gif
Binary files differ
diff --git a/contrib/themes/eGurl/templates/style.inc b/contrib/themes/eGurl/templates/style.inc
new file mode 100644
index 00000000..3ad50a1b
--- /dev/null
+++ b/contrib/themes/eGurl/templates/style.inc
@@ -0,0 +1,268 @@
+<?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/flower_2.png); ?>;
+ 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: <?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: 0px solid #000;
+ border-bottom: 0px solid #000;
+ border-right: 0px solid #000;
+ border-left: 0px solid #000;
+ background: <?php echo conf('base_color2');?> repeat-x;
+ }
+ #mainmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 10px 0 10px;
+ border-right: 0px solid #000;
+ display: inline;
+ background: <?php echo conf('base_color2');?> repeat-x;
+ }
+ #mainmenu li.active {
+ background: <?php echo conf('base_color2');?> rep
+ }
+ #mainmenu a {
+ text-decoration: bold;
+ }
+ #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: 0px solid #000;
+ border-right: 0px solid #000;
+ border-left: 0px solid #000;
+ border-top: 0px solid #000;
+ background: <?php echo conf('base_color2')?> repeat;
+ }
+ #adminmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 20px;
+ border-right: 0px solid #000;
+ display: inline;
+ background: <?php echo conf('base_color2');?> repeat-x;
+ }
+ #adminmenu li.active {
+ background: <?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: <?php echo conf('bgcolor1');?>;
+ }
+/*************** END Page Header *****************/
+ .navitem
+ {
+ background: <?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: <?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/eGurl/theme.cfg.php b/contrib/themes/eGurl/theme.cfg.php
new file mode 100644
index 00000000..743795a6
--- /dev/null
+++ b/contrib/themes/eGurl/theme.cfg.php
@@ -0,0 +1,75 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# eGurl Ampache Theme
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "eGurl"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+#author = "s1amson wuzzuppy"
+
+# 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 = "s1amson wuzzuppy" s1amson@gmail.com
+
+#Image Credits
+#Please give credit where credit is due
+#Heanphone image from amaranth-althaea-.5 icon pack for KDE
+#Table.gif borrowed from Google(tm) search. Credit for image respectivly belongs to photogropher.
+#plant_02 (background image) by buczo a.k.a Przemek B http://www.sxc.hu/browse.phtml?f=profile&l=buczo
+#red rose (used in logo) by float a.k.a Dora M http://www.sxc.hu/browse.phtml?f=profile&l=float
+
+# 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 = "#"
+
+# Background Color 2
+bg_color2 = "#"
+
+# Base Color 1
+base_color1 = "#"
+
+# Base Color 2
+base_color2 = "#"
+
+# Font Color 1
+font_color1 = "#000000"
+
+# Font Color 2
+font_color2 = "#000000"
+
+# Font Color 3
+font_color3 = "#000000"
+
+# Row Color 1
+row_color1 = "#"
+
+# Row Color 2
+row_color2 = "#"
+
+# Row Color 3
+row_color3 = "#"
+
+# Error Color
+error_color = "#FF0000"
+