From bbca0565ce5be3d1bd247c8ba11d2fcafa66990b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 31 Dec 2010 15:23:53 +0100 Subject: [PATCH] Unify terminology for CSS/HTML colors. --- Documentation.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation.html b/Documentation.html index 2e45edcce..32dc8a17b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1787,18 +1787,18 @@ $cfg['TrustedProxies'] =
Navi frame width in pixels. See themes/themename/layout.inc.php.
-
$cfg['NaviBackground'] string [valid css code for background]
- $cfg['MainBackground'] string [valid css code for background] +
$cfg['NaviBackground'] string [CSS color for background]
+ $cfg['MainBackground'] string [CSS color for background]
The background styles used for both the frames. See themes/themename/layout.inc.php.
-
$cfg['NaviPointerBackground'] string [valid css code for background]
- $cfg['NaviPointerColor'] string [valid css color]
+
$cfg['NaviPointerBackground'] string [CSS color for background]
+ $cfg['NaviPointerColor'] string [CSS color]
The style used for the pointer in the navi frame. See themes/themename/layout.inc.php.
-
$cfg['NaviDatabaseNameColor'] string [valid css code]
+
$cfg['NaviDatabaseNameColor'] string [CSS color]
The color used for the database name in the navi frame. See themes/themename/layout.inc.php.
@@ -1811,23 +1811,23 @@ $cfg['TrustedProxies'] =
The size of a table's border. See themes/themename/layout.inc.php.
-
$cfg['ThBackground'] string [valid css code for background]
- $cfg['ThColor'] string [valid css color]
+
$cfg['ThBackground'] string [CSS color for background]
+ $cfg['ThColor'] string [CSS color]
The style used for table headers. See themes/themename/layout.inc.php.
-
$cfg['BgOne'] string [HTML color]
+
$cfg['BgOne'] string [CSS color]
The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.
-
$cfg['BgTwo'] string [HTML color]
+
$cfg['BgTwo'] string [CSS color]
The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.
-
$cfg['BrowsePointerBackground'] string [HTML color]
- $cfg['BrowsePointerColor'] string [HTML color]
- $cfg['BrowseMarkerBackground'] string [HTML color]
- $cfg['BrowseMarkerColor'] string [HTML color] +
$cfg['BrowsePointerBackground'] string [CSS color]
+ $cfg['BrowsePointerColor'] string [CSS color]
+ $cfg['BrowseMarkerBackground'] string [CSS color]
+ $cfg['BrowseMarkerColor'] string [CSS color]
The colors (HTML) uses for the pointer and the marker in browse mode.
The former feature highlights the row over which your mouse is passing