From: eldy <> Date: Sat, 19 Jan 2002 20:14:46 +0000 (+0000) Subject: Add StyleSheet option to use a CSS to change AWStats look. X-Git-Tag: AWSTATS_4_0_BETA~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc97df9b7964d984259db4713912672a2d255cb;p=thirdparty%2FAWStats.git Add StyleSheet option to use a CSS to change AWStats look. --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index e2e00725..911fb6f3 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -435,7 +435,15 @@ BarHeight = 180 Logo="awstats_logo1.png" LogoLink="http://awstats.sourceforge.net" -# Colors used on AWStats report page. +# You can ask AWStats to use a particular CSS (Cascading Style Sheet) to +# change its look. +# Example: "/css/awstats.css" +# Default: "" +# +StyleSheet="" + +# Those colors parameters can be used (if StyleSheet parameter is not used) +# to change AWStats look. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex # color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF")