get rid of propicon
This commit is contained in:
@@ -38,7 +38,7 @@ th{
|
||||
color: #000000;
|
||||
background-color: #ff9900;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_th.png);
|
||||
background-image: url(themes/xampp/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -229,7 +229,7 @@ div.warning {
|
||||
/*
|
||||
<?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
*/
|
||||
background-image: url(../themes/xampp/img/s_warn.png);
|
||||
background-image: url(themes/xampp/img/s_warn.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px 10px;
|
||||
padding: 10px 10px 10px 36px;
|
||||
@@ -258,7 +258,7 @@ div.error div.head {
|
||||
/*
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
*/
|
||||
background-image: url(../themes/xampp/img/s_error.png);
|
||||
background-image: url(themes/xampp/img/s_error.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 30px;
|
||||
@@ -307,7 +307,7 @@ div.tblWarn {
|
||||
color: #ffffff;
|
||||
background-color: #fb7922;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_header.png);
|
||||
background-image: url(themes/xampp/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -322,7 +322,7 @@ div.tblWarn {
|
||||
color: #ffffff;
|
||||
background-color: #f8e8a0;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_header.png);
|
||||
background-image: url(themes/xampp/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -337,7 +337,7 @@ div.tblWarn {
|
||||
color: #ffffff;
|
||||
background-color: #cc0000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_error.png);
|
||||
background-image: url(themes/xampp/img/tbl_error.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -348,7 +348,7 @@ div.errorhead {
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/s_error.png);
|
||||
background-image: url(themes/xampp/img/s_error.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 20px;
|
||||
@@ -361,7 +361,7 @@ div.errorhead {
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_th.png);
|
||||
background-image: url(themes/xampp/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -372,7 +372,7 @@ div.warnhead {
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/s_warn.png);
|
||||
background-image: url(themes/xampp/img/s_warn.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 50%;
|
||||
padding: 2px 2px 2px 20px;
|
||||
@@ -409,7 +409,7 @@ div.warnhead {
|
||||
}
|
||||
|
||||
.serverinfo div{
|
||||
background-image: url(../themes/xampp/img/item_ltr.png);
|
||||
background-image: url(themes/xampp/img/item_ltr.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
width: 20px;
|
||||
@@ -426,7 +426,7 @@ hr{
|
||||
color: #000000;
|
||||
background-color: #fb7922;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_header.png);
|
||||
background-image: url(themes/xampp/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -445,7 +445,7 @@ hr{
|
||||
color: #000000;
|
||||
background-color: #fb7922;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_header.png);
|
||||
background-image: url(themes/xampp/img/tbl_header.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -459,7 +459,7 @@ hr{
|
||||
color: #fffbf0;
|
||||
background-color: #cc0000;
|
||||
<?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/xampp/img/tbl_error.png);
|
||||
background-image: url(themes/xampp/img/tbl_error.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
<?php } ?>
|
||||
@@ -472,7 +472,7 @@ hr{
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
/*background-color: #FF9900;
|
||||
background-image: url(../themes/xampp/img/tbl_th.png);
|
||||
background-image: url(themes/xampp/img/tbl_th.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;*/
|
||||
background-color: #fffbf0;
|
||||
|
Reference in New Issue
Block a user