diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-23 06:36:14 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-23 06:36:14 +0000 |
commit | 305fb0fd60e7f0ece0cb2596938c9c167d0d63ed (patch) | |
tree | b15235f5e6dfdbfc57309085d1ec7295f79a4911 /contrib/themes | |
parent | 923dc6bf14f8706aeb5386795b2fd2f947499bf5 (diff) | |
download | ampache-305fb0fd60e7f0ece0cb2596938c9c167d0d63ed.tar.gz ampache-305fb0fd60e7f0ece0cb2596938c9c167d0d63ed.tar.bz2 ampache-305fb0fd60e7f0ece0cb2596938c9c167d0d63ed.zip |
updated simple_matrix theme
Diffstat (limited to 'contrib/themes')
-rw-r--r-- | contrib/themes/simple_matrix/README.txt | 35 | ||||
-rw-r--r-- | contrib/themes/simple_matrix/images/ampache.gif | bin | 18783 -> 17989 bytes | |||
-rw-r--r-- | contrib/themes/simple_matrix/templates/style.inc | 4 | ||||
-rw-r--r-- | contrib/themes/simple_matrix/theme.cfg.php | 4 |
4 files changed, 39 insertions, 4 deletions
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 Binary files differindex bfb57e22..6419df2a 100644 --- a/contrib/themes/simple_matrix/images/ampache.gif +++ b/contrib/themes/simple_matrix/images/ampache.gif 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 <marno.vandermolen@gmail.com>" # 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 ################### |