From 5996171c87a4f50f06ac163c73ad48c3fa1f88ee Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:00:12 +0900 Subject: [PATCH 1/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=ED=95=98=EB=8B=A8=EB=B2=84=ED=8A=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index c30f574b5..5e500dbf6 100644 --- a/css/default.css +++ b/css/default.css @@ -295,10 +295,10 @@ table a {color:#000;text-decoration:none} #bo_v_act a {margin-right:5px;vertical-align:top} #bo_v_act strong {color:#109ff1} #bo_v form {padding-top:20px} -#bo_v_bot {zoom:1} +#bo_v_bot {border-top:1px solid #f7f7f2;padding:20px 20px;zoom:1} #bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_bot ul {margin:0;padding:0 20px 15px;list-style:none} +#bo_v_bot ul {margin:0;padding:0;list-style:none} #bo_v_nb {float:left} #bo_v_nb li {float:left;margin-right:5px} .bo_v_com {float:right} From 0951acb7b472208883e705bb00bd3710a4038b5d Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:01:58 +0900 Subject: [PATCH 2/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20=EB=B0=91=EC=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 5e500dbf6..721782cdc 100644 --- a/css/default.css +++ b/css/default.css @@ -307,7 +307,7 @@ table a {color:#000;text-decoration:none} /* 게시판 댓글 */ #bo_vc {margin:0 20px 10px;padding:10px 20px 20px 20px;background:#f7f7f2} #bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #eee} +#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #e0e0e0} #bo_vc header {position:relative;zoom:1} #bo_vc header:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} From b6a29efc1ba6079fe599db7dd0d971c8694dba7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:04:15 +0900 Subject: [PATCH 3/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20=EB=B0=91=EC=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 721782cdc..738f97e9f 100644 --- a/css/default.css +++ b/css/default.css @@ -307,7 +307,7 @@ table a {color:#000;text-decoration:none} /* 게시판 댓글 */ #bo_vc {margin:0 20px 10px;padding:10px 20px 20px 20px;background:#f7f7f2} #bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #e0e0e0} +#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #e7e7e7} #bo_vc header {position:relative;zoom:1} #bo_vc header:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} From 7fe31770b3222499278bd2c915da77e512f067f7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:16:06 +0900 Subject: [PATCH 4/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=EA=B8=80=EC=A0=9C=EB=AA=A9=EC=9D=98=20=EB=B6=84=EB=A5=98=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/default.css | 5 ++++- skin/board/neo/list.skin.php | 2 +- skin/board/neo/view.skin.php | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 738f97e9f..c5eed4895 100644 --- a/css/default.css +++ b/css/default.css @@ -264,6 +264,7 @@ table a {color:#000;text-decoration:none} #bo_v {position:relative;margin-bottom:30px} #bo_v a {color:#000;text-decoration:none} #bo_v_h1 {padding:30px 20px 10px;font-size:1.2em;line-height:1.4em} +#bo_v_h1 span {display:inline-block;margin-right:5px;color:#109ff1} #bo_v_info {padding:0 20px 15px;border-bottom:1px solid #f0f0f0} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} @@ -350,4 +351,6 @@ table a {color:#000;text-decoration:none} .pg_prev {border-right:1px solid #ddd} .pg_end, .pg_next {border-left:1px solid #ddd} -.pg_current {background:#494949;color:#fff} \ No newline at end of file +.pg_current {background:#494949;color:#fff} + +.pg_total {text-align:center} \ No newline at end of file diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 51a3fe73d..16a4b0905 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -159,7 +159,7 @@ if ($is_nogood) $colspan++; -

+

Total 페이지

diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index efb8857ea..0edce688a 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -5,7 +5,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

-

+

+ + + + +

게시물 정보

From 32d2ff3c4da3a2120eea244a53e9e7a1785ea5cb Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:32:58 +0900 Subject: [PATCH 5/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 13 +++++++++++++ skin/member/neo/login.skin.php | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/css/default.css b/css/default.css index c5eed4895..c7e4a1ed9 100644 --- a/css/default.css +++ b/css/default.css @@ -181,6 +181,19 @@ table a {color:#000;text-decoration:none} #ol_after_ft {text-align:right} #ol_after_ft a {display:inline-block;margin-left:5px} +/* 로그인 */ +#mb_login {margin:100px auto;width:500px} +#mb_login h1 {margin:0 0 20px;font-size:1.3em} +#mb_login h2 {margin:0} +#mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border-bottom-color:#f7f7f2;background:#fff} +#mb_login label {letter-spacing:-0.1em} +#mb_login .login_id {position:absolute;top:26px;left:105px} +#mb_login .login_pw {position:absolute;top:55px;left:105px} +#mb_login .fs_input {display:block;margin-bottom:5px;padding-left:70px} +#mb_login .btn_submit {position:absolute;top:20px;left:335px;height:53px} +#mb_login section {margin-bottom:30px;padding:20px} +#mb_login section div {text-align:right} + /* 설문조사 스킨 */ #poll {} #poll header {padding:14px 14px 0} diff --git a/skin/member/neo/login.skin.php b/skin/member/neo/login.skin.php index c1186c771..db5737733 100644 --- a/skin/member/neo/login.skin.php +++ b/skin/member/neo/login.skin.php @@ -3,22 +3,22 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?>
-

로그인

+

-
+
- + - +
-
+

회원로그인 안내

회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.
From 65558efb36cb4ce0ed3728a471df1359882649bd Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:37:52 +0900 Subject: [PATCH 6/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index c7e4a1ed9..e7c652348 100644 --- a/css/default.css +++ b/css/default.css @@ -147,6 +147,12 @@ table a {color:#000;text-decoration:none} .new_win_ul li {float:left;margin-left:-1px} .new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #595959;border-left:1px solid #595959;color:#fff;font-family:"dotum";font-weight:bold;text-decoration:none} +/* ///// 폼 컨트롤 ///// */ +.fs_input, +fieldset textarea {padding:3px 3px 4px;border:1px solid #ddd;background:#fff;vertical-align:middle} +.fs_input:focus, +fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#fff} + /* ///// 스킨별 스타일 ///// */ /* 아웃로그인 스킨 */ .ol {position:relative;margin-bottom:10px;padding:14px} @@ -187,9 +193,9 @@ table a {color:#000;text-decoration:none} #mb_login h2 {margin:0} #mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border-bottom-color:#f7f7f2;background:#fff} #mb_login label {letter-spacing:-0.1em} -#mb_login .login_id {position:absolute;top:26px;left:105px} -#mb_login .login_pw {position:absolute;top:55px;left:105px} -#mb_login .fs_input {display:block;margin-bottom:5px;padding-left:70px} +#mb_login .login_id {position:absolute;top:26px;left:95px} +#mb_login .login_pw {position:absolute;top:55px;left:95px} +#mb_login .fs_input {display:block;margin:0 0 5px 80px} #mb_login .btn_submit {position:absolute;top:20px;left:335px;height:53px} #mb_login section {margin-bottom:30px;padding:20px} #mb_login section div {text-align:right} From 352faeffeff07163803ea8b913072c81ebbc9d41 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:46:38 +0900 Subject: [PATCH 7/7] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=20=EB=95=8C=20=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/default.css | 1 + skin/board/neo/view_comment.skin.php | 1 + 2 files changed, 2 insertions(+) diff --git a/css/default.css b/css/default.css index e7c652348..1d3ae69d9 100644 --- a/css/default.css +++ b/css/default.css @@ -336,6 +336,7 @@ fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:# #bo_vc a {color:#000;text-decoration:none} #bo_vc p {padding:0 0 5px;line-height:1.8em} #bo_vc p a {text-decoration:underline} +#bo_vc_empty {margin:0;padding:20px !important;text-align:center} #bo_vc fieldset {margin:0 0 10px;padding:0} #bo_vc_w {zoom:1} #bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index 28f86acac..b957e5554 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -68,6 +68,7 @@ var char_max = parseInt(); // 최대 +

등록된 댓글이 없습니다.