[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. cc8f34c056648bee10a78b183a71d12dedbee955
Marc Delisle
lem9 at users.sourceforge.net
Tue Jun 15 18:58:25 CEST 2010
The branch, master has been updated
via cc8f34c056648bee10a78b183a71d12dedbee955 (commit)
from 1711f1b029fb188adf94343d15879b935d7c4615 (commit)
- Log -----------------------------------------------------------------
commit cc8f34c056648bee10a78b183a71d12dedbee955
Author: Andy Scherzinger <andyscherzinger at users.sourceforge.net>
Date: Tue Jun 15 12:57:48 2010 -0400
Paradice 3.0b
-----------------------------------------------------------------------
Summary of changes:
paradice/css/theme_left.css.php | 29 ++--
paradice/css/theme_print.css.php | 2 +-
paradice/css/theme_right.css.php | 31 +++-
paradice/img/ajax_clock_small.gif | Bin 0 -> 1849 bytes
paradice/img/docs_menu_bg.png | Bin 0 -> 148 bytes
paradice/img/dot_black.png | Bin 0 -> 139 bytes
paradice/img/dot_blue.png | Bin 0 -> 139 bytes
paradice/img/dot_green.png | Bin 0 -> 139 bytes
paradice/img/dot_red.png | Bin 0 -> 139 bytes
paradice/img/dot_violet.png | Bin 0 -> 139 bytes
paradice/img/dot_yellow.png | Bin 0 -> 139 bytes
{smooth_yellow => paradice}/img/eye.png | Bin 750 -> 750 bytes
{smooth_yellow => paradice}/img/eye_grey.png | Bin 550 -> 550 bytes
paradice/img/frm_linevrlt.png | Bin 0 -> 150 bytes
paradice/img/new_data.jpg | Bin 0 -> 1925 bytes
paradice/img/new_data_hovered.jpg | Bin 0 -> 1558 bytes
paradice/img/new_data_selected.jpg | Bin 0 -> 1450 bytes
paradice/img/new_data_selected_hovered.jpg | Bin 0 -> 1456 bytes
paradice/img/new_struct.jpg | Bin 0 -> 1118 bytes
paradice/img/new_struct_hovered.jpg | Bin 0 -> 1643 bytes
paradice/img/new_struct_selected.jpg | Bin 0 -> 1431 bytes
paradice/img/new_struct_selected_hovered.jpg | Bin 0 -> 1463 bytes
paradice/img/s_fontsize.png | Bin 0 -> 944 bytes
paradice/img/s_replication.png | Bin 0 -> 1022 bytes
paradice/img/s_sync.png | Bin 0 -> 1135 bytes
paradice/img/tbl_error_disabled.png | Bin 0 -> 158 bytes
paradice/info.inc.php | 26 ++--
paradice/layout.inc.php | 230 +++++++++++++-------------
28 files changed, 173 insertions(+), 145 deletions(-)
create mode 100644 paradice/img/ajax_clock_small.gif
create mode 100644 paradice/img/docs_menu_bg.png
create mode 100644 paradice/img/dot_black.png
create mode 100644 paradice/img/dot_blue.png
create mode 100644 paradice/img/dot_green.png
create mode 100644 paradice/img/dot_red.png
create mode 100644 paradice/img/dot_violet.png
create mode 100644 paradice/img/dot_yellow.png
copy {smooth_yellow => paradice}/img/eye.png (100%)
copy {smooth_yellow => paradice}/img/eye_grey.png (100%)
create mode 100644 paradice/img/frm_linevrlt.png
create mode 100644 paradice/img/new_data.jpg
create mode 100644 paradice/img/new_data_hovered.jpg
create mode 100644 paradice/img/new_data_selected.jpg
create mode 100644 paradice/img/new_data_selected_hovered.jpg
create mode 100644 paradice/img/new_struct.jpg
create mode 100644 paradice/img/new_struct_hovered.jpg
create mode 100644 paradice/img/new_struct_selected.jpg
create mode 100644 paradice/img/new_struct_selected_hovered.jpg
create mode 100644 paradice/img/s_fontsize.png
create mode 100644 paradice/img/s_replication.png
create mode 100644 paradice/img/s_sync.png
create mode 100644 paradice/img/tbl_error_disabled.png
diff --git a/paradice/css/theme_left.css.php b/paradice/css/theme_left.css.php
index 207dabc..e6376fa 100644
--- a/paradice/css/theme_left.css.php
+++ b/paradice/css/theme_left.css.php
@@ -3,7 +3,7 @@
/**
* navigation css file from theme Paradice
*
- * @version $Id$
+ * @version $Id: theme_left.css.php 31 2010-04-06 18:39:37Z andyscherzinger $
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
@@ -12,11 +12,14 @@
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
+
+$ipath = $_SESSION['PMA_Theme']->getImgPath();
+
?>
/******************************************************************************/
/* general tags */
html {
- font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
+ font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
}
input, select, textarea {
@@ -28,11 +31,11 @@ body {
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
<?php } ?>
font-size: 0.8em;
- background: <?php echo (isset($_SESSION['tmp_user_values']['custom_color']) ? $_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
+ background: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin: 0;
padding: 0.2em 0.2em 0.2em 0.2em;
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>leftBgnd.png);
+ background-image: url(<?php echo $ipath; ?>leftBgnd.png);
background-position:left top;
background-repeat: repeat-y;
}
@@ -67,7 +70,7 @@ select#lightm_db {
width: 100%;
font-weight: bold;
text-align: left;
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
+ background-image: url(<?php echo $ipath; ?>s_db.png);
background-position:left top;
background-repeat: no-repeat;
padding-left: 16px;
@@ -129,11 +132,11 @@ ul#databaseList {
padding-left: 1.5em;
list-style-type: none;
list-style-position:outside;
- list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/dbitem_ltr.png);
+ list-style-image: url(<?php echo $ipath; ?>dbitem_ltr.png);
}
ul#databaseList ul {
- list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/dbitem_ltr2.png);
+ list-style-image: url(<?php echo $ipath; ?>dbitem_ltr2.png);
padding-left: 18px;
}
@@ -178,7 +181,7 @@ div#leftframelinks a:hover {
/* serverlist */
#body_leftFrame #list_server {
- list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
+ list-style-image: url(<?php echo $ipath; ?>s_host.png);
list-style-position: inside;
list-style-type: none;
margin: 0;
@@ -198,7 +201,7 @@ div#left_tableList {
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
- list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/bd_sbrowse.png);
+ list-style-image: url(<?php echo $ipath; ?>bd_sbrowse.png);
margin: 0;
padding: 0;
}
@@ -227,7 +230,7 @@ div#left_tableList li {
/* marked items */
div#left_tableList > ul li.marked > a,
div#left_tableList > ul li.marked {
- background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
+ background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
<?php } ?>
@@ -246,9 +249,9 @@ div#left_tableList img {
}
div#left_tableList ul ul {
- margin-left: 0;
- padding-left: 0.1em;
- border-left: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ margin-<?php echo $left; ?>: 0;
+ padding-<?php echo $left; ?>: 0.1em;
+ border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
padding-bottom: 0.1em;
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
diff --git a/paradice/css/theme_print.css.php b/paradice/css/theme_print.css.php
index 3d94c4e..cff116c 100644
--- a/paradice/css/theme_print.css.php
+++ b/paradice/css/theme_print.css.php
@@ -3,7 +3,7 @@
/**
* print css file from theme Original
*
- * @version $Id$
+ * @version $Id: theme_print.css.php 12 2008-05-28 20:51:41Z andyscherzinger $
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php
index 5914d8e..b331d6c 100644
--- a/paradice/css/theme_right.css.php
+++ b/paradice/css/theme_right.css.php
@@ -3,7 +3,7 @@
/**
* main css file from theme Paradice
*
- * @version $Id$
+ * @version $Id: theme_right.css.php 31 2010-04-06 18:39:37Z andyscherzinger $
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
@@ -16,7 +16,7 @@ if (!defined('PMA_MINIMUM_COMMON')) {
/******************************************************************************/
/* general tags */
html {
- font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;
+ font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;
}
input, select, textarea {
@@ -1267,7 +1267,8 @@ li#li_select_lang {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
}
-li#li_select_mysql_collation {
+li#li_select_mysql_collation,
+li#li_select_mysql_charset {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
color: #1F457E;
}
@@ -1530,3 +1531,27 @@ code.sql {
display: block;
border: 1px solid #FBFBFF;
}
+
+/**
+ * Progress bar styles
+ */
+div.upload_progress_bar_outer
+{
+ border: 1px solid black;
+ width: 202px;
+}
+
+div.upload_progress_bar_inner
+{
+ background-color: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
+ width: 0px;
+ height: 12px;
+ margin: 1px;
+}
+
+table#serverconnection_src_remote,
+table#serverconnection_trg_remote,
+table#serverconnection_src_local,
+table#serverconnection_trg_local {
+ float:left;
+}
diff --git a/paradice/img/ajax_clock_small.gif b/paradice/img/ajax_clock_small.gif
new file mode 100644
index 0000000..5b33f7e
Binary files /dev/null and b/paradice/img/ajax_clock_small.gif differ
diff --git a/paradice/img/docs_menu_bg.png b/paradice/img/docs_menu_bg.png
new file mode 100644
index 0000000..8fe0d97
Binary files /dev/null and b/paradice/img/docs_menu_bg.png differ
diff --git a/paradice/img/dot_black.png b/paradice/img/dot_black.png
new file mode 100644
index 0000000..d7d8bad
Binary files /dev/null and b/paradice/img/dot_black.png differ
diff --git a/paradice/img/dot_blue.png b/paradice/img/dot_blue.png
new file mode 100644
index 0000000..899ee11
Binary files /dev/null and b/paradice/img/dot_blue.png differ
diff --git a/paradice/img/dot_green.png b/paradice/img/dot_green.png
new file mode 100644
index 0000000..02819a4
Binary files /dev/null and b/paradice/img/dot_green.png differ
diff --git a/paradice/img/dot_red.png b/paradice/img/dot_red.png
new file mode 100644
index 0000000..87694c5
Binary files /dev/null and b/paradice/img/dot_red.png differ
diff --git a/paradice/img/dot_violet.png b/paradice/img/dot_violet.png
new file mode 100644
index 0000000..c0caa4f
Binary files /dev/null and b/paradice/img/dot_violet.png differ
diff --git a/paradice/img/dot_yellow.png b/paradice/img/dot_yellow.png
new file mode 100644
index 0000000..736125a
Binary files /dev/null and b/paradice/img/dot_yellow.png differ
diff --git a/smooth_yellow/img/eye.png b/paradice/img/eye.png
similarity index 100%
copy from smooth_yellow/img/eye.png
copy to paradice/img/eye.png
diff --git a/smooth_yellow/img/eye_grey.png b/paradice/img/eye_grey.png
similarity index 100%
copy from smooth_yellow/img/eye_grey.png
copy to paradice/img/eye_grey.png
diff --git a/paradice/img/frm_linevrlt.png b/paradice/img/frm_linevrlt.png
new file mode 100644
index 0000000..fb64884
Binary files /dev/null and b/paradice/img/frm_linevrlt.png differ
diff --git a/paradice/img/new_data.jpg b/paradice/img/new_data.jpg
new file mode 100644
index 0000000..08d30d3
Binary files /dev/null and b/paradice/img/new_data.jpg differ
diff --git a/paradice/img/new_data_hovered.jpg b/paradice/img/new_data_hovered.jpg
new file mode 100644
index 0000000..c385872
Binary files /dev/null and b/paradice/img/new_data_hovered.jpg differ
diff --git a/paradice/img/new_data_selected.jpg b/paradice/img/new_data_selected.jpg
new file mode 100644
index 0000000..caabf67
Binary files /dev/null and b/paradice/img/new_data_selected.jpg differ
diff --git a/paradice/img/new_data_selected_hovered.jpg b/paradice/img/new_data_selected_hovered.jpg
new file mode 100644
index 0000000..a34ba21
Binary files /dev/null and b/paradice/img/new_data_selected_hovered.jpg differ
diff --git a/paradice/img/new_struct.jpg b/paradice/img/new_struct.jpg
new file mode 100644
index 0000000..283a5e9
Binary files /dev/null and b/paradice/img/new_struct.jpg differ
diff --git a/paradice/img/new_struct_hovered.jpg b/paradice/img/new_struct_hovered.jpg
new file mode 100644
index 0000000..7a7c704
Binary files /dev/null and b/paradice/img/new_struct_hovered.jpg differ
diff --git a/paradice/img/new_struct_selected.jpg b/paradice/img/new_struct_selected.jpg
new file mode 100644
index 0000000..16b2b8c
Binary files /dev/null and b/paradice/img/new_struct_selected.jpg differ
diff --git a/paradice/img/new_struct_selected_hovered.jpg b/paradice/img/new_struct_selected_hovered.jpg
new file mode 100644
index 0000000..77a5371
Binary files /dev/null and b/paradice/img/new_struct_selected_hovered.jpg differ
diff --git a/paradice/img/s_fontsize.png b/paradice/img/s_fontsize.png
new file mode 100644
index 0000000..8749c60
Binary files /dev/null and b/paradice/img/s_fontsize.png differ
diff --git a/paradice/img/s_replication.png b/paradice/img/s_replication.png
new file mode 100644
index 0000000..f6a8dd5
Binary files /dev/null and b/paradice/img/s_replication.png differ
diff --git a/paradice/img/s_sync.png b/paradice/img/s_sync.png
new file mode 100644
index 0000000..1c026d3
Binary files /dev/null and b/paradice/img/s_sync.png differ
diff --git a/paradice/img/tbl_error_disabled.png b/paradice/img/tbl_error_disabled.png
new file mode 100644
index 0000000..0ad30d2
Binary files /dev/null and b/paradice/img/tbl_error_disabled.png differ
diff --git a/paradice/info.inc.php b/paradice/info.inc.php
index e7fb6aa..1fbbed9 100644
--- a/paradice/info.inc.php
+++ b/paradice/info.inc.php
@@ -1,16 +1,16 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * Theme information
+ *
+ * @version $Id: info.inc.php 12 2008-05-28 20:51:41Z andyscherzinger $
+ * @package phpMyAdmin-theme
+ * @subpackage Paradice
+ */
+
/**
* Theme information
- *
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Paradice
*/
-
-/**
- * Theme information
- */
-$theme_name = 'Paradice';
-$theme_full_version = '2.9';
-?>
+$theme_name = 'Paradice';
+$theme_full_version = '2.9';
+?>
diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php
index 48ccf0f..6b69444 100644
--- a/paradice/layout.inc.php
+++ b/paradice/layout.inc.php
@@ -1,116 +1,116 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * configures general layout
- * for detailed layout configuration please refer to the css files
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * configures general layout
+ * for detailed layout configuration please refer to the css files
*
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Paradice
- */
-
-/**
- * navi frame
- */
-// navi frame width
-$GLOBALS['cfg']['NaviWidth'] = 164;
-
-// foreground (text) color for the navi frame
-$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
-
-// background for the navi frame
-$GLOBALS['cfg']['NaviBackground'] = '#3674CF';
-
-// foreground (text) color of the pointer in navi frame
-$GLOBALS['cfg']['NaviPointerColor'] = '#000000';
-// background of the pointer in navi frame
-$GLOBALS['cfg']['NaviPointerBackground'] = '#5796EF';
-// text color of the selected database name (when showing the table list)
-$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
-
-/**
- * main frame
- */
-// foreground (text) color for the main frame
-$GLOBALS['cfg']['MainColor'] = '#142F56';
-
-// background for the main frame
-$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
-//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#FFFFFF';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#5287D6';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FBAE36';
-
-/**
- * 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'] = 'Verdana, Arial, Helvetica, sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = '"Courier New", Courier, monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#79A2DF';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#EEEEEE';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#E5E5E5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#808000',
- 'comment_mysql' => '',
- 'comment_ansi' => '',
- 'comment_c' => '',
- 'digit' => '',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => 'fuchsia',
- 'alpha' => '',
- 'alpha_columnType' => '#FF9900',
- 'alpha_columnAttrib' => '#0000FF',
- 'alpha_reservedWord' => '#990099',
- 'alpha_functionName' => '#FF0000',
- 'alpha_identifier' => 'black',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '',
- 'quote_single' => '',
- 'quote_backtick' => ''
-);
-?>
+ * @version $Id: layout.inc.php 12 2008-05-28 20:51:41Z andyscherzinger $
+ * @package phpMyAdmin-theme
+ * @subpackage Paradice
+ */
+
+/**
+ * navi frame
+ */
+// navi frame width
+$GLOBALS['cfg']['NaviWidth'] = 164;
+
+// foreground (text) color for the navi frame
+$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
+
+// background for the navi frame
+$GLOBALS['cfg']['NaviBackground'] = '#3674CF';
+
+// foreground (text) color of the pointer in navi frame
+$GLOBALS['cfg']['NaviPointerColor'] = '#000000';
+// background of the pointer in navi frame
+$GLOBALS['cfg']['NaviPointerBackground'] = '#5796EF';
+// text color of the selected database name (when showing the table list)
+$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
+
+/**
+ * main frame
+ */
+// foreground (text) color for the main frame
+$GLOBALS['cfg']['MainColor'] = '#142F56';
+
+// background for the main frame
+$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
+//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
+
+// foreground (text) color of the pointer in browse mode
+$GLOBALS['cfg']['BrowsePointerColor'] = '#FFFFFF';
+
+// background of the pointer in browse mode
+$GLOBALS['cfg']['BrowsePointerBackground'] = '#5287D6';
+
+// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
+$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
+
+// background of the marker (visually marks row by clicking on it) in browse mode
+$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FBAE36';
+
+/**
+ * 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'] = 'Verdana, Arial, Helvetica, sans-serif';
+/**
+ * fixed width font family, used in textarea
+ */
+$GLOBALS['cfg']['FontFamilyFixed'] = '"Courier New", Courier, monospace';
+
+/**
+ * tables
+ */
+// border
+$GLOBALS['cfg']['Border'] = 0;
+// table header and footer color
+$GLOBALS['cfg']['ThBackground'] = '#79A2DF';
+// table header and footer background
+$GLOBALS['cfg']['ThColor'] = '#000000';
+// table data row background
+$GLOBALS['cfg']['BgOne'] = '#EEEEEE';
+// table data row background, alternate
+$GLOBALS['cfg']['BgTwo'] = '#E5E5E5';
+
+/**
+ * query window
+ */
+// Width of Query window
+$GLOBALS['cfg']['QueryWindowWidth'] = 600;
+// Height of Query window
+$GLOBALS['cfg']['QueryWindowHeight'] = 400;
+
+/**
+ * SQL Parser Settings
+ * Syntax colouring data
+ */
+$GLOBALS['cfg']['SQP']['fmtColor'] = array(
+ 'comment' => '#808000',
+ 'comment_mysql' => '',
+ 'comment_ansi' => '',
+ 'comment_c' => '',
+ 'digit' => '',
+ 'digit_hex' => 'teal',
+ 'digit_integer' => 'teal',
+ 'digit_float' => 'aqua',
+ 'punct' => 'fuchsia',
+ 'alpha' => '',
+ 'alpha_columnType' => '#FF9900',
+ 'alpha_columnAttrib' => '#0000FF',
+ 'alpha_reservedWord' => '#990099',
+ 'alpha_functionName' => '#FF0000',
+ 'alpha_identifier' => 'black',
+ 'alpha_charset' => '#6495ed',
+ 'alpha_variable' => '#800000',
+ 'quote' => '#008000',
+ 'quote_double' => '',
+ 'quote_single' => '',
+ 'quote_backtick' => ''
+);
+?>
hooks/post-receive
--
phpMyAdmin themes
More information about the Git
mailing list