diff --git a/paradice/css/theme_left.css.php b/paradice/css/theme_left.css.php index 207dabc90..e6376faff 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: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; + font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; } input, select, textarea { @@ -28,11 +31,11 @@ body { font-family: ; font-size: 0.8em; - background: ; + background: ; color: ; margin: 0; padding: 0.2em 0.2em 0.2em 0.2em; - background-image: url(getImgPath(); ?>leftBgnd.png); + background-image: url(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(getImgPath(); ?>s_db.png); + background-image: url(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(/paradice/img/dbitem_ltr.png); + list-style-image: url(dbitem_ltr.png); } ul#databaseList ul { - list-style-image: url(/paradice/img/dbitem_ltr2.png); + list-style-image: url(dbitem_ltr2.png); padding-left: 18px; } @@ -178,7 +181,7 @@ div#leftframelinks a:hover { /* serverlist */ #body_leftFrame #list_server { - list-style-image: url(/original/img/s_host.png); + list-style-image: url(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(/paradice/img/bd_sbrowse.png); + list-style-image: url(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: ; + background: ; color: ; } @@ -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 ; + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; padding-bottom: 0.1em; border-bottom: 0.1em solid ; } diff --git a/paradice/css/theme_print.css.php b/paradice/css/theme_print.css.php index 3d94c4e22..cff116c44 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 5914d8e18..b331d6cc4 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: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>; + font-size: 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(getImgPath(); ?>s_lang.png); } -li#li_select_mysql_collation { +li#li_select_mysql_collation, +li#li_select_mysql_charset { list-style-image: url(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: ; + 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 000000000..5b33f7e54 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 000000000..8fe0d9746 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 000000000..d7d8baddb 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 000000000..899ee1106 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 000000000..02819a4b2 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 000000000..87694c506 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 000000000..c0caa4f20 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 000000000..736125abf Binary files /dev/null and b/paradice/img/dot_yellow.png differ diff --git a/paradice/img/eye.png b/paradice/img/eye.png new file mode 100644 index 000000000..564a1a971 Binary files /dev/null and b/paradice/img/eye.png differ diff --git a/paradice/img/eye_grey.png b/paradice/img/eye_grey.png new file mode 100644 index 000000000..a29cfdaad Binary files /dev/null and b/paradice/img/eye_grey.png differ diff --git a/paradice/img/frm_linevrlt.png b/paradice/img/frm_linevrlt.png new file mode 100644 index 000000000..fb64884e1 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 000000000..08d30d34a 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 000000000..c385872ad 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 000000000..caabf6767 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 000000000..a34ba2194 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 000000000..283a5e969 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 000000000..7a7c70442 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 000000000..16b2b8cb3 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 000000000..77a53715d 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 000000000..8749c603c 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 000000000..f6a8dd54a 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 000000000..1c026d32c 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 000000000..0ad30d286 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 e7fb6aabb..1fbbed97e 100644 --- a/paradice/info.inc.php +++ b/paradice/info.inc.php @@ -1,16 +1,16 @@ - +$theme_name = 'Paradice'; +$theme_full_version = '2.9'; +?> diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php index 48ccf0f1b..6b6944495 100644 --- a/paradice/layout.inc.php +++ b/paradice/layout.inc.php @@ -1,116 +1,116 @@ -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' => '' +); +?>