From aca41b795af7acd48082ed2850a463a6eb4d7fab Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 29 Dec 2005 06:05:15 +0000 Subject: updated clean themes --- contrib/themes/Clean/templates/style.inc | 364 ++++++++++++++++--------- contrib/themes/Clean/theme.cfg.php | 7 +- contrib/themes/Clean_Green/templates/style.inc | 364 ++++++++++++++++--------- contrib/themes/Clean_Green/theme.cfg.php | 2 +- 4 files changed, 483 insertions(+), 254 deletions(-) (limited to 'contrib') diff --git a/contrib/themes/Clean/templates/style.inc b/contrib/themes/Clean/templates/style.inc index 1f5cf5fc..189a0571 100755 --- a/contrib/themes/Clean/templates/style.inc +++ b/contrib/themes/Clean/templates/style.inc @@ -30,70 +30,87 @@ browswer compatible as possible. If someone actually knew what they were doing with css, I'm sure this could be done much more effeciently... */ -$border2="1pt solid Silver"; +$border2="1px solid Silver"; ?> + diff --git a/contrib/themes/Clean/theme.cfg.php b/contrib/themes/Clean/theme.cfg.php index 5637c49d..1a4f5ea9 100755 --- a/contrib/themes/Clean/theme.cfg.php +++ b/contrib/themes/Clean/theme.cfg.php @@ -57,11 +57,12 @@ font_color3 = "#666666" # Row Color 1- row_color1 = "#ffffff" -# Row Color 2-FCFCF8 -"#F7FAFF" -row_color2 = "#FAFAF8" +# Row Color 2-FCFCF8 + -"#F7FAFF" +row_color2 = "#FAFAF8" # Row Color 3 -row_color3 = "#E6EAC6" +row_color3 = "#D1D8D5" # Error Color error_color = "#990033" diff --git a/contrib/themes/Clean_Green/templates/style.inc b/contrib/themes/Clean_Green/templates/style.inc index 1f5cf5fc..189a0571 100755 --- a/contrib/themes/Clean_Green/templates/style.inc +++ b/contrib/themes/Clean_Green/templates/style.inc @@ -30,70 +30,87 @@ browswer compatible as possible. If someone actually knew what they were doing with css, I'm sure this could be done much more effeciently... */ -$border2="1pt solid Silver"; +$border2="1px solid Silver"; ?> + diff --git a/contrib/themes/Clean_Green/theme.cfg.php b/contrib/themes/Clean_Green/theme.cfg.php index 51f31dba..a2211ef4 100755 --- a/contrib/themes/Clean_Green/theme.cfg.php +++ b/contrib/themes/Clean_Green/theme.cfg.php @@ -61,7 +61,7 @@ row_color1 = "#ffffff" row_color2 = "#E6E9EA" # Row Color 3 -row_color3 = "#E6EAC6" +row_color3 = "#8E9A9A" # Error Color error_color = "#990033" -- cgit