Check before commit!

This commit is contained in:
Michal Čihař
2006-11-17 08:49:30 +00:00
parent c71d4daf64
commit 8da264608e
3 changed files with 21 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ html {
'; ';
?> ?>
/** Navi general v.2.0 for pma2.7+ windkiel 20060917 **/ /** Navi general v.2.9 for pma2.8+ windkiel 20060917 **/
* { <?php /*jw general reset and corrected later, if needed (f.e. hr) */ ?> * { <?php /*jw general reset and corrected later, if needed (f.e. hr) */ ?>
margin: 0; margin: 0;
padding: 0 padding: 0
@@ -83,8 +83,9 @@ div#databaseList {
div#leftframelinks a img.icon { div#leftframelinks a img.icon {
padding: .2em; padding: .1em;
border: 1px solid <?php echo $GLOBALS['cfg']['NaviColor']; //top links ?>; border: 0 <?php /*1px solid */
//echo $GLOBALS['cfg']['NaviColor']; //top links ?>;
} }
div#leftframelinks a:hover { div#leftframelinks a:hover {

View File

@@ -1,4 +1,4 @@
<?php /*jw <-- diff from original/theme_right.css.php 20060922 */ <?php /*jw <-- diff from original/theme_right.css.php 20061018 Let's again obey TextareaRows (bug #1465906).*/
// 2do: replace ../ with $oneUp // 2do: replace ../ with $oneUp
// unplanned execution path // unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) { if (!defined('PMA_MINIMUM_COMMON')) {
@@ -104,7 +104,6 @@ form {
textarea { textarea {
overflow: visible; overflow: visible;
height: 8em;
} }
fieldset { fieldset {
@@ -639,8 +638,9 @@ a.tab:hover,
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>; background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
} }
/* disabled drop/empty tabs */ /* disabled drop/empty tabs 61031*/
span.tab, span.tab,
a.warning,
span.tabcaution { span.tabcaution {
<?php <?php
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') < 0) { if (strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') < 0) {

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* derived from theme "original" pma 2.9, HEAD * derived from theme "original" pma 2.9, HEAD
* modifications by windkiel 20060819~0922 marked with "*jw" * modifications by windkiel 2006-08-19 ~ 10-31 marked with "*jw"
* works with pma 2.8 (still experimental) * works with pma 2.8 (still experimental)
* no '' allowed, except for Font.. ..Link.. ..Marke... * no '' allowed, except for Font.. ..Link.. ..Marke...
* for detailed layout configuration please refer to the css files * for detailed layout configuration please refer to the css files
@@ -50,7 +50,7 @@ $GLOBALS['cfg']['NaviFontPercentage'] = '90%';/*jw*/
$GLOBALS['cfg']['MainColor'] = '#000'; $GLOBALS['cfg']['MainColor'] = '#000';
// background for the main frame // background for the main frame
$GLOBALS['cfg']['MainBackground'] = '#d3d3d3'; $GLOBALS['cfg']['MainBackground'] = '#e7e7e7';
if ( PMA_USR_BROWSER_AGENT != 'MOZILLA' ) { /*jw index.php: NO frameborder="0"*/ if ( PMA_USR_BROWSER_AGENT != 'MOZILLA' ) { /*jw index.php: NO frameborder="0"*/
$GLOBALS['cfg']['MainBackground'] .= $GLOBALS['cfg']['MainBackground'] .=
@@ -82,7 +82,7 @@ $GLOBALS['cfg']['BrowseMarkerBackground'] = '#fc9';
* if not set the browser default will be used * if not set the browser default will be used
* (depending on browser, DTD and system settings) * (depending on browser, DTD and system settings)
*/ */
$GLOBALS['cfg']['FontFamily'] = 'Arial, sans-serif'; $GLOBALS['cfg']['FontFamily'] = 'sans-serif'; //was:Arial
/** /**
* fixed width font family, used in textarea * fixed width font family, used in textarea
*/ */
@@ -95,18 +95,18 @@ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
* pma >2.8 uses font size stored in cookie * pma >2.8 uses font size stored in cookie
*/ */
// for pma <= 2.8 : // for pma 2.8 :
$GLOBALS['cfg']['FontSize'] = '90%'; $GLOBALS['cfg']['FontSize'] = '90%';
/** /**
* tables * tables
*/ */
/*jw*/ /*jw*/
// border strenght ONLY FF(Gecko, e.g. .05em(min!)|1px|3pt| 0 but NOT 1) // border strenght ( e.g. .05em(min!)|1px|3pt| 0 but NOT 1)
$GLOBALS['cfg']['Border'] = '1px'; $GLOBALS['cfg']['Border'] = '1px';
//at least 1 bit difference from $GLOBALS['cfg']['MainBackground'] to show the grid!
$GLOBALS['cfg']['MainGridColor'] = '#d3d3d2';
//at least 1 bit difference from $GLOBALS['cfg']['MainBackground'] to show the grid!
$GLOBALS['cfg']['MainGridColor'] = '#e7e7e8';
// table header and footer color // table header and footer color
$GLOBALS['cfg']['ThBackground'] = $GLOBALS['cfg']['NaviBackground'];#def';//'#D3DCE3'; $GLOBALS['cfg']['ThBackground'] = $GLOBALS['cfg']['NaviBackground'];#def';//'#D3DCE3';
// table header and footer background // table header and footer background
@@ -115,6 +115,9 @@ $GLOBALS['cfg']['ThColor'] = '#000';
$GLOBALS['cfg']['BgOne'] = '#f7f7f7'; $GLOBALS['cfg']['BgOne'] = '#f7f7f7';
// table data row background, alternate // table data row background, alternate
$GLOBALS['cfg']['BgTwo'] = '#fff'; $GLOBALS['cfg']['BgTwo'] = '#fff';
// table outer border color
//$GLOBALS['cfg']['TblBorderColor'] = 'blue';//60928 test
//needed for pma2.8 only (if E_NOTICE=1 , but no effect) : //needed for pma2.8 only (if E_NOTICE=1 , but no effect) :
$GLOBALS['cfg']['BgcolorOne']='#f7f7f7'; $GLOBALS['cfg']['BgcolorOne']='#f7f7f7';
$GLOBALS['cfg']['BgcolorTwo']='#fff'; $GLOBALS['cfg']['BgcolorTwo']='#fff';
@@ -142,10 +145,10 @@ $GLOBALS['cfg']['SQP']['fmtColor'] = array(
'digit_float' => 'aqua', 'digit_float' => 'aqua',
'punct' => 'fuchsia', 'punct' => 'fuchsia',
'alpha' => '', 'alpha' => '',
'alpha_columnType' => '#FF9900', 'alpha_columnType' => '#F90',
'alpha_columnAttrib' => '#0000FF', 'alpha_columnAttrib' => 'blue',
'alpha_reservedWord' => '#990099', 'alpha_reservedWord' => '#909',
'alpha_functionName' => '#FF0000', 'alpha_functionName' => 'red',
'alpha_identifier' => 'black', 'alpha_identifier' => 'black',
'alpha_charset' => '#6495ed', 'alpha_charset' => '#6495ed',
'alpha_variable' => '#800000', 'alpha_variable' => '#800000',