diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-29 19:24:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-29 19:24:20 +0000 |
commit | 6d275f39dae1f4d59ad48d2ad670124f79686292 (patch) | |
tree | 8260ef79c7fea60b5bc78d00c73fbb0035de3f22 /contrib/themes/Total_Blue | |
parent | 60eafdc593ec9373379dee5e52881f3564d10a65 (diff) | |
download | ampache-6d275f39dae1f4d59ad48d2ad670124f79686292.tar.gz ampache-6d275f39dae1f4d59ad48d2ad670124f79686292.tar.bz2 ampache-6d275f39dae1f4d59ad48d2ad670124f79686292.zip |
new spiffy theme and updated total blue
Diffstat (limited to 'contrib/themes/Total_Blue')
-rwxr-xr-x | contrib/themes/Total_Blue/images/Dragon.jpg | bin | 0 -> 59699 bytes | |||
-rwxr-xr-x | contrib/themes/Total_Blue/images/background.png | bin | 0 -> 7027 bytes | |||
-rwxr-xr-x | contrib/themes/Total_Blue/images/sig.jpg | bin | 0 -> 5683 bytes | |||
-rw-r--r-- | contrib/themes/Total_Blue/templates/style.inc | 4 | ||||
-rw-r--r-- | contrib/themes/Total_Blue/theme.cfg.php | 14 |
5 files changed, 10 insertions, 8 deletions
diff --git a/contrib/themes/Total_Blue/images/Dragon.jpg b/contrib/themes/Total_Blue/images/Dragon.jpg Binary files differnew file mode 100755 index 00000000..f53a0aab --- /dev/null +++ b/contrib/themes/Total_Blue/images/Dragon.jpg diff --git a/contrib/themes/Total_Blue/images/background.png b/contrib/themes/Total_Blue/images/background.png Binary files differnew file mode 100755 index 00000000..6f435d93 --- /dev/null +++ b/contrib/themes/Total_Blue/images/background.png diff --git a/contrib/themes/Total_Blue/images/sig.jpg b/contrib/themes/Total_Blue/images/sig.jpg Binary files differnew file mode 100755 index 00000000..1cd36826 --- /dev/null +++ b/contrib/themes/Total_Blue/images/sig.jpg diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/style.inc index 4ae46dd0..4373af77 100644 --- a/contrib/themes/Total_Blue/templates/style.inc +++ b/contrib/themes/Total_Blue/templates/style.inc @@ -30,8 +30,8 @@ <!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
-
+ 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;
color: <?php echo conf('font_color2'); ?>;
diff --git a/contrib/themes/Total_Blue/theme.cfg.php b/contrib/themes/Total_Blue/theme.cfg.php index 00557088..ece68b85 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,6 +25,8 @@ name = "Total_Blue" # DEFAULT: N/A
#maintainer = "no@mail!"
+version = "1.0"
+
# Theme Colors
###################
[color]
@@ -34,10 +36,10 @@ name = "Total_Blue" # to what is listed below...
# Background Color 1
-bg_color1 = "#101830"
+bg_color1 = "###"
# Background Color 2
-bg_color2 = "#0000FF"
+bg_color2 = "###"
# Base Color 1
base_color1 = "#003050"
@@ -55,13 +57,13 @@ font_color2 = "#2090C0" font_color3 = "#ffffff"
# Row Color 1
-row_color1 = "#003050"
+row_color1 = "###"
# Row Color 2
-row_color2 = "#003050"
+row_color2 = "###"
# Row Color 3
-row_color3 = "#003050"
+row_color3 = "###"
# Error Color
error_color = "#990033"
|