From a6e818ba949c4d387aab9e00e2290b3c793fad3d Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 11 Jan 2013 16:24:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EA=B0=80=EC=9E=85=EC=8A=A4=ED=82=A8=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=A4=91=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 25 +++++++++++++------------ img/wrapper_bg.jpg | Bin 7692 -> 7688 bytes skin/member/neo/register.skin.php | 18 ++++++++++++------ 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/css/def.css b/css/def.css index eec86cbb8..16035a52d 100644 --- a/css/def.css +++ b/css/def.css @@ -77,7 +77,7 @@ a {color:#000;text-decoration:none} #logo a {display:inline-block;padding:20px 30px} /* 상단메뉴 */ -#tnb {border-bottom:1px solid #999;background:#fff;zoom:1} +#tnb {border-bottom:1px solid #bbb;background:#fff;zoom:1} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #tnb li {float:left} #tnb a {display:inline-block;padding:0 20px;height:35px;border-right:1px solid #e9e9e9;color:#666;font-family:"dotum";font-size:0.75em;font-weight:bold;text-decoration:none;line-height:3em} @@ -85,9 +85,9 @@ a {color:#000;text-decoration:none} #tnb a:focus {background:#f9f9f5;color:#000} /* 전체검색 */ -#hdsch {z-index:3;position:absolute;top:77px;right:0;margin:0;padding:0;width:219px;border:0;border-left:1px solid #e9e9e9;background:#fff} +#hdsch {z-index:3;position:absolute;top:77px;right:0;margin:0;padding:0;width:220px;border:0;background:#fff} #hdsch legend {position:absolute;padding:0;width:0;height:0;border:0;overflow:hidden} -#hdsch_stx {margin:5px 0 5px 5px;padding:0 5px;height:25px;width:176px;border:0;background:transparent;font-size:1em;line-height:1.4em} +#hdsch_stx {margin:5px 0;padding:0 5px;height:25px;width:175px;border:0;background:transparent;font-size:1em;line-height:1.4em} #hdsch_stx:focus {background:#464649;color:#fff} #hdsch_submit {position:relative;margin-left:-5px} @@ -96,7 +96,7 @@ a {color:#000;text-decoration:none} #snb ul {margin:0;padding:0;list-style:none} /* 아웃로그인 */ -.outlogin {position:relative;border-bottom:1px solid #ccc;border-left:1px solid #999;background:#f0f3f6;line-height:1em} +.outlogin {position:relative;border-bottom:1px solid #d9d9d9;border-left:1px solid #bbb;background:#f0f3f6;line-height:1em} .outlogin h2 {margin:0;padding:0;height:0;overflow:hidden} /* 로그인 전 */ #ol_before {padding:15px 10px 0;width:199px;font-size:0.7em} @@ -124,7 +124,7 @@ a {color:#000;text-decoration:none} #ol_after footer a {display:inline-block;padding:0 10px} /* 설문조사 */ -#poll {width:219px;border-bottom:1px solid #ccc;border-left:1px solid #999;background:#fff;font-size:0.75em} +#poll {width:219px;border-bottom:1px solid #d9d9d9;border-left:1px solid #bbb;background:#fff;font-size:0.75em} #poll header {padding:10px 10px 1px;border-bottom:1px solid #efeada;background:#f0f3f6} #poll h2 {display:inline-block;margin:0;font-size:1em} #poll p {padding:0} @@ -163,7 +163,7 @@ a {color:#000;text-decoration:none} #wrapper h1 {margin-top:20px} /* 레이아웃 하단 */ -#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #999;color:#595959;font-size:0.75em} +#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #bbb;color:#595959;font-size:0.75em} #footer h1 {margin:0;height:0;overflow:hidden} #footer section {margin-left:30px} #footer h2 {margin:0;width:100px;color:#000;font-size:1em} @@ -375,12 +375,13 @@ a {color:#000;text-decoration:none} #post_num p {margin:0 auto 30px;width:90%} /* 회원가입 약관 */ -#fregister {padding:20px;background:#f5f5f2} -#fregister h2 {padding-top:10px;text-align:center} -#fregister_term {float:left;width:49%} -#fregister_private {float:right;width:49%} -#fregister textarea {display:block;margin-bottom:10px;width:99%;height:200px;border:1px solid #ddd} -#fregister label {display:inline-block;margin-right:10px} +#fregister {} +#fregister section {margin-bottom:20px} +#fregister h2 {font-size:0.875em} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #ddd;background:#f7f7f7} +#fregister textarea:focus {background:#333;color:#fff} +.fregister_agree {text-align:right} +.fregister_agree label {display:inline-block;margin-right:10px;font-size:0.75em;vertical-align:middle} /* 회원 패스워드 확인 */ #member_confirm {padding:150px 0;background:#fcfcfc;text-align:center} diff --git a/img/wrapper_bg.jpg b/img/wrapper_bg.jpg index 5bc629b46d3e95e9314fb75debf385bf28787a88..18494a55798487f140ede3610a53d7c3696c9570 100644 GIT binary patch delta 372 zcmeCN>9Cm~&bVTt!~%9RD?>9YQ}c=YD;SG5TQHh3h0d~HeDyzr*!f=*I`+kSir5FL z04Y_nssA_szvbAs`3UoNR_Q(l1_nkTUI3vP9{{;P%v8i6vDu4JnaQ8Zc5mk5`OXCM z;$#kfH8|Upe-fkX<`evEj0#4s1{O|cMlNP9&dyFIhCqgsrMa`Ci?M~XshgXH@#c2| zy*vutYwDjxeSQB=;9Lt0&bVr#!~%9xD`QJ5Q=^IdD;P^QTQHh3h1cl6i1^R&(eyvV6;sKYU6VBG z7I^|GFLJ5+|2O}?Qy|rC-^|AI zoeAd6$t?V8aJC`;Bu1yrNBG$o6t z+%~@w=;e`TUa$XSiq0`!?#2_P3JWeQLj}#QwftJNclj>*TMpf*{QO QzV7wi>ifIC$N#?x05I>DcmMzZ diff --git a/skin/member/neo/register.skin.php b/skin/member/neo/register.skin.php index 3576f42c7..65a0fe43f 100644 --- a/skin/member/neo/register.skin.php +++ b/skin/member/neo/register.skin.php @@ -7,17 +7,23 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

회원가입약관

- - +
+ + + + +

개인정보취급방침

- - - - +
+ + + + +