get rid of propicon

This commit is contained in:
Marc Delisle
2007-02-10 15:58:46 +00:00
parent cffc524c4d
commit 99afad04b1
33 changed files with 335 additions and 343 deletions

View File

@@ -325,7 +325,7 @@ div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -355,7 +355,7 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -385,7 +385,7 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -416,7 +416,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 5px 50%;
@@ -440,7 +440,7 @@ fieldset.confirmation legend {
font-weight: normal;
color: #000000;
background-color: #DDDDDD;
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaStringGreyLarge.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaStringGreyLarge.png);
background-repeat: repeat-x;
}
@@ -566,7 +566,7 @@ ul#topmenu li {
/* default tab styles */
.tab, .tabcaution, .tabactive {
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x;
background-image: url(<?php echo $_SESSION['PMA_Theme']->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(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x;
background-image: url(<?php echo $_SESSION['PMA_Theme']->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(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaString.png); background-repeat: repeat-x;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>AquaString.png); background-repeat: repeat-x;
}
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
<?php } ?>
/* end topmenu */
@@ -875,7 +875,7 @@ div#queryboxcontainer div#bookmarkoptions {
/* main page */
#maincontainer {
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;
border-bottom: 1px solid silver;
@@ -888,7 +888,7 @@ div#queryboxcontainer div#bookmarkoptions {
}
#maincontainer ul {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
vertical-align: middle;
}
@@ -901,96 +901,96 @@ div#queryboxcontainer div#bookmarkoptions {
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
/* iconic view for ul items */
li#li_create_database {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
}
li#li_select_lang {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
}
li#li_select_mysql_collation,
li#li_select_mysql_charset {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_select_theme{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
}
li#li_server_info{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
}
li#li_user_info{
/* list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
/* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
}
li#li_mysql_status{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
}
li#li_mysql_variables{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
}
li#li_mysql_processes{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
}
li#li_mysql_collations{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_mysql_engines{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
}
li#li_mysql_binlogs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
}
li#li_mysql_databases {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
}
li#li_export {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
}
li#li_import {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
}
li#li_change_password {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
}
li#li_log_out {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
}
li#li_pma_docs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
}
li#li_phpinfo {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
}
li#li_pma_homepage {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
}
li#li_mysql_privilegs{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
}
li#li_switch_dbstats {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
}
li#li_flush_privileges {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
}
/* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>

View File

@@ -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

View File

@@ -68,7 +68,7 @@ th {
font-weight: bold;
color: #000000;
background-color: #B5BDC7;
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_th.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->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;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -368,7 +368,7 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -398,7 +398,7 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -429,7 +429,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
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(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->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(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_th.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->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(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
<?php } ?>
/* end topmenu */
@@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions {
/* main page */
#maincontainer {
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;
border-bottom: 1px solid silver;
@@ -902,7 +902,7 @@ div#queryboxcontainer div#bookmarkoptions {
}
#maincontainer ul {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
vertical-align: middle;
}
@@ -915,96 +915,96 @@ div#queryboxcontainer div#bookmarkoptions {
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
/* iconic view for ul items */
li#li_create_database {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
}
li#li_select_lang {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
}
li#li_select_mysql_collation,
li#li_select_mysql_charset {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_select_theme{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
}
li#li_server_info{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
}
li#li_user_info{
/* list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
/* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
}
li#li_mysql_status{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
}
li#li_mysql_variables{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
}
li#li_mysql_processes{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
}
li#li_mysql_collations{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_mysql_engines{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
}
li#li_mysql_binlogs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
}
li#li_mysql_databases {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
}
li#li_export {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
}
li#li_import {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
}
li#li_change_password {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
}
li#li_log_out {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
}
li#li_pma_docs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
}
li#li_phpinfo {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
}
li#li_pma_homepage {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
}
li#li_mysql_privilegs{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
}
li#li_switch_dbstats {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
}
li#li_flush_privileges {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
}
/* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>

View File

@@ -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

View File

@@ -3,8 +3,7 @@
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
<?php $pma_http_url = ''; ?>
?>
/************************************************************************************
* LEFT FRAME
************************************************************************************/
@@ -32,7 +31,7 @@
}
body {
background-color: #d9e4f4;
background-image: url('<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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 {

View File

@@ -1,4 +1,3 @@
<?php $pma_http_url = ''; ?>
/* 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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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;

View File

@@ -3,8 +3,7 @@
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
<?php $pma_http_url = ''; ?>
?>
/* 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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_notice.png);
background-image: url(themes/arctic_ocean/img/s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -273,7 +272,7 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_warn.png);
background-image: url(themes/arctic_ocean/img/s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -302,7 +301,7 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_error.png);
background-image: url(themes/arctic_ocean/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -334,7 +333,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_really.png);
background-image: url(themes/arctic_ocean/img/s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 5px 50%;
@@ -487,7 +486,7 @@ fieldset.confirmation legend {
margin: 0px 1px 0px 1px;
}
.serverinfo div {
background-image: url(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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 {

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #ff9900;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -206,7 +206,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -299,7 +299,7 @@ div.tblWarn {
color: #ffffff;
background-color: #7296C0;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -314,7 +314,7 @@ div.tblWarn {
color: #ffffff;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -325,7 +325,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -349,7 +349,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -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;
}

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #999988;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -207,7 +207,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -301,7 +301,7 @@ div.tblWarn {
color: #ffffff;
background-color: #676767;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -316,7 +316,7 @@ div.tblWarn {
color: #ffffff;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -327,7 +327,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -351,7 +351,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;

View File

@@ -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%;
}

View File

@@ -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;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;

View File

@@ -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;
}

View File

@@ -45,7 +45,7 @@ th{
color: #FFF3DB;
background-color: #ff9900;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -231,7 +231,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -326,7 +326,7 @@ div.tblWarn {
color: #fff3db;
background-color: #286860;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -340,7 +340,7 @@ div.tblWarn {
color: #fff3db;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -351,7 +351,7 @@ div.errorhead {
color: #fff3db;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -375,7 +375,7 @@ div.warnhead {
color: #fff3db;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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 */

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #ff9900;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -221,7 +221,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -316,7 +316,7 @@ div.tblWarn {
color: #ffffff;
background-color: #286860;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -330,7 +330,7 @@ div.tblWarn {
color: #ffffff;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -341,7 +341,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -365,7 +365,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;

View File

@@ -96,7 +96,7 @@ div#leftframelinks a:hover {
/* serverlist */
#body_leftFrame #list_server {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-position: inside;
list-style-type: none;
}

View File

@@ -344,7 +344,7 @@ div.notice {
margin: .5em 0 .5em 0;
border: 1px solid #FFD700;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png");
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png");
background-repeat:no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -374,7 +374,7 @@ div.warning {
margin: .5em 0 .5em 0;
border: 1px solid #c00;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png");
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png");
background-repeat:no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -404,7 +404,7 @@ div.error {
margin: .5em 0 .5em 0;
border: 1px solid #f00;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png");
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png");
background-repeat:no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -435,7 +435,7 @@ fieldset.confirmation legend {
border-right: 1px solid #f00;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png");
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png");
background-repeat:no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 5px 50%;
@@ -644,7 +644,7 @@ a.warning,
span.tabcaution {
<?php
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') < 0) {
echo ' cursor: url("../', $_SESSION['PMA_Theme']->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("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png");
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png");
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;
border-bottom: 1px solid silver;
@@ -927,7 +927,7 @@ div#queryboxcontainer div#bookmarkoptions {
}
#maincontainer ul {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png");
vertical-align: middle;
}
@@ -941,96 +941,96 @@ div#queryboxcontainer div#bookmarkoptions {
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
/* iconic view for ul items */
li#li_create_database {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png");
}
li#li_select_lang {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png");
}
li#li_select_mysql_collation,
li#li_select_mysql_charset {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png");
}
li#li_select_theme{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png");
}
li#li_server_info{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png");
}
<?php /*
li#li_user_info{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png");
}
*/ ?>
li#li_mysql_status{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png");
}
li#li_mysql_variables{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png");
}
li#li_mysql_processes{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png");
}
li#li_mysql_collations{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png");
}
li#li_mysql_engines{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png");
}
li#li_mysql_binlogs {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png");
}
li#li_mysql_databases {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png");
}
li#li_export {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png");
}
li#li_import {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png");
}
li#li_change_password {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png");
}
li#li_log_out {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png");
}
li#li_pma_docs {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png");
}
li#li_phpinfo {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png");
}
li#li_pma_homepage {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png");
}
li#li_mysql_privilegs{
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png");
}
li#li_switch_dbstats {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png");
}
li#li_flush_privileges {
list-style-image: url("../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png");
list-style-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png");
}
/* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>

View File

@@ -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*/

