From eb847fee11d3f7f89441eb62858d0c259c7d4182 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 26 Apr 2006 11:32:29 +0000 Subject: [PATCH] updated themes; fixed bug #1452131 Fonts too large; fixed bug #1446211 Colors hardcoded in theme css files; --- ChangeLog | 6 + themes/darkblue_orange/css/theme_left.css.php | 55 ++-- .../darkblue_orange/css/theme_right.css.php | 270 +++++++++++++++-- themes/darkblue_orange/info.inc.php | 2 +- themes/darkblue_orange/layout.inc.php | 75 ++++- themes/original/css/theme_left.css.php | 55 ++-- themes/original/css/theme_right.css.php | 284 ++++++++++++++++-- themes/original/info.inc.php | 2 +- themes/original/layout.inc.php | 75 ++++- 9 files changed, 688 insertions(+), 136 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d816d287..0d5793916 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-04-26 Sebastian Mendel + * themes/*: + updated themes; + fixed bug #1452131 Fonts too large; + fixed bug #1446211 Colors hardcoded in theme css files; + 2006-04-25 Michal Čihař * libraries/common.lib.php: Make cookie login form work with token protection. diff --git a/themes/darkblue_orange/css/theme_left.css.php b/themes/darkblue_orange/css/theme_left.css.php index 55df541ee..f25e92c7d 100644 --- a/themes/darkblue_orange/css/theme_left.css.php +++ b/themes/darkblue_orange/css/theme_left.css.php @@ -3,28 +3,33 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } -?> +?> /******************************************************************************/ /* general tags */ -body { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - background-color: #666699; - color: #ffffff; - margin: 0; - padding: 2px 2px 2px 2px; + +* { + font-family: ; +} + +body, table, tbody, tr, td { + font-size: ; +} +select, input, textarea { + font-size: 0.7em; +} + + +body, table, tbody, tr, td { + background-color: ; + color: ; + margin: 0; + padding: 2px 2px 2px 2px; } a img { border: 0; } -/* gecko FIX, font size is not correctly assigned to all child elements */ -body * { - font-family: inherit; - font-size: inherit; -} - form { margin: 0; padding: 0; @@ -34,7 +39,7 @@ form { select { background-color: #ffffff; color: #000000; - width: 150px; + width: 100%; } /* buttons in some browsers (eg. Konqueror) are block elements, @@ -66,7 +71,7 @@ div#pmalogo, div#leftframelinks, div#databaseList { text-align: center; - border-bottom: 0.05em solid #ffffff; + border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; } @@ -77,13 +82,13 @@ div#leftframelinks .icon { } div#leftframelinks a { - margin: 0.1em; + margin: 0; padding: 0.2em; - border: 0.05em solid #ffffff; + border: 0.05em solid ; } div#leftframelinks a:hover { - background-color: #ffffff; + background-color: ; } /* leftdatabaselist */ @@ -93,7 +98,7 @@ div#left_tableList ul { margin: 0; padding: 0; font-size: 80%; - background-color: #666699; + background-color: ; } div#left_tableList ul ul { @@ -101,12 +106,12 @@ div#left_tableList ul ul { } div#left_tableList a { - color: #ffffff; + color: ; text-decoration: none; } div#left_tableList a:hover { - color: #ffffff; + color: ; text-decoration: underline; } @@ -128,9 +133,9 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-left: 0em; + margin-left: 0; padding-left: 0.1em; - border-left: 0.1em solid #ffffff; + border-left: 0.1em solid ; padding-bottom: 0.1em; - border-bottom: 0.1em solid #ffffff; + border-bottom: 0.1em solid ; } diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 38a8f7557..25d764794 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -3,21 +3,31 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } -?> +?> /******************************************************************************/ /* general tags */ -body { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #000000; - background-color: #ffffff; - margin: 5px; + +* { + font-family: ; } + +textarea { + font-family: ; +} + +body, table, tbody, tr, td { + font-size: ; +} +select, input, textarea { + font-size: 0.7em; +} + + +body { + margin: 5px; + color: ; + background-color: ; -/* gecko FIX, font size is not correctly assigned to all child elements */ -body * { - font-family: inherit; - font-size: inherit; } h1 { @@ -63,8 +73,8 @@ dfn:hover { th { font-weight: bold; - color: #000000; - background-color: #ff9900; + color: ; + background-color: ; background-image: url(..//darkblue_orange/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -74,7 +84,7 @@ th { th a:link, th a:active, th a:visited { - color: #000000; + color: ; text-decoration: underline; } @@ -117,7 +127,7 @@ fieldset fieldset { fieldset legend { color: #666699; font-weight: bold; - background-color: #ffffff; + background-color: ; padding: 2px 2px 2px 2px; } @@ -175,7 +185,7 @@ button.mult_submit { table tr.odd th, table tr.odd { background-image: none; - background-color: #E5E5E5; + background-color: ; text-align: left; } @@ -183,14 +193,14 @@ table tr.odd { table tr.even th, table tr.even { background-image: none; - background-color: #D5D5D5; + background-color: ; text-align: left; } /* marked tbale rows */ table tr.marked th, table tr.marked { - background-color: #FFCC99; + background-color: ; } /* hovered table rows */ @@ -200,7 +210,7 @@ table tr.odd:hover th, table tr.even:hover th, table tr.hover th, table tr.hover { - background-color: #CCFFCC; + background-color: ; } table .value { @@ -341,7 +351,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(..//darkblue_orange/img/s_notice.png); + background-image: url(../getImgPath(); ?>s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -373,7 +383,7 @@ div.warning { width: 90%; - background-image: url(..//darkblue_orange/img/s_warn.png); + background-image: url(../getImgPath(); ?>s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -404,7 +414,7 @@ div.error { border: 0.1em solid #ff0000; width: 90%; - background-image: url(..//darkblue_orange/img/s_error.png); + background-image: url(../getImgPath(); ?>s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -435,7 +445,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(..//darkblue_orange/img/s_really.png); + background-image: url(../getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -513,6 +523,18 @@ td.disabled { background-color: #cccccc; } +body.loginform h1, +body.loginform a.logo { + display: block; + text-align: center; +} + +form.login label { + float: left; + width: 10em; + font-weight: bolder; +} + /******************************************************************************/ /* specific elements */ @@ -557,7 +579,7 @@ span.tabcaution { /* enabled drop/empty tabs */ a.tabcaution { - color: FF0000; + color: #FF0000; } a.tabcaution:hover { color: #FFFFFF; @@ -608,11 +630,12 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(..//darkblue_orange/img/error.ico), default; + cursor: url(../getImgPath(); ?>error.ico), default; } /* end topmenu */ + /* Calendar */ table.calendar { width: 100%; @@ -899,3 +922,200 @@ div#queryboxcontainer div#bookmarkoptions { } /* end querybox */ +/* main page */ +#maincontainer { + background-image: url(../getImgPath(); ?>logo_right.png); + background-position: bottom; + background-repeat: no-repeat; + border-bottom: 1px solid silver; +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-image: url(../getImgPath(); ?>item_.png); + vertical-align: middle; +} + +#maincontainer li { + margin-bottom: 0.3em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(../getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(../getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation, +li#li_select_mysql_charset { + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(../getImgPath(); ?>s_theme.png); +} + +li#li_server_info{ + list-style-image: url(../getImgPath(); ?>s_host.png); +} + +li#li_user_info{ + /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(../getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(../getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(../getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(../getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(../getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(../getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(../getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(../getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(../getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(../getImgPath(); ?>s_loggoff.png); +} + +li#li_pma_docs { + list-style-image: url(../getImgPath(); ?>b_docs.png); +} + +li#li_phpinfo { + list-style-image: url(../getImgPath(); ?>php_sym.png); +} + +li#li_pma_homepage { + list-style-image: url(../getImgPath(); ?>b_home.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(../getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(../getImgPath(); ?>s_reload.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background-color: ; + margin: 5px 5px 0 5px; +} + +#bodyquerywindow { + background-color: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: left; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +#div_table_order { + min-width: 48%; + float: ; +} + +#div_table_rename { + min-width: 48%; + float: ; +} + +#div_table_copy { + min-width: 48%; + float: ; +} + +#div_table_options { + clear: both; + min-width: 48%; + float: ; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} \ No newline at end of file diff --git a/themes/darkblue_orange/info.inc.php b/themes/darkblue_orange/info.inc.php index ee0b35f43..e721a0ce6 100644 --- a/themes/darkblue_orange/info.inc.php +++ b/themes/darkblue_orange/info.inc.php @@ -4,5 +4,5 @@ $theme_name = 'Darkblue/orange'; $theme_version = 2; $theme_generation = 2; -$theme_full_version = '2.7.0.0'; +$theme_full_version = '2.7.1.0'; ?> diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 12c6c0d86..54e581ccf 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -1,27 +1,70 @@ '#808000', 'comment_mysql' => '', 'comment_ansi' => '', diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index 770589463..4097d11c3 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -1,15 +1,27 @@ +// unplanned execution path +if (!defined('PMA_MINIMUM_COMMON')) { + exit(); +} +?> /******************************************************************************/ /* general tags */ -body { - font-family: ; - background-color: #D0DCE0; - color: #000000; + +* { + font-family: ; +} + +body, table, tbody, tr, td { + font-size: ; +} +select, input, textarea { + font-size: 0.7em; +} + + +body, table, tbody, tr, td { + background-color: ; + color: ; } a img { @@ -23,8 +35,9 @@ form { } select { - background-color: #ffffff; - color: #000000; + background-color: ; + color: ; + width: 100%; } /* buttons in some browsers (eg. Konqueror) are block elements, @@ -56,7 +69,7 @@ div#pmalogo, div#leftframelinks, div#databaseList { text-align: center; - border-bottom: 0.05em solid #669999; + border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; } @@ -66,14 +79,14 @@ div#leftframelinks .icon { margin: 0; } -div#leftframelinks a { - margin: 0.1em; +div#leftframelinks a img.icon { + margin: 0; padding: 0.2em; - border: 0.05em solid #669999; + border: 0.05em solid ; } div#leftframelinks a:hover { - background-color: #669999; + background-color: ; } /* leftdatabaselist */ @@ -83,7 +96,7 @@ div#left_tableList ul { margin: 0; padding: 0; font-size: 80%; - background-color: #D0DCE0; + background-color: ; } div#left_tableList ul ul { @@ -108,7 +121,7 @@ div#left_tableList li { div#left_tableList li:hover { - background-color: #CCFFCC; + background-color: ; } @@ -118,9 +131,9 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-left: 0em; + margin-left: 0; padding-left: 0.1em; - border-left: 0.1em solid #669999; + border-left: 0.1em solid ; padding-bottom: 0.1em; - border-bottom: 0.1em solid #669999; + border-bottom: 0.1em solid ; } diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 2df63b884..71f0d35e0 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -3,17 +3,33 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } -?> +?> /******************************************************************************/ /* general tags */ + +* { + font-family: ; +} + +textarea { + font-family: ; +} + +body, table, tbody, tr, td { + font-size: ; +} +select, input, textarea { + font-size: 0.7em; +} + + body { margin: 0.5em; padding: 0; - font-family: ; - color: #000000; - background-image: url(..//original/img/vertical_line.png); + color: ; + background-image: ; background-repeat: repeat-y; - background-color: #F5F5F5; + background-color: ; } h1 { @@ -30,11 +46,7 @@ h3 { font-weight: bold; } -a:link { - text-decoration: none; - color: #0000FF; -} - +a:link, a:visited { text-decoration: none; color: #0000FF; @@ -56,8 +68,8 @@ dfn:hover { th { font-weight: bold; - color: #000000; - background-color: #D3DCE3; + color: ; + background-color: ; } a img { @@ -65,8 +77,8 @@ a img { } hr { - color: #666666; - background-color: #666666; + color: ; + background-color: ; border: 0; height: 1px; } @@ -84,9 +96,9 @@ textarea { fieldset { margin-top: 1em; - border: #686868 solid 1px; + border: solid 1px; padding: 0.5em; - background-color: #E5E5E5; + background-color: ; } fieldset fieldset { @@ -150,21 +162,21 @@ button.mult_submit { /* odd table rows 1,3,5,7,... */ table tr.odd th, table tr.odd { - background-color: #E5E5E5; + background-color: ; text-align: left; } /* even table rows 2,4,6,8,... */ table tr.even th, table tr.even { - background-color: #D5D5D5; + background-color: ; text-align: left; } /* marked tbale rows */ table tr.marked th, table tr.marked { - background-color: #FFCC99; + background-color: ; } /* hovered table rows */ @@ -174,7 +186,7 @@ table tr.odd:hover th, table tr.even:hover th, table tr.hover th, table tr.hover { - background-color: #CCFFCC; + background-color: ; } table .value { @@ -226,13 +238,11 @@ img.lightbulb { } .print { - font-family: arial; font-size: 8pt; } /* MySQL Parser */ .syntax { - font-family: sans-serif; font-size: 80%; } @@ -318,7 +328,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(..//original/img/s_notice.png); + background-image: url(../getImgPath(); ?>s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -348,7 +358,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(..//original/img/s_warn.png); + background-image: url(../getImgPath(); ?>s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -378,7 +388,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(..//original/img/s_error.png); + background-image: url(../getImgPath(); ?>s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -409,7 +419,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(..//original/img/s_really.png); + background-image: url(../getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -430,15 +440,16 @@ fieldset.confirmation legend { } .tblHeaders { - background-color: #D0DCE0; font-weight: bold; - color: #000000; + color: ; + background-color: ; } .tblFooters { font-weight: normal; - color: #000000; - background-color: #D0DCE0; + color: ; + background-color: ; + } .tblHeaders a:link, @@ -478,6 +489,20 @@ td.disabled { background-color: #cccccc; } +/** + * login form + */ +body.loginform h1, +body.loginform a.logo { + display: block; + text-align: center; +} + +form.login label { + float: left; + width: 10em; + font-weight: bolder; +} /******************************************************************************/ /* specific elements */ @@ -573,7 +598,7 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(..//original/img/error.ico), default; + cursor: url(../getImgPath(); ?>error.ico), default; } /* end topmenu */ @@ -839,3 +864,200 @@ div#queryboxcontainer div#bookmarkoptions { } /* end querybox */ +/* main page */ +#maincontainer { + background-image: url(../getImgPath(); ?>logo_right.png); + background-position: bottom; + background-repeat: no-repeat; + border-bottom: 1px solid silver; +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-image: url(../getImgPath(); ?>item_.png); + vertical-align: middle; +} + +#maincontainer li { + margin-bottom: 0.3em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(../getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(../getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation, +li#li_select_mysql_charset { + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(../getImgPath(); ?>s_theme.png); +} + +li#li_server_info{ + list-style-image: url(../getImgPath(); ?>s_host.png); +} + +li#li_user_info{ + /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(../getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(../getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(../getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(../getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(../getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(../getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(../getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(../getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(../getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(../getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(../getImgPath(); ?>s_loggoff.png); +} + +li#li_pma_docs { + list-style-image: url(../getImgPath(); ?>b_docs.png); +} + +li#li_phpinfo { + list-style-image: url(../getImgPath(); ?>php_sym.png); +} + +li#li_pma_homepage { + list-style-image: url(../getImgPath(); ?>b_home.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(../getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(../getImgPath(); ?>s_reload.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background-color: ; + margin: 5px 5px 0 5px; +} + +#bodyquerywindow { + background-color: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: left; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +#div_table_order { + min-width: 48%; + float: ; +} + +#div_table_rename { + min-width: 48%; + float: ; +} + +#div_table_copy { + min-width: 48%; + float: ; +} + +#div_table_options { + clear: both; + min-width: 48%; + float: ; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php index d08ab72d3..88fc67530 100644 --- a/themes/original/info.inc.php +++ b/themes/original/info.inc.php @@ -4,5 +4,5 @@ $theme_name = 'Original'; $theme_version = 2; $theme_generation = 2; -$theme_full_version = '2.7.0.0'; +$theme_full_version = '2.7.1.0'; ?> diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 87bfa164c..4f706eb6d 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -1,27 +1,70 @@ getImgPath() . 'vertical_line.png)'; + +/** + * fonts + */ +/** + * the font family as a valid css font family value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontFamily'] = ''; +/** + * fixed width font family, used in textarea + */ +$GLOBALS['cfg']['FontFamilyFixed'] = ''; +/** + * font size as a valid css font size value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontSize'] = ''; + +/** + * tables + */ +$GLOBALS['cfg']['Border'] = 0; // border width on tables +$GLOBALS['cfg']['ThBgcolor'] = '#D3DCE3'; // table header row colour +$GLOBALS['cfg']['BgcolorOne'] = '#E5E5E5'; // table data row colour +$GLOBALS['cfg']['BgcolorTwo'] = '#D5D5D5'; // table data row colour, alternate +$GLOBALS['cfg']['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mode +$GLOBALS['cfg']['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row + // by clicking on it) in browse mode +/** + * query window + */ +$GLOBALS['cfg']['QueryWindowWidth'] = 600; // Width of Query window +$GLOBALS['cfg']['QueryWindowHeight'] = 400; // Height of Query window /** * SQL Parser Settings */ -$cfg['SQP']['fmtColor'] = array( // Syntax colouring data +$GLOBALS['cfg']['SQP']['fmtColor'] = array( // Syntax colouring data 'comment' => '#808000', 'comment_mysql' => '', 'comment_ansi' => '',