From 99afad04b1418e87b9151a0f82b1fa5e0be84c28 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 Feb 2007 15:58:46 +0000 Subject: [PATCH] get rid of propicon --- aqua/css/theme_right.css.php | 68 +++++++++++++------------- aqua/layout.inc.php | 6 +-- aqua_brushed/css/theme_right.css.php | 66 ++++++++++++------------- aqua_brushed/layout.inc.php | 6 +-- arctic_ocean/css/theme_left.css.php | 11 ++--- arctic_ocean/css/theme_print.css.php | 3 +- arctic_ocean/css/theme_right.css.php | 41 ++++++++-------- cactica_blues/css/theme_right.css.php | 22 ++++----- darkblue_gray/css/theme_right.css.php | 22 ++++----- garvblue/css/theme_left.css.php | 2 +- garvblue/css/theme_right.css.php | 4 +- graphivore/css/theme_left.css.php | 2 +- graphivore/css/theme_right.css.php | 26 +++++----- green_orange/css/theme_right.css.php | 20 ++++---- grid/css/theme_left.css.php | 2 +- grid/css/theme_right.css.php | 60 +++++++++++------------ grid/layout.inc.php | 2 +- openphpnuke/css/theme_left.css.php | 2 +- openphpnuke/css/theme_right.css.php | 14 +++--- original_small/css/theme_left.css.php | 2 +- original_small/css/theme_right.css.php | 60 +++++++++++------------ original_small/layout.inc.php | 2 +- paradice/css/theme_left.css.php | 2 +- paradice/css/theme_right.css.php | 42 ++++++++-------- very_small/css/theme_left.css.php | 9 ++-- very_small/css/theme_print.css.php | 3 +- very_small/css/theme_right.css.php | 55 ++++++++++----------- xampp/css/theme_right.css.php | 28 +++++------ xp_basic/css/theme_right.css.php | 5 +- xp_blue/css/theme_right.css.php | 28 +++++------ xp_dirty/css/theme_right.css.php | 7 ++- xp_green/css/theme_right.css.php | 28 +++++------ xp_silver/css/theme_right.css.php | 28 +++++------ 33 files changed, 335 insertions(+), 343 deletions(-) diff --git a/aqua/css/theme_right.css.php b/aqua/css/theme_right.css.php index 35cffed17..79b822002 100644 --- a/aqua/css/theme_right.css.php +++ b/aqua/css/theme_right.css.php @@ -325,7 +325,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../getImgPath(); ?>s_notice.png); + background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -355,7 +355,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(../getImgPath(); ?>s_warn.png); + background-image: url(getImgPath(); ?>s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -385,7 +385,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(../getImgPath(); ?>s_error.png); + background-image: url(getImgPath(); ?>s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -416,7 +416,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../getImgPath(); ?>s_really.png); + background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -440,7 +440,7 @@ fieldset.confirmation legend { font-weight: normal; color: #000000; background-color: #DDDDDD; - background-image: url(../getImgPath(); ?>AquaStringGreyLarge.png); + background-image: url(getImgPath(); ?>AquaStringGreyLarge.png); background-repeat: repeat-x; } @@ -566,7 +566,7 @@ ul#topmenu li { /* default tab styles */ .tab, .tabcaution, .tabactive { - background-image: url(../getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x; + background-image: url(getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x; background-color: #E5E5E5; border: 0.1em solid silver; border-bottom: 0; @@ -585,7 +585,7 @@ a.tabcaution:hover, padding: 0.2em 0.4em 0.2em 0.4em; text-decoration: none; background-color: #E5E5E5; - background-image: url(../getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x; + background-image: url(getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x; } a.tabcaution:hover { @@ -601,13 +601,13 @@ a.tab:hover, font-weight: bold; color: #FFFFFF; background-color: #8FBDE9; - background-image: url(../getImgPath(); ?>AquaString.png); background-repeat: repeat-x; + background-image: url(getImgPath(); ?>AquaString.png); background-repeat: repeat-x; } /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(../getImgPath(); ?>error.ico), default; + cursor: url(getImgPath(); ?>error.ico), default; } /* end topmenu */ @@ -875,7 +875,7 @@ div#queryboxcontainer div#bookmarkoptions { /* main page */ #maincontainer { - background-image: url(../getImgPath(); ?>logo_right.png); + background-image: url(getImgPath(); ?>logo_right.png); background-position: bottom; background-repeat: no-repeat; border-bottom: 1px solid silver; @@ -888,7 +888,7 @@ div#queryboxcontainer div#bookmarkoptions { } #maincontainer ul { - list-style-image: url(../getImgPath(); ?>item_.png); + list-style-image: url(getImgPath(); ?>item_.png); vertical-align: middle; } @@ -901,96 +901,96 @@ div#queryboxcontainer div#bookmarkoptions { /* iconic view for ul items */ li#li_create_database { - list-style-image: url(../getImgPath(); ?>b_newdb.png); + list-style-image: url(getImgPath(); ?>b_newdb.png); } li#li_select_lang { - list-style-image: url(../getImgPath(); ?>s_lang.png); + 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); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_select_theme{ - list-style-image: url(../getImgPath(); ?>s_theme.png); + list-style-image: url(getImgPath(); ?>s_theme.png); } li#li_server_info{ - list-style-image: url(../getImgPath(); ?>s_host.png); + list-style-image: url(getImgPath(); ?>s_host.png); } li#li_user_info{ - /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ } li#li_mysql_status{ - list-style-image: url(../getImgPath(); ?>s_status.png); + list-style-image: url(getImgPath(); ?>s_status.png); } li#li_mysql_variables{ - list-style-image: url(../getImgPath(); ?>s_vars.png); + list-style-image: url(getImgPath(); ?>s_vars.png); } li#li_mysql_processes{ - list-style-image: url(../getImgPath(); ?>s_process.png); + list-style-image: url(getImgPath(); ?>s_process.png); } li#li_mysql_collations{ - list-style-image: url(../getImgPath(); ?>s_asci.png); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_mysql_engines{ - list-style-image: url(../getImgPath(); ?>b_engine.png); + list-style-image: url(getImgPath(); ?>b_engine.png); } li#li_mysql_binlogs { - list-style-image: url(../getImgPath(); ?>s_tbl.png); + list-style-image: url(getImgPath(); ?>s_tbl.png); } li#li_mysql_databases { - list-style-image: url(../getImgPath(); ?>s_db.png); + list-style-image: url(getImgPath(); ?>s_db.png); } li#li_export { - list-style-image: url(../getImgPath(); ?>b_export.png); + list-style-image: url(getImgPath(); ?>b_export.png); } li#li_import { - list-style-image: url(../getImgPath(); ?>b_import.png); + list-style-image: url(getImgPath(); ?>b_import.png); } li#li_change_password { - list-style-image: url(../getImgPath(); ?>s_passwd.png); + list-style-image: url(getImgPath(); ?>s_passwd.png); } li#li_log_out { - list-style-image: url(../getImgPath(); ?>s_loggoff.png); + list-style-image: url(getImgPath(); ?>s_loggoff.png); } li#li_pma_docs { - list-style-image: url(../getImgPath(); ?>b_docs.png); + list-style-image: url(getImgPath(); ?>b_docs.png); } li#li_phpinfo { - list-style-image: url(../getImgPath(); ?>php_sym.png); + list-style-image: url(getImgPath(); ?>php_sym.png); } li#li_pma_homepage { - list-style-image: url(../getImgPath(); ?>b_home.png); + list-style-image: url(getImgPath(); ?>b_home.png); } li#li_mysql_privilegs{ - list-style-image: url(../getImgPath(); ?>s_rights.png); + list-style-image: url(getImgPath(); ?>s_rights.png); } li#li_switch_dbstats { - list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); } li#li_flush_privileges { - list-style-image: url(../getImgPath(); ?>s_reload.png); + list-style-image: url(getImgPath(); ?>s_reload.png); } /* END iconic view for ul items */ diff --git a/aqua/layout.inc.php b/aqua/layout.inc.php index 6184dc808..a0e5f454c 100644 --- a/aqua/layout.inc.php +++ b/aqua/layout.inc.php @@ -14,7 +14,7 @@ $GLOBALS['cfg']['NaviWidth'] = 175; $GLOBALS['cfg']['NaviColor'] = '#ffffff'; // background for the navi frame -$GLOBALS['cfg']['NaviBackground'] = '#3E7BB6 right repeat-y url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_aquaGrad.png)'; +$GLOBALS['cfg']['NaviBackground'] = '#3E7BB6 right repeat-y url(' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_aquaGrad.png)'; // color of the pointer in navi frame $GLOBALS['cfg']['NaviPointerColor'] = 'Navy'; @@ -26,7 +26,7 @@ $GLOBALS['cfg']['NaviPointerColor'] = 'Navy'; $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame -//$GLOBALS['cfg']['MainBackground'] = '#3E7BB6 right repeat url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_main.png)'; +//$GLOBALS['cfg']['MainBackground'] = '#3E7BB6 right repeat url(' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_main.png)'; $GLOBALS['cfg']['MainBackground'] = 'white'; // color of the pointer in browse mode @@ -61,7 +61,7 @@ $GLOBALS['cfg']['FontSize'] = ''; // border $GLOBALS['cfg']['Border'] = 0; // table header and footer color -$GLOBALS['cfg']['ThBackground'] = '#cacaca repeat-x url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_tblHeaders.png)'; +$GLOBALS['cfg']['ThBackground'] = '#cacaca repeat-x url(' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_tblHeaders.png)'; // table header and footer background $GLOBALS['cfg']['ThColor'] = '#000000'; // table data row background diff --git a/aqua_brushed/css/theme_right.css.php b/aqua_brushed/css/theme_right.css.php index 3e7fbe44c..079fe9133 100644 --- a/aqua_brushed/css/theme_right.css.php +++ b/aqua_brushed/css/theme_right.css.php @@ -68,7 +68,7 @@ th { font-weight: bold; color: #000000; background-color: #B5BDC7; - background-image: url(../getImgPath(); ?>tbl_th.png); + background-image: url(getImgPath(); ?>tbl_th.png); background-repeat: repeat-x; background-position: top; } @@ -338,7 +338,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../getImgPath(); ?>s_notice.png); + background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -368,7 +368,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(../getImgPath(); ?>s_warn.png); + background-image: url(getImgPath(); ?>s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -398,7 +398,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(../getImgPath(); ?>s_error.png); + background-image: url(getImgPath(); ?>s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -429,7 +429,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../getImgPath(); ?>s_really.png); + background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -584,7 +584,7 @@ ul#topmenu li { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; background-color: #B5BDC7; - background-image: url(../getImgPath(); ?>tbl_header.png); + background-image: url(getImgPath(); ?>tbl_header.png); background-repeat: repeat-x; background-position: top; } @@ -598,7 +598,7 @@ a.tabcaution:hover, padding: 0.2em 0.4em 0.2em 0.4em; text-decoration: none; background-color: #DDDDDD; - background-image: url(../getImgPath(); ?>tbl_th.png); + background-image: url(getImgPath(); ?>tbl_th.png); background-repeat: repeat-x; background-position: top; } @@ -621,7 +621,7 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(../getImgPath(); ?>error.ico), default; + cursor: url(getImgPath(); ?>error.ico), default; } /* end topmenu */ @@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions { /* main page */ #maincontainer { - background-image: url(../getImgPath(); ?>logo_right.png); + background-image: url(getImgPath(); ?>logo_right.png); background-position: bottom; background-repeat: no-repeat; border-bottom: 1px solid silver; @@ -902,7 +902,7 @@ div#queryboxcontainer div#bookmarkoptions { } #maincontainer ul { - list-style-image: url(../getImgPath(); ?>item_.png); + list-style-image: url(getImgPath(); ?>item_.png); vertical-align: middle; } @@ -915,96 +915,96 @@ div#queryboxcontainer div#bookmarkoptions { /* iconic view for ul items */ li#li_create_database { - list-style-image: url(../getImgPath(); ?>b_newdb.png); + list-style-image: url(getImgPath(); ?>b_newdb.png); } li#li_select_lang { - list-style-image: url(../getImgPath(); ?>s_lang.png); + 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); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_select_theme{ - list-style-image: url(../getImgPath(); ?>s_theme.png); + list-style-image: url(getImgPath(); ?>s_theme.png); } li#li_server_info{ - list-style-image: url(../getImgPath(); ?>s_host.png); + list-style-image: url(getImgPath(); ?>s_host.png); } li#li_user_info{ - /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ } li#li_mysql_status{ - list-style-image: url(../getImgPath(); ?>s_status.png); + list-style-image: url(getImgPath(); ?>s_status.png); } li#li_mysql_variables{ - list-style-image: url(../getImgPath(); ?>s_vars.png); + list-style-image: url(getImgPath(); ?>s_vars.png); } li#li_mysql_processes{ - list-style-image: url(../getImgPath(); ?>s_process.png); + list-style-image: url(getImgPath(); ?>s_process.png); } li#li_mysql_collations{ - list-style-image: url(../getImgPath(); ?>s_asci.png); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_mysql_engines{ - list-style-image: url(../getImgPath(); ?>b_engine.png); + list-style-image: url(getImgPath(); ?>b_engine.png); } li#li_mysql_binlogs { - list-style-image: url(../getImgPath(); ?>s_tbl.png); + list-style-image: url(getImgPath(); ?>s_tbl.png); } li#li_mysql_databases { - list-style-image: url(../getImgPath(); ?>s_db.png); + list-style-image: url(getImgPath(); ?>s_db.png); } li#li_export { - list-style-image: url(../getImgPath(); ?>b_export.png); + list-style-image: url(getImgPath(); ?>b_export.png); } li#li_import { - list-style-image: url(../getImgPath(); ?>b_import.png); + list-style-image: url(getImgPath(); ?>b_import.png); } li#li_change_password { - list-style-image: url(../getImgPath(); ?>s_passwd.png); + list-style-image: url(getImgPath(); ?>s_passwd.png); } li#li_log_out { - list-style-image: url(../getImgPath(); ?>s_loggoff.png); + list-style-image: url(getImgPath(); ?>s_loggoff.png); } li#li_pma_docs { - list-style-image: url(../getImgPath(); ?>b_docs.png); + list-style-image: url(getImgPath(); ?>b_docs.png); } li#li_phpinfo { - list-style-image: url(../getImgPath(); ?>php_sym.png); + list-style-image: url(getImgPath(); ?>php_sym.png); } li#li_pma_homepage { - list-style-image: url(../getImgPath(); ?>b_home.png); + list-style-image: url(getImgPath(); ?>b_home.png); } li#li_mysql_privilegs{ - list-style-image: url(../getImgPath(); ?>s_rights.png); + list-style-image: url(getImgPath(); ?>s_rights.png); } li#li_switch_dbstats { - list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); } li#li_flush_privileges { - list-style-image: url(../getImgPath(); ?>s_reload.png); + list-style-image: url(getImgPath(); ?>s_reload.png); } /* END iconic view for ul items */ diff --git a/aqua_brushed/layout.inc.php b/aqua_brushed/layout.inc.php index ec07be5bb..c74cdbcf3 100644 --- a/aqua_brushed/layout.inc.php +++ b/aqua_brushed/layout.inc.php @@ -14,7 +14,7 @@ $GLOBALS['cfg']['NaviWidth'] = 185; $GLOBALS['cfg']['NaviColor'] = '#000000'; // background for the navi frame -$GLOBALS['cfg']['NaviBackground'] = '#DDDDDD fixed url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'RightBg.png)'; +$GLOBALS['cfg']['NaviBackground'] = '#DDDDDD fixed url(' . $_SESSION['PMA_Theme']->getImgPath() . 'RightBg.png)'; // color of the pointer in navi frame $GLOBALS['cfg']['NaviPointerColor'] = '#9999CC'; @@ -26,7 +26,7 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#9999CC'; $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame -$GLOBALS['cfg']['MainBackground'] = '#ffffff fixed url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'RightBg.png)'; +$GLOBALS['cfg']['MainBackground'] = '#ffffff fixed url(' . $_SESSION['PMA_Theme']->getImgPath() . 'RightBg.png)'; // color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#BDC5CC'; @@ -60,7 +60,7 @@ $GLOBALS['cfg']['FontSize'] = '8pt'; // border $GLOBALS['cfg']['Border'] = 0; // table header and footer color -$GLOBALS['cfg']['ThBackground'] = '#B5BDC7 repeat-x top url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_header.png)'; +$GLOBALS['cfg']['ThBackground'] = '#B5BDC7 repeat-x top url(' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_header.png)'; // table header and footer background $GLOBALS['cfg']['ThColor'] = '#000000'; // table data row background diff --git a/arctic_ocean/css/theme_left.css.php b/arctic_ocean/css/theme_left.css.php index f3dcd4861..043a28352 100644 --- a/arctic_ocean/css/theme_left.css.php +++ b/arctic_ocean/css/theme_left.css.php @@ -3,8 +3,7 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } -?> - +?> /************************************************************************************ * LEFT FRAME ************************************************************************************/ @@ -32,7 +31,7 @@ } body { background-color: #d9e4f4; - background-image: url('themes/arctic_ocean/img/wbg_left.jpg'); + background-image: url('themes/arctic_ocean/img/wbg_left.jpg'); background-repeat: repeat-y; background-position: 0px 0px; } @@ -44,7 +43,7 @@ body, input, textarea, select, th, td, .item, .tblItem { width: 100%; } #body_queryFrame div { - white-space: nowrap; + white-space: nowrap; } input, select, textarea { color: #000000; @@ -86,7 +85,7 @@ img { } td.heada, span.heada { - background-image: url(themes/arctic_ocean/img/b_sdb.png); + background-image: url(themes/arctic_ocean/img/b_sdb.png); background-position: 2px center; background-repeat: no-repeat; font-weight: bold; @@ -98,7 +97,7 @@ span.heada, span.heada a:link, span.heada a:active, span.heada a:visited, span.h td.heada, span.heada { text-align: left; padding-left: 16px; - white-space: nowrap; + white-space: nowrap; } bdo { diff --git a/arctic_ocean/css/theme_print.css.php b/arctic_ocean/css/theme_print.css.php index ba57a23b0..b54b29101 100644 --- a/arctic_ocean/css/theme_print.css.php +++ b/arctic_ocean/css/theme_print.css.php @@ -1,4 +1,3 @@ - /* For printview */ body { font-family: Verdana, Arial, Helvetica, sans-serif; @@ -90,7 +89,7 @@ input[type=button], input[type=submit], input[type=reset] { } .serverinfo div { - background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-image: url(themes/arctic_ocean/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; diff --git a/arctic_ocean/css/theme_right.css.php b/arctic_ocean/css/theme_right.css.php index 2dc482d1b..9036a232e 100644 --- a/arctic_ocean/css/theme_right.css.php +++ b/arctic_ocean/css/theme_right.css.php @@ -3,8 +3,7 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } -?> - +?> /* STYLE FOR THE RIGHT (MAIN) FRAME */ #mainFrameset, #leftFrameset, frameset, frame { @@ -35,7 +34,7 @@ body { background-color: #ffffff; margin: 0; padding: 26px 3px 3px 3px; - background-image: url(themes/arctic_ocean/img/wbg_right.jpg); + background-image: url(themes/arctic_ocean/img/wbg_right.jpg); background-position: 100% 100%; background-repeat: no-repeat; background-attachment: fixed; @@ -123,7 +122,7 @@ th, .tblFooters { border-top: 1px solid #cccccc; border-bottom: 1px solid #333333; white-space: nowrap; - background-image: url(themes/arctic_ocean/img/tbg_th1.png); + background-image: url(themes/arctic_ocean/img/tbg_th1.png); background-repeat: repeat-x; background-position: 0 0; } @@ -136,7 +135,7 @@ th, .tblFooters { .tblHeaders, tr.tblHeaders td, tr.tblHeaders th { color: #585880; background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_th0.png); + background-image: url(themes/arctic_ocean/img/tbg_th0.png); } .tblcomment { font-size: 10px; @@ -244,7 +243,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../themes/arctic_ocean/img/s_notice.png); + background-image: url(themes/arctic_ocean/img/s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -273,7 +272,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(../themes/arctic_ocean/img/s_warn.png); + background-image: url(themes/arctic_ocean/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -302,7 +301,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(../themes/arctic_ocean/img/s_error.png); + background-image: url(themes/arctic_ocean/img/s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -334,7 +333,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../themes/arctic_ocean/img/s_really.png); + background-image: url(themes/arctic_ocean/img/s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -487,7 +486,7 @@ fieldset.confirmation legend { margin: 0px 1px 0px 1px; } .serverinfo div { - background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-image: url(themes/arctic_ocean/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 16px; @@ -553,7 +552,7 @@ fieldset.confirmation legend { .nav { color: #000000; background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); background-repeat: repeat-x; background-position: center; height: 24px; @@ -588,18 +587,18 @@ fieldset.confirmation legend { } .navNormal { background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); } .navActive { background-color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); border: none; margin: 0px; padding: 5px; } .navDrop { background-color: #e9c7b4; - background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); } .navActive a:link, .navActive a:active, .navActive a:visited { color: #585880; @@ -622,7 +621,7 @@ fieldset.confirmation legend { .navSpacer { width: 1px; background-color: #333333; - background-image: url(themes/arctic_ocean/img/tbg_nav1.png); + background-image: url(themes/arctic_ocean/img/tbg_nav1.png); background-repeat: no-repeat; background-position: center top; } @@ -635,7 +634,7 @@ fieldset.confirmation legend { ul#topmenu { list-style-type: none; background-color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); background-repeat: repeat-x; background-position: center bottom; border: none; @@ -653,7 +652,7 @@ fieldset.confirmation legend { width: 100%; _width: expression(eval(document.body.offsetWidth-18)); } - + ul#topmenu li { float: left; margin: 0; @@ -661,7 +660,7 @@ fieldset.confirmation legend { vertical-align: middle; border: none; } - + /* default tab styles */ span.tab, span.tab:hover, span.tabcaution, span.tabcaution:hover, @@ -692,18 +691,18 @@ fieldset.confirmation legend { } a.tab:hover { color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav4.png); + background-image: url(themes/arctic_ocean/img/tbg_nav4.png); background-position: center bottom; } a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover { - background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); background-color: #ffffff; border-left: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #ffffff; } a.tabcaution:hover { - background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); background-position: center bottom; } a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution { diff --git a/cactica_blues/css/theme_right.css.php b/cactica_blues/css/theme_right.css.php index 20157f825..27e307fc4 100644 --- a/cactica_blues/css/theme_right.css.php +++ b/cactica_blues/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #ff9900; - background-image: url(../themes/cactica_blues/img/tbl_th.png); + background-image: url(themes/cactica_blues/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -206,7 +206,7 @@ div.warning { /* */ - background-image: url(../themes/cactica_blues/img/s_warn.png); + background-image: url(themes/cactica_blues/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -235,7 +235,7 @@ div.error div.head { /* */ - background-image: url(../themes/cactica_blues/img/s_error.png); + background-image: url(themes/cactica_blues/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -284,7 +284,7 @@ div.tblWarn { color: #ffffff; background-color: #7296C0; - background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-image: url(themes/cactica_blues/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -299,7 +299,7 @@ div.tblWarn { color: #ffffff; background-color: #7296C0; - background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-image: url(themes/cactica_blues/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -314,7 +314,7 @@ div.tblWarn { color: #ffffff; background-color: #cc0000; - background-image: url(../themes/cactica_blues/img/tbl_error.png); + background-image: url(themes/cactica_blues/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -325,7 +325,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/cactica_blues/img/s_error.png); + background-image: url(themes/cactica_blues/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -338,7 +338,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/cactica_blues/img/tbl_th.png); + background-image: url(themes/cactica_blues/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -349,7 +349,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/cactica_blues/img/s_warn.png); + background-image: url(themes/cactica_blues/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -417,7 +417,7 @@ a.tabactive { font-size: 10px; background-color: #FFFFFF; - background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-image: url(themes/cactica_blues/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -441,7 +441,7 @@ a.tab:hover, .tabactive { margin-left: 0; padding: 0.3em 0.3em 0.1em 0.3em; background-color: #E5E5E5; - background-image: url(../themes/cactica_blues/img/tbl_th.png); background-repeat: repeat-x; + background-image: url(themes/cactica_blues/img/tbl_th.png); background-repeat: repeat-x; font-weight: bold; color: #FFFFFF; } diff --git a/darkblue_gray/css/theme_right.css.php b/darkblue_gray/css/theme_right.css.php index f4ff06a8b..01fda6aca 100644 --- a/darkblue_gray/css/theme_right.css.php +++ b/darkblue_gray/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #999988; - background-image: url(../themes/darkblue_gray/img/tbl_th.png); + background-image: url(themes/darkblue_gray/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -207,7 +207,7 @@ div.warning { /* */ - background-image: url(../themes/darkblue_gray/img/s_warn.png); + background-image: url(themes/darkblue_gray/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -236,7 +236,7 @@ div.error div.head { /* */ - background-image: url(../themes/darkblue_gray/img/s_error.png); + background-image: url(themes/darkblue_gray/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -286,7 +286,7 @@ div.tblWarn { color: #ffffff; background-color: #676767; - background-image: url(../themes/darkblue_gray/img/tbl_header.png); + background-image: url(themes/darkblue_gray/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -301,7 +301,7 @@ div.tblWarn { color: #ffffff; background-color: #676767; - background-image: url(../themes/darkblue_gray/img/tbl_header.png); + background-image: url(themes/darkblue_gray/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -316,7 +316,7 @@ div.tblWarn { color: #ffffff; background-color: #cc0000; - background-image: url(../themes/darkblue_gray/img/tbl_error.png); + background-image: url(themes/darkblue_gray/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -327,7 +327,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/darkblue_gray/img/s_error.png); + background-image: url(themes/darkblue_gray/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -340,7 +340,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/darkblue_gray/img/tbl_th.png); + background-image: url(themes/darkblue_gray/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -351,7 +351,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/darkblue_gray/img/s_warn.png); + background-image: url(themes/darkblue_gray/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -438,7 +438,7 @@ a.tabactive { /* default tab styles */ .tab, .tabcaution { - background-image: url(../themes/darkblue_gray/img/tbl_header.png); background-repeat: repeat-x; + background-image: url(themes/darkblue_gray/img/tbl_header.png); background-repeat: repeat-x; background-position: top; background-color: #676767; border: 0.1em solid silver; @@ -491,7 +491,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/aqua/img/s_error.png); + background-image: url(themes/aqua/img/s_error.png); img, input, select, button { vertical-align: middle; diff --git a/garvblue/css/theme_left.css.php b/garvblue/css/theme_left.css.php index 597dc5538..e5d498579 100644 --- a/garvblue/css/theme_left.css.php +++ b/garvblue/css/theme_left.css.php @@ -54,7 +54,7 @@ img, input, select, button { } #body_queryFrame, #body_leftFrame { - background-image: url('../themes/garvblue/img/background4.gif'); + background-image: url('themes/garvblue/img/background4.gif'); background-repeat: repeat-y; background-position: 100% 0%; } diff --git a/garvblue/css/theme_right.css.php b/garvblue/css/theme_right.css.php index 73806c30a..9ab0110c2 100644 --- a/garvblue/css/theme_right.css.php +++ b/garvblue/css/theme_right.css.php @@ -79,7 +79,7 @@ h3 { } .serverinfo div{ - background-image: url(../themes/garvblue/img/item_ltr.png); + background-image: url(themes/garvblue/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; @@ -286,7 +286,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/original/img/s_error.png); + background-image: url(themes/original/img/s_error.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0px 0px 0px 25px; diff --git a/graphivore/css/theme_left.css.php b/graphivore/css/theme_left.css.php index 7846e8dba..f4c556a99 100644 --- a/graphivore/css/theme_left.css.php +++ b/graphivore/css/theme_left.css.php @@ -215,7 +215,7 @@ div{ body{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - background-image: url(../themes/graphivore/img/bgmenu.gif); + background-image: url(themes/graphivore/img/bgmenu.gif); margin: 0px; padding: 2px 2px 2px 2px; } diff --git a/graphivore/css/theme_right.css.php b/graphivore/css/theme_right.css.php index 52ce907bb..8ea8f6bc2 100644 --- a/graphivore/css/theme_right.css.php +++ b/graphivore/css/theme_right.css.php @@ -45,7 +45,7 @@ th{ color: #FFF3DB; background-color: #ff9900; - background-image: url(../themes/graphivore/img/tbl_th.png); + background-image: url(themes/graphivore/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -231,7 +231,7 @@ div.warning { /* */ - background-image: url(../themes/graphivore/img/s_warn.png); + background-image: url(themes/graphivore/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -260,7 +260,7 @@ div.error div.head { /* */ - background-image: url(../themes/graphivore/img/s_error.png); + background-image: url(themes/graphivore/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -311,7 +311,7 @@ div.tblWarn { color: #fff3db; background-color: #286860; - background-image: url(../themes/graphivore/img/tbl_header.png); + background-image: url(themes/graphivore/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -326,7 +326,7 @@ div.tblWarn { color: #fff3db; background-color: #286860; - background-image: url(../themes/graphivore/img/tbl_header.png); + background-image: url(themes/graphivore/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -340,7 +340,7 @@ div.tblWarn { color: #fff3db; background-color: #cc0000; - background-image: url(../themes/graphivore/img/tbl_error.png); + background-image: url(themes/graphivore/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -351,7 +351,7 @@ div.errorhead { color: #fff3db; text-align: left; - background-image: url(../themes/graphivore/img/s_error.png); + background-image: url(themes/graphivore/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -364,7 +364,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/graphivore/img/tbl_th.png); + background-image: url(themes/graphivore/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -375,7 +375,7 @@ div.warnhead { color: #fff3db; text-align: left; - background-image: url(../themes/graphivore/img/s_warn.png); + background-image: url(themes/graphivore/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -464,7 +464,7 @@ a.tabactive { /* default tab styles */ .tab, .tabcaution { - background-image: url(../themes/graphivore/img/tbl_header.png); background-repeat: repeat-x; + background-image: url(themes/graphivore/img/tbl_header.png); background-repeat: repeat-x; background-position: top; background-color: #676767; border: 0.1em solid silver; @@ -481,7 +481,7 @@ a.tabactive { font-size: 10px; font-weight: bold; color: #000000; - background-image: url(../themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; + background-image: url(themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; background-position: top; background-color: #ffaa44; height: 16px; @@ -494,7 +494,7 @@ a.tab:hover, .tabactive { margin-right: 0; margin-left: 0; padding: 0.3em 0.3em 0.1em 0.3em; - background-image: url(../themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; + background-image: url(themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; background-position: top; background-color: #ffaa44; height: 16px; @@ -504,7 +504,7 @@ a.tab:hover, .tabactive { a.tabcaution:hover { background-color: #ff0000; - background-image: url(../themes/graphivore/img/tbl_error2.png); background-repeat: repeat-x; + background-image: url(themes/graphivore/img/tbl_error2.png); background-repeat: repeat-x; } /* disabled drop/empty tabs */ diff --git a/green_orange/css/theme_right.css.php b/green_orange/css/theme_right.css.php index ac50e4a9e..d523dc27a 100644 --- a/green_orange/css/theme_right.css.php +++ b/green_orange/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #ff9900; - background-image: url(../themes/green_orange/img/tbl_th.png); + background-image: url(themes/green_orange/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -221,7 +221,7 @@ div.warning { /* */ - background-image: url(../themes/green_orange/img/s_warn.png); + background-image: url(themes/green_orange/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -250,7 +250,7 @@ div.error div.head { /* */ - background-image: url(../themes/green_orange/img/s_error.png); + background-image: url(themes/green_orange/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -301,7 +301,7 @@ div.tblWarn { color: #ffffff; background-color: #286860; - background-image: url(../themes/green_orange/img/tbl_header.png); + background-image: url(themes/green_orange/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -316,7 +316,7 @@ div.tblWarn { color: #ffffff; background-color: #286860; - background-image: url(../themes/green_orange/img/tbl_header.png); + background-image: url(themes/green_orange/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -330,7 +330,7 @@ div.tblWarn { color: #ffffff; background-color: #cc0000; - background-image: url(../themes/green_orange/img/tbl_error.png); + background-image: url(themes/green_orange/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -341,7 +341,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/green_orange/img/s_error.png); + background-image: url(themes/green_orange/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -354,7 +354,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/green_orange/img/tbl_th.png); + background-image: url(themes/green_orange/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -365,7 +365,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/green_orange/img/s_warn.png); + background-image: url(themes/green_orange/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -454,7 +454,7 @@ a.tabactive { /* default tab styles */ .tab, .tabcaution { - background-image: url(../themes/green_orange/img/tbl_header.png); background-repeat: repeat-x; + background-image: url(themes/green_orange/img/tbl_header.png); background-repeat: repeat-x; background-position: top; background-color: #676767; border: 0.1em solid silver; diff --git a/grid/css/theme_left.css.php b/grid/css/theme_left.css.php index 8521e5dae..48a1d7b44 100644 --- a/grid/css/theme_left.css.php +++ b/grid/css/theme_left.css.php @@ -96,7 +96,7 @@ div#leftframelinks a:hover { /* serverlist */ #body_leftFrame #list_server { - list-style-image: url(..//original/img/s_host.png); + list-style-image: url(/original/img/s_host.png); list-style-position: inside; list-style-type: none; } diff --git a/grid/css/theme_right.css.php b/grid/css/theme_right.css.php index da29c168c..4de2fdb3a 100644 --- a/grid/css/theme_right.css.php +++ b/grid/css/theme_right.css.php @@ -344,7 +344,7 @@ div.notice { margin: .5em 0 .5em 0; border: 1px solid #FFD700; - background-image: url("../getImgPath(); ?>s_notice.png"); + background-image: url("getImgPath(); ?>s_notice.png"); background-repeat:no-repeat; background-position: 10px 50%; @@ -374,7 +374,7 @@ div.warning { margin: .5em 0 .5em 0; border: 1px solid #c00; - background-image: url("../getImgPath(); ?>s_warn.png"); + background-image: url("getImgPath(); ?>s_warn.png"); background-repeat:no-repeat; background-position: 10px 50%; @@ -404,7 +404,7 @@ div.error { margin: .5em 0 .5em 0; border: 1px solid #f00; - background-image: url("../getImgPath(); ?>s_error.png"); + background-image: url("getImgPath(); ?>s_error.png"); background-repeat:no-repeat; background-position: 10px 50%; @@ -435,7 +435,7 @@ fieldset.confirmation legend { border-right: 1px solid #f00; font-weight: bold; - background-image: url("../getImgPath(); ?>s_really.png"); + background-image: url("getImgPath(); ?>s_really.png"); background-repeat:no-repeat; background-position: 5px 50%; @@ -644,7 +644,7 @@ a.warning, span.tabcaution { getImgPath(), 'error.ico"), auto;';/*jw*/ + echo ' cursor: url("', $_SESSION['PMA_Theme']->getImgPath(), 'error.ico"), auto;';/*jw*/ } ?> } @@ -914,7 +914,7 @@ div#queryboxcontainer div#bookmarkoptions { /* main page */ #maincontainer { - background-image: url("../getImgPath(); ?>logo_right.png"); + background-image: url("getImgPath(); ?>logo_right.png"); background-position: bottom; background-repeat: no-repeat; border-bottom: 1px solid silver; @@ -927,7 +927,7 @@ div#queryboxcontainer div#bookmarkoptions { } #maincontainer ul { - list-style-image: url("../getImgPath(); ?>item_.png"); + list-style-image: url("getImgPath(); ?>item_.png"); vertical-align: middle; } @@ -941,96 +941,96 @@ div#queryboxcontainer div#bookmarkoptions { /* iconic view for ul items */ li#li_create_database { - list-style-image: url("../getImgPath(); ?>b_newdb.png"); + list-style-image: url("getImgPath(); ?>b_newdb.png"); } li#li_select_lang { - list-style-image: url("../getImgPath(); ?>s_lang.png"); + 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"); + list-style-image: url("getImgPath(); ?>s_asci.png"); } li#li_select_theme{ - list-style-image: url("../getImgPath(); ?>s_theme.png"); + list-style-image: url("getImgPath(); ?>s_theme.png"); } li#li_server_info{ - list-style-image: url("../getImgPath(); ?>s_host.png"); + list-style-image: url("getImgPath(); ?>s_host.png"); } getImgPath(); ?>s_rights.png"); + list-style-image: url("getImgPath(); ?>s_rights.png"); } */ ?> li#li_mysql_status{ - list-style-image: url("../getImgPath(); ?>s_status.png"); + list-style-image: url("getImgPath(); ?>s_status.png"); } li#li_mysql_variables{ - list-style-image: url("../getImgPath(); ?>s_vars.png"); + list-style-image: url("getImgPath(); ?>s_vars.png"); } li#li_mysql_processes{ - list-style-image: url("../getImgPath(); ?>s_process.png"); + list-style-image: url("getImgPath(); ?>s_process.png"); } li#li_mysql_collations{ - list-style-image: url("../getImgPath(); ?>s_asci.png"); + list-style-image: url("getImgPath(); ?>s_asci.png"); } li#li_mysql_engines{ - list-style-image: url("../getImgPath(); ?>b_engine.png"); + list-style-image: url("getImgPath(); ?>b_engine.png"); } li#li_mysql_binlogs { - list-style-image: url("../getImgPath(); ?>s_tbl.png"); + list-style-image: url("getImgPath(); ?>s_tbl.png"); } li#li_mysql_databases { - list-style-image: url("../getImgPath(); ?>s_db.png"); + list-style-image: url("getImgPath(); ?>s_db.png"); } li#li_export { - list-style-image: url("../getImgPath(); ?>b_export.png"); + list-style-image: url("getImgPath(); ?>b_export.png"); } li#li_import { - list-style-image: url("../getImgPath(); ?>b_import.png"); + list-style-image: url("getImgPath(); ?>b_import.png"); } li#li_change_password { - list-style-image: url("../getImgPath(); ?>s_passwd.png"); + list-style-image: url("getImgPath(); ?>s_passwd.png"); } li#li_log_out { - list-style-image: url("../getImgPath(); ?>s_loggoff.png"); + list-style-image: url("getImgPath(); ?>s_loggoff.png"); } li#li_pma_docs { - list-style-image: url("../getImgPath(); ?>b_docs.png"); + list-style-image: url("getImgPath(); ?>b_docs.png"); } li#li_phpinfo { - list-style-image: url("../getImgPath(); ?>php_sym.png"); + list-style-image: url("getImgPath(); ?>php_sym.png"); } li#li_pma_homepage { - list-style-image: url("../getImgPath(); ?>b_home.png"); + list-style-image: url("getImgPath(); ?>b_home.png"); } li#li_mysql_privilegs{ - list-style-image: url("../getImgPath(); ?>s_rights.png"); + list-style-image: url("getImgPath(); ?>s_rights.png"); } li#li_switch_dbstats { - list-style-image: url("../getImgPath(); ?>b_dbstatistics.png"); + list-style-image: url("getImgPath(); ?>b_dbstatistics.png"); } li#li_flush_privileges { - list-style-image: url("../getImgPath(); ?>s_reload.png"); + list-style-image: url("getImgPath(); ?>s_reload.png"); } /* END iconic view for ul items */ diff --git a/grid/layout.inc.php b/grid/layout.inc.php index 651cf4d17..c78ca8995 100644 --- a/grid/layout.inc.php +++ b/grid/layout.inc.php @@ -54,7 +54,7 @@ $GLOBALS['cfg']['MainBackground'] = '#d0d0d0';//e7 if ( PMA_USR_BROWSER_AGENT != 'MOZILLA' ) { /*jw index.php: NO frameborder="0"*/ $GLOBALS['cfg']['MainBackground'] .= -' url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; +' url(' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; } // link color $GLOBALS['cfg']['MainLinkColor'] = '#00d';/*jw*/ diff --git a/openphpnuke/css/theme_left.css.php b/openphpnuke/css/theme_left.css.php index 6015b1d60..4482ec03f 100644 --- a/openphpnuke/css/theme_left.css.php +++ b/openphpnuke/css/theme_left.css.php @@ -65,7 +65,7 @@ div {font: Verdana,Arial,Helvetica,sans-serif; color } ?> /* Always enabled stylesheets (left frame) */ -body {background-color: #1CC2F8; background-image: url(../themes/openphpnuke/img/framelinksbg.png); background-position: right; background-repeat: repeat-y; font: Verdana,Arial,Helvetica,sans-serif;} +body {background-color: #1CC2F8; background-image: url(themes/openphpnuke/img/framelinksbg.png); background-position: right; background-repeat: repeat-y; font: Verdana,Arial,Helvetica,sans-serif;} input {font: Verdana,Arial,Helvetica,sans-serif;} select {font: Verdana,Arial,Helvetica,sans-serif; background:#ffffff; color:#000000;} diff --git a/openphpnuke/css/theme_right.css.php b/openphpnuke/css/theme_right.css.php index 84965c699..6da65663b 100644 --- a/openphpnuke/css/theme_right.css.php +++ b/openphpnuke/css/theme_right.css.php @@ -1,8 +1,8 @@ -body {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(../themes/openphpnuke/img/vertical_line.png) repeat-y;} +body {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(themes/openphpnuke/img/vertical_line.png) repeat-y;} pre, tt {font-size:;} table {border-collapse:collapse;} -th {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; border:solid 1px #A5A5A5; height:22px; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x;} +th {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; border:solid 1px #A5A5A5; height:22px; background:#FCFCFC url(themes/openphpnuke/img/titellinks.png) repeat-x;} td {font: Arial,Verdana,Helvetica,sans-serif;} form {font: Arial,Verdana,Helvetica,sans-serif; padding:0px; margin:0px;} input {font: Arial,Verdana,Helvetica,sans-serif;} @@ -69,12 +69,12 @@ button.mult_submit {border:none; background:transparent;} hr{ color:#666666; background:#666666; border:0; height:1px;} /* new styles for navigation */ -#topmenu table {border-collapse:collapse; border:solid 1px #A5A5A5; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x; height:22px;} +#topmenu table {border-collapse:collapse; border:solid 1px #A5A5A5; background:#FCFCFC url(themes/openphpnuke/img/titellinks.png) repeat-x; height:22px;} .nav {font-family:Arial,Verdana,Helvetica,sans-serif; color:#000000; border-top:none; border-right:none; border-left:none; border-bottom: 1px solid #666;} .navSpacer {width:5px; height:16px;} .navNormal, .navDrop, .navActive {font:bold Arial,Verdana,Helvetica,sans-serif; border-top:none; border-right:1px solid #666; border-left:1px solid #999; border-bottom:none; padding: 2px 5px 2px 5px;} .navNormal {color:#000000; background:none;} -.navActive {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FCFCFC url(../themes/openphpnuke/img/titellinks1.png) repeat-x;} +.navActive {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FCFCFC url(themes/openphpnuke/img/titellinks1.png) repeat-x;} .navDrop {color:#000000; background:#FFFFFF;} .navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited {color:#0000FF;} @@ -85,7 +85,7 @@ hr{ color:#666666; background:#666666; border:0; height:1px;} /* Warning showing div with right border and optional icon */ div.errorhead {font-weight:bold; color:#ffffff; text-align:left; margin:0px; - background:url(../themes/openphpnuke/img/s_error.png) no-repeat 5px 50%; padding:0px 0px 0px 25px; + background:url(themes/openphpnuke/img/s_error.png) no-repeat 5px 50%; padding:0px 0px 0px 25px; } @@ -100,7 +100,7 @@ tr.disabled td, td.disabled {background:#cccccc;} .tblError {border:1px solid #FF0000; background:#FFFFCC;} .tblWarn, div.tblWarn {border:1px solid #FF0000; background: #FFFFFF;} div.tblWarn {padding:5px 5px 5px 5px; margin:0px 0px 5px 0px; width:100%;} -.tblHeaders {border:1px solid #A5A5A5; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x; height:22px; font-weight:bold; color:#000000;} +.tblHeaders {border:1px solid #A5A5A5; background:#FCFCFC url(themes/openphpnuke/img/titellinks.png) repeat-x; height:22px; font-weight:bold; color:#000000;} .tblFooters {background: ; font-weight:normal; color:#000000;} .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {color:#0000FF;} .tblHeaders a:hover, .tblFooters a:hover {color:#FF0000;} @@ -114,6 +114,6 @@ img, input, select, button {vertical-align:middle;} .serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {font:bolder Arial,Verdana,Helvetica,sans-serif;} .serverinfo a img {vertical-align:middle; margin: 0px 1px 0px 2px;} -.serverinfo div {background:url(../themes/openphpnuke/img/item_ltr.png) no-repeat 50% 50%; width:20px; height:16px;} +.serverinfo div {background:url(themes/openphpnuke/img/item_ltr.png) no-repeat 50% 50%; width:20px; height:16px;} #textSQLDUMP {width:95%; height:95%; font:12px "Courier New", Courier, mono;} diff --git a/original_small/css/theme_left.css.php b/original_small/css/theme_left.css.php index df2eedd77..3b4770382 100644 --- a/original_small/css/theme_left.css.php +++ b/original_small/css/theme_left.css.php @@ -80,7 +80,7 @@ div#leftframelinks a:hover { /* serverlist */ #body_leftFrame #list_server { - list-style-image: url(..//original/img/s_host.png); + list-style-image: url(/original/img/s_host.png); list-style-position: inside; list-style-type: none; margin: 0; diff --git a/original_small/css/theme_right.css.php b/original_small/css/theme_right.css.php index 4eeb07503..ed0ca8968 100644 --- a/original_small/css/theme_right.css.php +++ b/original_small/css/theme_right.css.php @@ -356,7 +356,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../getImgPath(); ?>s_notice.png); + background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -386,7 +386,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(../getImgPath(); ?>s_warn.png); + background-image: url(getImgPath(); ?>s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -416,7 +416,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(../getImgPath(); ?>s_error.png); + background-image: url(getImgPath(); ?>s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -447,7 +447,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../getImgPath(); ?>s_really.png); + background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -636,7 +636,7 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(../getImgPath(); ?>error.ico), default; + cursor: url(getImgPath(); ?>error.ico), default; } /* end topmenu */ @@ -904,7 +904,7 @@ div#queryboxcontainer div#bookmarkoptions { /* main page */ #maincontainer { - background-image: url(../getImgPath(); ?>logo_right.png); + background-image: url(getImgPath(); ?>logo_right.png); background-position: bottom; background-repeat: no-repeat; border-bottom: 1px solid silver; @@ -917,7 +917,7 @@ div#queryboxcontainer div#bookmarkoptions { } #maincontainer ul { - list-style-image: url(../getImgPath(); ?>item_.png); + list-style-image: url(getImgPath(); ?>item_.png); vertical-align: middle; } @@ -930,96 +930,96 @@ div#queryboxcontainer div#bookmarkoptions { /* iconic view for ul items */ li#li_create_database { - list-style-image: url(../getImgPath(); ?>b_newdb.png); + list-style-image: url(getImgPath(); ?>b_newdb.png); } li#li_select_lang { - list-style-image: url(../getImgPath(); ?>s_lang.png); + 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); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_select_theme{ - list-style-image: url(../getImgPath(); ?>s_theme.png); + list-style-image: url(getImgPath(); ?>s_theme.png); } li#li_server_info{ - list-style-image: url(../getImgPath(); ?>s_host.png); + list-style-image: url(getImgPath(); ?>s_host.png); } li#li_user_info{ - /* list-style-image: url(../getImgPath(); ?>s_rights.png); */ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ } li#li_mysql_status{ - list-style-image: url(../getImgPath(); ?>s_status.png); + list-style-image: url(getImgPath(); ?>s_status.png); } li#li_mysql_variables{ - list-style-image: url(../getImgPath(); ?>s_vars.png); + list-style-image: url(getImgPath(); ?>s_vars.png); } li#li_mysql_processes{ - list-style-image: url(../getImgPath(); ?>s_process.png); + list-style-image: url(getImgPath(); ?>s_process.png); } li#li_mysql_collations{ - list-style-image: url(../getImgPath(); ?>s_asci.png); + list-style-image: url(getImgPath(); ?>s_asci.png); } li#li_mysql_engines{ - list-style-image: url(../getImgPath(); ?>b_engine.png); + list-style-image: url(getImgPath(); ?>b_engine.png); } li#li_mysql_binlogs { - list-style-image: url(../getImgPath(); ?>s_tbl.png); + list-style-image: url(getImgPath(); ?>s_tbl.png); } li#li_mysql_databases { - list-style-image: url(../getImgPath(); ?>s_db.png); + list-style-image: url(getImgPath(); ?>s_db.png); } li#li_export { - list-style-image: url(../getImgPath(); ?>b_export.png); + list-style-image: url(getImgPath(); ?>b_export.png); } li#li_import { - list-style-image: url(../getImgPath(); ?>b_import.png); + list-style-image: url(getImgPath(); ?>b_import.png); } li#li_change_password { - list-style-image: url(../getImgPath(); ?>s_passwd.png); + list-style-image: url(getImgPath(); ?>s_passwd.png); } li#li_log_out { - list-style-image: url(../getImgPath(); ?>s_loggoff.png); + list-style-image: url(getImgPath(); ?>s_loggoff.png); } li#li_pma_docs { - list-style-image: url(../getImgPath(); ?>b_docs.png); + list-style-image: url(getImgPath(); ?>b_docs.png); } li#li_phpinfo { - list-style-image: url(../getImgPath(); ?>php_sym.png); + list-style-image: url(getImgPath(); ?>php_sym.png); } li#li_pma_homepage { - list-style-image: url(../getImgPath(); ?>b_home.png); + list-style-image: url(getImgPath(); ?>b_home.png); } li#li_mysql_privilegs{ - list-style-image: url(../getImgPath(); ?>s_rights.png); + list-style-image: url(getImgPath(); ?>s_rights.png); } li#li_switch_dbstats { - list-style-image: url(../getImgPath(); ?>b_dbstatistics.png); + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); } li#li_flush_privileges { - list-style-image: url(../getImgPath(); ?>s_reload.png); + list-style-image: url(getImgPath(); ?>s_reload.png); } /* END iconic view for ul items */ diff --git a/original_small/layout.inc.php b/original_small/layout.inc.php index 948e58ba0..dbafad11b 100644 --- a/original_small/layout.inc.php +++ b/original_small/layout.inc.php @@ -30,7 +30,7 @@ $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#F5F5F5'; // for a solid vertical line, uncomment this: -//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; +//$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'] = '#000000'; diff --git a/paradice/css/theme_left.css.php b/paradice/css/theme_left.css.php index d3b1ca594..6692c9de5 100644 --- a/paradice/css/theme_left.css.php +++ b/paradice/css/theme_left.css.php @@ -13,7 +13,7 @@ body { color: #ffffff; margin: 0; padding: 2px 2px 2px 2px; - background-image: url(../themes/paradice/img/leftBgnd.jpg); + background-image: url(themes/paradice/img/leftBgnd.jpg); background-position: left top; background-repeat: repeat-y; } diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php index 8521c4590..a7d5dabb0 100644 --- a/paradice/css/theme_right.css.php +++ b/paradice/css/theme_right.css.php @@ -15,7 +15,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #142F56; - background-image: url(../themes/paradice/img/rightBgnd.jpg); + background-image: url(themes/paradice/img/rightBgnd.jpg); background-repeat: no-repeat; background-position: right bottom; background-color: #ffffff; @@ -77,7 +77,7 @@ th { font-weight: bold; color: #000000; background-color: #ff9900; - background-image: url(../themes/paradice/img/tbl_th.png); + background-image: url(themes/paradice/img/tbl_th.png); background-repeat: repeat-x; background-position: top; height: 18px; @@ -116,7 +116,7 @@ th.td{ font-weight: normal; color: transparent; background-color: transparent; - background-image: url(../themes/paradice/img/tbl_th.png); + background-image: url(themes/paradice/img/tbl_th.png); } @@ -412,7 +412,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../themes/paradice/img/s_notice.png); + background-image: url(themes/paradice/img/s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -444,7 +444,7 @@ div.warning { width: 90%; - background-image: url(../themes/paradice/img/s_warn.png); + background-image: url(themes/paradice/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -475,7 +475,7 @@ div.error { border: 0.1em solid #ff0000; width: 90%; - background-image: url(../themes/paradice/img/s_error.png); + background-image: url(themes/paradice/img/s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -506,7 +506,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../themes/paradice/img/s_error.png); + background-image: url(themes/paradice/img/s_error.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -531,7 +531,7 @@ fieldset.confirmation legend { font-weight: bold; color: #ffffff; background-color: #79A2DF; - background-image: url(../themes/paradice/img/tbl_header.png); + background-image: url(themes/paradice/img/tbl_header.png); background-repeat: repeat-x; background-position: top; height: 18px; @@ -541,7 +541,7 @@ fieldset.confirmation legend { font-weight: normal; color: #ffffff; background-color: #79A2DF; - background-image: url(../themes/paradice/img/tbl_header.png); + background-image: url(themes/paradice/img/tbl_header.png); background-repeat: repeat-x; background-position: top; } @@ -597,7 +597,7 @@ ul#topmenu { margin: 0; padding: 0; background-color: #79A2DF; - background-image: url(../themes/paradice/img/tbl_header.png); + background-image: url(themes/paradice/img/tbl_header.png); background-repeat: repeat-x; background-position: top; height: 28px; @@ -632,20 +632,20 @@ span.tab { color: #FFFFFF; padding: 4px 8px 8px 8px; margin: -1px 0px 0px -1px; - background-image: url(../themes/paradice/img/tbl_header_disabled.png); + background-image: url(themes/paradice/img/tbl_header_disabled.png); background-repeat: repeat-x; background-position: top; } span.tab:hover { - background-image: url(../themes/paradice/img/tbl_header_disabled.png); + background-image: url(themes/paradice/img/tbl_header_disabled.png); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; padding: 4px 8px 8px 8px; margin: -1px 0px 0px -1px; - background-image: url(../themes/paradice/img/tbl_header2.png); + background-image: url(themes/paradice/img/tbl_header2.png); background-repeat: repeat-x; background-position: top; text-decoration: none; @@ -687,7 +687,7 @@ ul#topmenu li { border: 0px 1px 0px 0px; border-style: solid; border-color: #FFFFFF; - background-image: url(../themes/paradice/img/tbl_header2.png); + background-image: url(themes/paradice/img/tbl_header2.png); background-repeat: repeat-x; background-position: top; /* overwrite default button look */ @@ -712,7 +712,7 @@ ul#topmenu li a.tab:hover { } ul#topmenu li:hover { - background-image: url(../themes/paradice/img/tbl_header2.png); + background-image: url(themes/paradice/img/tbl_header2.png); text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; @@ -727,7 +727,7 @@ ul#topmenu li a.tabcaution { font-weight: bold; color: #FFFFFF; background-color: #cc0000; - background-image: url(../themes/paradice/img/tbl_error.png); + background-image: url(themes/paradice/img/tbl_error.png); background-repeat: repeat-x; background-position: top; padding: 4px 8px 8px 8px; @@ -738,7 +738,7 @@ ul#topmenu li a.tabcaution { margin-left: 0px; } ul#topmenu li a.tabcaution:hover { - background-image: url(../themes/paradice/img/tbl_error2.png); + background-image: url(themes/paradice/img/tbl_error2.png); padding: 4px 8px 8px 8px; } @@ -747,7 +747,7 @@ a.tabactive { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; - background-image: url(../themes/paradice/img/tbl_headerActive.png); + background-image: url(themes/paradice/img/tbl_headerActive.png); background-repeat: repeat-x; background-position: top; background-color: #ffffff; @@ -760,7 +760,7 @@ a.tabactive { } a.tabactive:hover { - background-image: url(../themes/paradice/img/tbl_header.png); + background-image: url(themes/paradice/img/tbl_header.png); padding: 4px 8px 8px 8px; /* top left bottom right - I just can't memorize this ;) */ margin-left: -3px; color: #FFFFFF; @@ -777,12 +777,12 @@ a.tab:link, a.tab:active,a.tab:hover, a.tab:visited { a.tab:hover, .tabactive { - background-image: url(../themes/paradice/img/tbl_header.png); + background-image: url(themes/paradice/img/tbl_header.png); } /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(../themes/darkblue_orange/img/error.ico), default; + cursor: url(themes/darkblue_orange/img/error.ico), default; } /* end topmenu */ diff --git a/very_small/css/theme_left.css.php b/very_small/css/theme_left.css.php index dbecd7418..90da3762e 100644 --- a/very_small/css/theme_left.css.php +++ b/very_small/css/theme_left.css.php @@ -1,4 +1,3 @@ - /************************************************************************************ * LEFT FRAME ************************************************************************************/ @@ -26,7 +25,7 @@ } body { background-color: #d9e4f4; - background-image: url('themes/arctic_ocean/img/wbg_left.jpg'); + background-image: url('themes/arctic_ocean/img/wbg_left.jpg'); background-repeat: repeat-y; background-position: 0px 0px; } @@ -38,7 +37,7 @@ body, input, textarea, select, th, td, .item, .tblItem { width: 100%; } #body_queryFrame div { - white-space: nowrap; + white-space: nowrap; } input, select, textarea { color: #000000; @@ -80,7 +79,7 @@ img { } td.heada, span.heada { - background-image: url(themes/arctic_ocean/img/b_sdb.png); + background-image: url(themes/arctic_ocean/img/b_sdb.png); background-position: 2px center; background-repeat: no-repeat; font-weight: bold; @@ -92,7 +91,7 @@ span.heada, span.heada a:link, span.heada a:active, span.heada a:visited, span.h td.heada, span.heada { text-align: left; padding-left: 12px; - white-space: nowrap; + white-space: nowrap; } bdo { diff --git a/very_small/css/theme_print.css.php b/very_small/css/theme_print.css.php index ba57a23b0..b54b29101 100644 --- a/very_small/css/theme_print.css.php +++ b/very_small/css/theme_print.css.php @@ -1,4 +1,3 @@ - /* For printview */ body { font-family: Verdana, Arial, Helvetica, sans-serif; @@ -90,7 +89,7 @@ input[type=button], input[type=submit], input[type=reset] { } .serverinfo div { - background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-image: url(themes/arctic_ocean/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; diff --git a/very_small/css/theme_right.css.php b/very_small/css/theme_right.css.php index 93f2c4519..ddb6f9667 100644 --- a/very_small/css/theme_right.css.php +++ b/very_small/css/theme_right.css.php @@ -1,4 +1,3 @@ - /* STYLE FOR THE RIGHT (MAIN) FRAME */ #mainFrameset, #leftFrameset, frameset, frame { @@ -29,7 +28,7 @@ body { background-color: #ffffff; margin: 0; padding: 14px 0px 0px 0px; - background-image: url(themes/arctic_ocean/img/wbg_right.jpg); + background-image: url(themes/arctic_ocean/img/wbg_right.jpg); background-position: 100% 100%; background-repeat: no-repeat; background-attachment: fixed; @@ -98,12 +97,12 @@ img { } img[class=icon]{ margin: 0 0 0 0; - padding: 0 0 0 0; - height:13px; + padding: 0 0 0 0; + height:13px; } /* tables */ table,td,th{ - padding: 0px; + padding: 0px; margin: 0px; } table { @@ -125,7 +124,7 @@ th, .tblFooters { border-top: 1px solid #cccccc; border-bottom: 1px solid #333333; white-space: nowrap; - background-image: url(themes/arctic_ocean/img/tbg_th1.png); + background-image: url(themes/arctic_ocean/img/tbg_th1.png); background-repeat: repeat-x; background-position: 0 0; } @@ -138,7 +137,7 @@ th, .tblFooters { .tblHeaders, tr.tblHeaders td, tr.tblHeaders th { color: #585880; background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_th0.png); + background-image: url(themes/arctic_ocean/img/tbg_th0.png); } .tblcomment { font-size: 10px; @@ -164,7 +163,7 @@ th.td { background-image: none; border-top: 1px none #cccccc; border-bottom: 1px solid #333333; - padding: 0px; + padding: 0px; margin: 0px; } @@ -174,7 +173,7 @@ table tr.even th, table tr.marked th { background-image: none; border: none; - padding: 0px; + padding: 0px; margin: 0px; } @@ -183,7 +182,7 @@ table tr.odd:hover th, table tr.even:hover th, table tr.hover th { background-color: ; - padding: 0px; + padding: 0px; margin: 0px; } @@ -220,10 +219,10 @@ input[type=text], input[type=file], input[type=password], input.textfield { } input.inpcheck { width:10px; - height:10px; + height:10px; } input[type=checkbox] { - width:10px; + width:10px; height:10px; } @@ -261,7 +260,7 @@ div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - background-image: url(../themes/arctic_ocean/img/s_notice.png); + background-image: url(themes/arctic_ocean/img/s_notice.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -290,7 +289,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - background-image: url(../themes/arctic_ocean/img/s_warn.png); + background-image: url(themes/arctic_ocean/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -319,7 +318,7 @@ div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - background-image: url(../themes/arctic_ocean/img/s_error.png); + background-image: url(themes/arctic_ocean/img/s_error.png); background-repeat: no-repeat; background-position: 10px 50%; @@ -351,7 +350,7 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../themes/arctic_ocean/img/s_really.png); + background-image: url(themes/arctic_ocean/img/s_really.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -504,7 +503,7 @@ fieldset.confirmation legend { margin: 0px 1px 0px 1px; } .serverinfo div { - background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-image: url(themes/arctic_ocean/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 16px; @@ -570,7 +569,7 @@ fieldset.confirmation legend { .nav { color: #000000; background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); background-repeat: repeat-x; background-position: center; height: 24px; @@ -605,18 +604,18 @@ fieldset.confirmation legend { } .navNormal { background-color: #b4cae9; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); } .navActive { background-color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); border: none; margin: 0px; padding: 0px; } .navDrop { background-color: #e9c7b4; - background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); } .navActive a:link, .navActive a:active, .navActive a:visited { color: #585880; @@ -639,7 +638,7 @@ fieldset.confirmation legend { .navSpacer { width: 1px; background-color: #333333; - background-image: url(themes/arctic_ocean/img/tbg_nav1.png); + background-image: url(themes/arctic_ocean/img/tbg_nav1.png); background-repeat: no-repeat; background-position: center top; } @@ -652,7 +651,7 @@ fieldset.confirmation legend { ul#topmenu { list-style-type: none; background-color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); background-repeat: repeat-x; background-position: center bottom; border: none; @@ -670,7 +669,7 @@ fieldset.confirmation legend { width: 100%; _width: expression(eval(document.body.offsetWidth-18)); } - + ul#topmenu li { float: left; margin: 0; @@ -678,7 +677,7 @@ fieldset.confirmation legend { vertical-align: middle; border: none; } - + /* default tab styles */ span.tab, span.tab:hover, span.tabcaution, span.tabcaution:hover, @@ -709,18 +708,18 @@ fieldset.confirmation legend { } a.tab:hover { color: #ffffff; - background-image: url(themes/arctic_ocean/img/tbg_nav4.png); + background-image: url(themes/arctic_ocean/img/tbg_nav4.png); background-position: center bottom; } a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover { - background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); background-color: #ffffff; border-left: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #ffffff; } a.tabcaution:hover { - background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); background-position: center bottom; } a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution { diff --git a/xampp/css/theme_right.css.php b/xampp/css/theme_right.css.php index 53b0e4c3a..0a41014dc 100644 --- a/xampp/css/theme_right.css.php +++ b/xampp/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #ff9900; - background-image: url(../themes/xampp/img/tbl_th.png); + background-image: url(themes/xampp/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -229,7 +229,7 @@ div.warning { /* */ - background-image: url(../themes/xampp/img/s_warn.png); + background-image: url(themes/xampp/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -258,7 +258,7 @@ div.error div.head { /* */ - background-image: url(../themes/xampp/img/s_error.png); + background-image: url(themes/xampp/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -307,7 +307,7 @@ div.tblWarn { color: #ffffff; background-color: #fb7922; - background-image: url(../themes/xampp/img/tbl_header.png); + background-image: url(themes/xampp/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -322,7 +322,7 @@ div.tblWarn { color: #ffffff; background-color: #f8e8a0; - background-image: url(../themes/xampp/img/tbl_header.png); + background-image: url(themes/xampp/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -337,7 +337,7 @@ div.tblWarn { color: #ffffff; background-color: #cc0000; - background-image: url(../themes/xampp/img/tbl_error.png); + background-image: url(themes/xampp/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -348,7 +348,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/xampp/img/s_error.png); + background-image: url(themes/xampp/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -361,7 +361,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/xampp/img/tbl_th.png); + background-image: url(themes/xampp/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -372,7 +372,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/xampp/img/s_warn.png); + background-image: url(themes/xampp/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -409,7 +409,7 @@ div.warnhead { } .serverinfo div{ - background-image: url(../themes/xampp/img/item_ltr.png); + background-image: url(themes/xampp/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; @@ -426,7 +426,7 @@ hr{ color: #000000; background-color: #fb7922; - background-image: url(../themes/xampp/img/tbl_header.png); + background-image: url(themes/xampp/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -445,7 +445,7 @@ hr{ color: #000000; background-color: #fb7922; - background-image: url(../themes/xampp/img/tbl_header.png); + background-image: url(themes/xampp/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -459,7 +459,7 @@ hr{ color: #fffbf0; background-color: #cc0000; - background-image: url(../themes/xampp/img/tbl_error.png); + background-image: url(themes/xampp/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -472,7 +472,7 @@ hr{ font-weight: bold; color: #000000; /*background-color: #FF9900; - background-image: url(../themes/xampp/img/tbl_th.png); + background-image: url(themes/xampp/img/tbl_th.png); background-repeat: repeat-x; background-position: top;*/ background-color: #fffbf0; diff --git a/xp_basic/css/theme_right.css.php b/xp_basic/css/theme_right.css.php index 92a6dc446..6afe2f8af 100644 --- a/xp_basic/css/theme_right.css.php +++ b/xp_basic/css/theme_right.css.php @@ -5,8 +5,7 @@ body { color: #000000; - background-image: url(../themes/original/img/s_error.png); + background-image: url(themes/original/img/s_error.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0px 0px 0px 25px; diff --git a/xp_blue/css/theme_right.css.php b/xp_blue/css/theme_right.css.php index a905b93ae..417ad8775 100644 --- a/xp_blue/css/theme_right.css.php +++ b/xp_blue/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #ffffff; background-color: #99bbf5; - background-image: url(../themes/xp_blue/img/tbl_th.png); + background-image: url(themes/xp_blue/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -229,7 +229,7 @@ div.warning { /* */ - background-image: url(../themes/xp_blue/img/s_warn.png); + background-image: url(themes/xp_blue/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -258,7 +258,7 @@ div.error div.head { /* */ - background-image: url(../themes/xp_blue/img/s_error.png); + background-image: url(themes/xp_blue/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -308,7 +308,7 @@ div.tblWarn { color: #ffffff; background-color: #0043cf; - background-image: url(../themes/xp_blue/img/tbl_header.png); + background-image: url(themes/xp_blue/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -323,7 +323,7 @@ div.tblWarn { color: #ffffff; background-color: #0043CF; - background-image: url(../themes/xp_blue/img/tbl_footer.png); + background-image: url(themes/xp_blue/img/tbl_footer.png); background-repeat: repeat-x; background-position: bottom; @@ -338,7 +338,7 @@ div.tblWarn { color: #ffffff; background-color: #cc0000; - background-image: url(../themes/xp_blue/img/tbl_error.png); + background-image: url(themes/xp_blue/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -349,7 +349,7 @@ div.errorhead { color: #ffffff; text-align: left; - background-image: url(../themes/xp_blue/img/s_error.png); + background-image: url(themes/xp_blue/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -362,7 +362,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/xp_blue/img/tbl_th.png); + background-image: url(themes/xp_blue/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -373,7 +373,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/xp_blue/img/s_warn.png); + background-image: url(themes/xp_blue/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -410,7 +410,7 @@ div.warnhead { } .serverinfo div{ - background-image: url(../themes/xp_blue/img/item_ltr.png); + background-image: url(themes/xp_blue/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; @@ -427,7 +427,7 @@ hr{ color: #000000; background-color: #0043cf; - background-image: url(../themes/xp_blue/img/tbl_header.png); + background-image: url(themes/xp_blue/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -446,7 +446,7 @@ hr{ color: #000000; background-color: #0043cf; - background-image: url(../themes/xp_blue/img/tbl_header.png); + background-image: url(themes/xp_blue/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -460,7 +460,7 @@ hr{ color: #000000; background-color: #cc0000; - background-image: url(../themes/xp_blue/img/tbl_error.png); + background-image: url(themes/xp_blue/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -474,7 +474,7 @@ hr{ color: #ccccff; background-color: #0043cf; - background-image: url(../themes/xp_blue/img/tbl_header.png); + background-image: url(themes/xp_blue/img/tbl_header.png); background-repeat: repeat-x; background-position: top; diff --git a/xp_dirty/css/theme_right.css.php b/xp_dirty/css/theme_right.css.php index 2ed13f0ac..0066a5f7b 100644 --- a/xp_dirty/css/theme_right.css.php +++ b/xp_dirty/css/theme_right.css.php @@ -5,8 +5,7 @@ body { color: #000000; - background-image: url(../themes/original/img/s_error.png); + background-image: url(themes/original/img/s_error.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0px 0px 0px 25px; @@ -269,7 +268,7 @@ img, input, select, button { margin: 0px 1px 0px 2px; } .serverinfo div{ - background-image: url(../themes/original/img/item_ltr.png); + background-image: url(themes/original/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; diff --git a/xp_green/css/theme_right.css.php b/xp_green/css/theme_right.css.php index 43554cbf9..d80ddc4ef 100644 --- a/xp_green/css/theme_right.css.php +++ b/xp_green/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #99bbf5; - background-image: url(../themes/xp_green/img/tbl_th.png); + background-image: url(themes/xp_green/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -229,7 +229,7 @@ div.warning { /* */ - background-image: url(../themes/xp_green/img/s_warn.png); + background-image: url(themes/xp_green/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -258,7 +258,7 @@ div.error div.head { /* */ - background-image: url(../themes/xp_green/img/s_error.png); + background-image: url(themes/xp_green/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -308,7 +308,7 @@ div.tblWarn { color: #333333; background-color: #c2c6d3; - background-image: url(../themes/xp_green/img/tbl_header.png); + background-image: url(themes/xp_green/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -323,7 +323,7 @@ div.tblWarn { color: #333333; background-color: #c2c6d3; - background-image: url(../themes/xp_green/img/tbl_footer.png); + background-image: url(themes/xp_green/img/tbl_footer.png); background-repeat: repeat-x; background-position: bottom; @@ -338,7 +338,7 @@ div.tblWarn { color: #cc0000; background-color: #ff7700; - background-image: url(../themes/xp_green/img/tbl_error.png); + background-image: url(themes/xp_green/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -349,7 +349,7 @@ div.errorhead { color: #cc0000; text-align: left; - background-image: url(../themes/xp_green/img/s_error.png); + background-image: url(themes/xp_green/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -362,7 +362,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/xp_green/img/tbl_th.png); + background-image: url(themes/xp_green/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -373,7 +373,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/xp_green/img/s_warn.png); + background-image: url(themes/xp_green/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -410,7 +410,7 @@ div.warnhead { } .serverinfo div{ - background-image: url(../themes/xp_green/img/item_ltr.png); + background-image: url(themes/xp_green/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; @@ -427,7 +427,7 @@ hr{ color: #000000; background-color: #c2c6d3; - background-image: url(../themes/xp_green/img/tbl_header.png); + background-image: url(themes/xp_green/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -446,7 +446,7 @@ hr{ color: #000000; background-color: #c2c6d3; - background-image: url(../themes/xp_green/img/tbl_header.png); + background-image: url(themes/xp_green/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -460,7 +460,7 @@ hr{ color: #000000; background-color: #ff7700; - background-image: url(../themes/xp_green/img/tbl_error.png); + background-image: url(themes/xp_green/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -474,7 +474,7 @@ hr{ color: #cc0000; background-color: #ffffff; - background-image: url(../themes/xp_green/img/tbl_header.png); + background-image: url(themes/xp_green/img/tbl_header.png); background-repeat: repeat-x; background-position: top; diff --git a/xp_silver/css/theme_right.css.php b/xp_silver/css/theme_right.css.php index b11e99cf9..52af188f0 100644 --- a/xp_silver/css/theme_right.css.php +++ b/xp_silver/css/theme_right.css.php @@ -38,7 +38,7 @@ th{ color: #000000; background-color: #99bbf5; - background-image: url(../themes/xp_silver/img/tbl_th.png); + background-image: url(themes/xp_silver/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -229,7 +229,7 @@ div.warning { /* */ - background-image: url(../themes/xp_silver/img/s_warn.png); + background-image: url(themes/xp_silver/img/s_warn.png); background-repeat: no-repeat; background-position: 10px 10px; padding: 10px 10px 10px 36px; @@ -258,7 +258,7 @@ div.error div.head { /* */ - background-image: url(../themes/xp_silver/img/s_error.png); + background-image: url(themes/xp_silver/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 30px; @@ -308,7 +308,7 @@ div.tblWarn { color: #333333; background-color: #c2c6d3; - background-image: url(../themes/xp_silver/img/tbl_header.png); + background-image: url(themes/xp_silver/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -323,7 +323,7 @@ div.tblWarn { color: #333333; background-color: #c2c6d3; - background-image: url(../themes/xp_silver/img/tbl_footer.png); + background-image: url(themes/xp_silver/img/tbl_footer.png); background-repeat: repeat-x; background-position: bottom; @@ -338,7 +338,7 @@ div.tblWarn { color: #cc0000; background-color: #ff7700; - background-image: url(../themes/xp_silver/img/tbl_error.png); + background-image: url(themes/xp_silver/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -349,7 +349,7 @@ div.errorhead { color: #cc0000; text-align: left; - background-image: url(../themes/xp_silver/img/s_error.png); + background-image: url(themes/xp_silver/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -362,7 +362,7 @@ div.errorhead { font-weight: bold; color: #000000; - background-image: url(../themes/xp_silver/img/tbl_th.png); + background-image: url(themes/xp_silver/img/tbl_th.png); background-repeat: repeat-x; background-position: top; @@ -373,7 +373,7 @@ div.warnhead { color: #ffffff; text-align: left; - background-image: url(../themes/xp_silver/img/s_warn.png); + background-image: url(themes/xp_silver/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; padding: 2px 2px 2px 20px; @@ -410,7 +410,7 @@ div.warnhead { } .serverinfo div{ - background-image: url(../themes/xp_silver/img/item_ltr.png); + background-image: url(themes/xp_silver/img/item_ltr.png); background-repeat: no-repeat; background-position: 50% 50%; width: 20px; @@ -427,7 +427,7 @@ hr{ color: #000000; background-color: #c2c6d3; - background-image: url(../themes/xp_silver/img/tbl_header.png); + background-image: url(themes/xp_silver/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -446,7 +446,7 @@ hr{ color: #000000; background-color: #c2c6d3; - background-image: url(../themes/xp_silver/img/tbl_header.png); + background-image: url(themes/xp_silver/img/tbl_header.png); background-repeat: repeat-x; background-position: top; @@ -460,7 +460,7 @@ hr{ color: #000000; background-color: #ff7700; - background-image: url(../themes/xp_silver/img/tbl_error.png); + background-image: url(themes/xp_silver/img/tbl_error.png); background-repeat: repeat-x; background-position: top; @@ -474,7 +474,7 @@ hr{ color: #cc0000; background-color: #ffffff; - background-image: url(../themes/xp_silver/img/tbl_header.png); + background-image: url(themes/xp_silver/img/tbl_header.png); background-repeat: repeat-x; background-position: top;