View File

@@ -65,7 +65,7 @@ div {font:<?php echo $font_size; ?> 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:<?php echo $font_size; ?> 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:<?php echo $font_size; ?> Verdana,Arial,Helvetica,sans-serif;}
input {font:<?php echo $font_size; ?> Verdana,Arial,Helvetica,sans-serif;}
select {font:<?php echo $font_size; ?> Verdana,Arial,Helvetica,sans-serif; background:#ffffff; color:#000000;}

View File

@@ -1,8 +1,8 @@
body {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(../themes/openphpnuke/img/vertical_line.png) repeat-y;}
body {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(themes/openphpnuke/img/vertical_line.png) repeat-y;}
pre, tt {font-size:<?php echo $font_size; ?>;}
table {border-collapse:collapse;}
th {font:bold <?php echo $font_size; ?> 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 <?php echo $font_size; ?> 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:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif;}
form {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; padding:0px; margin:0px;}
input {font:<?php echo $font_size; ?> 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 <?php echo $font_size; ?> 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 <?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FCFCFC url(../themes/openphpnuke/img/titellinks1.png) repeat-x;}
.navActive {font:bold <?php echo $font_size; ?> 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;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
}
@@ -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: <?php echo $cfg['LeftBgColor']; ?>; 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;}
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {font:bolder <?php echo $font_size; ?> 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;}
<?php } // end of isDom ?>

