From b03fc52d3b56b474bc760b30582a2a3514a402e7 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 29 Nov 2005 22:29:07 +0000 Subject: new themes! --- .../themes/Clean/images/ampache-light-bg_lg.GIF | Bin 0 -> 92 bytes contrib/themes/Clean/screencap/01.jpg | Bin 0 -> 98880 bytes contrib/themes/Clean/screencap/02.jpg | Bin 0 -> 75275 bytes contrib/themes/Clean/templates/style.inc | 270 ++++++++++----------- contrib/themes/Clean/theme.cfg.php | 6 +- 5 files changed, 132 insertions(+), 144 deletions(-) create mode 100644 contrib/themes/Clean/images/ampache-light-bg_lg.GIF create mode 100644 contrib/themes/Clean/screencap/01.jpg create mode 100644 contrib/themes/Clean/screencap/02.jpg (limited to 'contrib/themes/Clean') diff --git a/contrib/themes/Clean/images/ampache-light-bg_lg.GIF b/contrib/themes/Clean/images/ampache-light-bg_lg.GIF new file mode 100644 index 00000000..5ae371ea Binary files /dev/null and b/contrib/themes/Clean/images/ampache-light-bg_lg.GIF differ diff --git a/contrib/themes/Clean/screencap/01.jpg b/contrib/themes/Clean/screencap/01.jpg new file mode 100644 index 00000000..a8696c60 Binary files /dev/null and b/contrib/themes/Clean/screencap/01.jpg differ diff --git a/contrib/themes/Clean/screencap/02.jpg b/contrib/themes/Clean/screencap/02.jpg new file mode 100644 index 00000000..ab1f8fb8 Binary files /dev/null and b/contrib/themes/Clean/screencap/02.jpg differ diff --git a/contrib/themes/Clean/templates/style.inc b/contrib/themes/Clean/templates/style.inc index 9badb331..1f5cf5fc 100755 --- a/contrib/themes/Clean/templates/style.inc +++ b/contrib/themes/Clean/templates/style.inc @@ -31,72 +31,76 @@ with css, I'm sure this could be done much more effeciently... */ $border2="1pt solid Silver"; -$font1="font-family: Arial, Helvetica, sans-serif; - font-size: 10px;"; ?> diff --git a/contrib/themes/Clean/theme.cfg.php b/contrib/themes/Clean/theme.cfg.php index 9bbc295a..5637c49d 100755 --- a/contrib/themes/Clean/theme.cfg.php +++ b/contrib/themes/Clean/theme.cfg.php @@ -37,7 +37,7 @@ maintainer = "J " bg_color1 = "#FFFFFF" # Background Color 2 -bg_color2 = "#E6EAC6" +bg_color2 = "#D1D8D5" # Base Color 1 base_color1 = "#bbbbbb" @@ -57,8 +57,8 @@ font_color3 = "#666666" # Row Color 1- row_color1 = "#ffffff" -# Row Color 2-FCFCF8 -row_color2 = "#F7FAFF" +# Row Color 2-FCFCF8 -"#F7FAFF" +row_color2 = "#FAFAF8" # Row Color 3 row_color3 = "#E6EAC6" -- cgit