From 305fb0fd60e7f0ece0cb2596938c9c167d0d63ed Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 23 Jan 2006 06:36:14 +0000 Subject: updated simple_matrix theme --- contrib/themes/simple_matrix/README.txt | 35 +++++++++++++++++++++++ contrib/themes/simple_matrix/images/ampache.gif | Bin 18783 -> 17989 bytes contrib/themes/simple_matrix/templates/style.inc | 4 +-- contrib/themes/simple_matrix/theme.cfg.php | 4 +-- 4 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 contrib/themes/simple_matrix/README.txt diff --git a/contrib/themes/simple_matrix/README.txt b/contrib/themes/simple_matrix/README.txt new file mode 100644 index 00000000..935866da --- /dev/null +++ b/contrib/themes/simple_matrix/README.txt @@ -0,0 +1,35 @@ +Simple Matrix theme for Ampache v1.1 - README.txt + +Changelog +--------- + +v1.1 +- Added better logo (without my name in it) +- Included the PSD for the logo so you can edit it yourself in Photoshop + +v1.0 +- Initial release + +Contact +------- +http://marno.homelinux.com/ +marno.vandermolen@gmail.com + +Info +---- +This is my Simple Matrix theme. I've used Nedko Arnaudov's 'Black' theme as a +base and then started modifying it from there. The images are made by +myself, I hope you like them :-D. + + +Installation +------------ +Just like all other themes, with the exception of the logo; I've included +the PSD file for it so you can easily fill in your own name / title in +PhotoShop. Then save it as 'ampache.gif' in the images folder (overwriting +the old one). The default image reads a generic 'Ampache, for the love of +music' so there's no need to change it if you don't have photoshop / don't +want to. If you use this theme then please inform me, any comments are +welcome too! + +Greets, Marno \ No newline at end of file diff --git a/contrib/themes/simple_matrix/images/ampache.gif b/contrib/themes/simple_matrix/images/ampache.gif index bfb57e22..6419df2a 100644 Binary files a/contrib/themes/simple_matrix/images/ampache.gif and b/contrib/themes/simple_matrix/images/ampache.gif differ diff --git a/contrib/themes/simple_matrix/templates/style.inc b/contrib/themes/simple_matrix/templates/style.inc index d782fcaf..338ba43a 100644 --- a/contrib/themes/simple_matrix/templates/style.inc +++ b/contrib/themes/simple_matrix/templates/style.inc @@ -39,7 +39,7 @@ body background-position: right top; background-repeat: repeat-y; background-attachment: scroll; - margin-right: 128px; + margin-right: 100px; margin-left: 3%; margin-top: 3%; } @@ -276,7 +276,7 @@ textarea /*************** END Main Menu *************/ /*************** Page Header *********************/ - +#topbar { height: 150px; } #pageheader { } diff --git a/contrib/themes/simple_matrix/theme.cfg.php b/contrib/themes/simple_matrix/theme.cfg.php index d382a700..03731590 100644 --- a/contrib/themes/simple_matrix/theme.cfg.php +++ b/contrib/themes/simple_matrix/theme.cfg.php @@ -16,7 +16,7 @@ name = "Simple Matrix" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "ORIGINAL: Nedko Arnaudov EDITED BY: Marno van der Molen" +author = "Marno van der Molen" #FULL CREDIT goes to Nedko Arnaudov for supplying the base for this theme. # Theme Maintainer @@ -29,7 +29,7 @@ maintainer = "Marno van der Molen " # 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.3" +version = "1.1" # Theme Colors ################### -- cgit