모바일: mobile.css 와 skin/(x)/style.css 중첩 처리
This commit is contained in:
@ -171,7 +171,7 @@ $colspan = 11;
|
|||||||
<option value="mobile"<?php echo get_selected($row['gr_device'], 'mobile'); ?>>모바일</option>
|
<option value="mobile"<?php echo get_selected($row['gr_device'], 'mobile'); ?>>모바일</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_smallmng"><?php echo $s_upd ?></td>
|
<td class="td_mngsmall"><?php echo $s_upd ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -101,7 +101,7 @@ $colspan = 12;
|
|||||||
<td class="td_mbname"><?php echo $row['mb_name'] ?></td>
|
<td class="td_mbname"><?php echo $row['mb_name'] ?></td>
|
||||||
<td class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
<td class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
||||||
<td class="td_num"><?php echo $row['mb_level'] ?></td>
|
<td class="td_num"><?php echo $row['mb_level'] ?></td>
|
||||||
<td class="td_bignum"><a href="./point_list.php?sfl=mb_id&stx=<?php echo $row['mb_id'] ?>"><?php echo number_format($row['mb_point']) ?></a></td>
|
<td class="td_numbig"><a href="./point_list.php?sfl=mb_id&stx=<?php echo $row['mb_id'] ?>"><?php echo number_format($row['mb_point']) ?></a></td>
|
||||||
<td class="td_boolean"><?php echo $row['mb_mailling']?'예':'아니오'; ?></td>
|
<td class="td_boolean"><?php echo $row['mb_mailling']?'예':'아니오'; ?></td>
|
||||||
<td class="td_boolean"><?php echo $row['mb_open']?'예':'아니오'; ?></td>
|
<td class="td_boolean"><?php echo $row['mb_open']?'예':'아니오'; ?></td>
|
||||||
<td class="td_boolean"><?php echo preg_match('/[1-9]/', $row['mb_email_certify'])?'예':'아니오'; ?></td>
|
<td class="td_boolean"><?php echo preg_match('/[1-9]/', $row['mb_email_certify'])?'예':'아니오'; ?></td>
|
||||||
@ -277,8 +277,8 @@ $colspan = 7;
|
|||||||
<td class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
<td class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
||||||
<td class="td_time"><?php echo $row['po_datetime'] ?></td>
|
<td class="td_time"><?php echo $row['po_datetime'] ?></td>
|
||||||
<td><?php echo $link1.$row['po_content'].$link2 ?></td>
|
<td><?php echo $link1.$row['po_content'].$link2 ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row['po_point']) ?></td>
|
<td class="td_numbig"><?php echo number_format($row['po_point']) ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row2['mb_point']) ?></td>
|
<td class="td_numbig"><?php echo number_format($row2['mb_point']) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -247,8 +247,8 @@ $colspan = 15;
|
|||||||
<?php echo get_member_level_select("mb_level[$i]", 1, $member['mb_level'], $row['mb_level']) ?>
|
<?php echo get_member_level_select("mb_level[$i]", 1, $member['mb_level'], $row['mb_level']) ?>
|
||||||
</td>
|
</td>
|
||||||
<td headers="mb_list_lastcall" class="td_date"><?php echo substr($row['mb_today_login'],2,8); ?></td>
|
<td headers="mb_list_lastcall" class="td_date"><?php echo substr($row['mb_today_login'],2,8); ?></td>
|
||||||
<td headers="mb_list_grp" rowspan="2" class="td_smallnum"><?php echo $group ?></td>
|
<td headers="mb_list_grp" rowspan="2" class="td_numsmall"><?php echo $group ?></td>
|
||||||
<td headers="mb_list_mng" rowspan="2" class="td_smallmng"><?php echo $s_mod ?><br><?php echo $s_grp ?></td>
|
<td headers="mb_list_mng" rowspan="2" class="td_mngsmall"><?php echo $s_mod ?><br><?php echo $s_grp ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr <?php echo $tr_bg; ?>>
|
<tr <?php echo $tr_bg; ?>>
|
||||||
<td headers="mb_list_nick" class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
<td headers="mb_list_nick" class="td_name sv_use"><div><?php echo $mb_nick ?></div></td>
|
||||||
|
|||||||
@ -116,7 +116,7 @@ $colspan = 7;
|
|||||||
<td class="td_num"><?php echo $row['po_level'] ?></td>
|
<td class="td_num"><?php echo $row['po_level'] ?></td>
|
||||||
<td class="td_num"><?php echo $row2['sum_po_cnt'] ?></td>
|
<td class="td_num"><?php echo $row2['sum_po_cnt'] ?></td>
|
||||||
<td class="td_etc"><?php echo $po_etc ?></td>
|
<td class="td_etc"><?php echo $po_etc ?></td>
|
||||||
<td class="td_smallmng"><?php echo $s_mod ?></td>
|
<td class="td_mngsmall"><?php echo $s_mod ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -86,7 +86,7 @@ $(function(){
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"><?php echo $rank ?></td>
|
<td class="td_num"><?php echo $rank ?></td>
|
||||||
<td><?php echo $word ?></td>
|
<td><?php echo $word ?></td>
|
||||||
<td class="td_bignum"><?php echo $row['cnt'] ?></td>
|
<td class="td_numbig"><?php echo $row['cnt'] ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -75,7 +75,7 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo $count ?></td>
|
<td class="td_numbig"><?php echo $count ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -85,7 +85,7 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo $count ?></td>
|
<td class="td_numbig"><?php echo $count ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -63,7 +63,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($count) ?></td>
|
<td class="td_numbig"><?php echo number_format($count) ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -66,7 +66,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($value) ?></td>
|
<td class="td_numbig"><?php echo number_format($value) ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -79,7 +79,7 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo $count ?></td>
|
<td class="td_numbig"><?php echo $count ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo $count ?></td>
|
<td class="td_numbig"><?php echo $count ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -66,7 +66,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
<span style="width:<?php echo $s_rate ?>%"></span>
|
<span style="width:<?php echo $s_rate ?>%"></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($value) ?></td>
|
<td class="td_numbig"><?php echo number_format($value) ?></td>
|
||||||
<td class="td_num"><?php echo $s_rate ?></td>
|
<td class="td_num"><?php echo $s_rate ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -69,8 +69,8 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
|
|||||||
만료<?php echo substr(str_replace('-', '', $row['po_expire_date']), 2); ?>
|
만료<?php echo substr(str_replace('-', '', $row['po_expire_date']), 2); ?>
|
||||||
<?php } else echo $row['po_expire_date'] == '9999-12-31' ? ' ' : $row['po_expire_date']; ?>
|
<?php } else echo $row['po_expire_date'] == '9999-12-31' ? ' ' : $row['po_expire_date']; ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo $point1; ?></td>
|
<td class="td_numbig"><?php echo $point1; ?></td>
|
||||||
<td class="td_bignum"><?php echo $point2; ?></td>
|
<td class="td_numbig"><?php echo $point2; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
@ -238,8 +238,6 @@ td {padding:8px 5px;border:1px solid #e9e9e9;line-height:1.5em;word-break:break-
|
|||||||
#point_mng {margin-top:50px}
|
#point_mng {margin-top:50px}
|
||||||
/* 회원메일발송 목록 */
|
/* 회원메일발송 목록 */
|
||||||
.td_test, .td_send {width:50px;text-align:center}
|
.td_test, .td_send {width:50px;text-align:center}
|
||||||
.td_mng {width:100px;text-align:center}
|
|
||||||
.td_smallmng {width:50px;text-align:center}
|
|
||||||
/* 투표관리 목록 */
|
/* 투표관리 목록 */
|
||||||
.td_etc {width:80px;text-align:center}
|
.td_etc {width:80px;text-align:center}
|
||||||
/* 게시판관리 목록 */
|
/* 게시판관리 목록 */
|
||||||
@ -274,9 +272,11 @@ td {padding:8px 5px;border:1px solid #e9e9e9;line-height:1.5em;word-break:break-
|
|||||||
.td_date {width:70px;text-align:center}
|
.td_date {width:70px;text-align:center}
|
||||||
.td_grid {width:60px;text-align:center}
|
.td_grid {width:60px;text-align:center}
|
||||||
.td_mbid, .td_name, .td_mbname {width:100px;text-align:left !important}
|
.td_mbid, .td_name, .td_mbname {width:100px;text-align:left !important}
|
||||||
|
.td_mng {width:100px;text-align:center}
|
||||||
|
.td_mngsmall {width:50px;text-align:center}
|
||||||
.td_num {width:60px;text-align:center}
|
.td_num {width:60px;text-align:center}
|
||||||
.td_bignum {width:100px;text-align:center}
|
.td_numbig {width:100px;text-align:center}
|
||||||
.td_smallnum {width:30px;text-align:center}
|
.td_numsmall {width:30px;text-align:center}
|
||||||
.td_pt {text-align:right !important}
|
.td_pt {text-align:right !important}
|
||||||
.td_time {width:130px;text-align:center}
|
.td_time {width:130px;text-align:center}
|
||||||
|
|
||||||
|
|||||||
@ -126,8 +126,6 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
|||||||
.cke_sc_def dt {width:20%;font-weight:bold}
|
.cke_sc_def dt {width:20%;font-weight:bold}
|
||||||
.cke_sc_def dd {width:30%}
|
.cke_sc_def dd {width:30%}
|
||||||
|
|
||||||
/* 콘텐츠별 스타일 */
|
|
||||||
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
|
||||||
/* 버튼 */
|
/* 버튼 */
|
||||||
a.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
a.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
a.btn01:focus, .btn01:hover {text-decoration:none}
|
a.btn01:focus, .btn01:hover {text-decoration:none}
|
||||||
@ -155,6 +153,9 @@ a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
|
|||||||
a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
a.btn_admin {display:inline-block;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 댓글 스타일 */
|
||||||
|
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
.basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
@ -170,9 +171,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
|||||||
td.empty_table {padding:85px 0;text-align:center}
|
td.empty_table {padding:85px 0;text-align:center}
|
||||||
li.empty_list {padding:85px 0;text-align:center}
|
li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
/* 필수입력 */
|
|
||||||
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
|
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
.frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
@ -188,18 +186,21 @@ li.empty_list {padding:85px 0;text-align:center}
|
|||||||
|
|
||||||
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
/* 필수입력 */
|
||||||
|
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||||
|
|
||||||
/* 테이블 항목별 정의 */
|
/* 테이블 항목별 정의 */
|
||||||
.td_chk {width:30px;text-align:center}
|
|
||||||
.td_group {width:100px;text-align:center}
|
|
||||||
.td_board {width:120px;text-align:center}
|
.td_board {width:120px;text-align:center}
|
||||||
.td_num {width:50px;text-align:center}
|
.td_chk {width:30px;text-align:center}
|
||||||
.td_bignum {width:80px;text-align:center}
|
|
||||||
.td_mb_id {width:100px;text-align:center}
|
|
||||||
.td_nick {width:100px;text-align:center}
|
|
||||||
.td_name {width:100px;text-align:left}
|
|
||||||
.td_date {width:60px;text-align:center}
|
.td_date {width:60px;text-align:center}
|
||||||
.td_datetime {width:110px;text-align:center}
|
.td_datetime {width:110px;text-align:center}
|
||||||
|
.td_group {width:100px;text-align:center}
|
||||||
|
.td_mb_id {width:100px;text-align:center}
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
|
.td_name {width:100px;text-align:left}
|
||||||
|
.td_nick {width:100px;text-align:center}
|
||||||
|
.td_num {width:50px;text-align:center}
|
||||||
|
.td_numbig {width:80px;text-align:center}
|
||||||
|
|
||||||
.txt_active {color:#5d910b}
|
.txt_active {color:#5d910b}
|
||||||
.txt_expired {color:#ccc}
|
.txt_expired {color:#ccc}
|
||||||
|
|||||||
@ -11,7 +11,7 @@ header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
|||||||
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
label, input, select, img {vertical-align:middle}
|
label, input, select, img {vertical-align:middle}
|
||||||
input,button {margin:0;padding:0}
|
input,button {margin:0;padding:0}
|
||||||
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0 !important;font-size:1em} /* 모바일에서만 사용 */
|
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em} /* 모바일에서만 사용 */
|
||||||
select, textarea {font-size:1em}
|
select, textarea {font-size:1em}
|
||||||
textarea {border-radius:0;-webkit-appearance:none}
|
textarea {border-radius:0;-webkit-appearance:none}
|
||||||
p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all}
|
p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all}
|
||||||
@ -70,6 +70,9 @@ pre {overflow-x:scroll;font-size:1.1em}
|
|||||||
|
|
||||||
/* 텍스트 크기 조절 */
|
/* 텍스트 크기 조절 */
|
||||||
#text_size {margin:0 0 1em;text-align:center}
|
#text_size {margin:0 0 1em;text-align:center}
|
||||||
|
#text_size button {margin:0;padding:0 1em;height:2em;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer}
|
||||||
|
.ts_up {font-size:1.167em !important}
|
||||||
|
.ts_up2 {font-size:1.3em !important}
|
||||||
|
|
||||||
/* 하단 레이아웃 */
|
/* 하단 레이아웃 */
|
||||||
#gnb {border-top:1px solid #c3c7c5;border-bottom:1px solid #c3c7c5;background:#f0f4f8}
|
#gnb {border-top:1px solid #c3c7c5;border-bottom:1px solid #c3c7c5;background:#f0f4f8}
|
||||||
@ -101,25 +104,28 @@ pre {overflow-x:scroll;font-size:1.1em}
|
|||||||
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
||||||
|
|
||||||
/* 버튼 */
|
/* 버튼 */
|
||||||
.btn01 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;font-size:1em;text-decoration:none !important;line-height:2em;vertical-align:middle}
|
a.btn01 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
.btn01:focus, .btn01:hover {text-decoration:none !important}
|
a.btn01:focus, a.btn01:hover {text-decoration:none}
|
||||||
.btn02 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #333 !important;background:#333 !important;color:#fff !important;font-size:1em;text-decoration:none !important;line-height:2em;vertical-align:middle}
|
a.btn02 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #333;background:#333;color:#fff;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
.btn02:focus, .btn02:hover {text-decoration:none !important}
|
a.btn02:focus, .btn02:hover {text-decoration:none}
|
||||||
.btn_confirm {text-align:center} /* 서식단계 진행 */
|
.btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
.btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
.btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
||||||
.btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
.btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
||||||
.btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
.btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
||||||
.btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */
|
.btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */
|
||||||
.btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em}
|
.btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em}
|
||||||
.btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em}
|
.btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em}
|
||||||
.btn_win input {height:2.65em;line-height:2.65em}
|
.btn_win input {height:2.65em;line-height:2.65em}
|
||||||
/* 게시판용 버튼 */
|
/* 게시판용 버튼 */
|
||||||
.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:middle}
|
a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
.btn_b01:focus, .btn_b01:hover {text-decoration:none !important}
|
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
|
||||||
.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:middle}
|
a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
.btn_b02:focus, .btn_b02:hover {text-decoration:none !important}
|
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
|
||||||
.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c !important;background:#e8180c !important;color:#fff !important;text-decoration:none !important;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
.btn_admin:focus, .btn_admin:hover {text-decoration:none !important}
|
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 댓글 스타일 */
|
||||||
|
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
.basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
@ -129,14 +135,12 @@ pre {overflow-x:scroll;font-size:1.1em}
|
|||||||
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
.basic_tbl tbody th {}
|
.basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
.basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
.basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
.basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
.basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
||||||
.bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
.bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
td.empty_table {padding:5em 0;text-align:center}
|
td.empty_table {padding:5em 0;text-align:center}
|
||||||
|
li.empty_list {padding:5em 0;text-align:center}
|
||||||
/* 필수입력 */
|
|
||||||
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
|
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
.frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
@ -153,18 +157,21 @@ td.empty_table {padding:5em 0;text-align:center}
|
|||||||
|
|
||||||
.frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
.frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
||||||
|
|
||||||
|
/* 필수입력 */
|
||||||
|
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||||
|
|
||||||
/* 테이블 항목별 정의 */
|
/* 테이블 항목별 정의 */
|
||||||
.td_chk {width:30px;text-align:center}
|
|
||||||
.td_group {width:100px;text-align:center}
|
|
||||||
.td_board {width:120px;text-align:center}
|
.td_board {width:120px;text-align:center}
|
||||||
.td_num {width:50px;text-align:center}
|
.td_chk {width:30px;text-align:center}
|
||||||
.td_bignum {width:80px;text-align:center}
|
|
||||||
.td_mb_id {width:100px;text-align:center}
|
|
||||||
.td_nick {width:100px;text-align:center}
|
|
||||||
.td_name {width:100px;text-align:left}
|
|
||||||
.td_date {width:60px;text-align:center}
|
.td_date {width:60px;text-align:center}
|
||||||
.td_datetime {width:150px;text-align:center}
|
.td_datetime {width:150px;text-align:center}
|
||||||
|
.td_group {width:100px;text-align:center}
|
||||||
|
.td_mb_id {width:100px;text-align:center}
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
|
.td_name {width:100px;text-align:left}
|
||||||
|
.td_nick {width:100px;text-align:center}
|
||||||
|
.td_num {width:50px;text-align:center}
|
||||||
|
.td_numbig {width:80px;text-align:center}
|
||||||
|
|
||||||
/* 광고 레이아웃 */
|
/* 광고 레이아웃 */
|
||||||
.ad200200 {display:none}
|
.ad200200 {display:none}
|
||||||
@ -178,7 +185,7 @@ td.empty_table {padding:5em 0;text-align:center}
|
|||||||
.new_win_ul {margin:-1.8em 0 1.5em 0;padding:0 0 0 1.5em;border-bottom:1px solid #455255;background:#484848;list-style:none}
|
.new_win_ul {margin:-1.8em 0 1.5em 0;padding:0 0 0 1.5em;border-bottom:1px solid #455255;background:#484848;list-style:none}
|
||||||
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
.new_win_ul li {float:left;margin-left:-1px}
|
.new_win_ul li {float:left;margin-left:-1px}
|
||||||
.new_win_ul a {display:block;padding:1em 1em 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
|
.new_win_ul a {display:block;padding:1em;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
|
||||||
.new_win_desc {padding:1em}
|
.new_win_desc {padding:1em}
|
||||||
|
|
||||||
/* 사이드뷰 */
|
/* 사이드뷰 */
|
||||||
|
|||||||
@ -1,9 +1,90 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_list a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_list a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_list a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 쓰기 버튼 */
|
||||||
|
#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#bo_w .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
||||||
|
|
||||||
|
/* 기본테이블 */
|
||||||
|
/* 목록 테이블 */
|
||||||
|
#bo_list .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_list .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left}
|
||||||
|
#bo_list .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff}
|
||||||
|
#bo_list .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_list .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_list .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_list .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_list .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
#bo_list .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_list .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
||||||
|
#bo_list .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_list td.empty_table {padding:5em 0;text-align:center}
|
||||||
|
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left}
|
||||||
|
#bo_v .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff}
|
||||||
|
#bo_v .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_v .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
#bo_v .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
||||||
|
#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:5em 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
|
#bo_w .frm_tbl textarea {width:90%;height:150px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:0.3em}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:0.3em}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:0.3em;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#bo_list_title {padding:0 1em}
|
#bo_list_title {padding:0 1em}
|
||||||
|
|
||||||
|
#bo_list .td_chk {width:30px;text-align:center}
|
||||||
|
#bo_list .td_group {width:100px;text-align:center}
|
||||||
|
#bo_list .td_board {width:120px;text-align:center}
|
||||||
|
#bo_list .td_num {width:50px;text-align:center}
|
||||||
|
#bo_list .td_numbig {width:80px;text-align:center}
|
||||||
|
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||||
|
#bo_list .td_nick {width:100px;text-align:center}
|
||||||
|
#bo_list .td_name {width:100px;text-align:left}
|
||||||
|
#bo_list .td_date {width:60px;text-align:center}
|
||||||
|
#bo_list .td_datetime {width:150px;text-align:center}
|
||||||
|
#bo_list .td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
#bo_cate ul {margin:0.5em 1em;padding-left:1px;zoom:1}
|
#bo_cate ul {margin:0.5em 1em;padding-left:1px;zoom:1}
|
||||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
@ -44,7 +125,7 @@
|
|||||||
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
|
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
|
||||||
.bo_current {color:#e8180c}
|
.bo_current {color:#e8180c}
|
||||||
.td_subject img {margin-left:3px}
|
.td_subject img {margin-left:3px}
|
||||||
.cnt_cmt {font-weight:bold}
|
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
|
|
||||||
#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center}
|
#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,61 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_img a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b01:focus, #bo_img .btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_img a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b02:focus, #bo_img .btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_img a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_img a.btn_admin:focus, #bo_img a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 쓰기 버튼 */
|
||||||
|
#bo_w .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#bo_w .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
||||||
|
|
||||||
|
/* 기본테이블 */
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left}
|
||||||
|
#bo_v .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff}
|
||||||
|
#bo_v .basic_tbl thead a {color:#fff}
|
||||||
|
#bo_v .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
#bo_v .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
#bo_v .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
#bo_v .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
#bo_v .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
||||||
|
#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:5em 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
|
#bo_w .frm_tbl textarea {width:90%;height:150px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:0.3em}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:0.3em}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:0.3em;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 갤러리 목록 */
|
/* 갤러리 목록 */
|
||||||
#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none}
|
#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none}
|
||||||
@ -54,6 +109,8 @@
|
|||||||
|
|
||||||
#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center}
|
#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center}
|
||||||
|
|
||||||
|
#bo_img li.empty_list {padding:5em 0;text-align:center}
|
||||||
|
|
||||||
/* 게시판 쓰기 */
|
/* 게시판 쓰기 */
|
||||||
#char_count_desc {display:block;margin:0 0 0.3em;padding:0}
|
#char_count_desc {display:block;margin:0 0 0.3em;padding:0}
|
||||||
#char_count_wrp {margin:0.3em 0 0;text-align:right}
|
#char_count_wrp {margin:0.3em 0 0;text-align:right}
|
||||||
|
|||||||
@ -4,8 +4,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $latest_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $latest_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div class="lat">
|
<div class="lt">
|
||||||
<a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>" class="lat_title" onclick="return false"><strong><?php echo $bo_subject ?></strong></a>
|
<a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>" class="lt_title" onclick="return false"><strong><?php echo $bo_subject ?></strong></a>
|
||||||
<ul>
|
<ul>
|
||||||
<?php for ($i=0; $i<count($list); $i++) { ?>
|
<?php for ($i=0; $i<count($list); $i++) { ?>
|
||||||
<li>
|
<li>
|
||||||
@ -37,5 +37,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<li>게시물이 없습니다.</li>
|
<li>게시물이 없습니다.</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="lat_more"><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>"><span class="sound_only"><?php echo $bo_subject ?></span>더보기</a></div>
|
<div class="lt_more"><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>"><span class="sound_only"><?php echo $bo_subject ?></span>더보기</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2,9 +2,10 @@
|
|||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
/* 최근게시물 스킨 (latest) */
|
/* 최근게시물 스킨 (latest) */
|
||||||
.lat {position:relative;margin:0 0 1em;padding:0 1em 1.5em;border-bottom:1px solid #ddd}
|
.lt {position:relative;margin:0 0 1em;padding:0 1em 1.5em;border-bottom:1px solid #ddd}
|
||||||
.lat ul {margin:0 0 1em;padding:0;list-style:none}
|
.lt ul {margin:0 0 1em;padding:0;list-style:none}
|
||||||
.lat li {padding:0.2em 0}
|
.lt li {padding:0.2em 0}
|
||||||
.lat a {color:#000;text-decoration:none}
|
.lt a {color:#000;text-decoration:none}
|
||||||
.lat_title {display:block;padding:1em 0}
|
.lt .lt_title {display:block;padding:1em 0}
|
||||||
.lat_more {position:absolute;top:1em;right:1em}
|
.lt .lt_more {position:absolute;top:1em;right:1em}
|
||||||
|
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="formmail" class="new_win">
|
<div id="formmail" class="new_win mbskin">
|
||||||
<h1><?php echo $name ?>님께 메일보내기</h1>
|
<h1><?php echo $name ?>님께 메일보내기</h1>
|
||||||
|
|
||||||
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">
|
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="mb_login">
|
<div id="mb_login" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<form name="flogin" action="<?php echo $login_action_url ?>" onsubmit="return flogin_submit(this);" method="post">
|
<form name="flogin" action="<?php echo $login_action_url ?>" onsubmit="return flogin_submit(this);" method="post">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="mb_confirm">
|
<div id="mb_confirm" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_list" class="new_win">
|
<div id="memo_list" class="new_win mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_write" class="new_win">
|
<div id="memo_write" class="new_win mbskin">
|
||||||
<h1>쪽지보내기</h1>
|
<h1>쪽지보내기</h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -13,7 +13,7 @@ else {
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="memo_view" class="new_win">
|
<div id="memo_view" class="new_win mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
|
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
|
||||||
|
|||||||
@ -9,7 +9,7 @@ else $g5['title'] = $g5['title'];
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="pw_confirm">
|
<div id="pw_confirm" class="mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
<p>
|
<p>
|
||||||
<?php if ($w == 'u') { ?>
|
<?php if ($w == 'u') { ?>
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="find_info" class="new_win">
|
<div id="find_info" class="new_win mbskin">
|
||||||
<h1>아이디/패스워드 찾기</h1>
|
<h1>아이디/패스워드 찾기</h1>
|
||||||
|
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="profile" class="new_win">
|
<div id="profile" class="new_win mbskin">
|
||||||
<h1><?php echo $mb_nick ?>님의 프로필</h1>
|
<h1><?php echo $mb_nick ?>님의 프로필</h1>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
|
|||||||
@ -4,6 +4,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
|
<div class="mbskin">
|
||||||
|
|
||||||
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
||||||
|
|
||||||
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
||||||
@ -50,3 +52,5 @@ function fregister_submit(f)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</div>
|
||||||
@ -2,6 +2,7 @@
|
|||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<div class="mbskin">
|
||||||
<script src="<?php echo G5_JS_URL ?>/jquery.register_form.js"></script>
|
<script src="<?php echo G5_JS_URL ?>/jquery.register_form.js"></script>
|
||||||
<?php if($config['cf_cert_use'] && ($config['cf_cert_ipin'] || $config['cf_cert_hp'])) { ?>
|
<?php if($config['cf_cert_use'] && ($config['cf_cert_ipin'] || $config['cf_cert_hp'])) { ?>
|
||||||
<script src="<?php echo G5_JS_URL ?>/certify.js"></script>
|
<script src="<?php echo G5_JS_URL ?>/certify.js"></script>
|
||||||
@ -424,3 +425,4 @@ function fregisterform_submit(f)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="reg_result">
|
<div id="reg_result" class="mbskin">
|
||||||
|
|
||||||
<div id="reg_result_logo"><img src="<?php echo $member_skin_url ?>/img/reg_result_logo.jpg" alt=""></div>
|
<div id="reg_result_logo"><img src="<?php echo $member_skin_url ?>/img/reg_result_logo.jpg" alt=""></div>
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="scrap" class="new_win">
|
<div id="scrap" class="new_win mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<table class="basic_tbl">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="scrap_do" class="new_win">
|
<div id="scrap_do" class="new_win mbskin">
|
||||||
<h1>스크랩하기</h1>
|
<h1>스크랩하기</h1>
|
||||||
|
|
||||||
<form name="f_scrap_popin" action="./scrap_popin_update.php" method="post">
|
<form name="f_scrap_popin" action="./scrap_popin_update.php" method="post">
|
||||||
|
|||||||
@ -1,6 +1,71 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 버튼 */
|
||||||
|
.mbskin a.btn01 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
.mbskin a.btn01:focus, .mbskin a.btn01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn02 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #333;background:#333;color:#fff;font-size:1em;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
.mbskin a.btn02:focus, .mbskin .btn02:hover {text-decoration:none}
|
||||||
|
.mbskin .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
.mbskin .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
||||||
|
.mbskin .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
||||||
|
.mbskin .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
||||||
|
.mbskin .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */
|
||||||
|
.mbskin .btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em}
|
||||||
|
.mbskin .btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em}
|
||||||
|
.mbskin .btn_win input {height:2.65em;line-height:2.65em}
|
||||||
|
/* 게시판용 버튼 */
|
||||||
|
.mbskin a.btn_b01 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn_b02 {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #eee;background:#fafafa;color:#000;text-decoration:none;line-height:2em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 기본테이블 */
|
||||||
|
.mbskin .basic_tbl {margin-bottom:1em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
.mbskin .basic_tbl caption {padding:0 0 1em;color:#777;text-align:left}
|
||||||
|
.mbskin .basic_tbl thead th {padding:0.5em 0;background:#565e60;color:#fff}
|
||||||
|
.mbskin .basic_tbl thead a {color:#fff}
|
||||||
|
.mbskin .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
.mbskin .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
.mbskin .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
.mbskin .basic_tbl tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
.mbskin .basic_tbl td {padding:0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
.mbskin .basic_tbl a {display:block;padding:0.5em;color:#000;text-decoration:none}
|
||||||
|
.mbskin .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
.mbskin td.empty_table {padding:5em 0;text-align:center}
|
||||||
|
|
||||||
|
/* 폼 테이블 */
|
||||||
|
.mbskin .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
.mbskin .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left}
|
||||||
|
.mbskin .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left}
|
||||||
|
.mbskin .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
.mbskin .frm_tbl textarea, .mbskin .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
|
.mbskin .frm_tbl textarea {width:90%;height:150px}
|
||||||
|
.mbskin .frm_address {display:block;margin-top:0.3em}
|
||||||
|
.mbskin .frm_file {display:block;margin-bottom:0.3em}
|
||||||
|
.mbskin .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
.mbskin .frm_tbl #captcha input {margin-left:0.3em;text-align:center}
|
||||||
|
.mbskin .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
.mbskin .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
||||||
|
|
||||||
|
.mbskin .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
|
/* 테이블 항목별 정의 */
|
||||||
|
.mbskin .td_board {width:120px;text-align:center}
|
||||||
|
.mbskin .td_chk {width:30px;text-align:center}
|
||||||
|
.mbskin .td_date {width:60px;text-align:center}
|
||||||
|
.mbskin .td_datetime {width:150px;text-align:center}
|
||||||
|
.mbskin .td_group {width:100px;text-align:center}
|
||||||
|
.mbskin .td_mb_id {width:100px;text-align:center}
|
||||||
|
.mbskin .td_mng {width:80px;text-align:center}
|
||||||
|
.mbskin .td_name {width:100px;text-align:left}
|
||||||
|
.mbskin .td_nick {width:100px;text-align:center}
|
||||||
|
.mbskin .td_num {width:50px;text-align:center}
|
||||||
|
.mbskin .td_numbig {width:80px;text-align:center}
|
||||||
|
|
||||||
/* 회원가입 약관 */
|
/* 회원가입 약관 */
|
||||||
#fregister section {padding:1.5em;border-bottom:1px solid #eee;background:#fafafa}
|
#fregister section {padding:1.5em;border-bottom:1px solid #eee;background:#fafafa}
|
||||||
#fregister h2 {margin:0 0 1.5em;text-align:center}
|
#fregister h2 {margin:0 0 1.5em;text-align:center}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
|
||||||
|
|
||||||
<div id="post_code" class="new_win">
|
<div id="post_code" class="new_win mbskin">
|
||||||
<h1><?php echo $g5['title'] ?></h1>
|
<h1><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<form name="fzip" method="get" autocomplete="off">
|
<form name="fzip" method="get" autocomplete="off">
|
||||||
|
|||||||
@ -5,6 +5,9 @@
|
|||||||
.ol {position:relative;margin:0 0 1em;padding:0 0.5em 0.5em;border-bottom:1px solid #e7f1ed}
|
.ol {position:relative;margin:0 0 1em;padding:0 0.5em 0.5em;border-bottom:1px solid #e7f1ed}
|
||||||
.ol h2 {width:0;height:0;overflow:hidden}
|
.ol h2 {width:0;height:0;overflow:hidden}
|
||||||
|
|
||||||
|
.ol a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
#ol_before input[type=text],
|
#ol_before input[type=text],
|
||||||
#ol_before input[type=password] {display:block;margin-bottom:0.3em;padding:0;width:80%;height:1.8em;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
#ol_before input[type=password] {display:block;margin-bottom:0.3em;padding:0;width:80%;height:1.8em;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
#ol_before input[type=submit] {position:absolute;top:0em;right:0.5em;padding:0 !important;width:18%;height:4em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
#ol_before input[type=submit] {position:absolute;top:0em;right:0.5em;padding:0 !important;width:18%;height:4em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||||
|
|||||||
@ -14,6 +14,10 @@
|
|||||||
#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em}
|
#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em}
|
||||||
#poll footer a:focus,
|
#poll footer a:focus,
|
||||||
#poll footer a:hover {text-decoration:none !important}
|
#poll footer a:hover {text-decoration:none !important}
|
||||||
|
|
||||||
|
#poll a.btn_admin {display:inline-block;margin:0 0 0.3em;padding:0 1em;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#poll a.btn_admin:focus, #poll a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
/* 설문조사 결과 (새창) */
|
/* 설문조사 결과 (새창) */
|
||||||
#poll_result section {padding:1em;border-bottom:1px solid #eee}
|
#poll_result section {padding:1em;border-bottom:1px solid #eee}
|
||||||
#poll_result h2 {margin:0;padding:0}
|
#poll_result h2 {margin:0;padding:0}
|
||||||
@ -51,3 +55,29 @@
|
|||||||
#poll_result_oth h2 {padding:1em}
|
#poll_result_oth h2 {padding:1em}
|
||||||
#poll_result_oth ul {margin:0;padding:0 1em;list-style:none}
|
#poll_result_oth ul {margin:0;padding:0 1em;list-style:none}
|
||||||
#poll_result_oth a {display:block;padding:1em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
#poll_result_oth a {display:block;padding:1em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||||
|
|
||||||
|
/* 폼 테이블 */
|
||||||
|
#poll .frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#poll .frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left}
|
||||||
|
#poll .frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left}
|
||||||
|
#poll .frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#poll .frm_tbl textarea, #poll .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
|
#poll .frm_tbl textarea {width:90%;height:150px}
|
||||||
|
#poll .frm_address {display:block;margin-top:0.3em}
|
||||||
|
#poll .frm_file {display:block;margin-bottom:0.3em}
|
||||||
|
#poll .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#poll .frm_tbl #captcha input {margin-left:0.3em;text-align:center}
|
||||||
|
#poll .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#poll .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
|
||||||
|
|
||||||
|
#poll .required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
|
#poll .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
#poll .btn_submit {padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}
|
||||||
|
#poll .btn_cancel {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;font-size:1em;text-decoration:none;line-height:2.5em}
|
||||||
|
#poll .btn_frmline {display:inline-block;padding:0 0.3em;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
|
||||||
|
#poll .btn_win {clear:both;margin-bottom:1.5em;text-align:center} /* 새창용 */
|
||||||
|
#poll .btn_win a {display:inline-block;padding:0 1em;height:2.5em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:2.5em}
|
||||||
|
#poll .btn_win button {display:inline-block;padding:0 1em;height:2.65em;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.65em}
|
||||||
|
#poll .btn_win input {height:2.65em;line-height:2.65em}
|
||||||
@ -80,17 +80,17 @@
|
|||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
||||||
|
|
||||||
#bo_list .td_chk {width:30px;text-align:center}
|
|
||||||
#bo_list .td_group {width:100px;text-align:center}
|
|
||||||
#bo_list .td_board {width:120px;text-align:center}
|
#bo_list .td_board {width:120px;text-align:center}
|
||||||
#bo_list .td_num {width:50px;text-align:center}
|
#bo_list .td_chk {width:30px;text-align:center}
|
||||||
#bo_list .td_bignum {width:80px;text-align:center}
|
|
||||||
#bo_list .td_mb_id {width:100px;text-align:center}
|
|
||||||
#bo_list .td_nick {width:100px;text-align:center}
|
|
||||||
#bo_list .td_name {width:100px;text-align:left}
|
|
||||||
#bo_list .td_date {width:60px;text-align:center}
|
#bo_list .td_date {width:60px;text-align:center}
|
||||||
#bo_list .td_datetime {width:110px;text-align:center}
|
#bo_list .td_datetime {width:110px;text-align:center}
|
||||||
|
#bo_list .td_group {width:100px;text-align:center}
|
||||||
|
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||||
#bo_list .td_mng {width:80px;text-align:center}
|
#bo_list .td_mng {width:80px;text-align:center}
|
||||||
|
#bo_list .td_name {width:100px;text-align:left}
|
||||||
|
#bo_list .td_nick {width:100px;text-align:center}
|
||||||
|
#bo_list .td_num {width:50px;text-align:center}
|
||||||
|
#bo_list .td_numbig {width:80px;text-align:center}
|
||||||
|
|
||||||
#bo_list .txt_active {color:#5d910b}
|
#bo_list .txt_active {color:#5d910b}
|
||||||
#bo_list .txt_expired {color:#ccc}
|
#bo_list .txt_expired {color:#ccc}
|
||||||
|
|||||||
@ -6,5 +6,6 @@
|
|||||||
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd}
|
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd}
|
||||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||||
.lt li {padding:3px 0}
|
.lt li {padding:3px 0}
|
||||||
.lt_title {display:block;padding:10px 0 8px}
|
.lt .lt_title {display:block;padding:10px 0 8px}
|
||||||
.lt_more {position:absolute;top:10px;right:0}
|
.lt .lt_more {position:absolute;top:10px;right:0}
|
||||||
|
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
@ -42,9 +42,6 @@
|
|||||||
.mbskin .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
.mbskin .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
.mbskin td.empty_table {padding:85px 0;text-align:center}
|
.mbskin td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
/* 필수입력 */
|
|
||||||
.mbskin .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.mbskin .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
.mbskin .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.mbskin .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
.mbskin .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
@ -60,18 +57,20 @@
|
|||||||
|
|
||||||
.mbskin .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
.mbskin .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
.mbskin .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 테이블 항목별 정의 */
|
/* 테이블 항목별 정의 */
|
||||||
.mbskin .td_chk {width:30px;text-align:center}
|
|
||||||
.mbskin .td_group {width:100px;text-align:center}
|
|
||||||
.mbskin .td_board {width:120px;text-align:center}
|
.mbskin .td_board {width:120px;text-align:center}
|
||||||
.mbskin .td_num {width:50px;text-align:center}
|
.mbskin .td_chk {width:30px;text-align:center}
|
||||||
.mbskin .td_bignum {width:80px;text-align:center}
|
|
||||||
.mbskin .td_mb_id {width:100px;text-align:center}
|
|
||||||
.mbskin .td_nick {width:100px;text-align:center}
|
|
||||||
.mbskin .td_name {width:100px;text-align:left}
|
|
||||||
.mbskin .td_date {width:60px;text-align:center}
|
.mbskin .td_date {width:60px;text-align:center}
|
||||||
.mbskin .td_datetime {width:110px;text-align:center}
|
.mbskin .td_datetime {width:110px;text-align:center}
|
||||||
|
.mbskin .td_group {width:100px;text-align:center}
|
||||||
|
.mbskin .td_mb_id {width:100px;text-align:center}
|
||||||
.mbskin .td_mng {width:80px;text-align:center}
|
.mbskin .td_mng {width:80px;text-align:center}
|
||||||
|
.mbskin .td_name {width:100px;text-align:left}
|
||||||
|
.mbskin .td_nick {width:100px;text-align:center}
|
||||||
|
.mbskin .td_num {width:50px;text-align:center}
|
||||||
|
.mbskin .td_numbig {width:80px;text-align:center}
|
||||||
|
|
||||||
.mbskin .txt_active {color:#5d910b}
|
.mbskin .txt_active {color:#5d910b}
|
||||||
.mbskin .txt_expired {color:#ccc}
|
.mbskin .txt_expired {color:#ccc}
|
||||||
|
|||||||
@ -55,9 +55,6 @@
|
|||||||
#poll_result_oth ul {margin:0;padding:0;list-style:none}
|
#poll_result_oth ul {margin:0;padding:0;list-style:none}
|
||||||
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}
|
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}
|
||||||
|
|
||||||
/* 필수입력 */
|
|
||||||
#poll_result .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
#poll_result .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
#poll_result .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
#poll_result .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
#poll_result .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
@ -71,7 +68,9 @@
|
|||||||
#poll_result .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
#poll_result .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
#poll_result .frm_tbl a {text-decoration:none}
|
#poll_result .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
#poll_result .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#poll_result .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
#poll_result .btn_confirm {text-align:center} /* 서식단계 진행 */
|
#poll_result .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
#poll_result .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
#poll_result .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
|
|||||||
Reference in New Issue
Block a user