사용자: default.css 와 skin/(x)/style.css 중첩 처리
This commit is contained in:
@ -108,7 +108,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
|||||||
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||||
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
|
||||||
|
|
||||||
/* 이미지 등비율 리사이징 */
|
/* ie6 이미지 너비 지정 */
|
||||||
.img_fix {width:100%;height:auto}
|
.img_fix {width:100%;height:auto}
|
||||||
|
|
||||||
/* 캡챠 자동등록(입력)방지 기본 */
|
/* 캡챠 자동등록(입력)방지 기본 */
|
||||||
@ -129,18 +129,18 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
|||||||
/* 콘텐츠별 스타일 */
|
/* 콘텐츠별 스타일 */
|
||||||
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
/* 버튼 */
|
/* 버튼 */
|
||||||
.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000 !important;text-decoration:none !important;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}
|
||||||
.btn01:focus, .btn01:hover {text-decoration:none !important}
|
a.btn01:focus, .btn01:hover {text-decoration:none}
|
||||||
.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;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 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
.btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
button.btn_submit {height:22px;font-size:1em}
|
button.btn_submit {height:22px;font-size:1em}
|
||||||
fieldset .btn_submit {height:22px;font-size:1em}
|
fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
.btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
.btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important}
|
.btn_cancel:focus, .btn_cancel:hover {text-decoration:none !important}
|
||||||
.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
button.btn_frmline {font-size:1em}
|
button.btn_frmline {font-size:1em}
|
||||||
.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
.btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
.btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
@ -148,12 +148,12 @@ button.btn_frmline {font-size:1em}
|
|||||||
.btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
.btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
.btn_win a:focus, .btn_win a:hover {text-decoration:none}
|
.btn_win a:focus, .btn_win a:hover {text-decoration:none}
|
||||||
/* 게시판용 버튼 */
|
/* 게시판용 버튼 */
|
||||||
.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;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;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle}
|
a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;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;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff !important;text-decoration:none !important;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} /* 관리자 전용 버튼 */
|
||||||
.btn_admin:focus, .btn_admin:hover {text-decoration:none !important}
|
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.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}
|
||||||
@ -163,16 +163,15 @@ button.btn_frmline {font-size: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:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
.basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
.basic_tbl a {}
|
.basic_tbl a {}
|
||||||
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
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}
|
||||||
.empty_list {padding:85px 0;text-align:center}
|
|
||||||
|
|
||||||
/* 필수입력 */
|
/* 필수입력 */
|
||||||
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
|
.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}
|
||||||
|
|||||||
@ -1,9 +1,100 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_list a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_list a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_list 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} /* 관리자 전용 버튼 */
|
||||||
|
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v 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} /* 관리자 전용 버튼 */
|
||||||
|
#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 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||||
|
#bo_w button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
#bo_w button.btn_frmline {font-size:1em}
|
||||||
|
|
||||||
|
/* 기본 테이블 */
|
||||||
|
/* 목록 테이블 */
|
||||||
|
#bo_list .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_list .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_list .basic_tbl thead th {padding:12px 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:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_list .basic_tbl a {}
|
||||||
|
#bo_list .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_list td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
#bo_list li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_v .basic_tbl thead th {padding:12px 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 {}
|
||||||
|
#bo_v .basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {}
|
||||||
|
#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
#bo_v li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#bo_w .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:5px}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#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_num {width:50px;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_datetime {width:110px;text-align:center}
|
||||||
|
#bo_list .td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
|
#bo_list .txt_active {color:#5d910b}
|
||||||
|
#bo_list .txt_expired {color:#ccc}
|
||||||
|
|
||||||
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||||
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
|
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
|
||||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
@ -29,7 +120,7 @@
|
|||||||
.td_num strong {color:#000}
|
.td_num strong {color:#000}
|
||||||
.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}
|
||||||
.cnt_cmt {font-weight:bold}
|
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||||
|
|
||||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||||
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
|
|||||||
@ -4,6 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
|
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
|
||||||
|
|
||||||
|
<section id="bo_w">
|
||||||
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2>
|
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2>
|
||||||
|
|
||||||
<!-- 게시물 작성/수정 시작 { -->
|
<!-- 게시물 작성/수정 시작 { -->
|
||||||
@ -52,7 +53,7 @@ if ($is_notice || $is_html || $is_secret || $is_mail) {
|
|||||||
echo $option_hidden;
|
echo $option_hidden;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table id="bo_w" class="frm_tbl">
|
<table class="frm_tbl">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if ($is_name) { ?>
|
<?php if ($is_name) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
@ -263,4 +264,5 @@ function fwrite_submit(f)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</section>
|
||||||
<!-- } 게시물 작성/수정 끝 -->
|
<!-- } 게시물 작성/수정 끝 -->
|
||||||
@ -1,6 +1,66 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 게시판 버튼 */
|
||||||
|
/* 목록 버튼 */
|
||||||
|
#bo_img a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b01:focus, #bo_img a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_img a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_img a.btn_b02:focus, #bo_img a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_img 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} /* 관리자 전용 버튼 */
|
||||||
|
#bo_img a.btn_admin:focus, #bo_img .btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 읽기 버튼 */
|
||||||
|
#bo_v a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {text-decoration:none}
|
||||||
|
#bo_v a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {text-decoration:none}
|
||||||
|
#bo_v 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} /* 관리자 전용 버튼 */
|
||||||
|
#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 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||||
|
#bo_w button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
#bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
#bo_w button.btn_frmline {font-size:1em}
|
||||||
|
|
||||||
|
/* 기본 테이블 */
|
||||||
|
/* 읽기 내 테이블 */
|
||||||
|
#bo_v .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_v .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
#bo_v .basic_tbl thead th {padding:12px 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:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
#bo_v .basic_tbl a {}
|
||||||
|
#bo_v .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
#bo_v td.empty_table {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
|
/* 쓰기 테이블 */
|
||||||
|
#bo_w .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
#bo_w .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#bo_w .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#bo_w .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#bo_w .frm_tbl textarea, #bo_w .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#bo_w .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#bo_w .frm_address {display:block;margin-top:5px}
|
||||||
|
#bo_w .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#bo_w .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#bo_w .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#bo_w .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
#bo_w .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#bo_w .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||||
|
|
||||||
/* 게시판 목록 */
|
/* 게시판 목록 */
|
||||||
#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}
|
||||||
|
|
||||||
@ -58,6 +118,8 @@
|
|||||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||||
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
|
|
||||||
|
#bo_img li.empty_list {padding:85px 0;text-align:center}
|
||||||
|
|
||||||
/* 게시판 쓰기 */
|
/* 게시판 쓰기 */
|
||||||
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
||||||
#char_count_wrp {margin:5px 0 0;text-align:right}
|
#char_count_wrp {margin:5px 0 0;text-align:right}
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title"><?php echo $name ?>님께 메일보내기</h1>
|
<h1 id="new_win_title"><?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;">
|
||||||
|
|||||||
@ -5,7 +5,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">
|
||||||
|
|||||||
@ -5,7 +5,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>
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title">쪽지 보내기</h1>
|
<h1 id="new_win_title">쪽지 보내기</h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
|
|||||||
@ -14,7 +14,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 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<!-- 쪽지함 선택 시작 { -->
|
<!-- 쪽지함 선택 시작 { -->
|
||||||
|
|||||||
@ -10,7 +10,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') { ?>
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title">회원정보 찾기</h1>
|
<h1 id="new_win_title">회원정보 찾기</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">
|
||||||
|
|||||||
@ -5,10 +5,10 @@ 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 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
|
<h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<table class="basic_tbl">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">회원권한</th>
|
<th scope="row">회원권한</th>
|
||||||
|
|||||||
@ -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,4 +52,5 @@ function fregister_submit(f)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
<!-- } 회원가입 약관 동의 끝 -->
|
<!-- } 회원가입 약관 동의 끝 -->
|
||||||
@ -4,6 +4,9 @@ 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="mb_skin">
|
||||||
|
|
||||||
<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>
|
||||||
@ -405,4 +408,6 @@ function fregisterform_submit(f)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</div>
|
||||||
<!-- } 회원정보 입력/수정 끝 -->
|
<!-- } 회원정보 입력/수정 끝 -->
|
||||||
@ -5,7 +5,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>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<table class="basic_tbl">
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title">스크랩하기</h1>
|
<h1 id="new_win_title">스크랩하기</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,81 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* SIR 지운아빠 */
|
/* SIR 지운아빠 */
|
||||||
|
|
||||||
|
/* 버튼 */
|
||||||
|
.mbskin 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}
|
||||||
|
.mbskin a.btn01:focus, .mbskin .btn01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn02:focus, .mbskin .btn02:hover {text-decoration:none}
|
||||||
|
.mbskin .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||||
|
.mbskin .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||||
|
.mbskin button.btn_submit {height:22px;font-size:1em}
|
||||||
|
.mbskin fieldset .btn_submit {height:22px;font-size:1em}
|
||||||
|
.mbskin .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
.mbskin button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em}
|
||||||
|
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {text-decoration:none !important}
|
||||||
|
.mbskin .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */
|
||||||
|
.mbskin button.btn_frmline {font-size:1em}
|
||||||
|
.mbskin .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
|
.mbskin .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
|
.mbskin .btn_win input {height:30px;line-height:2em}
|
||||||
|
.mbskin .btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
|
.mbskin .btn_win a:focus, .mbskin .btn_win a:hover {text-decoration:none}
|
||||||
|
/* 게시판용 버튼 */
|
||||||
|
.mbskin a.btn_b01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #d9ded9;background:#f5f6fa;color:#000;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {text-decoration:none}
|
||||||
|
.mbskin a.btn_b02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #000;background:#333;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle}
|
||||||
|
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {text-decoration:none}
|
||||||
|
.mbskin 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} /* 관리자 전용 버튼 */
|
||||||
|
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
|
/* 기본테이블 */
|
||||||
|
.mbskin .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
|
.mbskin .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
|
.mbskin .basic_tbl thead th {padding:12px 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:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
.mbskin .basic_tbl a {}
|
||||||
|
.mbskin .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||||
|
.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 caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
.mbskin .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
.mbskin .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
.mbskin .frm_tbl textarea, .mbskin .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
.mbskin .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
.mbskin .frm_address {display:block;margin-top:5px}
|
||||||
|
.mbskin .frm_file {display:block;margin-bottom:5px}
|
||||||
|
.mbskin .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
.mbskin .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
.mbskin .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
.mbskin .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
/* 테이블 항목별 정의 */
|
||||||
|
.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_num {width:50px;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_datetime {width:110px;text-align:center}
|
||||||
|
.mbskin .td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
|
.mbskin .txt_active {color:#5d910b}
|
||||||
|
.mbskin .txt_expired {color:#ccc}
|
||||||
|
|
||||||
/* 회원가입 약관 */
|
/* 회원가입 약관 */
|
||||||
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
||||||
#fregister h2 {margin:0 0 20px;text-align:center}
|
#fregister h2 {margin:0 0 20px;text-align:center}
|
||||||
|
|||||||
@ -5,7 +5,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 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<form name="fzip" method="get" autocomplete="off">
|
<form name="fzip" method="get" autocomplete="off">
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||||
.ol ul {margin:0;padding:0;list-style:none}
|
.ol ul {margin:0;padding:0;list-style:none}
|
||||||
|
|
||||||
|
.ol 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} /* 관리자 전용 버튼 */
|
||||||
|
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
#ol_before {}
|
#ol_before {}
|
||||||
#ol_before fieldset {position:relative}
|
#ol_before fieldset {position:relative}
|
||||||
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em}
|
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em}
|
||||||
|
|||||||
@ -14,6 +14,10 @@
|
|||||||
#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em}
|
#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;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;padding:0 10px;height:23px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2.15em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||||
|
#poll a.btn_admin:focus, #poll a.btn_admin:hover {text-decoration:none}
|
||||||
|
|
||||||
/* 설문조사 결과 (새창) */
|
/* 설문조사 결과 (새창) */
|
||||||
#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||||
#poll_result h2 {margin:0;padding:20px 0}
|
#poll_result h2 {margin:0;padding:20px 0}
|
||||||
@ -50,3 +54,30 @@
|
|||||||
#poll_result_oth h2 {padding:0 0 10px}
|
#poll_result_oth h2 {padding:0 0 10px}
|
||||||
#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 caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
|
#poll_result .frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
|
#poll_result .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
|
#poll_result .frm_tbl textarea, #poll_result .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
#poll_result .frm_tbl textarea {width:98%;height:100px}
|
||||||
|
#poll_result .frm_address {display:block;margin-top:5px}
|
||||||
|
#poll_result .frm_file {display:block;margin-bottom:5px}
|
||||||
|
#poll_result .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
|
#poll_result .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||||
|
#poll_result .frm_tbl a {text-decoration:none}
|
||||||
|
|
||||||
|
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
|
||||||
|
#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 button.btn_submit {height:22px;font-size:1em}
|
||||||
|
#poll_result .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */
|
||||||
|
#poll_result .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}
|
||||||
|
#poll_result .btn_win input {height:30px;line-height:2em}
|
||||||
|
#poll_result .btn_win a {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;vertical-align:top;line-height:2.4em}
|
||||||
|
#poll_result .btn_win a:focus, #poll_result .btn_win a:hover {text-decoration:none}
|
||||||
Reference in New Issue
Block a user