View File

@@ -80,7 +80,7 @@ div#leftframelinks a:hover {
/* serverlist */
#body_leftFrame #list_server {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-position: inside;
list-style-type: none;
margin: 0;

View File

@@ -356,7 +356,7 @@ div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -386,7 +386,7 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -416,7 +416,7 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -447,7 +447,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 5px 50%;
@@ -636,7 +636,7 @@ a.tab:hover,
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
<?php } ?>
/* end topmenu */
@@ -904,7 +904,7 @@ div#queryboxcontainer div#bookmarkoptions {
/* main page */
#maincontainer {
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;
border-bottom: 1px solid silver;
@@ -917,7 +917,7 @@ div#queryboxcontainer div#bookmarkoptions {
}
#maincontainer ul {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
vertical-align: middle;
}
@@ -930,96 +930,96 @@ div#queryboxcontainer div#bookmarkoptions {
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
/* iconic view for ul items */
li#li_create_database {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
}
li#li_select_lang {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
}
li#li_select_mysql_collation,
li#li_select_mysql_charset {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_select_theme{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
}
li#li_server_info{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
}
li#li_user_info{
/* list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
/* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
}
li#li_mysql_status{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
}
li#li_mysql_variables{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
}
li#li_mysql_processes{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
}
li#li_mysql_collations{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
}
li#li_mysql_engines{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
}
li#li_mysql_binlogs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
}
li#li_mysql_databases {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
}
li#li_export {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
}
li#li_import {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
}
li#li_change_password {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
}
li#li_log_out {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
}
li#li_pma_docs {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
}
li#li_phpinfo {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
}
li#li_pma_homepage {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
}
li#li_mysql_privilegs{
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
}
li#li_switch_dbstats {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
}
li#li_flush_privileges {
list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
}
/* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>

View File

@@ -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';

View File

@@ -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;
}

View File

@@ -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;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/paradice/img/s_notice.png);
background-image: url(themes/paradice/img/s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -444,7 +444,7 @@ div.warning {
width: 90%;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/paradice/img/s_warn.png);
background-image: url(themes/paradice/img/s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -475,7 +475,7 @@ div.error {
border: 0.1em solid #ff0000;
width: 90%;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/paradice/img/s_error.png);
background-image: url(themes/paradice/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
@@ -506,7 +506,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/paradice/img/s_error.png);
background-image: url(themes/paradice/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
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;
}
<?php } ?>
/* end topmenu */

View File

