From f0d83b0014b35845da0d22dae6dc2b69e3592666 Mon Sep 17 00:00:00 2001 From: Karl Vollmer Date: Wed, 27 Apr 2011 09:45:20 -0300 Subject: Few bugfixes for the penguin theme for Alpha1 (Thx harrysand) --- themes/penguin/images/ampache.png | Bin 2398 -> 3810 bytes themes/penguin/images/background.gif | Bin 57 -> 41 bytes themes/penguin/images/bg_login.jpg | Bin 18798 -> 20327 bytes themes/penguin/images/bottom.gif | Bin 103 -> 96 bytes themes/penguin/images/bottomright.gif | Bin 103 -> 94 bytes themes/penguin/templates/default-rtl.css | 1 + themes/penguin/templates/default.css | 15 ++++++++------- themes/penguin/theme.cfg.php | 3 ++- 8 files changed, 11 insertions(+), 8 deletions(-) mode change 100755 => 100644 themes/penguin/templates/default.css (limited to 'themes') diff --git a/themes/penguin/images/ampache.png b/themes/penguin/images/ampache.png index 854a7d5a..b053dd8b 100644 Binary files a/themes/penguin/images/ampache.png and b/themes/penguin/images/ampache.png differ diff --git a/themes/penguin/images/background.gif b/themes/penguin/images/background.gif index 8a8b470d..857578ca 100644 Binary files a/themes/penguin/images/background.gif and b/themes/penguin/images/background.gif differ diff --git a/themes/penguin/images/bg_login.jpg b/themes/penguin/images/bg_login.jpg index 6779a35e..b2eef204 100644 Binary files a/themes/penguin/images/bg_login.jpg and b/themes/penguin/images/bg_login.jpg differ diff --git a/themes/penguin/images/bottom.gif b/themes/penguin/images/bottom.gif index d0fe95e8..75e83a95 100644 Binary files a/themes/penguin/images/bottom.gif and b/themes/penguin/images/bottom.gif differ diff --git a/themes/penguin/images/bottomright.gif b/themes/penguin/images/bottomright.gif index ccdc3960..7ef339d6 100644 Binary files a/themes/penguin/images/bottomright.gif and b/themes/penguin/images/bottomright.gif differ diff --git a/themes/penguin/templates/default-rtl.css b/themes/penguin/templates/default-rtl.css index e6ac1aa4..50c2f466 100644 --- a/themes/penguin/templates/default-rtl.css +++ b/themes/penguin/templates/default-rtl.css @@ -662,6 +662,7 @@ right: expression(-this.parentNode.offsetWidth%2+"px"); font-family:Verdana, Geneva, sans-serif; font-size:10px; line-height: 20px; + float:right; } #information_actions h3 { float:right; diff --git a/themes/penguin/templates/default.css b/themes/penguin/templates/default.css old mode 100755 new mode 100644 index 76c11138..d4b99896 --- a/themes/penguin/templates/default.css +++ b/themes/penguin/templates/default.css @@ -50,7 +50,7 @@ a img, :link img, :visited img { body { background:#222 url(../images/background.gif) repeat; font-family:Arial, Helvetica, Sans-Serif; - min-width:1250px; + min-width:900px; } p { color: #fc0; @@ -151,13 +151,13 @@ body { #headerbox { position:absolute; top:0px; - left:307px; + left:264px; font-size: 10px; padding-top: 5px; padding-bottom: 5px; - background: #fff; + /*background: #fff;*/ height: 30px; - width: 450px; + width: 504px; } #headerlogo, #headerlogo a { position: absolute; @@ -197,7 +197,7 @@ body { position:absolute; top:5px; left: 815px; - width:400px; + width:350px; text-align:left; z-index:250; text-transform:uppercase; @@ -591,6 +591,7 @@ a.button { text-transform:uppercase; padding-bottom: 10px; color:#FFF; + width:500px; } .box-list { } @@ -658,10 +659,10 @@ right: expression(-this.parentNode.offsetWidth%2+"px"); margin-right:10px; } #information_actions { - padding: 20px 0px 10px 0px; + padding: 0px 0px 10px 0px; font-family:Verdana, Geneva, sans-serif; font-size:10px; - line-height: 20px; + line-height: 15px; } #information_actions h3 { float:none; diff --git a/themes/penguin/theme.cfg.php b/themes/penguin/theme.cfg.php index a9299060..b177f992 100644 --- a/themes/penguin/theme.cfg.php +++ b/themes/penguin/theme.cfg.php @@ -1,7 +1,7 @@ ;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;; -; Copyright (c) 2001 - 2007 Ampache.org +; Copyright (c) 2001 - 2011 Ampache.org ; All rights reserved. ; ; This program is free software; you can redistribute it and/or @@ -32,6 +32,7 @@ name = "Penguin" ; person who actually created this theme ; DEFAULT: N/A author = "Jeroen Doppenberg" +; Updated by harrysand ; Theme Maintainer ; This is just a way of listing who is responsible for -- cgit