getImgPath(); } else { $GridImgPath = $_SESSION['PMA_Theme']->getImgPath(); } if($iPmaVersion < 20900) { echo 'html, table{font-size:', $GLOBALS['cfg']['FontSize'],'} '; } /** general **/ echo '/*theme "Grid-2.9d" Navi 20070211 windkiel pma 2.8..2.1x*/ *{margin:0;padding:0}';//1st: general reset and corrected later, if needed (f.e. hr) echo ' body{background:', $GLOBALS['cfg']['NaviBackground'], ';color:', $GLOBALS['cfg']['NaviColor'], ';padding:.2em'; if (!empty($GLOBALS['cfg']['FontFamily'])) { echo ';font-family:', $GLOBALS['cfg']['FontFamily']; } echo '} hr{margin:5px 0 5px} a img{border:0} form{display:inline} select{width:100%} button{display:inline}'; // buttons in some browsers (eg. Konqueror) are block elements,this breaks design /* * * * classes * * * * * * * * * * * * * */ /* specific elements div#pmalogo{background:', $GLOBALS['cfg']['NaviLinkBackground'], '} div#pmalogo, */ /* leave some space between icons and text: */ echo ' .icon{vertical-align:middle;margin:0 .1em 0 .1em} div#leftframelinks{padding-top:5px;text-align:center} div#leftframelinks a img.icon{padding:.1em;border:0} div#leftframelinks, div#databaseList{margin-bottom:.5em;padding-bottom:.5em;border-bottom:1px solid ', $GLOBALS['cfg']['NaviColor'], '} div#pmalogo{text-align:center;'; if($iPmaVersion > 20900) { echo 'background:', $GLOBALS['cfg']['NaviLinkBackground']; } else { echo 'border-bottom:1px solid ', $GLOBALS['cfg']['NaviColor']; } echo "}\n"; if( ($GLOBALS['cfg']['LeftDisplayServers'])&&($GLOBALS['cfg']['LeftFrameLight']) ){ echo 'div#databaseList{text-align:left} '; // looks nicer if LeftDisplayServers==true }; if($GLOBALS['cfg']['LeftPointerEnable']){ echo 'div#leftframelinks a:hover{background:', $GLOBALS['cfg']['NaviPointerBackground'], ';color:', $GLOBALS['cfg']['NaviPointerColor'], '} '; } /*1px solid echo $GLOBALS['cfg']['NaviColor']; top links */ /* serverlist */ ?> #body_leftFrame #list_server{list-style-image: url("s_host.png");list-style-position: inside;list-style-type:none} #body_leftFrame #list_server li{font-size:} div#left_tableList ul{list-style-type:none;list-style-position:outside;font-size:;background:} div#left_tableList ul ul{font-size:100%} div#left_tableList a{text-decoration:none;color:} a, div#left_tableList a{padding:0 2px 0 2px} a:hover, div#left_tableList a:hover{background:;color:;text-decoration:underline} div#left_tableList a:hover{text-decoration:underline} div#left_tableList img{vertical-align:middle} div#left_tableList ul ul{padding-left:1px;border-left:1px solid ;padding-bottom:1px;border-bottom:1px solid }