summaryrefslogtreecommitdiffstats
path: root/contrib/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-08 01:01:43 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-08 01:01:43 +0000
commit941afedab85ffd77a83188ca09a888e0603fae72 (patch)
treefb2d3dc2bf216e244b4ffce251a88b6e7d2afc00 /contrib/themes
parentf1a2914ce3d9191ba84e950bfaa8fcf5fbbc5130 (diff)
downloadampache-941afedab85ffd77a83188ca09a888e0603fae72.tar.gz
ampache-941afedab85ffd77a83188ca09a888e0603fae72.tar.bz2
ampache-941afedab85ffd77a83188ca09a888e0603fae72.zip
few more updates to the themes, this should round out the screenshots many themes still need updates to account for new styles in 3.3.2
Diffstat (limited to 'contrib/themes')
-rwxr-xr-xcontrib/themes/BaskInBlue/screencap/01.jpgbin0 -> 145777 bytes
-rwxr-xr-xcontrib/themes/OSXish/screencap/01.jpgbin0 -> 137478 bytes
-rwxr-xr-xcontrib/themes/Spiffy/screencap/01.jpgbin0 -> 116612 bytes
-rw-r--r--contrib/themes/Total_Blue/templates/style.inc2
-rw-r--r--contrib/themes/Total_Blue/theme.cfg.php14
-rwxr-xr-xcontrib/themes/steel/screencap/01.jpgbin0 -> 199108 bytes
-rwxr-xr-xcontrib/themes/theBside/screencap/01.jpgbin0 -> 140432 bytes
-rw-r--r--contrib/themes/theBside/templates/style.inc8
8 files changed, 21 insertions, 3 deletions
diff --git a/contrib/themes/BaskInBlue/screencap/01.jpg b/contrib/themes/BaskInBlue/screencap/01.jpg
new file mode 100755
index 00000000..9e9dd86a
--- /dev/null
+++ b/contrib/themes/BaskInBlue/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/OSXish/screencap/01.jpg b/contrib/themes/OSXish/screencap/01.jpg
new file mode 100755
index 00000000..26b28682
--- /dev/null
+++ b/contrib/themes/OSXish/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/Spiffy/screencap/01.jpg b/contrib/themes/Spiffy/screencap/01.jpg
new file mode 100755
index 00000000..1bf7cda8
--- /dev/null
+++ b/contrib/themes/Spiffy/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/style.inc
index a88d7873..4373af77 100644
--- a/contrib/themes/Total_Blue/templates/style.inc
+++ b/contrib/themes/Total_Blue/templates/style.inc
@@ -30,7 +30,7 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);?>
font-family: <?php echo conf('font') ?>;
font-size: <?php echo conf('font_size'); ?>px;
diff --git a/contrib/themes/Total_Blue/theme.cfg.php b/contrib/themes/Total_Blue/theme.cfg.php
index ece68b85..44f2cc59 100644
--- a/contrib/themes/Total_Blue/theme.cfg.php
+++ b/contrib/themes/Total_Blue/theme.cfg.php
@@ -16,7 +16,7 @@ name = "Total_Blue"
# This is just a way of giving credit to the
# person who actually created this theme
# DEFAULT: N/A
-author = "Ripmaster TS"
+#author = "Ripmaster TS"
# Theme Maintainer
# This is just a way of listing who is responsible for
@@ -25,7 +25,17 @@ author = "Ripmaster TS"
# DEFAULT: N/A
#maintainer = "no@mail!"
-version = "1.0"
+# Orientation
+# This was added as of 3.3.2-Alpha4, this tells Ampache if this theme
+# uses vertical or horizontal orientation of the menu, if this is a horizontal
+# theme then it will not show the quick search and quick random play forms
+orientation = "vertical"
+
+# Submenu
+# If this is set to simple the sub menu's will only be shown when you're on one of the
+# respective pages. If you want to make the menu's something like the classic theme
+# comment this out
+submenu = "simple"
# Theme Colors
###################
diff --git a/contrib/themes/steel/screencap/01.jpg b/contrib/themes/steel/screencap/01.jpg
new file mode 100755
index 00000000..73097aab
--- /dev/null
+++ b/contrib/themes/steel/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/theBside/screencap/01.jpg b/contrib/themes/theBside/screencap/01.jpg
new file mode 100755
index 00000000..ca71972b
--- /dev/null
+++ b/contrib/themes/theBside/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/theBside/templates/style.inc b/contrib/themes/theBside/templates/style.inc
index 32068169..8620b0be 100644
--- a/contrib/themes/theBside/templates/style.inc
+++ b/contrib/themes/theBside/templates/style.inc
@@ -215,5 +215,13 @@
font-size: 12px;
font-weight: normal;
}
+ #topbar
+ {
+ height: 130px;
+ padding-top:10px;
+ padding-left:10px;
+ background-color: <?php echo conf('bg_color1'); ?>;
+ }
+
-->
</style>