get rid of propicon
This commit is contained in:
@@ -325,7 +325,7 @@ div.notice {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -355,7 +355,7 @@ div.warning {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #CC0000;
|
border: 0.1em solid #CC0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -385,7 +385,7 @@ div.error {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -416,7 +416,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -440,7 +440,7 @@ fieldset.confirmation legend {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #DDDDDD;
|
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;
|
background-repeat: repeat-x;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -566,7 +566,7 @@ ul#topmenu li {
|
|||||||
|
|
||||||
/* default tab styles */
|
/* default tab styles */
|
||||||
.tab, .tabcaution, .tabactive {
|
.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;
|
background-color: #E5E5E5;
|
||||||
border: 0.1em solid silver;
|
border: 0.1em solid silver;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@@ -585,7 +585,7 @@ a.tabcaution:hover,
|
|||||||
padding: 0.2em 0.4em 0.2em 0.4em;
|
padding: 0.2em 0.4em 0.2em 0.4em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #E5E5E5;
|
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 {
|
a.tabcaution:hover {
|
||||||
@@ -601,13 +601,13 @@ a.tab:hover,
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #8FBDE9;
|
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 */
|
/* disabled drop/empty tabs */
|
||||||
span.tab,
|
span.tab,
|
||||||
span.tabcaution {
|
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 } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
@@ -875,7 +875,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
|
|
||||||
/* main page */
|
/* main page */
|
||||||
#maincontainer {
|
#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-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
@@ -888,7 +888,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#maincontainer ul {
|
#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;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -901,96 +901,96 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
||||||
/* iconic view for ul items */
|
/* iconic view for ul items */
|
||||||
li#li_create_database {
|
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 {
|
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_collation,
|
||||||
li#li_select_mysql_charset {
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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{
|
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 {
|
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 {
|
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 */
|
/* END iconic view for ul items */
|
||||||
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
||||||
|
@@ -14,7 +14,7 @@ $GLOBALS['cfg']['NaviWidth'] = 175;
|
|||||||
$GLOBALS['cfg']['NaviColor'] = '#ffffff';
|
$GLOBALS['cfg']['NaviColor'] = '#ffffff';
|
||||||
|
|
||||||
// background for the navi frame
|
// 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
|
// color of the pointer in navi frame
|
||||||
$GLOBALS['cfg']['NaviPointerColor'] = 'Navy';
|
$GLOBALS['cfg']['NaviPointerColor'] = 'Navy';
|
||||||
@@ -26,7 +26,7 @@ $GLOBALS['cfg']['NaviPointerColor'] = 'Navy';
|
|||||||
$GLOBALS['cfg']['MainColor'] = '#000000';
|
$GLOBALS['cfg']['MainColor'] = '#000000';
|
||||||
|
|
||||||
// background for the main frame
|
// 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';
|
$GLOBALS['cfg']['MainBackground'] = 'white';
|
||||||
|
|
||||||
// color of the pointer in browse mode
|
// color of the pointer in browse mode
|
||||||
@@ -61,7 +61,7 @@ $GLOBALS['cfg']['FontSize'] = '';
|
|||||||
// border
|
// border
|
||||||
$GLOBALS['cfg']['Border'] = 0;
|
$GLOBALS['cfg']['Border'] = 0;
|
||||||
// table header and footer color
|
// 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
|
// table header and footer background
|
||||||
$GLOBALS['cfg']['ThColor'] = '#000000';
|
$GLOBALS['cfg']['ThColor'] = '#000000';
|
||||||
// table data row background
|
// table data row background
|
||||||
|
@@ -68,7 +68,7 @@ th {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #B5BDC7;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
@@ -338,7 +338,7 @@ div.notice {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -368,7 +368,7 @@ div.warning {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #CC0000;
|
border: 0.1em solid #CC0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -398,7 +398,7 @@ div.error {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -429,7 +429,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -584,7 +584,7 @@ ul#topmenu li {
|
|||||||
-moz-border-radius-topleft: 0.4em;
|
-moz-border-radius-topleft: 0.4em;
|
||||||
-moz-border-radius-topright: 0.4em;
|
-moz-border-radius-topright: 0.4em;
|
||||||
background-color: #B5BDC7;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
@@ -598,7 +598,7 @@ a.tabcaution:hover,
|
|||||||
padding: 0.2em 0.4em 0.2em 0.4em;
|
padding: 0.2em 0.4em 0.2em 0.4em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #DDDDDD;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
@@ -621,7 +621,7 @@ a.tab:hover,
|
|||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab,
|
span.tab,
|
||||||
span.tabcaution {
|
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 } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
@@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
|
|
||||||
/* main page */
|
/* main page */
|
||||||
#maincontainer {
|
#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-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
@@ -902,7 +902,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#maincontainer ul {
|
#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;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -915,96 +915,96 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
||||||
/* iconic view for ul items */
|
/* iconic view for ul items */
|
||||||
li#li_create_database {
|
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 {
|
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_collation,
|
||||||
li#li_select_mysql_charset {
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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{
|
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 {
|
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 {
|
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 */
|
/* END iconic view for ul items */
|
||||||
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
||||||
|
@@ -14,7 +14,7 @@ $GLOBALS['cfg']['NaviWidth'] = 185;
|
|||||||
$GLOBALS['cfg']['NaviColor'] = '#000000';
|
$GLOBALS['cfg']['NaviColor'] = '#000000';
|
||||||
|
|
||||||
// background for the navi frame
|
// 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
|
// color of the pointer in navi frame
|
||||||
$GLOBALS['cfg']['NaviPointerColor'] = '#9999CC';
|
$GLOBALS['cfg']['NaviPointerColor'] = '#9999CC';
|
||||||
@@ -26,7 +26,7 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#9999CC';
|
|||||||
$GLOBALS['cfg']['MainColor'] = '#000000';
|
$GLOBALS['cfg']['MainColor'] = '#000000';
|
||||||
|
|
||||||
// background for the main frame
|
// 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
|
// color of the pointer in browse mode
|
||||||
$GLOBALS['cfg']['BrowsePointerColor'] = '#BDC5CC';
|
$GLOBALS['cfg']['BrowsePointerColor'] = '#BDC5CC';
|
||||||
@@ -60,7 +60,7 @@ $GLOBALS['cfg']['FontSize'] = '8pt';
|
|||||||
// border
|
// border
|
||||||
$GLOBALS['cfg']['Border'] = 0;
|
$GLOBALS['cfg']['Border'] = 0;
|
||||||
// table header and footer color
|
// 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
|
// table header and footer background
|
||||||
$GLOBALS['cfg']['ThColor'] = '#000000';
|
$GLOBALS['cfg']['ThColor'] = '#000000';
|
||||||
// table data row background
|
// table data row background
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* LEFT FRAME
|
* LEFT FRAME
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #d9e4f4;
|
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-repeat: repeat-y;
|
||||||
background-position: 0px 0px;
|
background-position: 0px 0px;
|
||||||
}
|
}
|
||||||
@@ -44,7 +43,7 @@ body, input, textarea, select, th, td, .item, .tblItem {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#body_queryFrame div {
|
#body_queryFrame div {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@@ -86,7 +85,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.heada, span.heada {
|
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-position: 2px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
font-weight: bold;
|
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 {
|
td.heada, span.heada {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
bdo {
|
bdo {
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/* For printview */
|
/* For printview */
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
@@ -90,7 +89,7 @@ input[type=button], input[type=submit], input[type=reset] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div {
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/* STYLE FOR THE RIGHT (MAIN) FRAME */
|
/* STYLE FOR THE RIGHT (MAIN) FRAME */
|
||||||
|
|
||||||
#mainFrameset, #leftFrameset, frameset, frame {
|
#mainFrameset, #leftFrameset, frameset, frame {
|
||||||
@@ -35,7 +34,7 @@ body {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 26px 3px 3px 3px;
|
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-position: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@@ -123,7 +122,7 @@ th, .tblFooters {
|
|||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
white-space: nowrap;
|
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-repeat: repeat-x;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
@@ -136,7 +135,7 @@ th, .tblFooters {
|
|||||||
.tblHeaders, tr.tblHeaders td, tr.tblHeaders th {
|
.tblHeaders, tr.tblHeaders td, tr.tblHeaders th {
|
||||||
color: #585880;
|
color: #585880;
|
||||||
background-color: #b4cae9;
|
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 {
|
.tblcomment {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@@ -244,7 +243,7 @@ div.notice {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -273,7 +272,7 @@ div.warning {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #CC0000;
|
border: 0.1em solid #CC0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -302,7 +301,7 @@ div.error {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -334,7 +333,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -487,7 +486,7 @@ fieldset.confirmation legend {
|
|||||||
margin: 0px 1px 0px 1px;
|
margin: 0px 1px 0px 1px;
|
||||||
}
|
}
|
||||||
.serverinfo div {
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@@ -553,7 +552,7 @@ fieldset.confirmation legend {
|
|||||||
.nav {
|
.nav {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #b4cae9;
|
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-repeat: repeat-x;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@@ -588,18 +587,18 @@ fieldset.confirmation legend {
|
|||||||
}
|
}
|
||||||
.navNormal {
|
.navNormal {
|
||||||
background-color: #b4cae9;
|
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 {
|
.navActive {
|
||||||
background-color: #ffffff;
|
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;
|
border: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.navDrop {
|
.navDrop {
|
||||||
background-color: #e9c7b4;
|
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 {
|
.navActive a:link, .navActive a:active, .navActive a:visited {
|
||||||
color: #585880;
|
color: #585880;
|
||||||
@@ -622,7 +621,7 @@ fieldset.confirmation legend {
|
|||||||
.navSpacer {
|
.navSpacer {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: #333333;
|
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-repeat: no-repeat;
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
}
|
}
|
||||||
@@ -635,7 +634,7 @@ fieldset.confirmation legend {
|
|||||||
ul#topmenu {
|
ul#topmenu {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
background-color: #ffffff;
|
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-repeat: repeat-x;
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -692,18 +691,18 @@ fieldset.confirmation legend {
|
|||||||
}
|
}
|
||||||
a.tab:hover {
|
a.tab:hover {
|
||||||
color: #ffffff;
|
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;
|
background-position: center bottom;
|
||||||
}
|
}
|
||||||
a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
|
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;
|
background-color: #ffffff;
|
||||||
border-left: 1px solid #333333;
|
border-left: 1px solid #333333;
|
||||||
border-right: 1px solid #333333;
|
border-right: 1px solid #333333;
|
||||||
border-bottom: 1px solid #ffffff;
|
border-bottom: 1px solid #ffffff;
|
||||||
}
|
}
|
||||||
a.tabcaution:hover {
|
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;
|
background-position: center bottom;
|
||||||
}
|
}
|
||||||
a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution {
|
a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution {
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff9900;
|
background-color: #ff9900;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -206,7 +206,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -235,7 +235,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -284,7 +284,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #7296C0;
|
background-color: #7296C0;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -299,7 +299,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #7296C0;
|
background-color: #7296C0;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -314,7 +314,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -325,7 +325,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -338,7 +338,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -349,7 +349,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -417,7 +417,7 @@ a.tabactive {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -441,7 +441,7 @@ a.tab:hover, .tabactive {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 0.3em 0.3em 0.1em 0.3em;
|
padding: 0.3em 0.3em 0.1em 0.3em;
|
||||||
background-color: #E5E5E5;
|
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;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #999988;
|
background-color: #999988;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -207,7 +207,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -236,7 +236,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -286,7 +286,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -301,7 +301,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -316,7 +316,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -327,7 +327,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -340,7 +340,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -351,7 +351,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -438,7 +438,7 @@ a.tabactive {
|
|||||||
|
|
||||||
/* default tab styles */
|
/* default tab styles */
|
||||||
.tab, .tabcaution {
|
.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-position: top;
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
border: 0.1em solid silver;
|
border: 0.1em solid silver;
|
||||||
@@ -491,7 +491,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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 {
|
img, input, select, button {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@@ -54,7 +54,7 @@ img, input, select, button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#body_queryFrame, #body_leftFrame {
|
#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-repeat: repeat-y;
|
||||||
background-position: 100% 0%;
|
background-position: 100% 0%;
|
||||||
}
|
}
|
||||||
|
@@ -79,7 +79,7 @@ h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -286,7 +286,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
padding: 0px 0px 0px 25px;
|
padding: 0px 0px 0px 25px;
|
||||||
|
@@ -215,7 +215,7 @@ div{
|
|||||||
body{
|
body{
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
background-image: url(../themes/graphivore/img/bgmenu.gif);
|
background-image: url(themes/graphivore/img/bgmenu.gif);
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
@@ -45,7 +45,7 @@ th{
|
|||||||
color: #FFF3DB;
|
color: #FFF3DB;
|
||||||
background-color: #ff9900;
|
background-color: #ff9900;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -231,7 +231,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -260,7 +260,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -311,7 +311,7 @@ div.tblWarn {
|
|||||||
color: #fff3db;
|
color: #fff3db;
|
||||||
background-color: #286860;
|
background-color: #286860;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -326,7 +326,7 @@ div.tblWarn {
|
|||||||
color: #fff3db;
|
color: #fff3db;
|
||||||
background-color: #286860;
|
background-color: #286860;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -340,7 +340,7 @@ div.tblWarn {
|
|||||||
color: #fff3db;
|
color: #fff3db;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -351,7 +351,7 @@ div.errorhead {
|
|||||||
color: #fff3db;
|
color: #fff3db;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -364,7 +364,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -375,7 +375,7 @@ div.warnhead {
|
|||||||
color: #fff3db;
|
color: #fff3db;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -464,7 +464,7 @@ a.tabactive {
|
|||||||
|
|
||||||
/* default tab styles */
|
/* default tab styles */
|
||||||
.tab, .tabcaution {
|
.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-position: top;
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
border: 0.1em solid silver;
|
border: 0.1em solid silver;
|
||||||
@@ -481,7 +481,7 @@ a.tabactive {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
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-position: top;
|
||||||
background-color: #ffaa44;
|
background-color: #ffaa44;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -494,7 +494,7 @@ a.tab:hover, .tabactive {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 0.3em 0.3em 0.1em 0.3em;
|
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-position: top;
|
||||||
background-color: #ffaa44;
|
background-color: #ffaa44;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -504,7 +504,7 @@ a.tab:hover, .tabactive {
|
|||||||
|
|
||||||
a.tabcaution:hover {
|
a.tabcaution:hover {
|
||||||
background-color: #ff0000;
|
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 */
|
/* disabled drop/empty tabs */
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff9900;
|
background-color: #ff9900;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -221,7 +221,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -250,7 +250,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -301,7 +301,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #286860;
|
background-color: #286860;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -316,7 +316,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #286860;
|
background-color: #286860;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -330,7 +330,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -341,7 +341,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -354,7 +354,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -365,7 +365,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -454,7 +454,7 @@ a.tabactive {
|
|||||||
|
|
||||||
/* default tab styles */
|
/* default tab styles */
|
||||||
.tab, .tabcaution {
|
.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-position: top;
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
border: 0.1em solid silver;
|
border: 0.1em solid silver;
|
||||||
|
@@ -96,7 +96,7 @@ div#leftframelinks a:hover {
|
|||||||
|
|
||||||
/* serverlist */
|
/* serverlist */
|
||||||
#body_leftFrame #list_server {
|
#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-position: inside;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
@@ -344,7 +344,7 @@ div.notice {
|
|||||||
margin: .5em 0 .5em 0;
|
margin: .5em 0 .5em 0;
|
||||||
border: 1px solid #FFD700;
|
border: 1px solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat:no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -374,7 +374,7 @@ div.warning {
|
|||||||
margin: .5em 0 .5em 0;
|
margin: .5em 0 .5em 0;
|
||||||
border: 1px solid #c00;
|
border: 1px solid #c00;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat:no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -404,7 +404,7 @@ div.error {
|
|||||||
margin: .5em 0 .5em 0;
|
margin: .5em 0 .5em 0;
|
||||||
border: 1px solid #f00;
|
border: 1px solid #f00;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat:no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -435,7 +435,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 1px solid #f00;
|
border-right: 1px solid #f00;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat:no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -644,7 +644,7 @@ a.warning,
|
|||||||
span.tabcaution {
|
span.tabcaution {
|
||||||
<?php
|
<?php
|
||||||
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') < 0) {
|
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 */
|
/* main page */
|
||||||
#maincontainer {
|
#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-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
@@ -927,7 +927,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#maincontainer ul {
|
#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;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -941,96 +941,96 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
||||||
/* iconic view for ul items */
|
/* iconic view for ul items */
|
||||||
li#li_create_database {
|
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 {
|
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_collation,
|
||||||
li#li_select_mysql_charset {
|
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{
|
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{
|
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 /*
|
<?php /*
|
||||||
li#li_user_info{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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{
|
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 {
|
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 {
|
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 */
|
/* END iconic view for ul items */
|
||||||
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
||||||
|
@@ -54,7 +54,7 @@ $GLOBALS['cfg']['MainBackground'] = '#d0d0d0';//e7
|
|||||||
|
|
||||||
if ( PMA_USR_BROWSER_AGENT != 'MOZILLA' ) { /*jw index.php: NO frameborder="0"*/
|
if ( PMA_USR_BROWSER_AGENT != 'MOZILLA' ) { /*jw index.php: NO frameborder="0"*/
|
||||||
$GLOBALS['cfg']['MainBackground'] .=
|
$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
|
// link color
|
||||||
$GLOBALS['cfg']['MainLinkColor'] = '#00d';/*jw*/
|
$GLOBALS['cfg']['MainLinkColor'] = '#00d';/*jw*/
|
||||||
|
@@ -65,7 +65,7 @@ div {font:<?php echo $font_size; ?> Verdana,Arial,Helvetica,sans-serif; color
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
/* Always enabled stylesheets (left frame) */
|
/* 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;}
|
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;}
|
select {font:<?php echo $font_size; ?> Verdana,Arial,Helvetica,sans-serif; background:#ffffff; color:#000000;}
|
||||||
|
|
||||||
|
@@ -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; ?>;}
|
pre, tt {font-size:<?php echo $font_size; ?>;}
|
||||||
table {border-collapse:collapse;}
|
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;}
|
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;}
|
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;}
|
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;}
|
hr{ color:#666666; background:#666666; border:0; height:1px;}
|
||||||
|
|
||||||
/* new styles for navigation */
|
/* 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;}
|
.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;}
|
.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, .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;}
|
.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;}
|
.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;}
|
.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 */
|
/* Warning showing div with right border and optional icon */
|
||||||
div.errorhead {font-weight:bold; color:#ffffff; text-align:left; margin:0px;
|
div.errorhead {font-weight:bold; color:#ffffff; text-align:left; margin:0px;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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 } ?>
|
<?php } ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ tr.disabled td, td.disabled {background:#cccccc;}
|
|||||||
.tblError {border:1px solid #FF0000; background:#FFFFCC;}
|
.tblError {border:1px solid #FF0000; background:#FFFFCC;}
|
||||||
.tblWarn, div.tblWarn {border:1px solid #FF0000; background: #FFFFFF;}
|
.tblWarn, div.tblWarn {border:1px solid #FF0000; background: #FFFFFF;}
|
||||||
div.tblWarn {padding:5px 5px 5px 5px; margin:0px 0px 5px 0px; width:100%;}
|
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;}
|
.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: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;}
|
.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') { ?>
|
<?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: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 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;}
|
#textSQLDUMP {width:95%; height:95%; font:12px "Courier New", Courier, mono;}
|
||||||
<?php } // end of isDom ?>
|
<?php } // end of isDom ?>
|
||||||
|
@@ -80,7 +80,7 @@ div#leftframelinks a:hover {
|
|||||||
|
|
||||||
/* serverlist */
|
/* serverlist */
|
||||||
#body_leftFrame #list_server {
|
#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-position: inside;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -356,7 +356,7 @@ div.notice {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -386,7 +386,7 @@ div.warning {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #CC0000;
|
border: 0.1em solid #CC0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -416,7 +416,7 @@ div.error {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -447,7 +447,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -636,7 +636,7 @@ a.tab:hover,
|
|||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab,
|
span.tab,
|
||||||
span.tabcaution {
|
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 } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
@@ -904,7 +904,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
|
|
||||||
/* main page */
|
/* main page */
|
||||||
#maincontainer {
|
#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-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
@@ -917,7 +917,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#maincontainer ul {
|
#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;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -930,96 +930,96 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
||||||
/* iconic view for ul items */
|
/* iconic view for ul items */
|
||||||
li#li_create_database {
|
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 {
|
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_collation,
|
||||||
li#li_select_mysql_charset {
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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{
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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 {
|
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{
|
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 {
|
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 {
|
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 */
|
/* END iconic view for ul items */
|
||||||
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
||||||
|
@@ -30,7 +30,7 @@ $GLOBALS['cfg']['MainColor'] = '#000000';
|
|||||||
// background for the main frame
|
// background for the main frame
|
||||||
$GLOBALS['cfg']['MainBackground'] = '#F5F5F5';
|
$GLOBALS['cfg']['MainBackground'] = '#F5F5F5';
|
||||||
// for a solid vertical line, uncomment this:
|
// 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
|
// foreground (text) color of the pointer in browse mode
|
||||||
$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
|
$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
|
||||||
|
@@ -13,7 +13,7 @@ body {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 2px 2px 2px;
|
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-position: left top;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
}
|
}
|
||||||
|
@@ -15,7 +15,7 @@ body {
|
|||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #142F56;
|
color: #142F56;
|
||||||
background-image: url(../themes/paradice/img/rightBgnd.jpg);
|
background-image: url(themes/paradice/img/rightBgnd.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right bottom;
|
background-position: right bottom;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@@ -77,7 +77,7 @@ th {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff9900;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@@ -116,7 +116,7 @@ th.td{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-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;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -444,7 +444,7 @@ div.warning {
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -475,7 +475,7 @@ div.error {
|
|||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -506,7 +506,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -531,7 +531,7 @@ fieldset.confirmation legend {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #79A2DF;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@@ -541,7 +541,7 @@ fieldset.confirmation legend {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #79A2DF;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
@@ -597,7 +597,7 @@ ul#topmenu {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #79A2DF;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
@@ -632,20 +632,20 @@ span.tab {
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 4px 8px 8px 8px;
|
padding: 4px 8px 8px 8px;
|
||||||
margin: -1px 0px 0px -1px;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.tab:hover {
|
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-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 4px 8px 8px 8px;
|
padding: 4px 8px 8px 8px;
|
||||||
margin: -1px 0px 0px -1px;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -687,7 +687,7 @@ ul#topmenu li {
|
|||||||
border: 0px 1px 0px 0px;
|
border: 0px 1px 0px 0px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #FFFFFF;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
/* overwrite default button look */
|
/* overwrite default button look */
|
||||||
@@ -712,7 +712,7 @@ ul#topmenu li a.tab:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul#topmenu li: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;
|
text-decoration: underline;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -727,7 +727,7 @@ ul#topmenu li a.tabcaution {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #cc0000;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
padding: 4px 8px 8px 8px;
|
padding: 4px 8px 8px 8px;
|
||||||
@@ -738,7 +738,7 @@ ul#topmenu li a.tabcaution {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
ul#topmenu li a.tabcaution:hover {
|
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;
|
padding: 4px 8px 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -747,7 +747,7 @@ a.tabactive {
|
|||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@@ -760,7 +760,7 @@ a.tabactive {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.tabactive:hover {
|
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 ;) */
|
padding: 4px 8px 8px 8px; /* top left bottom right - I just can't memorize this ;) */
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@@ -777,12 +777,12 @@ a.tab:link, a.tab:active,a.tab:hover, a.tab:visited {
|
|||||||
|
|
||||||
a.tab:hover,
|
a.tab:hover,
|
||||||
.tabactive {
|
.tabactive {
|
||||||
background-image: url(../themes/paradice/img/tbl_header.png);
|
background-image: url(themes/paradice/img/tbl_header.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab, span.tabcaution {
|
span.tab, span.tabcaution {
|
||||||
cursor: url(../themes/darkblue_orange/img/error.ico), default;
|
cursor: url(themes/darkblue_orange/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* LEFT FRAME
|
* LEFT FRAME
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #d9e4f4;
|
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-repeat: repeat-y;
|
||||||
background-position: 0px 0px;
|
background-position: 0px 0px;
|
||||||
}
|
}
|
||||||
@@ -38,7 +37,7 @@ body, input, textarea, select, th, td, .item, .tblItem {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#body_queryFrame div {
|
#body_queryFrame div {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@@ -80,7 +79,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.heada, span.heada {
|
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-position: 2px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
font-weight: bold;
|
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 {
|
td.heada, span.heada {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
bdo {
|
bdo {
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/* For printview */
|
/* For printview */
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
@@ -90,7 +89,7 @@ input[type=button], input[type=submit], input[type=reset] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div {
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
<?php $pma_http_url = ''; ?>
|
|
||||||
/* STYLE FOR THE RIGHT (MAIN) FRAME */
|
/* STYLE FOR THE RIGHT (MAIN) FRAME */
|
||||||
|
|
||||||
#mainFrameset, #leftFrameset, frameset, frame {
|
#mainFrameset, #leftFrameset, frameset, frame {
|
||||||
@@ -29,7 +28,7 @@ body {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 14px 0px 0px 0px;
|
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-position: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@@ -98,12 +97,12 @@ img {
|
|||||||
}
|
}
|
||||||
img[class=icon]{
|
img[class=icon]{
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
height:13px;
|
height:13px;
|
||||||
}
|
}
|
||||||
/* tables */
|
/* tables */
|
||||||
table,td,th{
|
table,td,th{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
@@ -125,7 +124,7 @@ th, .tblFooters {
|
|||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
white-space: nowrap;
|
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-repeat: repeat-x;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
@@ -138,7 +137,7 @@ th, .tblFooters {
|
|||||||
.tblHeaders, tr.tblHeaders td, tr.tblHeaders th {
|
.tblHeaders, tr.tblHeaders td, tr.tblHeaders th {
|
||||||
color: #585880;
|
color: #585880;
|
||||||
background-color: #b4cae9;
|
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 {
|
.tblcomment {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@@ -164,7 +163,7 @@ th.td {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
border-top: 1px none #cccccc;
|
border-top: 1px none #cccccc;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -174,7 +173,7 @@ table tr.even th,
|
|||||||
table tr.marked th {
|
table tr.marked th {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -183,7 +182,7 @@ table tr.odd:hover th,
|
|||||||
table tr.even:hover th,
|
table tr.even:hover th,
|
||||||
table tr.hover th {
|
table tr.hover th {
|
||||||
background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -220,10 +219,10 @@ input[type=text], input[type=file], input[type=password], input.textfield {
|
|||||||
}
|
}
|
||||||
input.inpcheck {
|
input.inpcheck {
|
||||||
width:10px;
|
width:10px;
|
||||||
height:10px;
|
height:10px;
|
||||||
}
|
}
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
width:10px;
|
width:10px;
|
||||||
height:10px;
|
height:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -261,7 +260,7 @@ div.notice {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #FFD700;
|
border: 0.1em solid #FFD700;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -290,7 +289,7 @@ div.warning {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #CC0000;
|
border: 0.1em solid #CC0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -319,7 +318,7 @@ div.error {
|
|||||||
margin: 0.5em 0 0.5em 0;
|
margin: 0.5em 0 0.5em 0;
|
||||||
border: 0.1em solid #ff0000;
|
border: 0.1em solid #ff0000;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 10px 50%;
|
background-position: 10px 50%;
|
||||||
@@ -351,7 +350,7 @@ fieldset.confirmation legend {
|
|||||||
border-right: 0.1em solid #FF0000;
|
border-right: 0.1em solid #FF0000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
<?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;
|
background-repeat: no-repeat;
|
||||||
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) {?>
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
@@ -504,7 +503,7 @@ fieldset.confirmation legend {
|
|||||||
margin: 0px 1px 0px 1px;
|
margin: 0px 1px 0px 1px;
|
||||||
}
|
}
|
||||||
.serverinfo div {
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@@ -570,7 +569,7 @@ fieldset.confirmation legend {
|
|||||||
.nav {
|
.nav {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #b4cae9;
|
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-repeat: repeat-x;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@@ -605,18 +604,18 @@ fieldset.confirmation legend {
|
|||||||
}
|
}
|
||||||
.navNormal {
|
.navNormal {
|
||||||
background-color: #b4cae9;
|
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 {
|
.navActive {
|
||||||
background-color: #ffffff;
|
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;
|
border: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.navDrop {
|
.navDrop {
|
||||||
background-color: #e9c7b4;
|
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 {
|
.navActive a:link, .navActive a:active, .navActive a:visited {
|
||||||
color: #585880;
|
color: #585880;
|
||||||
@@ -639,7 +638,7 @@ fieldset.confirmation legend {
|
|||||||
.navSpacer {
|
.navSpacer {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: #333333;
|
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-repeat: no-repeat;
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
}
|
}
|
||||||
@@ -652,7 +651,7 @@ fieldset.confirmation legend {
|
|||||||
ul#topmenu {
|
ul#topmenu {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
background-color: #ffffff;
|
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-repeat: repeat-x;
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -709,18 +708,18 @@ fieldset.confirmation legend {
|
|||||||
}
|
}
|
||||||
a.tab:hover {
|
a.tab:hover {
|
||||||
color: #ffffff;
|
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;
|
background-position: center bottom;
|
||||||
}
|
}
|
||||||
a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
|
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;
|
background-color: #ffffff;
|
||||||
border-left: 1px solid #333333;
|
border-left: 1px solid #333333;
|
||||||
border-right: 1px solid #333333;
|
border-right: 1px solid #333333;
|
||||||
border-bottom: 1px solid #ffffff;
|
border-bottom: 1px solid #ffffff;
|
||||||
}
|
}
|
||||||
a.tabcaution:hover {
|
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;
|
background-position: center bottom;
|
||||||
}
|
}
|
||||||
a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution {
|
a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution {
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff9900;
|
background-color: #ff9900;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -229,7 +229,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -258,7 +258,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -307,7 +307,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #fb7922;
|
background-color: #fb7922;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -322,7 +322,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #f8e8a0;
|
background-color: #f8e8a0;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -337,7 +337,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -348,7 +348,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -361,7 +361,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -372,7 +372,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -409,7 +409,7 @@ div.warnhead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -426,7 +426,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #fb7922;
|
background-color: #fb7922;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -445,7 +445,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #fb7922;
|
background-color: #fb7922;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -459,7 +459,7 @@ hr{
|
|||||||
color: #fffbf0;
|
color: #fffbf0;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -472,7 +472,7 @@ hr{
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
/*background-color: #FF9900;
|
/*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-repeat: repeat-x;
|
||||||
background-position: top;*/
|
background-position: top;*/
|
||||||
background-color: #fffbf0;
|
background-color: #fffbf0;
|
||||||
|
@@ -5,8 +5,7 @@ body {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
<?php
|
<?php
|
||||||
if ($GLOBALS['cfg']['RightBgImage'] == '') {
|
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";
|
. ' background-repeat: repeat-y;' . "\n";
|
||||||
} else {
|
} else {
|
||||||
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
|
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
|
||||||
@@ -200,7 +199,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
padding: 0px 0px 0px 25px;
|
padding: 0px 0px 0px 25px;
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #99bbf5;
|
background-color: #99bbf5;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -229,7 +229,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -258,7 +258,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -308,7 +308,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #0043cf;
|
background-color: #0043cf;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -323,7 +323,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #0043CF;
|
background-color: #0043CF;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -338,7 +338,7 @@ div.tblWarn {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -349,7 +349,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -362,7 +362,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -373,7 +373,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -410,7 +410,7 @@ div.warnhead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -427,7 +427,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #0043cf;
|
background-color: #0043cf;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -446,7 +446,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #0043cf;
|
background-color: #0043cf;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -460,7 +460,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #cc0000;
|
background-color: #cc0000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -474,7 +474,7 @@ hr{
|
|||||||
color: #ccccff;
|
color: #ccccff;
|
||||||
background-color: #0043cf;
|
background-color: #0043cf;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
@@ -5,8 +5,7 @@ body {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
<?php
|
<?php
|
||||||
if ($GLOBALS['cfg']['RightBgImage'] == '') {
|
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";
|
. ' background-repeat: repeat-y;' . "\n";
|
||||||
} else {
|
} else {
|
||||||
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
|
echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
|
||||||
@@ -191,7 +190,7 @@ div.errorhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 5px 50%;
|
background-position: 5px 50%;
|
||||||
padding: 0px 0px 0px 25px;
|
padding: 0px 0px 0px 25px;
|
||||||
@@ -269,7 +268,7 @@ img, input, select, button {
|
|||||||
margin: 0px 1px 0px 2px;
|
margin: 0px 1px 0px 2px;
|
||||||
}
|
}
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #99bbf5;
|
background-color: #99bbf5;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -229,7 +229,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -258,7 +258,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -308,7 +308,7 @@ div.tblWarn {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -323,7 +323,7 @@ div.tblWarn {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -338,7 +338,7 @@ div.tblWarn {
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
background-color: #ff7700;
|
background-color: #ff7700;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -349,7 +349,7 @@ div.errorhead {
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -362,7 +362,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -373,7 +373,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -410,7 +410,7 @@ div.warnhead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -427,7 +427,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -446,7 +446,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -460,7 +460,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff7700;
|
background-color: #ff7700;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -474,7 +474,7 @@ hr{
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
@@ -38,7 +38,7 @@ th{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #99bbf5;
|
background-color: #99bbf5;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -229,7 +229,7 @@ div.warning {
|
|||||||
/*
|
/*
|
||||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 10px 10px;
|
background-position: 10px 10px;
|
||||||
padding: 10px 10px 10px 36px;
|
padding: 10px 10px 10px 36px;
|
||||||
@@ -258,7 +258,7 @@ div.error div.head {
|
|||||||
/*
|
/*
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 30px;
|
padding: 2px 2px 2px 30px;
|
||||||
@@ -308,7 +308,7 @@ div.tblWarn {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -323,7 +323,7 @@ div.tblWarn {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -338,7 +338,7 @@ div.tblWarn {
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
background-color: #ff7700;
|
background-color: #ff7700;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -349,7 +349,7 @@ div.errorhead {
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -362,7 +362,7 @@ div.errorhead {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -373,7 +373,7 @@ div.warnhead {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: no-repeat;
|
||||||
background-position: 2px 50%;
|
background-position: 2px 50%;
|
||||||
padding: 2px 2px 2px 20px;
|
padding: 2px 2px 2px 20px;
|
||||||
@@ -410,7 +410,7 @@ div.warnhead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.serverinfo div{
|
.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-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@@ -427,7 +427,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -446,7 +446,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #c2c6d3;
|
background-color: #c2c6d3;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -460,7 +460,7 @@ hr{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #ff7700;
|
background-color: #ff7700;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -474,7 +474,7 @@ hr{
|
|||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
<?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-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Reference in New Issue
Block a user