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%31%34%66%37%63%37%39%33%33%36%65%32%30%33%66%33%30%38%36%32%66%30%66%66%39%62%33%38%35%34%37%64%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%38%34%61%64%64%62%37%33%30%65%66%38%36%31%33%36%63%63%63%64%30%34%63%62%37%65%63%31%34%37%64%36%22%3e
© 2006 – 2021 by Luvsic. Some rights reserved.