diff --git a/css/default.css b/css/default.css index ca5ad4681..fa5387991 100644 --- a/css/default.css +++ b/css/default.css @@ -43,9 +43,14 @@ a:active {color:#000;text-decoration:underline} #schall legend {width:0;height:0;overflow:hidden} #schall_stx {padding-left:5px;width:156px;height:27px;border:1px solid #ccc;border-right:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#fff;line-height:2em !important;line-height:2em} -#snb {position:absolute;top:10px;right:0;zoom:1} +#snb {position:absolute;top:20px;right:0;zoom:1} #snb:after {display:block;visibility:hidden;clear:both;content:""} -#snb li {float:left;margin-left:7px} +#snb li {float:left;margin-left:15px} +#snb a {display:block;padding:5px} +#snb a:focus, +#snb a:hover, +#snb a:active {text-decoration:none} +/* #snb a {display:block;position:relative;width:50px;height:50px;background:url('../img/snb_icon.jpg');border:1px solid #cfded8;border-radius:10px;text-decoration:none} #snb #snb_login {background-position:0 0} #snb #snb_join {background-position:-50px 0} @@ -54,6 +59,7 @@ a:active {color:#000;text-decoration:underline} #snb #snb_modify {background-position:-200px 0} #snb #snb_cnt {background-position:-250px 0} #snb #snb_new {background-position:-300px 0} +*/ #snb span {position:absolute;top:35px;left:0;width:50px;font-size:0.95em;letter-spacing:-0.1em;text-align:center} /* 중간 레이아웃 */ diff --git a/head.php b/head.php index 0914b086c..0f2f3ec35 100644 --- a/head.php +++ b/head.php @@ -62,15 +62,52 @@ include_once(G4_LIB_PATH.'/popular.lib.php'); diff --git a/img/snb_admin.jpg b/img/snb_admin.jpg new file mode 100644 index 000000000..b1c9461aa Binary files /dev/null and b/img/snb_admin.jpg differ diff --git a/img/snb_cnt.jpg b/img/snb_cnt.jpg new file mode 100644 index 000000000..6e6fc986a Binary files /dev/null and b/img/snb_cnt.jpg differ diff --git a/img/snb_icon.jpg b/img/snb_icon.jpg deleted file mode 100644 index 8b3c95bb9..000000000 Binary files a/img/snb_icon.jpg and /dev/null differ diff --git a/img/snb_join.jpg b/img/snb_join.jpg new file mode 100644 index 000000000..cf2220e13 Binary files /dev/null and b/img/snb_join.jpg differ diff --git a/img/snb_login.jpg b/img/snb_login.jpg new file mode 100644 index 000000000..fe7a4db3f Binary files /dev/null and b/img/snb_login.jpg differ diff --git a/img/snb_logout.jpg b/img/snb_logout.jpg new file mode 100644 index 000000000..d63341a3b Binary files /dev/null and b/img/snb_logout.jpg differ diff --git a/img/snb_modify.jpg b/img/snb_modify.jpg new file mode 100644 index 000000000..b80fc39f9 Binary files /dev/null and b/img/snb_modify.jpg differ diff --git a/img/snb_new.jpg b/img/snb_new.jpg new file mode 100644 index 000000000..4db11ab88 Binary files /dev/null and b/img/snb_new.jpg differ