From 601f406d26abfd6fe7256f4e26878cd4e2c9a7e6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 27 Sep 2006 04:16:23 +0000 Subject: fixed steel theme --- contrib/themes/steel/templates/default.css | 108 +++++++---------------------- contrib/themes/steel/theme.cfg.php | 44 +----------- 2 files changed, 27 insertions(+), 125 deletions(-) diff --git a/contrib/themes/steel/templates/default.css b/contrib/themes/steel/templates/default.css index e3ad0d3c..1da30586 100644 --- a/contrib/themes/steel/templates/default.css +++ b/contrib/themes/steel/templates/default.css @@ -1,4 +1,3 @@ - - diff --git a/contrib/themes/steel/theme.cfg.php b/contrib/themes/steel/theme.cfg.php index f54f87e6..7b5ea38f 100644 --- a/contrib/themes/steel/theme.cfg.php +++ b/contrib/themes/steel/theme.cfg.php @@ -28,47 +28,5 @@ maintainer = "Nedko Arnaudov " # 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.1" - - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#05212B" - -# Background Color 2 -bg_color2 = "#607080" - -# Base Color 1 -base_color1 = "#15313B" - -# Base Color 2 -base_color2 = "#15313B" - -# Font Color 1 -font_color1 = "#222222" - -# Font Color 2 -font_color2 = "#CCCCCC" - -# Font Color 3 -font_color3 = "#FFFFFF" - -# Row Color 1 -row_color1 = "#CCCCCC" - -# Row Color 2 -row_color2 = "#405060" - -# Row Color 3 -row_color3 = "#304050" - -# Error Color -error_color = "#FF8080" +version = "1.2" -- cgit