@@ -1,4 +1,3 @@
<?php $pma_http_url = ''; ?>
/************************************************************************************
* LEFT FRAME
************************************************************************************/
@@ -26,7 +25,7 @@
}
body {
background-color: #d9e4f4;
background-image: url('<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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 {

View File

@@ -1,4 +1,3 @@
<?php $pma_http_url = ''; ?>
/* 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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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;

View File

@@ -1,4 +1,3 @@
<?php $pma_http_url = ''; ?>
/* 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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
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;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_notice.png);
background-image: url(themes/arctic_ocean/img/s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -290,7 +289,7 @@ div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_warn.png);
background-image: url(themes/arctic_ocean/img/s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -319,7 +318,7 @@ div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_error.png);
background-image: url(themes/arctic_ocean/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 10px 50%;
@@ -351,7 +350,7 @@ fieldset.confirmation legend {
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../themes/arctic_ocean/img/s_really.png);
background-image: url(themes/arctic_ocean/img/s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
background-position: 5px 50%;
@@ -504,7 +503,7 @@ fieldset.confirmation legend {
margin: 0px 1px 0px 1px;
}
.serverinfo div {
background-image: url(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_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 {

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #ff9900;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -229,7 +229,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -322,7 +322,7 @@ div.tblWarn {
color: #ffffff;
background-color: #f8e8a0;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -337,7 +337,7 @@ div.tblWarn {
color: #ffffff;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -348,7 +348,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -372,7 +372,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -445,7 +445,7 @@ hr{
color: #000000;
background-color: #fb7922;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -459,7 +459,7 @@ hr{
color: #fffbf0;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -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;

View File

@@ -5,8 +5,7 @@ body {
color: #000000;
<?php
if ($GLOBALS['cfg']['RightBgImage'] == '') {
// calls from a css file are relative to itself, so use ../images
echo ' background-image: url(../themes/original/img/vertical_line.png);' . "\n"
echo ' background-image: url(themes/original/img/vertical_line.png);' . "\n"
. ' background-repeat: repeat-y;' . "\n";
} else {
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
@@ -200,7 +199,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;

View File

@@ -38,7 +38,7 @@ th{
color: #ffffff;
background-color: #99bbf5;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -229,7 +229,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -323,7 +323,7 @@ div.tblWarn {
color: #ffffff;
background-color: #0043CF;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -338,7 +338,7 @@ div.tblWarn {
color: #ffffff;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -349,7 +349,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -373,7 +373,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -446,7 +446,7 @@ hr{
color: #000000;
background-color: #0043cf;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -460,7 +460,7 @@ hr{
color: #000000;
background-color: #cc0000;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -474,7 +474,7 @@ hr{
color: #ccccff;
background-color: #0043cf;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>

View File

@@ -5,8 +5,7 @@ body {
color: #000000;
<?php
if ($GLOBALS['cfg']['RightBgImage'] == '') {
// calls from a css file are relative to itself, so use ../images
echo ' background-image: url(../themes/original/img/vertical_line.png);' . "\n"
echo ' background-image: url(themes/original/img/vertical_line.png);' . "\n"
. ' background-repeat: repeat-y;' . "\n";
} else {
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
@@ -191,7 +190,7 @@ div.errorhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #99bbf5;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -229,7 +229,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -323,7 +323,7 @@ div.tblWarn {
color: #333333;
background-color: #c2c6d3;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -338,7 +338,7 @@ div.tblWarn {
color: #cc0000;
background-color: #ff7700;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -349,7 +349,7 @@ div.errorhead {
color: #cc0000;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -373,7 +373,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -446,7 +446,7 @@ hr{
color: #000000;
background-color: #c2c6d3;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -460,7 +460,7 @@ hr{
color: #000000;
background-color: #ff7700;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -474,7 +474,7 @@ hr{
color: #cc0000;
background-color: #ffffff;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>

View File

@@ -38,7 +38,7 @@ th{
color: #000000;
background-color: #99bbf5;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -229,7 +229,7 @@ div.warning {
/*
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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 {
/*
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
*/
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -323,7 +323,7 @@ div.tblWarn {
color: #333333;
background-color: #c2c6d3;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -338,7 +338,7 @@ div.tblWarn {
color: #cc0000;
background-color: #ff7700;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -349,7 +349,7 @@ div.errorhead {
color: #cc0000;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -373,7 +373,7 @@ div.warnhead {
color: #ffffff;
text-align: left;
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -446,7 +446,7 @@ hr{
color: #000000;
background-color: #c2c6d3;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -460,7 +460,7 @@ hr{
color: #000000;
background-color: #ff7700;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>
@@ -474,7 +474,7 @@ hr{
color: #cc0000;
background-color: #ffffff;
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
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;
<?php } ?>