SNS 수정중

This commit is contained in:
gnuboard
2013-05-24 09:22:06 +09:00
parent c350f65613
commit 35e7f6ff10
64 changed files with 2348 additions and 956 deletions

View File

@ -1,5 +1,5 @@
/* 방문자 집계 */
#visit {background:#515151}
#visit {background:#444}
#visit div {margin:0 auto;width:980px;zoom:1}
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}
@ -7,4 +7,5 @@
#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff}
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
#visit a:focus, #visit a:hover {background:#333;color:#fff}
#visit a:focus,
#visit a:hover {background:#333;color:#fff}

View File

@ -6,7 +6,7 @@ global $is_admin;
<link rel="stylesheet" href="<?php echo $visit_skin_url ?>/style.css">
<aside id="visit">
<section id="visit">
<div>
<h2>접속자집계</h2>
<dl>
@ -21,4 +21,4 @@ global $is_admin;
</dl>
<?php if ($is_admin == "super") { ?><a href="<?php echo G4_ADMIN_URL ?>/visit_list.php">상세보기</a><?php } ?>
</div>
</aside>
</section>