updated style config option descriptions

This commit is contained in:
Sebastian Mendel
2006-08-02 09:10:53 +00:00
parent 9b092a37cf
commit a74be01a9a
2 changed files with 33 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ $Source$
themes\original\css\theme_right.css.php:
added variables to define (text) color for marked and hovered objects
thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529)
* Documentation.html: updated style config option descriptions
2006-08-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: patch #1532493 + light editing from me,

View File

@@ -1407,49 +1407,48 @@ ALTER TABLE `pma_column_comments`
Default is auto.
</dd>
<dt id="cfg_LeftWidth">$cfg['LeftWidth'] integer</dt>
<dd>Left frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>.
<dt id="cfg_NaviWidth">$cfg['NaviWidth'] integer</dt>
<dd>Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
<dt><span id="cfg_LeftBgColor">$cfg['LeftBgColor']</span> string [HTML color]<br />
<span id="cfg_RightBgColor">$cfg['RightBgColor']</span> string [HTML color]
<dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [valid css code for background]<br />
<span id="cfg_MainBackground">$cfg['MainBackground']</span> string [valid css code for background]
</dt>
<dd>The background colors (HTML) used for both the frames.
<dd>The background styles used for both the frames.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt><span id="cfg_RightBgImage">$cfg['RightBgImage']</span> string</dt>
<dd>The URI of the background image used for the right frame. It must be
an absolute URI. See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_LeftPointerColor">$cfg['LeftPointerColor'] string [HTML color]</dt>
<dd>The color (HTML) used for the pointer in the left frame (does not work
with Netscape 4). See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [valid css code for background]<br />
<span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [valid css color]</dt>
<dd>The style used for the pointer in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_LeftPointerEnable">$cfg['LeftPointerEnable'] boolean</dt>
<dd>A value of <tt>TRUE</tt> activates the left pointer (when LeftFrameLight
<dd>A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight
is <tt>FALSE</tt>).</dd>
<dt id="cfg_Border">$cfg['Border'] integer</dt>
<dd>The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
<dt id="cfg_ThBgcolor">$cfg['ThBgcolor'] string [HTML color]</dt>
<dd>The color (HTML) used for table headers. See
<dt id="cfg_ThBackground">$cfg['ThBackground'] string [valid css code for background]<br />
<span id="cfg_ThColor">$cfg['ThColor']</span> string [valid css color]</dt>
<dd>The style used for table headers. See
<tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_BgcolorOne">$cfg['BgcolorOne'] string [HTML color]</dt>
<dt id="cfg_BgcolorOne">$cfg['BgOne'] string [HTML color]</dt>
<dd>The color (HTML) #1 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
<dt id="cfg_BgcolorTwo">$cfg['BgcolorTwo'] string [HTML color]</dt>
<dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [HTML color]</dt>
<dd>The color (HTML) #2 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
<dt><span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [HTML color]<br />
<dt><span id="cfg_BrowsePointerColor">$cfg['BrowsePointerBackground'] </span>string [HTML color]<br />
<span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [HTML color]<br />
<span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerBackground'] </span>string [HTML color]<br />
<span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string [HTML color]
</dt>
<dd>The colors (HTML) uses for the pointer and the marker in browse mode
(does not work with Netscape 4).<br />
<dd>The colors (HTML) uses for the pointer and the marker in browse mode.<br />
The former feature highlights the row over which your mouse is passing
and the latter lets you visually mark/unmark rows by clicking on
them.<br />