From ac77cbcf4665d50bb5e7bfdc1f2c3c7e004957eb Mon Sep 17 00:00:00 2001 From: pb1dft Date: Sat, 14 Oct 2006 14:35:35 +0000 Subject: Theme made compatible with newest version of Ampache --- contrib/themes/dark/screencap/01.jpg | Bin 77262 -> 99537 bytes contrib/themes/dark/templates/default.css | 676 ++++++++++++++++++++---------- contrib/themes/dark/theme.cfg.php | 16 +- 3 files changed, 480 insertions(+), 212 deletions(-) (limited to 'contrib/themes') diff --git a/contrib/themes/dark/screencap/01.jpg b/contrib/themes/dark/screencap/01.jpg index 1dcc2c1f..8576d42c 100644 Binary files a/contrib/themes/dark/screencap/01.jpg and b/contrib/themes/dark/screencap/01.jpg differ diff --git a/contrib/themes/dark/templates/default.css b/contrib/themes/dark/templates/default.css index f8d0a99e..e63ec6c1 100644 --- a/contrib/themes/dark/templates/default.css +++ b/contrib/themes/dark/templates/default.css @@ -1,7 +1,7 @@ - - diff --git a/contrib/themes/dark/theme.cfg.php b/contrib/themes/dark/theme.cfg.php index 47a4cbf1..2c18465e 100644 --- a/contrib/themes/dark/theme.cfg.php +++ b/contrib/themes/dark/theme.cfg.php @@ -16,7 +16,7 @@ name = "Dark" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "Nedko Arnaudov" +author = "Nedko Arnaudov modified by Terence Theijn" # Theme Maintainer # This is just a way of listing who is responsible for @@ -28,7 +28,19 @@ maintainer = "Nedko Arnaudov " # 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.2" +version = "1.3" + +# 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 = "horizontal" + +# 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 ################### -- cgit