less 원본 파일 추가
This commit is contained in:
@ -1,261 +1,710 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_list a.btn_b01 {}
|
||||
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
|
||||
#bo_list a.btn_b02 {}
|
||||
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
|
||||
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
|
||||
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}
|
||||
|
||||
/* 쓰기 버튼 */
|
||||
#bo_w .btn_confirm {} /* 서식단계 진행 */
|
||||
#bo_w .btn_submit {}
|
||||
#bo_w button.btn_submit {}
|
||||
#bo_w fieldset .btn_submit {}
|
||||
#bo_w .btn_cancel {}
|
||||
#bo_w button.btn_cancel {}
|
||||
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
|
||||
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
#bo_w button.btn_frmline {}
|
||||
|
||||
/* 기본 테이블 */
|
||||
/* 목록 테이블 */
|
||||
#bo_list .tbl_head01 {}
|
||||
#bo_list .tbl_head01 caption {}
|
||||
#bo_list .tbl_head01 thead th {}
|
||||
#bo_list .tbl_head01 thead a {}
|
||||
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
#bo_list .tbl_head01 tfoot th {}
|
||||
#bo_list .tbl_head01 tfoot td {}
|
||||
#bo_list .tbl_head01 tbody th {}
|
||||
#bo_list .tbl_head01 td {}
|
||||
#bo_list .tbl_head01 a {}
|
||||
#bo_list td.empty_table {}
|
||||
|
||||
/* 읽기 내 테이블 */
|
||||
#bo_v .tbl_head01 {}
|
||||
#bo_v .tbl_head01 caption {}
|
||||
#bo_v .tbl_head01 thead th {}
|
||||
#bo_v .tbl_head01 thead a {}
|
||||
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
#bo_v .tbl_head01 tfoot th {}
|
||||
#bo_v .tbl_head01 tfoot td {}
|
||||
#bo_v .tbl_head01 tbody th {}
|
||||
#bo_v .tbl_head01 td {}
|
||||
#bo_v .tbl_head01 a {}
|
||||
#bo_v td.empty_table {}
|
||||
|
||||
/* 쓰기 테이블 */
|
||||
#bo_w table {}
|
||||
#bo_w caption {}
|
||||
#bo_w .frm_info {}
|
||||
#bo_w .frm_address {}
|
||||
#bo_w .frm_file {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
|
||||
#bo_w .tbl_frm01 textarea {}
|
||||
/*
|
||||
#bo_w .tbl_frm01 #captcha {}
|
||||
#bo_w .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#bo_w .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
#bo_w .required, #bo_w textarea.required {}
|
||||
|
||||
#bo_w .cke_sc {}
|
||||
#bo_w button.btn_cke_sc{}
|
||||
#bo_w .cke_sc_def {}
|
||||
#bo_w .cke_sc_def dl {}
|
||||
#bo_w .cke_sc_def dl:after {}
|
||||
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
|
||||
#bo_w .cke_sc_def dt {}
|
||||
#bo_w .cke_sc_def dd {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 게시판 목록 */
|
||||
#bo_list .td_board {width:120px;text-align:center}
|
||||
#bo_list .td_chk {width:30px;text-align:center}
|
||||
#bo_list .td_date {width:60px;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_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_expired {color:#ccc}
|
||||
|
||||
#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:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate li {float:left;margin-bottom:-1px}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
|
||||
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
|
||||
|
||||
.td_subject img {margin-left:3px}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;zoom:1}
|
||||
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_fx ul {margin:0;padding:0;list-style:none}
|
||||
#bo_list_total {float:left;padding-top:5px}
|
||||
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
|
||||
.btn_bo_user li {float:left;margin-left:5px}
|
||||
.btn_bo_adm {float:left}
|
||||
.btn_bo_adm li {float:left;margin-right:5px}
|
||||
.btn_bo_adm input {padding:0 10px;height:25px;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer}
|
||||
.bo_notice td {background:#f5f6fa}
|
||||
.bo_notice td a {font-weight:bold}
|
||||
.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_current {color:#e8180c}
|
||||
#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 legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
|
||||
/* 게시판 쓰기 */
|
||||
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
||||
#char_count_wrp {margin:5px 0 0;text-align:right}
|
||||
#char_count {font-weight:bold}
|
||||
|
||||
#autosave_wrapper {position:relative}
|
||||
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
|
||||
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#autosave_pop div {text-align:right}
|
||||
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
|
||||
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
|
||||
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
|
||||
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#autosave_pop a {display:block;float:left}
|
||||
#autosave_pop span {display:block;float:right}
|
||||
.autosave_close {cursor:pointer}
|
||||
.autosave_content {display:none}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:20px;padding-bottom:20px}
|
||||
|
||||
#bo_v_table {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em}
|
||||
|
||||
#bo_v_title {padding:10px 0;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
|
||||
#bo_v_info .sv_member,
|
||||
#bo_v_info .sv_guest,
|
||||
#bo_v_info .member,
|
||||
#bo_v_info .guest {font-weight:bold}
|
||||
|
||||
#bo_v_file {}
|
||||
#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_file ul {margin:0;padding:0;list-style:none}
|
||||
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
|
||||
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
|
||||
#bo_v_file img {float:left;margin:0 10px 0 0}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}
|
||||
|
||||
#bo_v_link {}
|
||||
#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_link ul {margin:0;padding:0;list-style:none}
|
||||
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
|
||||
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
|
||||
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
|
||||
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1}
|
||||
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_top ul {margin:0;padding:0;list-style:none}
|
||||
|
||||
#bo_v_bot {zoom:1}
|
||||
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_bot ul {margin:0;padding:0;list-style:none}
|
||||
|
||||
.bo_v_nb {float:left}
|
||||
.bo_v_nb li {float:left;margin-right:5px}
|
||||
.bo_v_com {float:right}
|
||||
.bo_v_com li {float:left;margin-left:5px}
|
||||
|
||||
#bo_v_atc {min-height:200px;height:auto !important;height:200px}
|
||||
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
|
||||
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
|
||||
#bo_v_con a {color:#000;text-decoration:underline}
|
||||
#bo_v_con img {max-width:100%;height:auto}
|
||||
|
||||
#bo_v_act {margin-bottom:30px;text-align:center}
|
||||
#bo_v_act a {margin-right:5px;vertical-align:top}
|
||||
#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good,
|
||||
#bo_v_act_nogood {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
|
||||
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_sns li {float:left;margin:0 5px 0 0}
|
||||
|
||||
#bo_v form {padding-top:20px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa}
|
||||
#bo_vc h2 {margin-bottom:10px}
|
||||
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:15px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
|
||||
#bo_vc .sv_wrap {margin-right:15px}
|
||||
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
|
||||
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_vc a {color:#000;text-decoration:none}
|
||||
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
||||
#bo_vc p a {text-decoration:underline}
|
||||
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
|
||||
#bo_vc fieldset {margin:0 0 10px;padding:0}
|
||||
#bo_vc #bo_vc_winfo {float:left}
|
||||
#bo_vc footer {zoom:1}
|
||||
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
|
||||
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act li {float:left;margin-left:5px}
|
||||
|
||||
#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}
|
||||
|
||||
#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
|
||||
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc_sns li {float:left;margin:0 20px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@charset "utf-8";
|
||||
#bo_list .td_board {
|
||||
width:120px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_chk {
|
||||
width:30px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_date {
|
||||
width:60px;
|
||||
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_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_expired {color:#ccc;}
|
||||
|
||||
#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:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_cate li {
|
||||
float:left;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
|
||||
#bo_cate a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:6px 0 5px;
|
||||
width:90px;
|
||||
border:1px solid #ddd;
|
||||
background:#f7f7f7;
|
||||
color:#888;
|
||||
text-align:center;
|
||||
letter-spacing:-0.1em;
|
||||
line-height:1.2em;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;}
|
||||
|
||||
#bo_cate #bo_cate_on {
|
||||
z-index:2;
|
||||
border:1px solid #565e60;
|
||||
background:#fff;
|
||||
color:#565e60;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.td_subject img {margin-left:3px;}
|
||||
|
||||
.bo_fx {
|
||||
margin-bottom:5px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.bo_fx:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_fx ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_list_total {
|
||||
float:left;
|
||||
padding-top:5px;
|
||||
}
|
||||
|
||||
.btn_bo_user {
|
||||
float:right;
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.btn_bo_user li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.btn_bo_adm {float:left;}
|
||||
|
||||
.btn_bo_adm li {
|
||||
float:left;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.btn_bo_adm input {
|
||||
padding:0 10px;
|
||||
height:25px;
|
||||
border:1px solid #e8180c !important;
|
||||
background:#e8180c;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.bo_notice td {background:#f5f6fa;}
|
||||
|
||||
.bo_notice td a {font-weight:bold;}
|
||||
|
||||
.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_current {color:#e8180c;}
|
||||
|
||||
#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 legend {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
text-indent:-9999em;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#char_count_desc {
|
||||
display:block;
|
||||
margin:0 0 5px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#char_count_wrp {
|
||||
margin:5px 0 0;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#char_count {font-weight:bold;}
|
||||
|
||||
#autosave_wrapper {position:relative;}
|
||||
|
||||
#autosave_pop {
|
||||
display:none;
|
||||
z-index:10;
|
||||
position:absolute;
|
||||
top:24px;
|
||||
right:117px;
|
||||
padding:8px;
|
||||
width:350px;
|
||||
height:auto !important;
|
||||
height:180px;
|
||||
max-height:180px;
|
||||
border:1px solid #565656;
|
||||
background:#fff;
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
html.no-overflowscrolling #autosave_pop {
|
||||
height:auto;
|
||||
max-height:10000px !important;
|
||||
}
|
||||
|
||||
#autosave_pop strong {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#autosave_pop div {text-align:right;}
|
||||
|
||||
#autosave_pop button {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:0;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#autosave_pop ul {
|
||||
margin:10px 0;
|
||||
padding:0;
|
||||
border-top:1px solid #e9e9e9;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#autosave_pop li {
|
||||
padding:8px 5px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#autosave_pop li:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#autosave_pop a {
|
||||
display:block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#autosave_pop span {
|
||||
display:block;
|
||||
float:right;
|
||||
}
|
||||
|
||||
.autosave_close {cursor:pointer;}
|
||||
|
||||
.autosave_content {display:none;}
|
||||
|
||||
#bo_v {
|
||||
margin-bottom:20px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
#bo_v_table {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:15px;
|
||||
margin:0;
|
||||
padding:0 5px;
|
||||
height:25px;
|
||||
background:#565e60;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
line-height:2.2em;
|
||||
}
|
||||
|
||||
#bo_v_title {
|
||||
padding:10px 0;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#bo_v_info {
|
||||
padding:0 0 10px;
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
#bo_v_info h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_info strong {
|
||||
display:inline-block;
|
||||
margin:0 15px 0 5px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest {font-weight:bold;}
|
||||
|
||||
#bo_v_file h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_file ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_file li {
|
||||
padding:0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_v_file a {
|
||||
display:inline-block;
|
||||
padding:8px 0 7px;
|
||||
width:100%;
|
||||
color:#000;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none;}
|
||||
|
||||
#bo_v_file img {
|
||||
float:left;
|
||||
margin:0 10px 0 0;
|
||||
}
|
||||
|
||||
.bo_v_file_cnt {
|
||||
display:inline-block;
|
||||
margin:0 0 3px 16px;
|
||||
}
|
||||
|
||||
#bo_v_link h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_link ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_link li {
|
||||
padding:0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_v_link a {
|
||||
display:inline-block;
|
||||
padding:8px 0 7px;
|
||||
width:100%;
|
||||
color:#000;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none;}
|
||||
|
||||
.bo_v_link_cnt {
|
||||
display:inline-block;
|
||||
margin:0 0 3px 16px;
|
||||
}
|
||||
|
||||
#bo_v_top {
|
||||
margin:0 0 10px;
|
||||
padding:10px 0;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_top:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_top h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_top ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_bot {zoom:1;}
|
||||
|
||||
#bo_v_bot:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_bot h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_bot ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.bo_v_nb {float:left;}
|
||||
|
||||
.bo_v_nb li {
|
||||
float:left;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.bo_v_com {float:right;}
|
||||
|
||||
.bo_v_com li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#bo_v_atc {
|
||||
min-height:200px;
|
||||
height:auto !important;
|
||||
height:200px;
|
||||
}
|
||||
|
||||
#bo_v_atc_title {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_img {
|
||||
margin:0 0 10px;
|
||||
width:100%;
|
||||
overflow:hidden;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_img:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_img img {
|
||||
margin-bottom:20px;
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_con {
|
||||
margin-bottom:30px;
|
||||
width:100%;
|
||||
line-height:1.7em;
|
||||
word-break:break-all;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_con a {
|
||||
color:#000;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#bo_v_con img {
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_act {
|
||||
margin-bottom:30px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_v_act a {
|
||||
margin-right:5px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act span {
|
||||
display:inline-block;
|
||||
margin-right:5px;
|
||||
padding:0 10px;
|
||||
height:23px;
|
||||
border:1px solid #ccc !important;
|
||||
background:#fafafa !important;
|
||||
color:#000 !important;
|
||||
text-decoration:none !important;
|
||||
line-height:2.15em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act strong {color:#ff3061;}
|
||||
|
||||
#bo_v_act_good, #bo_v_act_nogood {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_sns {
|
||||
margin:0 0 20px;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_sns:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_sns li {
|
||||
float:left;
|
||||
margin:0 5px 0 0;
|
||||
}
|
||||
|
||||
#bo_v form {padding-top:20px;}
|
||||
|
||||
#bo_vc {
|
||||
padding:20px 20px 10px;
|
||||
border-top:1px solid #cfded8;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_vc h2 {margin-bottom:10px;}
|
||||
|
||||
#bo_vc article {
|
||||
padding:0 0 10px;
|
||||
border-top:1px dotted #ccc;
|
||||
}
|
||||
|
||||
#bo_vc header {
|
||||
position:relative;
|
||||
padding:15px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc header .icon_reply {
|
||||
position:absolute;
|
||||
top:15px;
|
||||
left:-20px;
|
||||
}
|
||||
|
||||
#bo_vc .sv_wrap {margin-right:15px;}
|
||||
|
||||
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;}
|
||||
|
||||
.bo_vc_hdinfo {
|
||||
display:inline-block;
|
||||
margin:0 15px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc h1 {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_vc a {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#bo_vc p {
|
||||
padding:0 0 5px;
|
||||
line-height:1.8em;
|
||||
}
|
||||
|
||||
#bo_vc p a {text-decoration:underline;}
|
||||
|
||||
#bo_vc_empty {
|
||||
margin:0;
|
||||
padding:20px !important;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_vc fieldset {
|
||||
margin:0 0 10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#bo_vc #bo_vc_winfo {float:left;}
|
||||
|
||||
#bo_vc footer {zoom:1;}
|
||||
|
||||
#bo_vc footer:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_vc_act {
|
||||
float:right;
|
||||
margin:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.bo_vc_act:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_vc_act li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#bo_vc_w {
|
||||
position:relative;
|
||||
margin:0 0 10px;
|
||||
padding:0 0 20px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
}
|
||||
|
||||
#bo_vc_w h2 {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_vc_w #char_cnt {
|
||||
display:block;
|
||||
margin:0 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc_sns {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_vc_sns:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_vc_sns li {
|
||||
float:left;
|
||||
margin:0 20px 0 0;
|
||||
}
|
||||
|
||||
#bo_vc_sns input {margin:0 0 0 5px;}
|
||||
|
||||
#bo_vc form {padding:0;}
|
||||
|
||||
|
||||
@ -1,254 +1,712 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_gall a.btn_b01 {}
|
||||
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
|
||||
#bo_gall a.btn_b02 {}
|
||||
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
|
||||
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
|
||||
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}
|
||||
|
||||
/* 쓰기 버튼 */
|
||||
#bo_w .btn_confirm {} /* 서식단계 진행 */
|
||||
#bo_w .btn_submit {}
|
||||
#bo_w button.btn_submit {}
|
||||
#bo_w fieldset .btn_submit {}
|
||||
#bo_w .btn_cancel {}
|
||||
#bo_w button.btn_cancel {}
|
||||
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
|
||||
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
#bo_w button.btn_frmline {}
|
||||
|
||||
/* 기본 테이블 */
|
||||
/* 읽기 내 테이블 */
|
||||
#bo_v .tbl_head01 {}
|
||||
#bo_v .tbl_head01 caption {}
|
||||
#bo_v .tbl_head01 thead th {}
|
||||
#bo_v .tbl_head01 thead a {}
|
||||
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
#bo_v .tbl_head01 tfoot th {}
|
||||
#bo_v .tbl_head01 tfoot td {}
|
||||
#bo_v .tbl_head01 tbody th {}
|
||||
#bo_v .tbl_head01 td {}
|
||||
#bo_v .tbl_head01 a {}
|
||||
#bo_v td.empty_table {}
|
||||
|
||||
/* 쓰기 테이블 */
|
||||
#bo_w table {}
|
||||
#bo_w caption {}
|
||||
#bo_w .frm_info {}
|
||||
#bo_w .frm_address {}
|
||||
#bo_w .frm_file {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
|
||||
#bo_w .tbl_frm01 textarea {}
|
||||
/*
|
||||
#bo_w .tbl_frm01 #captcha {}
|
||||
#bo_w .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#bo_w .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
#bo_w .required, #bo_w textarea.required {}
|
||||
|
||||
#bo_w .cke_sc {}
|
||||
#bo_w button.btn_cke_sc{}
|
||||
#bo_w .cke_sc_def {}
|
||||
#bo_w .cke_sc_def dl {}
|
||||
#bo_w .cke_sc_def dl:after {}
|
||||
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
|
||||
#bo_w .cke_sc_def dt {}
|
||||
#bo_w .cke_sc_def dd {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 게시판 목록 */
|
||||
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||
#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 li {float:left;margin-bottom:-1px}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
|
||||
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
|
||||
|
||||
.td_subject img {margin-left:3px}
|
||||
|
||||
/* 갤러리 목록 */
|
||||
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
|
||||
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_gall .gall_li {float:left;margin:0 10px 30px 0}
|
||||
|
||||
#bo_gall .gall_con {margin:0;padding:0;list-style:none}
|
||||
#bo_gall .gall_con li {margin:0 0 4px}
|
||||
#bo_gall .gall_con .gall_subject {display:inline-block;width:50px}
|
||||
|
||||
#bo_gall .gall_now .gall_text_href a {color:#ff3061}
|
||||
|
||||
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
|
||||
#bo_gall .gall_href strong, #bo_gall .gall_href span {display:inline-block;background:#f7f7f7;text-align:center;line-height:10em}
|
||||
|
||||
#bo_gall .gall_text_href {margin:10px 0 !important}
|
||||
#bo_gall .gall_text_href a {font-weight:bold}
|
||||
#bo_gall .gall_text_href span {display:inline !important}
|
||||
#bo_gall .gall_text_href img {margin:0 0 0 4px}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;zoom:1}
|
||||
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_fx ul {margin:0;padding:0;list-style:none}
|
||||
#bo_list_total {float:left;padding-top:5px}
|
||||
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
|
||||
.btn_bo_user li {float:left;margin-left:5px}
|
||||
.btn_bo_adm {float:left}
|
||||
.btn_bo_adm li {float:left;margin-right:5px}
|
||||
.btn_bo_adm input {padding:0 10px;height:25px;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer}
|
||||
.bo_notice td {background:#f7f7f2}
|
||||
.bo_notice td a {font-weight:bold}
|
||||
.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_current {color:#e8180c}
|
||||
|
||||
#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_gall li.empty_list {padding:85px 0;text-align:center}
|
||||
|
||||
/* 게시판 쓰기 */
|
||||
#char_count_desc {display:block;margin:0 0 5px;padding:0}
|
||||
#char_count_wrp {margin:5px 0 0;text-align:right}
|
||||
#char_count {font-weight:bold}
|
||||
|
||||
#autosave_wrapper {position:relative}
|
||||
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
|
||||
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#autosave_pop div {text-align:right}
|
||||
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
|
||||
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
|
||||
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
|
||||
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#autosave_pop a {display:block;float:left}
|
||||
#autosave_pop span {display:block;float:right}
|
||||
.autosave_close {cursor:pointer}
|
||||
.autosave_content {display:none}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:20px;padding-bottom:20px}
|
||||
|
||||
#bo_v_table {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em}
|
||||
|
||||
#bo_v_title {padding:10px 0;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
|
||||
#bo_v_info .sv_member,
|
||||
#bo_v_info .sv_guest,
|
||||
#bo_v_info .member,
|
||||
#bo_v_info .guest {font-weight:bold}
|
||||
|
||||
#bo_v_file {}
|
||||
#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_file ul {margin:0;padding:0;list-style:none}
|
||||
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
|
||||
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
|
||||
#bo_v_file img {float:left;margin:0 10px 0 0}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}
|
||||
|
||||
#bo_v_link {}
|
||||
#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_link ul {margin:0;padding:0;list-style:none}
|
||||
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
|
||||
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
|
||||
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
|
||||
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1}
|
||||
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_top ul {margin:0;padding:0;list-style:none}
|
||||
|
||||
#bo_v_bot {zoom:1}
|
||||
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_bot ul {margin:0;padding:0;list-style:none}
|
||||
|
||||
.bo_v_nb {float:left}
|
||||
.bo_v_nb li {float:left;margin-right:5px}
|
||||
.bo_v_com {float:right}
|
||||
.bo_v_com li {float:left;margin-left:5px}
|
||||
|
||||
#bo_v_atc {min-height:200px;height:auto !important;height:200px}
|
||||
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
|
||||
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
|
||||
#bo_v_con a {color:#000;text-decoration:underline}
|
||||
#bo_v_con img {max-width:100%;height:auto}
|
||||
|
||||
#bo_v_act {margin-bottom:30px;text-align:center}
|
||||
#bo_v_act a {margin-right:5px;vertical-align:top}
|
||||
#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good,
|
||||
#bo_v_act_nogood {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
|
||||
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_sns li {float:left;margin:0 5px 0 0}
|
||||
|
||||
#bo_v form {padding-top:20px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa}
|
||||
#bo_vc h2 {margin-bottom:10px}
|
||||
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:15px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
|
||||
#bo_vc .sv_wrap {margin-right:15px}
|
||||
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
|
||||
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_vc a {color:#000;text-decoration:none}
|
||||
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
||||
#bo_vc p a {text-decoration:underline}
|
||||
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
|
||||
#bo_vc fieldset {margin:0 0 10px;padding:0}
|
||||
#bo_vc #bo_vc_winfo {float:left}
|
||||
#bo_vc footer {zoom:1}
|
||||
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
|
||||
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act li {float:left;margin-left:5px}
|
||||
|
||||
#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}
|
||||
|
||||
#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
|
||||
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc_sns li {float:left;margin:0 20px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@charset "utf-8";
|
||||
#bo_cate h2 {
|
||||
width:1px;
|
||||
height:1px;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#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 li {
|
||||
float:left;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
|
||||
#bo_cate a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:6px 0 5px;
|
||||
width:90px;
|
||||
border:1px solid #ddd;
|
||||
background:#f7f7f7;
|
||||
color:#888;
|
||||
text-align:center;
|
||||
letter-spacing:-0.1em;
|
||||
line-height:1.2em;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;}
|
||||
|
||||
#bo_cate #bo_cate_on {
|
||||
z-index:2;
|
||||
border:1px solid #565e60;
|
||||
background:#fff;
|
||||
color:#565e60;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.td_subject img {margin-left:3px;}
|
||||
|
||||
#bo_gall h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:1px;
|
||||
height:1px;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_gall #gall_ul {
|
||||
margin:10px 0 0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_gall #gall_ul:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_gall .gall_li {
|
||||
float:left;
|
||||
margin:0 10px 30px 0;
|
||||
}
|
||||
|
||||
#bo_gall .gall_con {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_gall .gall_con li {margin:0 0 4px;}
|
||||
|
||||
#bo_gall .gall_con .gall_subject {
|
||||
display:inline-block;
|
||||
width:50px;
|
||||
}
|
||||
|
||||
#bo_gall .gall_now .gall_text_href a {color:#ff3061;}
|
||||
|
||||
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none;}
|
||||
|
||||
#bo_gall .gall_href strong, #bo_gall .gall_href span {
|
||||
display:inline-block;
|
||||
background:#f7f7f7;
|
||||
text-align:center;
|
||||
line-height:10em;
|
||||
}
|
||||
|
||||
#bo_gall .gall_text_href {margin:10px 0 !important;}
|
||||
|
||||
#bo_gall .gall_text_href a {font-weight:bold;}
|
||||
|
||||
#bo_gall .gall_text_href span {display:inline !important;}
|
||||
|
||||
#bo_gall .gall_text_href img {margin:0 0 0 4px;}
|
||||
|
||||
.bo_fx {
|
||||
margin-bottom:5px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.bo_fx:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_fx ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_list_total {
|
||||
float:left;
|
||||
padding-top:5px;
|
||||
}
|
||||
|
||||
.btn_bo_user {
|
||||
float:right;
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.btn_bo_user li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.btn_bo_adm {float:left;}
|
||||
|
||||
.btn_bo_adm li {
|
||||
float:left;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.btn_bo_adm input {
|
||||
padding:0 10px;
|
||||
height:25px;
|
||||
border:1px solid #e8180c !important;
|
||||
background:#e8180c;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.bo_notice td {background:#f7f7f2;}
|
||||
|
||||
.bo_notice td a {font-weight:bold;}
|
||||
|
||||
.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_current {color:#e8180c;}
|
||||
|
||||
#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_gall li.empty_list {
|
||||
padding:85px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#char_count_desc {
|
||||
display:block;
|
||||
margin:0 0 5px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#char_count_wrp {
|
||||
margin:5px 0 0;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#char_count {font-weight:bold;}
|
||||
|
||||
#autosave_wrapper {position:relative;}
|
||||
|
||||
#autosave_pop {
|
||||
display:none;
|
||||
z-index:10;
|
||||
position:absolute;
|
||||
top:24px;
|
||||
right:117px;
|
||||
padding:8px;
|
||||
width:350px;
|
||||
height:auto !important;
|
||||
height:180px;
|
||||
max-height:180px;
|
||||
border:1px solid #565656;
|
||||
background:#fff;
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
html.no-overflowscrolling #autosave_pop {
|
||||
height:auto;
|
||||
max-height:10000px !important;
|
||||
}
|
||||
|
||||
#autosave_pop strong {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#autosave_pop div {text-align:right;}
|
||||
|
||||
#autosave_pop button {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:0;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#autosave_pop ul {
|
||||
margin:10px 0;
|
||||
padding:0;
|
||||
border-top:1px solid #e9e9e9;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#autosave_pop li {
|
||||
padding:8px 5px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#autosave_pop li:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#autosave_pop a {
|
||||
display:block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#autosave_pop span {
|
||||
display:block;
|
||||
float:right;
|
||||
}
|
||||
|
||||
.autosave_close {cursor:pointer;}
|
||||
|
||||
.autosave_content {display:none;}
|
||||
|
||||
#bo_v {
|
||||
margin-bottom:20px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
#bo_v_table {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:15px;
|
||||
margin:0;
|
||||
padding:0 5px;
|
||||
height:25px;
|
||||
background:#565e60;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
line-height:2.2em;
|
||||
}
|
||||
|
||||
#bo_v_title {
|
||||
padding:10px 0;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#bo_v_info {
|
||||
padding:0 0 10px;
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
#bo_v_info h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_info strong {
|
||||
display:inline-block;
|
||||
margin:0 15px 0 5px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest {font-weight:bold;}
|
||||
|
||||
#bo_v_file h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_file ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_file li {
|
||||
padding:0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_v_file a {
|
||||
display:inline-block;
|
||||
padding:8px 0 7px;
|
||||
width:100%;
|
||||
color:#000;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none;}
|
||||
|
||||
#bo_v_file img {
|
||||
float:left;
|
||||
margin:0 10px 0 0;
|
||||
}
|
||||
|
||||
.bo_v_file_cnt {
|
||||
display:inline-block;
|
||||
margin:0 0 3px 16px;
|
||||
}
|
||||
|
||||
#bo_v_link h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_link ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_link li {
|
||||
padding:0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_v_link a {
|
||||
display:inline-block;
|
||||
padding:8px 0 7px;
|
||||
width:100%;
|
||||
color:#000;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none;}
|
||||
|
||||
.bo_v_link_cnt {
|
||||
display:inline-block;
|
||||
margin:0 0 3px 16px;
|
||||
}
|
||||
|
||||
#bo_v_top {
|
||||
margin:0 0 10px;
|
||||
padding:10px 0;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_top:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_top h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_top ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_v_bot {zoom:1;}
|
||||
|
||||
#bo_v_bot:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_bot h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_bot ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.bo_v_nb {float:left;}
|
||||
|
||||
.bo_v_nb li {
|
||||
float:left;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.bo_v_com {float:right;}
|
||||
|
||||
.bo_v_com li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#bo_v_atc {
|
||||
min-height:200px;
|
||||
height:auto !important;
|
||||
height:200px;
|
||||
}
|
||||
|
||||
#bo_v_atc_title {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_img {
|
||||
margin:0 0 10px;
|
||||
width:100%;
|
||||
overflow:hidden;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_img:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_img img {
|
||||
margin-bottom:20px;
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_con {
|
||||
margin-bottom:30px;
|
||||
width:100%;
|
||||
line-height:1.7em;
|
||||
word-break:break-all;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_con a {
|
||||
color:#000;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#bo_v_con img {
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_act {
|
||||
margin-bottom:30px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_v_act a {
|
||||
margin-right:5px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act span {
|
||||
display:inline-block;
|
||||
margin-right:5px;
|
||||
padding:0 10px;
|
||||
height:23px;
|
||||
border:1px solid #ccc !important;
|
||||
background:#fafafa !important;
|
||||
color:#000 !important;
|
||||
text-decoration:none !important;
|
||||
line-height:2.15em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act strong {color:#ff3061;}
|
||||
|
||||
#bo_v_act_good, #bo_v_act_nogood {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_v_sns {
|
||||
margin:0 0 20px;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_v_sns:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_v_sns li {
|
||||
float:left;
|
||||
margin:0 5px 0 0;
|
||||
}
|
||||
|
||||
#bo_v form {padding-top:20px;}
|
||||
|
||||
#bo_vc {
|
||||
padding:20px 20px 10px;
|
||||
border-top:1px solid #cfded8;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#bo_vc h2 {margin-bottom:10px;}
|
||||
|
||||
#bo_vc article {
|
||||
padding:0 0 10px;
|
||||
border-top:1px dotted #ccc;
|
||||
}
|
||||
|
||||
#bo_vc header {
|
||||
position:relative;
|
||||
padding:15px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc header .icon_reply {
|
||||
position:absolute;
|
||||
top:15px;
|
||||
left:-20px;
|
||||
}
|
||||
|
||||
#bo_vc .sv_wrap {margin-right:15px;}
|
||||
|
||||
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;}
|
||||
|
||||
.bo_vc_hdinfo {
|
||||
display:inline-block;
|
||||
margin:0 15px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc h1 {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_vc a {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#bo_vc p {
|
||||
padding:0 0 5px;
|
||||
line-height:1.8em;
|
||||
}
|
||||
|
||||
#bo_vc p a {text-decoration:underline;}
|
||||
|
||||
#bo_vc_empty {
|
||||
margin:0;
|
||||
padding:20px !important;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_vc fieldset {
|
||||
margin:0 0 10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#bo_vc #bo_vc_winfo {float:left;}
|
||||
|
||||
#bo_vc footer {zoom:1;}
|
||||
|
||||
#bo_vc footer:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_vc_act {
|
||||
float:right;
|
||||
margin:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.bo_vc_act:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
.bo_vc_act li {
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#bo_vc_w {
|
||||
position:relative;
|
||||
margin:0 0 10px;
|
||||
padding:0 0 20px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
}
|
||||
|
||||
#bo_vc_w h2 {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_vc_w #char_cnt {
|
||||
display:block;
|
||||
margin:0 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc_sns {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_vc_sns:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_vc_sns li {
|
||||
float:left;
|
||||
margin:0 20px 0 0;
|
||||
}
|
||||
|
||||
#bo_vc_sns input {margin:0 0 0 5px;}
|
||||
|
||||
#bo_vc form {padding:0;}
|
||||
|
||||
|
||||
0
skin/connect/basic/style.less
Normal file
0
skin/connect/basic/style.less
Normal file
@ -1,11 +1,41 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 새글 스킨 (latest) */
|
||||
.lt_pc {float:left;margin-left:20px}
|
||||
.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 li {padding:3px 0}
|
||||
.lt .lt_title {display:block;padding:10px 0 8px}
|
||||
.lt .lt_more {position:absolute;top:10px;right:0}
|
||||
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
@charset "utf-8";
|
||||
.lt_pc {
|
||||
float:left;
|
||||
margin-left:20px;
|
||||
}
|
||||
|
||||
.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 li {padding:3px 0;}
|
||||
|
||||
.lt .lt_title {
|
||||
display:block;
|
||||
padding:10px 0 8px;
|
||||
}
|
||||
|
||||
.lt .lt_more {
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:0;
|
||||
}
|
||||
|
||||
.lt .cnt_cmt {
|
||||
display:inline-block;
|
||||
margin:0 0 0 3px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
11
skin/latest/basic/style.less
Normal file
11
skin/latest/basic/style.less
Normal file
@ -0,0 +1,11 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 새글 스킨 (latest) */
|
||||
.lt_pc {float:left;margin-left:20px}
|
||||
.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 li {padding:3px 0}
|
||||
.lt .lt_title {display:block;padding:10px 0 8px}
|
||||
.lt .lt_more {position:absolute;top:10px;right:0}
|
||||
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
@ -1,176 +1,341 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 버튼 */
|
||||
.mbskin a.btn01 {}
|
||||
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
|
||||
.mbskin a.btn02 {}
|
||||
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
|
||||
.mbskin .btn_confirm {} /* 서식단계 진행 */
|
||||
.mbskin .btn_submit {}
|
||||
.mbskin button.btn_submit {}
|
||||
.mbskin fieldset .btn_submit {}
|
||||
.mbskin .btn_cancel {}
|
||||
.mbskin button.btn_cancel {}
|
||||
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
|
||||
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
.mbskin button.btn_frmline {}
|
||||
.mbskin .win_btn {} /* 새창용 */
|
||||
.mbskin .win_btn button {}
|
||||
.mbskin .win_btn input {}
|
||||
.mbskin .win_btn a {}
|
||||
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
|
||||
/* 게시판용 버튼 */
|
||||
.mbskin a.btn_b01 {}
|
||||
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
|
||||
.mbskin a.btn_b02 {}
|
||||
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
|
||||
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}
|
||||
|
||||
/* 기본테이블 */
|
||||
.mbskin .tbl_head01 {}
|
||||
.mbskin .tbl_head01 caption {}
|
||||
.mbskin .tbl_head01 thead th {}
|
||||
.mbskin .tbl_head01 thead a {}
|
||||
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
.mbskin .tbl_head01 tfoot th {}
|
||||
.mbskin .tbl_head01 tfoot td {}
|
||||
.mbskin .tbl_head01 tbody th {}
|
||||
.mbskin .tbl_head01 td {}
|
||||
.mbskin .tbl_head01 a {}
|
||||
.mbskin td.empty_table {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mbskin table {}
|
||||
.mbskin caption {}
|
||||
.mbskin .frm_info {}
|
||||
.mbskin .frm_address {}
|
||||
.mbskin .frm_file {}
|
||||
|
||||
.mbskin .tbl_frm01 {}
|
||||
.mbskin .tbl_frm01 th {}
|
||||
.mbskin .tbl_frm01 td {}
|
||||
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
|
||||
.mbskin .tbl_frm01 textarea {}
|
||||
/*
|
||||
.mbskin .tbl_frm01 #captcha {}
|
||||
.mbskin .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
.mbskin .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
.mbskin .required, .mbskin textarea.required {}
|
||||
|
||||
/* 테이블 항목별 정의 */
|
||||
.mbskin .td_board {}
|
||||
.mbskin .td_chk {}
|
||||
.mbskin .td_date {}
|
||||
.mbskin .td_datetime {}
|
||||
.mbskin .td_group {}
|
||||
.mbskin .td_mb_id {}
|
||||
.mbskin .td_mng {}
|
||||
.mbskin .td_name {}
|
||||
.mbskin .td_nick {}
|
||||
.mbskin .td_num {}
|
||||
.mbskin .td_numbig {}
|
||||
|
||||
.mbskin .txt_active {}
|
||||
.mbskin .txt_expired {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 회원가입 약관 */
|
||||
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
||||
#fregister h2 {margin:0 0 20px;text-align:center}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #d9d9d9;background:#f7f7f7}
|
||||
#fregister .fregister_agree {padding:10px 0 0;text-align:right}
|
||||
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
|
||||
#fregister p {color:#e8180c;text-align:center}
|
||||
#fregister .btn_confirm {margin-bottom:20px}
|
||||
|
||||
/* 회원가입 입력 */
|
||||
#fregisterform textarea {height:50px}
|
||||
|
||||
#msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
|
||||
|
||||
/* 회원가입 완료 */
|
||||
#reg_result {padding:50px 0 0}
|
||||
#reg_result #result_logo {margin-bottom:50px;text-align:center}
|
||||
#reg_result #result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em}
|
||||
#reg_result #result_email span {display:inline-block;width:150px}
|
||||
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
|
||||
#reg_result .btn_confirm {margin:50px 0}
|
||||
|
||||
/* 아이디/패스워드 찾기 */
|
||||
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
||||
#find_info #info_fs {margin:0 20px 20px;padding:10px 20px 15px;background:#fff}
|
||||
#find_info #captcha {position:absolute;top:110px;right:35px}
|
||||
|
||||
/* 로그인 */
|
||||
#mb_login {margin:0 auto;padding:100px 0;width:500px}
|
||||
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#mb_login h2 {margin:0}
|
||||
#mb_login #login_fs {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#mb_login #login_fs label {letter-spacing:-0.1em}
|
||||
#mb_login #login_fs .login_id {position:absolute;top:26px;left:95px}
|
||||
#mb_login #login_fs .login_pw {position:absolute;top:52px;left:95px}
|
||||
#mb_login #login_fs .frm_input {display:block;margin:0 0 5px 80px}
|
||||
#mb_login #login_fs .btn_submit {position:absolute;top:20px;left:335px;height:49px}
|
||||
#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa}
|
||||
#mb_login #login_info div {text-align:right}
|
||||
|
||||
/* 쪽지 */
|
||||
#memo_view_contents {margin:0 auto 20px;width:90%}
|
||||
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
|
||||
.memo_view_li {position:relative;padding:5px 0}
|
||||
.memo_view_subj {display:inline-block;width:65px}
|
||||
#memo_view_ul a {}
|
||||
#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff}
|
||||
|
||||
#memo_write textarea {height:100px}
|
||||
|
||||
/* 스크랩 */
|
||||
#scrap_do table {margin:0 0 10px;width:100%}
|
||||
#scrap_do textarea {height:100px}
|
||||
|
||||
/* 회원 패스워드 확인 */
|
||||
#mb_confirm {margin:0 auto;padding:100px 0;width:500px}
|
||||
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#mb_confirm p {padding:20px;border:1px solid #d9d9d9;border-bottom:0;background:#fff}
|
||||
#mb_confirm p strong {display:block}
|
||||
#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #d9d9d9;background:#f5f6fa;text-align:center}
|
||||
#mb_confirm label {letter-spacing:-0.1em}
|
||||
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
|
||||
|
||||
/* 비밀글 패스워드 확인 */
|
||||
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
|
||||
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#pw_confirm p {padding:20px;border:1px solid #d9d9d9;border-bottom:0;background:#fff}
|
||||
#pw_confirm p strong {display:block}
|
||||
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #d9d9d9;background:#f5f6fa;text-align:center}
|
||||
#pw_confirm label {letter-spacing:-0.1em}
|
||||
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
|
||||
|
||||
/* 폼메일 */
|
||||
#formmail #subject {width:386px}
|
||||
#formmail textarea {height:100px}
|
||||
|
||||
/* 자기소개 */
|
||||
#profile table {margin-bottom:0}
|
||||
#profile section {margin:0 auto 20px;padding:20px;width:86%}
|
||||
#profile h2 {margin:0}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center}
|
||||
#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#post_code dt {margin-bottom:15px;color:#000}
|
||||
#post_code dd {margin:0;padding:0}
|
||||
#post_code ul {margin:0;padding:0;list-style:none}
|
||||
#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee}
|
||||
#post_code p {margin:0 auto 30px;width:90%}
|
||||
.post_code {display:inline-block;width:50px;color:#999}
|
||||
@charset "utf-8";
|
||||
#fregister section {
|
||||
margin:0 0 20px;
|
||||
padding:20px 0;
|
||||
border-bottom:3px solid #eee;
|
||||
}
|
||||
|
||||
#fregister h2 {
|
||||
margin:0 0 20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#fregister textarea {
|
||||
display:block;
|
||||
margin-bottom:10px;
|
||||
padding:5px;
|
||||
width:98%;
|
||||
height:150px;
|
||||
border:1px solid #d9d9d9;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#fregister .fregister_agree {
|
||||
padding:10px 0 0;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#fregister .fregister_agree label {
|
||||
display:inline-block;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#fregister p {
|
||||
color:#e8180c;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#fregister .btn_confirm {margin-bottom:20px;}
|
||||
|
||||
#fregisterform textarea {height:50px;}
|
||||
|
||||
#msg_certify {
|
||||
margin:5px 0 0;
|
||||
padding:5px;
|
||||
border:1px solid #dbecff;
|
||||
background:#eaf4ff;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#reg_result {padding:50px 0 0;}
|
||||
|
||||
#reg_result #result_logo {
|
||||
margin-bottom:50px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#reg_result #result_email {
|
||||
padding:10px 50px;
|
||||
border-top:1px solid #eee;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#fff;
|
||||
line-height:2em;
|
||||
}
|
||||
|
||||
#reg_result #result_email span {
|
||||
display:inline-block;
|
||||
width:150px;
|
||||
}
|
||||
|
||||
#reg_result #result_email strong {
|
||||
color:#e8180c;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#reg_result .btn_confirm {margin:50px 0;}
|
||||
|
||||
#find_info #mb_hp_label {
|
||||
display:inline-block;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
#find_info #info_fs {
|
||||
margin:0 20px 20px;
|
||||
padding:10px 20px 15px;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#find_info #captcha {
|
||||
position:absolute;
|
||||
top:110px;
|
||||
right:35px;
|
||||
}
|
||||
|
||||
#mb_login {
|
||||
margin:0 auto;
|
||||
padding:100px 0;
|
||||
width:500px;
|
||||
}
|
||||
|
||||
#mb_login h1 {
|
||||
margin:0 0 20px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#mb_login h2 {margin:0;}
|
||||
|
||||
#mb_login #login_fs {
|
||||
position:relative;
|
||||
margin:0;
|
||||
padding:20px 20px 20px 95px;
|
||||
border:1px solid #cfded8;
|
||||
border-bottom:0;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#mb_login #login_fs legend {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
text-indent:-9999em;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#mb_login #login_fs label {letter-spacing:-0.1em;}
|
||||
|
||||
#mb_login #login_fs .login_id {
|
||||
position:absolute;
|
||||
top:26px;
|
||||
left:95px;
|
||||
}
|
||||
|
||||
#mb_login #login_fs .login_pw {
|
||||
position:absolute;
|
||||
top:52px;
|
||||
left:95px;
|
||||
}
|
||||
|
||||
#mb_login #login_fs .frm_input {
|
||||
display:block;
|
||||
margin:0 0 5px 80px;
|
||||
}
|
||||
|
||||
#mb_login #login_fs .btn_submit {
|
||||
position:absolute;
|
||||
top:20px;
|
||||
left:335px;
|
||||
height:49px;
|
||||
}
|
||||
|
||||
#mb_login #login_info {
|
||||
margin:0 0 30px;
|
||||
padding:20px;
|
||||
border:1px solid #cfded8;
|
||||
background:#f5f6fa;
|
||||
}
|
||||
|
||||
#mb_login #login_info div {text-align:right;}
|
||||
|
||||
#memo_view_contents {
|
||||
margin:0 auto 20px;
|
||||
width:90%;
|
||||
}
|
||||
|
||||
#memo_view_contents h1 {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#memo_view_ul {
|
||||
margin:0;
|
||||
padding:0 0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.memo_view_li {
|
||||
position:relative;
|
||||
padding:5px 0;
|
||||
}
|
||||
|
||||
.memo_view_subj {
|
||||
display:inline-block;
|
||||
width:65px;
|
||||
}
|
||||
|
||||
#memo_view section p {
|
||||
padding:10px;
|
||||
min-height:150px;
|
||||
height:auto !important;
|
||||
height:150px;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#memo_write textarea {height:100px;}
|
||||
|
||||
#scrap_do table {
|
||||
margin:0 0 10px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#scrap_do textarea {height:100px;}
|
||||
|
||||
#mb_confirm {
|
||||
margin:0 auto;
|
||||
padding:100px 0;
|
||||
width:500px;
|
||||
}
|
||||
|
||||
#mb_confirm h1 {
|
||||
margin:0 0 20px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#mb_confirm p {
|
||||
padding:20px;
|
||||
border:1px solid #d9d9d9;
|
||||
border-bottom:0;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#mb_confirm p strong {display:block;}
|
||||
|
||||
#mb_confirm fieldset {
|
||||
margin:0 0 30px;
|
||||
padding:30px 0;
|
||||
border:1px solid #d9d9d9;
|
||||
background:#f5f6fa;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#mb_confirm label {letter-spacing:-0.1em;}
|
||||
|
||||
#mb_confirm_id {
|
||||
display:inline-block;
|
||||
margin-right:20px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#pw_confirm {
|
||||
margin:0 auto;
|
||||
padding:100px 0;
|
||||
width:500px;
|
||||
}
|
||||
|
||||
#pw_confirm h1 {
|
||||
margin:0 0 20px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#pw_confirm p {
|
||||
padding:20px;
|
||||
border:1px solid #d9d9d9;
|
||||
border-bottom:0;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#pw_confirm p strong {display:block;}
|
||||
|
||||
#pw_confirm fieldset {
|
||||
margin:0 0 30px;
|
||||
padding:30px 0;
|
||||
border:1px solid #d9d9d9;
|
||||
background:#f5f6fa;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#pw_confirm label {letter-spacing:-0.1em;}
|
||||
|
||||
#pw_confirm_id {
|
||||
display:inline-block;
|
||||
margin-right:20px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#formmail #subject {width:386px;}
|
||||
|
||||
#formmail textarea {height:100px;}
|
||||
|
||||
#profile table {margin-bottom:0;}
|
||||
|
||||
#profile section {
|
||||
margin:0 auto 20px;
|
||||
padding:20px;
|
||||
width:86%;
|
||||
}
|
||||
|
||||
#profile h2 {margin:0;}
|
||||
|
||||
#post_code fieldset {
|
||||
margin:0 auto 10px;
|
||||
padding:15px 10px;
|
||||
width:87%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#post_code dl {
|
||||
margin:0 auto 10px;
|
||||
padding:20px 10px;
|
||||
width:87%;
|
||||
border-right:1px solid #eee;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#post_code dt {
|
||||
margin-bottom:15px;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
#post_code dd {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#post_code ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#post_code li a {
|
||||
display:block;
|
||||
padding:8px 0 6px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
#post_code p {
|
||||
margin:0 auto 30px;
|
||||
width:90%;
|
||||
}
|
||||
|
||||
.post_code {
|
||||
display:inline-block;
|
||||
width:50px;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
|
||||
176
skin/member/basic/style.less
Normal file
176
skin/member/basic/style.less
Normal file
@ -0,0 +1,176 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 버튼 */
|
||||
.mbskin a.btn01 {}
|
||||
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
|
||||
.mbskin a.btn02 {}
|
||||
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
|
||||
.mbskin .btn_confirm {} /* 서식단계 진행 */
|
||||
.mbskin .btn_submit {}
|
||||
.mbskin button.btn_submit {}
|
||||
.mbskin fieldset .btn_submit {}
|
||||
.mbskin .btn_cancel {}
|
||||
.mbskin button.btn_cancel {}
|
||||
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
|
||||
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
.mbskin button.btn_frmline {}
|
||||
.mbskin .win_btn {} /* 새창용 */
|
||||
.mbskin .win_btn button {}
|
||||
.mbskin .win_btn input {}
|
||||
.mbskin .win_btn a {}
|
||||
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
|
||||
/* 게시판용 버튼 */
|
||||
.mbskin a.btn_b01 {}
|
||||
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
|
||||
.mbskin a.btn_b02 {}
|
||||
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
|
||||
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}
|
||||
|
||||
/* 기본테이블 */
|
||||
.mbskin .tbl_head01 {}
|
||||
.mbskin .tbl_head01 caption {}
|
||||
.mbskin .tbl_head01 thead th {}
|
||||
.mbskin .tbl_head01 thead a {}
|
||||
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
.mbskin .tbl_head01 tfoot th {}
|
||||
.mbskin .tbl_head01 tfoot td {}
|
||||
.mbskin .tbl_head01 tbody th {}
|
||||
.mbskin .tbl_head01 td {}
|
||||
.mbskin .tbl_head01 a {}
|
||||
.mbskin td.empty_table {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mbskin table {}
|
||||
.mbskin caption {}
|
||||
.mbskin .frm_info {}
|
||||
.mbskin .frm_address {}
|
||||
.mbskin .frm_file {}
|
||||
|
||||
.mbskin .tbl_frm01 {}
|
||||
.mbskin .tbl_frm01 th {}
|
||||
.mbskin .tbl_frm01 td {}
|
||||
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
|
||||
.mbskin .tbl_frm01 textarea {}
|
||||
/*
|
||||
.mbskin .tbl_frm01 #captcha {}
|
||||
.mbskin .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
.mbskin .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
.mbskin .required, .mbskin textarea.required {}
|
||||
|
||||
/* 테이블 항목별 정의 */
|
||||
.mbskin .td_board {}
|
||||
.mbskin .td_chk {}
|
||||
.mbskin .td_date {}
|
||||
.mbskin .td_datetime {}
|
||||
.mbskin .td_group {}
|
||||
.mbskin .td_mb_id {}
|
||||
.mbskin .td_mng {}
|
||||
.mbskin .td_name {}
|
||||
.mbskin .td_nick {}
|
||||
.mbskin .td_num {}
|
||||
.mbskin .td_numbig {}
|
||||
|
||||
.mbskin .txt_active {}
|
||||
.mbskin .txt_expired {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 회원가입 약관 */
|
||||
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
|
||||
#fregister h2 {margin:0 0 20px;text-align:center}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #d9d9d9;background:#f7f7f7}
|
||||
#fregister .fregister_agree {padding:10px 0 0;text-align:right}
|
||||
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
|
||||
#fregister p {color:#e8180c;text-align:center}
|
||||
#fregister .btn_confirm {margin-bottom:20px}
|
||||
|
||||
/* 회원가입 입력 */
|
||||
#fregisterform textarea {height:50px}
|
||||
|
||||
#msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
|
||||
|
||||
/* 회원가입 완료 */
|
||||
#reg_result {padding:50px 0 0}
|
||||
#reg_result #result_logo {margin-bottom:50px;text-align:center}
|
||||
#reg_result #result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em}
|
||||
#reg_result #result_email span {display:inline-block;width:150px}
|
||||
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
|
||||
#reg_result .btn_confirm {margin:50px 0}
|
||||
|
||||
/* 아이디/패스워드 찾기 */
|
||||
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
||||
#find_info #info_fs {margin:0 20px 20px;padding:10px 20px 15px;background:#fff}
|
||||
#find_info #captcha {position:absolute;top:110px;right:35px}
|
||||
|
||||
/* 로그인 */
|
||||
#mb_login {margin:0 auto;padding:100px 0;width:500px}
|
||||
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#mb_login h2 {margin:0}
|
||||
#mb_login #login_fs {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#mb_login #login_fs label {letter-spacing:-0.1em}
|
||||
#mb_login #login_fs .login_id {position:absolute;top:26px;left:95px}
|
||||
#mb_login #login_fs .login_pw {position:absolute;top:52px;left:95px}
|
||||
#mb_login #login_fs .frm_input {display:block;margin:0 0 5px 80px}
|
||||
#mb_login #login_fs .btn_submit {position:absolute;top:20px;left:335px;height:49px}
|
||||
#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa}
|
||||
#mb_login #login_info div {text-align:right}
|
||||
|
||||
/* 쪽지 */
|
||||
#memo_view_contents {margin:0 auto 20px;width:90%}
|
||||
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
|
||||
.memo_view_li {position:relative;padding:5px 0}
|
||||
.memo_view_subj {display:inline-block;width:65px}
|
||||
#memo_view_ul a {}
|
||||
#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff}
|
||||
|
||||
#memo_write textarea {height:100px}
|
||||
|
||||
/* 스크랩 */
|
||||
#scrap_do table {margin:0 0 10px;width:100%}
|
||||
#scrap_do textarea {height:100px}
|
||||
|
||||
/* 회원 패스워드 확인 */
|
||||
#mb_confirm {margin:0 auto;padding:100px 0;width:500px}
|
||||
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#mb_confirm p {padding:20px;border:1px solid #d9d9d9;border-bottom:0;background:#fff}
|
||||
#mb_confirm p strong {display:block}
|
||||
#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #d9d9d9;background:#f5f6fa;text-align:center}
|
||||
#mb_confirm label {letter-spacing:-0.1em}
|
||||
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
|
||||
|
||||
/* 비밀글 패스워드 확인 */
|
||||
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
|
||||
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
|
||||
#pw_confirm p {padding:20px;border:1px solid #d9d9d9;border-bottom:0;background:#fff}
|
||||
#pw_confirm p strong {display:block}
|
||||
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #d9d9d9;background:#f5f6fa;text-align:center}
|
||||
#pw_confirm label {letter-spacing:-0.1em}
|
||||
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
|
||||
|
||||
/* 폼메일 */
|
||||
#formmail #subject {width:386px}
|
||||
#formmail textarea {height:100px}
|
||||
|
||||
/* 자기소개 */
|
||||
#profile table {margin-bottom:0}
|
||||
#profile section {margin:0 auto 20px;padding:20px;width:86%}
|
||||
#profile h2 {margin:0}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center}
|
||||
#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#post_code dt {margin-bottom:15px;color:#000}
|
||||
#post_code dd {margin:0;padding:0}
|
||||
#post_code ul {margin:0;padding:0;list-style:none}
|
||||
#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee}
|
||||
#post_code p {margin:0 auto 30px;width:90%}
|
||||
.post_code {display:inline-block;width:50px;color:#999}
|
||||
@ -1,7 +1,18 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 최근게시물 스킨 (new) */
|
||||
#new_sch {margin-bottom:10px;text-align:right}
|
||||
#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#new_sch .btn_submit {height:22px}
|
||||
@charset "utf-8";
|
||||
#new_sch {
|
||||
margin-bottom:10px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#new_sch legend {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
text-indent:-9999em;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#new_sch .btn_submit {height:22px;}
|
||||
|
||||
|
||||
7
skin/new/basic/style.less
Normal file
7
skin/new/basic/style.less
Normal file
@ -0,0 +1,7 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 최근게시물 스킨 (new) */
|
||||
#new_sch {margin-bottom:10px;text-align:right}
|
||||
#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#new_sch .btn_submit {height:22px}
|
||||
@ -1,46 +1,196 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 아웃로그인 스킨 */
|
||||
.ol {position:relative;padding:15px 15px 14px 14px}
|
||||
.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 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 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_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em}
|
||||
#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em}
|
||||
.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em}
|
||||
#auto_login {}
|
||||
#auto_login_label {letter-spacing:-0.1em}
|
||||
#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
|
||||
#ol_before a {letter-spacing:-0.15em}
|
||||
#ol_svc {float:left;margin:5px 0 0}
|
||||
#ol_password_lost {display:inline-block;margin:0 0 0 5px}
|
||||
#ol_auto {position:relative;float:right;margin:5px 0 0}
|
||||
#ol_auto label {letter-spacing:-0.1em}
|
||||
#ol_auto input {width:13px;height:13px;vertical-align:bottom}
|
||||
|
||||
#ol_after {}
|
||||
#ol_after_hd {margin:0 0 3px}
|
||||
#ol_after_hd .btn_admin {margin-top:5px;width:158px;text-align:center}
|
||||
#ol_after_private {margin:0 0 3px;zoom:1}
|
||||
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_after_private li {float:left}
|
||||
#ol_after_private a {display:block;padding-top:8px;height:37px;background:#f7f7f7;text-align:center}
|
||||
#ol_after_private a strong {display:block;padding-top:3px;color:#000;font-weight:normal}
|
||||
#ol_after_private a:focus,
|
||||
#ol_after_private a:hover {background:#333;color:#fff;text-decoration:none}
|
||||
#ol_after_private a:focus strong,
|
||||
#ol_after_private a:hover strong {color:#fff;text-decoration:none}
|
||||
#ol_after_memo {width:50px;margin-right:1px}
|
||||
#ol_after_pt {width:80px;margin-right:1px}
|
||||
#ol_after_scrap {width:48px;line-height:2.6em !important}
|
||||
#ol_after_ft {text-align:justify}
|
||||
#ol_after_ft a {display:inline-block;width:88px;height:22px;background:#333;color:#fff;text-align:center;line-height:1.8em}
|
||||
#ol_after_ft a:focus,
|
||||
#ol_after_ft a:hover {text-decoration:none !important}
|
||||
@charset "utf-8";
|
||||
.ol {
|
||||
position:relative;
|
||||
padding:15px 15px 14px 14px;
|
||||
}
|
||||
|
||||
.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 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 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_idlabel {
|
||||
position:absolute;
|
||||
top:6px;
|
||||
left:5px;
|
||||
color:#333;
|
||||
font-size:0.95em;
|
||||
}
|
||||
|
||||
#ol_pw {
|
||||
display:block;
|
||||
margin:0 0 5px !important;
|
||||
margin:0 0 3px;
|
||||
padding:0 5px;
|
||||
width:168px;
|
||||
height:22px;
|
||||
border:1px solid #b8c9c2;
|
||||
background:#f7f7f7;
|
||||
vertical-align:top;
|
||||
line-height:1.6em;
|
||||
}
|
||||
|
||||
.ol_pwlabel {
|
||||
position:absolute;
|
||||
top:35px;
|
||||
left:5px;
|
||||
color:#333;
|
||||
font-size:0.95em;
|
||||
}
|
||||
|
||||
#auto_login_label {letter-spacing:-0.1em;}
|
||||
|
||||
#ol_submit {
|
||||
display:inline-block;
|
||||
width:60px;
|
||||
height:24px;
|
||||
border:0;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
font-size:0.9em;
|
||||
font-weight:bold;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#ol_before a {letter-spacing:-0.15em;}
|
||||
|
||||
#ol_svc {
|
||||
float:left;
|
||||
margin:5px 0 0;
|
||||
}
|
||||
|
||||
#ol_password_lost {
|
||||
display:inline-block;
|
||||
margin:0 0 0 5px;
|
||||
}
|
||||
|
||||
#ol_auto {
|
||||
position:relative;
|
||||
float:right;
|
||||
margin:5px 0 0;
|
||||
}
|
||||
|
||||
#ol_auto label {letter-spacing:-0.1em;}
|
||||
|
||||
#ol_auto input {
|
||||
width:13px;
|
||||
height:13px;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
|
||||
#ol_after_hd {margin:0 0 3px;}
|
||||
|
||||
#ol_after_hd .btn_admin {
|
||||
margin-top:5px;
|
||||
width:158px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#ol_after_private {
|
||||
margin:0 0 3px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#ol_after_private:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#ol_after_private li {float:left;}
|
||||
|
||||
#ol_after_private a {
|
||||
display:block;
|
||||
padding-top:8px;
|
||||
height:37px;
|
||||
background:#f7f7f7;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#ol_after_private a strong {
|
||||
display:block;
|
||||
padding-top:3px;
|
||||
color:#000;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#ol_after_private a:focus, #ol_after_private a:hover {
|
||||
background:#333;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#ol_after_private a:focus strong, #ol_after_private a:hover strong {
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#ol_after_memo {
|
||||
width:50px;
|
||||
margin-right:1px;
|
||||
}
|
||||
|
||||
#ol_after_pt {
|
||||
width:80px;
|
||||
margin-right:1px;
|
||||
}
|
||||
|
||||
#ol_after_scrap {
|
||||
width:48px;
|
||||
line-height:2.6em !important;
|
||||
}
|
||||
|
||||
#ol_after_ft {text-align:justify;}
|
||||
|
||||
#ol_after_ft a {
|
||||
display:inline-block;
|
||||
width:88px;
|
||||
height:22px;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
line-height:1.8em;
|
||||
}
|
||||
|
||||
#ol_after_ft a:focus, #ol_after_ft a:hover {text-decoration:none !important;}
|
||||
|
||||
|
||||
46
skin/outlogin/basic/style.less
Normal file
46
skin/outlogin/basic/style.less
Normal file
@ -0,0 +1,46 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 아웃로그인 스킨 */
|
||||
.ol {position:relative;padding:15px 15px 14px 14px}
|
||||
.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 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 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_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em}
|
||||
#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em}
|
||||
.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em}
|
||||
#auto_login {}
|
||||
#auto_login_label {letter-spacing:-0.1em}
|
||||
#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
|
||||
#ol_before a {letter-spacing:-0.15em}
|
||||
#ol_svc {float:left;margin:5px 0 0}
|
||||
#ol_password_lost {display:inline-block;margin:0 0 0 5px}
|
||||
#ol_auto {position:relative;float:right;margin:5px 0 0}
|
||||
#ol_auto label {letter-spacing:-0.1em}
|
||||
#ol_auto input {width:13px;height:13px;vertical-align:bottom}
|
||||
|
||||
#ol_after {}
|
||||
#ol_after_hd {margin:0 0 3px}
|
||||
#ol_after_hd .btn_admin {margin-top:5px;width:158px;text-align:center}
|
||||
#ol_after_private {margin:0 0 3px;zoom:1}
|
||||
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_after_private li {float:left}
|
||||
#ol_after_private a {display:block;padding-top:8px;height:37px;background:#f7f7f7;text-align:center}
|
||||
#ol_after_private a strong {display:block;padding-top:3px;color:#000;font-weight:normal}
|
||||
#ol_after_private a:focus,
|
||||
#ol_after_private a:hover {background:#333;color:#fff;text-decoration:none}
|
||||
#ol_after_private a:focus strong,
|
||||
#ol_after_private a:hover strong {color:#fff;text-decoration:none}
|
||||
#ol_after_memo {width:50px;margin-right:1px}
|
||||
#ol_after_pt {width:80px;margin-right:1px}
|
||||
#ol_after_scrap {width:48px;line-height:2.6em !important}
|
||||
#ol_after_ft {text-align:justify}
|
||||
#ol_after_ft a {display:inline-block;width:88px;height:22px;background:#333;color:#fff;text-align:center;line-height:1.8em}
|
||||
#ol_after_ft a:focus,
|
||||
#ol_after_ft a:hover {text-decoration:none !important}
|
||||
@ -1,89 +1,202 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
#poll a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#poll a.btn_admin:focus, #poll a.btn_admin:hover {}
|
||||
|
||||
#poll_result .tbl_frm table {}
|
||||
#poll_result .tbl_frm .frm_info {}
|
||||
#poll_result .tbl_frm .frm_address {}
|
||||
#poll_result .tbl_frm .frm_file {}
|
||||
#poll_result .tbl_frm caption {}
|
||||
|
||||
#poll_result .tbl_frm01 {}
|
||||
#poll_result .tbl_frm01 th {}
|
||||
#poll_result .tbl_frm01 td {}
|
||||
#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {}
|
||||
#poll_result .tbl_frm01 textarea {}
|
||||
/*
|
||||
#poll_result .tbl_frm01 #captcha {}
|
||||
#poll_result .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#poll_result .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
#poll_result .required, #poll_result textarea.required {}
|
||||
|
||||
#poll_result .btn_confirm {} /* 서식단계 진행 */
|
||||
#poll_result .btn_submit {}
|
||||
#poll_result button.btn_submit {}
|
||||
#poll_result .win_btn {} /* 새창용 */
|
||||
#poll_result .win_btn button {}
|
||||
#poll_result .win_btn input {}
|
||||
#poll_result .win_btn a {}
|
||||
#poll_result .win_btn a:focus, #poll_result .win_btn a:hover {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {border-top:1px solid #e7f1ed}
|
||||
#poll header {position:relative;padding:15px 14px 0}
|
||||
#poll h2 {}
|
||||
#poll header .btn_admin {margin-top:5px;width:158px;text-align:center}
|
||||
#poll header p {padding:5px 0 0}
|
||||
#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none}
|
||||
#poll li {padding:3px 0}
|
||||
#poll footer {padding:0 14px 14px}
|
||||
#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||
#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:hover {text-decoration:none !important}
|
||||
|
||||
/* 설문조사 결과 (새창) */
|
||||
#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 a {}
|
||||
#poll_result .sv_member,
|
||||
#poll_result .sv_guest {font-weight:bold}
|
||||
#poll_result_list {margin:0 auto 20px}
|
||||
#poll_result_list h2 {text-align:center}
|
||||
#poll_result_list dl,
|
||||
#poll_result_list dt,
|
||||
#poll_result_list dd {margin:0;padding:0}
|
||||
#poll_result_list dl {padding-bottom:30px}
|
||||
#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right}
|
||||
#poll_result_list ol {margin:0;padding-left:30px}
|
||||
#poll_result_list li {margin-top:10px}
|
||||
#poll_result_list p {position:relative;margin:0;padding:5px 0}
|
||||
#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right}
|
||||
#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right}
|
||||
.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee}
|
||||
.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em}
|
||||
#poll_result_cmt {margin:0 auto 20px}
|
||||
#poll_result_cmt h2 {text-align:center}
|
||||
#poll_result_cmt h3 {margin:0 auto 10px;padding-top:15px;width:93%}
|
||||
#poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #eee}
|
||||
#poll_result_cmt h1 {margin:0;padding:0;height:0;border:0;font-size:0;line-height:0;overflow:hidden}
|
||||
.poll_datetime {display:inline-block;margin-left:10px}
|
||||
#poll_result_cmt p {padding:3px 0}
|
||||
#poll_result_cmt fieldset {margin-bottom:0;text-align:left}
|
||||
#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left}
|
||||
#poll_result_cmt footer {text-align:right}
|
||||
#poll_result_wcmt {margin-bottom:10px;width:93%}
|
||||
.poll_cmt_del a {display:inline-block;padding-bottom:10px}
|
||||
#poll_result_oth {margin:0 auto 20px;width:93%}
|
||||
#poll_result_oth h2 {padding:0 0 10px}
|
||||
#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}
|
||||
@charset "utf-8";
|
||||
#poll {border-top:1px solid #e7f1ed;}
|
||||
|
||||
#poll header {
|
||||
position:relative;
|
||||
padding:15px 14px 0;
|
||||
}
|
||||
|
||||
#poll header .btn_admin {
|
||||
margin-top:5px;
|
||||
width:158px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#poll header p {padding:5px 0 0;}
|
||||
|
||||
#poll ul {
|
||||
margin:0 0 10px;
|
||||
padding:5px 14px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#poll li {padding:3px 0;}
|
||||
|
||||
#poll footer {padding:0 14px 14px;}
|
||||
|
||||
#poll footer input {
|
||||
width:88px;
|
||||
height:24px;
|
||||
border:0;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
letter-spacing:-0.1em;
|
||||
vertical-align:top;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#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:hover {text-decoration:none !important;}
|
||||
|
||||
#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 .sv_member, #poll_result .sv_guest {font-weight:bold;}
|
||||
|
||||
#poll_result_list {margin:0 auto 20px;}
|
||||
|
||||
#poll_result_list h2 {text-align:center;}
|
||||
|
||||
#poll_result_list dl, #poll_result_list dt, #poll_result_list dd {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#poll_result_list dl {padding-bottom:30px;}
|
||||
|
||||
#poll_result_list dt {
|
||||
margin-right:5%;
|
||||
color:#e8180d;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#poll_result_list ol {
|
||||
margin:0;
|
||||
padding-left:30px;
|
||||
}
|
||||
|
||||
#poll_result_list li {margin-top:10px;}
|
||||
|
||||
#poll_result_list p {
|
||||
position:relative;
|
||||
margin:0;
|
||||
padding:5px 0;
|
||||
}
|
||||
|
||||
#poll_result_list p strong {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
right:5%;
|
||||
padding-right:80px;
|
||||
width:100px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#poll_result_list p span {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
right:5%;
|
||||
width:80px;
|
||||
color:#68999c;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.poll_result_graph {
|
||||
position:relative;
|
||||
margin-right:5%;
|
||||
height:5px;
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
.poll_result_graph span {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
height:5px;
|
||||
background:#565e60;
|
||||
font-size:0.1em;
|
||||
}
|
||||
|
||||
#poll_result_cmt {margin:0 auto 20px;}
|
||||
|
||||
#poll_result_cmt h2 {text-align:center;}
|
||||
|
||||
#poll_result_cmt h3 {
|
||||
margin:0 auto 10px;
|
||||
padding-top:15px;
|
||||
width:93%;
|
||||
}
|
||||
|
||||
#poll_result_cmt article {
|
||||
margin:0 18px 15px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
#poll_result_cmt h1 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:0;
|
||||
border:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.poll_datetime {
|
||||
display:inline-block;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
#poll_result_cmt p {padding:3px 0;}
|
||||
|
||||
#poll_result_cmt fieldset {
|
||||
margin-bottom:0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#poll_result_cmt fieldset p {
|
||||
margin:0 0 15px;
|
||||
padding:3px 0 0px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#poll_result_cmt footer {text-align:right;}
|
||||
|
||||
#poll_result_wcmt {
|
||||
margin-bottom:10px;
|
||||
width:93%;
|
||||
}
|
||||
|
||||
.poll_cmt_del a {
|
||||
display:inline-block;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
#poll_result_oth {
|
||||
margin:0 auto 20px;
|
||||
width:93%;
|
||||
}
|
||||
|
||||
#poll_result_oth h2 {padding:0 0 10px;}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
|
||||
89
skin/poll/basic/style.less
Normal file
89
skin/poll/basic/style.less
Normal file
@ -0,0 +1,89 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
#poll a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#poll a.btn_admin:focus, #poll a.btn_admin:hover {}
|
||||
|
||||
#poll_result .tbl_frm table {}
|
||||
#poll_result .tbl_frm .frm_info {}
|
||||
#poll_result .tbl_frm .frm_address {}
|
||||
#poll_result .tbl_frm .frm_file {}
|
||||
#poll_result .tbl_frm caption {}
|
||||
|
||||
#poll_result .tbl_frm01 {}
|
||||
#poll_result .tbl_frm01 th {}
|
||||
#poll_result .tbl_frm01 td {}
|
||||
#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {}
|
||||
#poll_result .tbl_frm01 textarea {}
|
||||
/*
|
||||
#poll_result .tbl_frm01 #captcha {}
|
||||
#poll_result .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#poll_result .tbl_frm01 a {}
|
||||
|
||||
/* 필수입력 */
|
||||
#poll_result .required, #poll_result textarea.required {}
|
||||
|
||||
#poll_result .btn_confirm {} /* 서식단계 진행 */
|
||||
#poll_result .btn_submit {}
|
||||
#poll_result button.btn_submit {}
|
||||
#poll_result .win_btn {} /* 새창용 */
|
||||
#poll_result .win_btn button {}
|
||||
#poll_result .win_btn input {}
|
||||
#poll_result .win_btn a {}
|
||||
#poll_result .win_btn a:focus, #poll_result .win_btn a:hover {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {border-top:1px solid #e7f1ed}
|
||||
#poll header {position:relative;padding:15px 14px 0}
|
||||
#poll h2 {}
|
||||
#poll header .btn_admin {margin-top:5px;width:158px;text-align:center}
|
||||
#poll header p {padding:5px 0 0}
|
||||
#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none}
|
||||
#poll li {padding:3px 0}
|
||||
#poll footer {padding:0 14px 14px}
|
||||
#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
|
||||
#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:hover {text-decoration:none !important}
|
||||
|
||||
/* 설문조사 결과 (새창) */
|
||||
#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 a {}
|
||||
#poll_result .sv_member,
|
||||
#poll_result .sv_guest {font-weight:bold}
|
||||
#poll_result_list {margin:0 auto 20px}
|
||||
#poll_result_list h2 {text-align:center}
|
||||
#poll_result_list dl,
|
||||
#poll_result_list dt,
|
||||
#poll_result_list dd {margin:0;padding:0}
|
||||
#poll_result_list dl {padding-bottom:30px}
|
||||
#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right}
|
||||
#poll_result_list ol {margin:0;padding-left:30px}
|
||||
#poll_result_list li {margin-top:10px}
|
||||
#poll_result_list p {position:relative;margin:0;padding:5px 0}
|
||||
#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right}
|
||||
#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right}
|
||||
.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee}
|
||||
.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em}
|
||||
#poll_result_cmt {margin:0 auto 20px}
|
||||
#poll_result_cmt h2 {text-align:center}
|
||||
#poll_result_cmt h3 {margin:0 auto 10px;padding-top:15px;width:93%}
|
||||
#poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #eee}
|
||||
#poll_result_cmt h1 {margin:0;padding:0;height:0;border:0;font-size:0;line-height:0;overflow:hidden}
|
||||
.poll_datetime {display:inline-block;margin-left:10px}
|
||||
#poll_result_cmt p {padding:3px 0}
|
||||
#poll_result_cmt fieldset {margin-bottom:0;text-align:left}
|
||||
#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left}
|
||||
#poll_result_cmt footer {text-align:right}
|
||||
#poll_result_wcmt {margin-bottom:10px;width:93%}
|
||||
.poll_cmt_del a {display:inline-block;padding-bottom:10px}
|
||||
#poll_result_oth {margin:0 auto 20px;width:93%}
|
||||
#poll_result_oth h2 {padding:0 0 10px}
|
||||
#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}
|
||||
@ -1,13 +1,43 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 인기검색어 */
|
||||
#popular {background:#515151}
|
||||
#popular div {margin:0 auto;width:980px;zoom:1}
|
||||
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#popular h2 {float:left;padding:10px 45px 10px 0;color:#fff}
|
||||
#popular ul {float:left;margin:0;padding:0;list-style:none}
|
||||
#popular li {float:left}
|
||||
#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
|
||||
#popular a:focus,
|
||||
#popular a:hover {background:#333;color:#fff}
|
||||
@charset "utf-8";
|
||||
#popular {background:#515151;}
|
||||
|
||||
#popular div {
|
||||
margin:0 auto;
|
||||
width:980px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#popular div:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#popular h2 {
|
||||
float:left;
|
||||
padding:10px 45px 10px 0;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#popular ul {
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#popular li {float:left;}
|
||||
|
||||
#popular a {
|
||||
display:inline-block;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#popular a:focus, #popular a:hover {
|
||||
background:#333;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
||||
13
skin/popular/basic/style.less
Normal file
13
skin/popular/basic/style.less
Normal file
@ -0,0 +1,13 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 인기검색어 */
|
||||
#popular {background:#515151}
|
||||
#popular div {margin:0 auto;width:980px;zoom:1}
|
||||
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#popular h2 {float:left;padding:10px 45px 10px 0;color:#fff}
|
||||
#popular ul {float:left;margin:0;padding:0;list-style:none}
|
||||
#popular li {float:left}
|
||||
#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
|
||||
#popular a:focus,
|
||||
#popular a:hover {background:#333;color:#fff}
|
||||
@ -1,27 +1,116 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 전체검색결과 스킨 */
|
||||
#sch_res_detail {padding:0 0 10px;border-bottom:1px solid #e9e9e9;text-align:center}
|
||||
#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#sch_res_ov {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;background:#f5f6fa;zoom:1}
|
||||
#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_ov h2 {float:left}
|
||||
#sch_res_ov dl {float:left;margin:0 0 0 10px}
|
||||
#sch_res_ov dt {float:left}
|
||||
#sch_res_ov dd {float:left;margin:0 10px 0 5px}
|
||||
#sch_res_ov p {float:right;margin:0;padding:0;line-height:1em}
|
||||
|
||||
#sch_res_board {margin:0 0 10px;padding-left:1px;width:728px;list-style:none;zoom:1}
|
||||
#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_board li {float:left;margin-bottom:-1px}
|
||||
#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:181px;border:1px solid #ddd;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none}
|
||||
#sch_res_board .cnt_cmt {font-weight:normal !important}
|
||||
|
||||
.sch_res_list {margin:0 0 10px;padding:10px 0 15px}
|
||||
.sch_res_list h2 {margin:0 0 15px;font-size:1.2em}
|
||||
.sch_res_list ul {margin:0;padding:0;list-style:none}
|
||||
.sch_res_list li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9}
|
||||
.sch_res_title {font-weight:bold}
|
||||
.sch_more {text-align:right}
|
||||
@charset "utf-8";
|
||||
#sch_res_detail {
|
||||
padding:0 0 10px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#sch_res_detail legend {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
text-indent:-9999em;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#sch_res_ov {
|
||||
margin:0 0 10px;
|
||||
padding:10px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
background:#f5f6fa;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#sch_res_ov:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#sch_res_ov h2 {float:left;}
|
||||
|
||||
#sch_res_ov dl {
|
||||
float:left;
|
||||
margin:0 0 0 10px;
|
||||
}
|
||||
|
||||
#sch_res_ov dt {float:left;}
|
||||
|
||||
#sch_res_ov dd {
|
||||
float:left;
|
||||
margin:0 10px 0 5px;
|
||||
}
|
||||
|
||||
#sch_res_ov p {
|
||||
float:right;
|
||||
margin:0;
|
||||
padding:0;
|
||||
line-height:1em;
|
||||
}
|
||||
|
||||
#sch_res_board {
|
||||
margin:0 0 10px;
|
||||
padding-left:1px;
|
||||
width:728px;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#sch_res_board:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#sch_res_board li {
|
||||
float:left;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
|
||||
#sch_res_board a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:6px 0 5px;
|
||||
width:181px;
|
||||
border:1px solid #ddd;
|
||||
text-align:center;
|
||||
letter-spacing:-0.1em;
|
||||
line-height:1.2em;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none;}
|
||||
|
||||
#sch_res_board .cnt_cmt {font-weight:normal !important;}
|
||||
|
||||
.sch_res_list {
|
||||
margin:0 0 10px;
|
||||
padding:10px 0 15px;
|
||||
}
|
||||
|
||||
.sch_res_list h2 {
|
||||
margin:0 0 15px;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
.sch_res_list ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.sch_res_list li {
|
||||
margin:0 0 10px;
|
||||
padding:0 0 10px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
}
|
||||
|
||||
.sch_res_title {font-weight:bold;}
|
||||
|
||||
.sch_more {text-align:right;}
|
||||
|
||||
|
||||
27
skin/search/basic/style.less
Normal file
27
skin/search/basic/style.less
Normal file
@ -0,0 +1,27 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 전체검색결과 스킨 */
|
||||
#sch_res_detail {padding:0 0 10px;border-bottom:1px solid #e9e9e9;text-align:center}
|
||||
#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||
#sch_res_ov {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;background:#f5f6fa;zoom:1}
|
||||
#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_ov h2 {float:left}
|
||||
#sch_res_ov dl {float:left;margin:0 0 0 10px}
|
||||
#sch_res_ov dt {float:left}
|
||||
#sch_res_ov dd {float:left;margin:0 10px 0 5px}
|
||||
#sch_res_ov p {float:right;margin:0;padding:0;line-height:1em}
|
||||
|
||||
#sch_res_board {margin:0 0 10px;padding-left:1px;width:728px;list-style:none;zoom:1}
|
||||
#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_board li {float:left;margin-bottom:-1px}
|
||||
#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:181px;border:1px solid #ddd;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none}
|
||||
#sch_res_board .cnt_cmt {font-weight:normal !important}
|
||||
|
||||
.sch_res_list {margin:0 0 10px;padding:10px 0 15px}
|
||||
.sch_res_list h2 {margin:0 0 15px;font-size:1.2em}
|
||||
.sch_res_list ul {margin:0;padding:0;list-style:none}
|
||||
.sch_res_list li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9}
|
||||
.sch_res_title {font-weight:bold}
|
||||
.sch_more {text-align:right}
|
||||
@ -1,14 +1,54 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 방문자 집계 */
|
||||
#visit {background:#444}
|
||||
#visit div {margin:0 auto;width:980px;zoom:1}
|
||||
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}
|
||||
#visit dl {float:left;margin:0 0 0 10px;padding:0}
|
||||
#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff}
|
||||
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
|
||||
#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
|
||||
#visit a:focus,
|
||||
#visit a:hover {background:#333;color:#fff}
|
||||
@charset "utf-8";
|
||||
#visit {background:#444;}
|
||||
|
||||
#visit div {
|
||||
margin:0 auto;
|
||||
width:980px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#visit div:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#visit h2 {
|
||||
float:left;
|
||||
padding:10px 45px 10px 0;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit dl {
|
||||
float:left;
|
||||
margin:0 0 0 10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#visit dt {
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:10px 0 10px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit dd {
|
||||
float:left;
|
||||
margin:0 30px 0 0;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit a {
|
||||
display:inline-block;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#visit a:focus, #visit a:hover {
|
||||
background:#333;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
||||
14
skin/visit/basic/style.less
Normal file
14
skin/visit/basic/style.less
Normal file
@ -0,0 +1,14 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 방문자 집계 */
|
||||
#visit {background:#444}
|
||||
#visit div {margin:0 auto;width:980px;zoom:1}
|
||||
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}
|
||||
#visit dl {float:left;margin:0 0 0 10px;padding:0}
|
||||
#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff}
|
||||
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
|
||||
#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
|
||||
#visit a:focus,
|
||||
#visit a:hover {background:#333;color:#fff}
|
||||
Reference in New Issue
Block a user