사용자: 회원가입스킨 작업 중 레이아웃 스타일

This commit is contained in:
whitedot
2013-01-11 16:24:09 +09:00
parent b0fb0dd6ca
commit a6e818ba94
3 changed files with 25 additions and 18 deletions

View File

@ -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}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -7,17 +7,23 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<section id="fregister_term">
<h2>회원가입약관</h2>
<textarea readonly><?=get_text($config['cf_stipulation'])?></textarea>
<input type="radio" id="agree11" name="agree" value="1"><label for="agree11">동의합니다.</label>
<input type="radio" id="agree10" name="agree" value="0"><label for="agree10">동의하지 않습니다.</label>
<div class="fregister_agree">
<input type="radio" id="agree11" name="agree" value="1">
<label for="agree11">동의합니다.</label>
<input type="radio" id="agree10" name="agree" value="0">
<label for="agree10">동의하지 않습니다.</label>
</div>
</section>
<section id="fregister_private">
<h2>개인정보취급방침</h2>
<textarea readonly><?=get_text($config['cf_privacy'])?></textarea>
<input type="radio" id="agree21" name="agree2" value="1">
<label for="agree21">동의합니다.</label>
<input type="radio" id="agree20" name="agree2" value="0">
<label for="agree20">동의하지 않습니다.</label>
<div class="fregister_agree">
<input type="radio" id="agree21" name="agree2" value="1">
<label for="agree21">동의합니다.</label>
<input type="radio" id="agree20" name="agree2" value="0">
<label for="agree20">동의하지 않습니다.</label>
</div>
</section>
<div class="btn_confirm">