heliumスキンでのNP_AccessAnalyzeデザイン調整

NP_AccessAnalyze(ver1.3)をNP_znCustomAdminのheliumスキンで利用している際に、デザインが見づらくなるのを調整するCSSコード。



accessanalyze/NP_AccessAnalyze_MngPage.php の550行目付近

オリジナルのCSS

<style type="text/css">
<!--
.showtable {
        margin-top: 0;
        border: solid 1px Silver;
        }
.showtable caption {
        text-align: left;
        font-weight: bold;
        }
.showtable th {
        padding: 0px;
        line-height: 18px;
        border: solid 1px Silver;
        background-color: gainsboro;
        }
.showtable td {
        padding: 0px;
        line-height: 16px;
        border-top: dashed 1px Silver;
        border-bottom: none;
        }
.showtable img {
        vertical-align: top;
        padding-top: 3px;
        height: 10px;
        }
//-->
</style>

調整後のCSS

<style type="text/css">
<!--
h3 {
  margin: 15px;
  }
.showtable {
        margin-top: 15px;
        }
.showtable caption {
        text-align: left;
  padding: 3px 5px 1px;
        }
.showtable th {
        padding: 0px;
        }
.showtable td {
        padding: 0px;
        }
.showtable img {
        vertical-align: top;
        padding-top: 3px;
        height: 10px;
        }
//-->
</style>
Skooler Records

No comments yet

%3c%69%6e%70%75%74%20%74%79%70%65%3d%22%68%69%64%64%65%6e%22%20%6e%61%6d%65%3d%22%6e%70%5f%70%72%6f%74%65%63%74%62%79%6d%64%35%22%20%76%61%6c%75%65%3d%22%35%38%65%61%63%63%37%33%35%38%34%66%39%35%32%62%38%32%30%35%37%66%66%66%33%66%37%63%36%65%30%35%22%3e %3c%69%6e%70%75%74%20%74%79%70%65%3d%22%68%69%64%64%65%6e%22%20%6e%61%6d%65%3d%22%6e%70%5f%70%72%6f%74%65%63%74%62%79%6d%64%35%5f%68%61%73%68%22%20%76%61%6c%75%65%3d%22%32%62%35%65%32%62%37%36%61%65%64%62%35%61%66%34%36%32%37%36%35%36%31%62%30%63%38%34%30%65%61%31%22%3e
© 2006 – 2025 by Luvsic. Some rights reserved.