]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Add 3 new parameters to define colorset of links and text
authoreldy <>
Tue, 19 Dec 2000 21:20:07 +0000 (21:20 +0000)
committereldy <>
Tue, 19 Dec 2000 21:20:07 +0000 (21:20 +0000)
awstats.model.conf

index 5f315e3aa7774ddf9d5e8655c7b65a7754532ed9..5b4fd597bd5c76beebade7a8b6250b1f5415bc5c 100644 (file)
@@ -188,7 +188,10 @@ color_TableTitle="FFFFFF"          # Table title font color (Default = "FFFFFF")
 color_TableBGTitle="666666"            # Background color for table title (Default = "666666")
 color_TableRowTitle="FFFFFF"   # Table row title font color (Default = "FFFFFF")
 color_TableBGRowTitle="BBBBBB" # Background color for row title (Default = "BBBBBB")
+color_text="000000"                            # Color of main body text (Default = "000000")
+color_titletext="000000"               # Color of text title within colored Title Rows (Default = "000000")
 color_link="4000FF"                            # Color of HTML links (Default = "4000FF")
+color_hover="4000FF"                   # Color of HTML on-mouseover links (Default = "4000FF") 
 color_v="F3F300"                               # Background color for number of visites (Default = "F3F300")
 color_w="FF9933"                               # Background color for number of unique visitors (Default = "FF9933")
 color_p="4477DD"                               # Background color for number of pages (Default = "4477DD")