Unify terminology for CSS/HTML colors.

This commit is contained in:
Michal Čihař
2010-12-31 15:23:53 +01:00
parent b308f064f2
commit bbca0565ce

View File

@@ -1787,18 +1787,18 @@ $cfg['TrustedProxies'] =
<dd>Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>. <dd>Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>.
</dd> </dd>
<dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [valid css code for background]<br /> <dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [CSS color for background]<br />
<span id="cfg_MainBackground">$cfg['MainBackground']</span> string [valid css code for background] <span id="cfg_MainBackground">$cfg['MainBackground']</span> string [CSS color for background]
</dt> </dt>
<dd>The background styles used for both the frames. <dd>The background styles used for both the frames.
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [valid css code for background]<br /> <dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [CSS color for background]<br />
<span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [valid css color]</dt> <span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [CSS color]</dt>
<dd>The style used for the pointer in the navi frame. <dd>The style used for the pointer in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [valid css code]<br /> <dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [CSS color]<br />
</dt> </dt>
<dd>The color used for the database name in the navi frame. <dd>The color used for the database name in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
@@ -1811,23 +1811,23 @@ $cfg['TrustedProxies'] =
<dd>The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>. <dd>The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>.
</dd> </dd>
<dt id="cfg_ThBackground">$cfg['ThBackground'] string [valid css code for background]<br /> <dt id="cfg_ThBackground">$cfg['ThBackground'] string [CSS color for background]<br />
<span id="cfg_ThColor">$cfg['ThColor']</span> string [valid css color]</dt> <span id="cfg_ThColor">$cfg['ThColor']</span> string [CSS color]</dt>
<dd>The style used for table headers. See <dd>The style used for table headers. See
<tt>themes/themename/layout.inc.php</tt>.</dd> <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_BgcolorOne">$cfg['BgOne'] string [HTML color]</dt> <dt id="cfg_BgcolorOne">$cfg['BgOne'] string [CSS color]</dt>
<dd>The color (HTML) #1 for table rows. See <tt>themes/themename/layout.inc.php</tt>. <dd>The color (HTML) #1 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd> </dd>
<dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [HTML color]</dt> <dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [CSS color]</dt>
<dd>The color (HTML) #2 for table rows. See <tt>themes/themename/layout.inc.php</tt>. <dd>The color (HTML) #2 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd> </dd>
<dt><span id="cfg_BrowsePointerBackground">$cfg['BrowsePointerBackground'] </span>string [HTML color]<br /> <dt><span id="cfg_BrowsePointerBackground">$cfg['BrowsePointerBackground'] </span>string [CSS color]<br />
<span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [HTML color]<br /> <span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [CSS color]<br />
<span id="cfg_BrowseMarkerBackground">$cfg['BrowseMarkerBackground'] </span>string [HTML color]<br /> <span id="cfg_BrowseMarkerBackground">$cfg['BrowseMarkerBackground'] </span>string [CSS color]<br />
<span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string [HTML color] <span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string [CSS color]
</dt> </dt>
<dd>The colors (HTML) uses for the pointer and the marker in browse mode.<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 The former feature highlights the row over which your mouse is passing