less 원본 파일 추가
This commit is contained in:
@ -1,241 +1,627 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_list a.btn_b01 {}
|
||||
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {}
|
||||
#bo_list a.btn_b02 {}
|
||||
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {}
|
||||
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v .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 .btn_cancel {}
|
||||
#bo_w .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_address {}
|
||||
#bo_w .frm_file {}
|
||||
#bo_w .frm_info {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 caption {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w .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_list .td_chk {width:30px;text-align:center}
|
||||
#bo_list .td_group {width:100px;text-align:center}
|
||||
#bo_list .td_board {width:120px;text-align:center}
|
||||
#bo_list .td_num {width:50px;text-align:center}
|
||||
#bo_list .td_numbig {width:80px;text-align:center}
|
||||
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||
#bo_list .td_nick {width:100px;text-align:center}
|
||||
#bo_list .td_name {width:100px;text-align:left}
|
||||
#bo_list .td_date {width:60px;text-align:center}
|
||||
#bo_list .td_datetime {width:150px;text-align:center}
|
||||
#bo_list .td_mng {width:80px;text-align:center}
|
||||
|
||||
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_cate ul {margin:5px 10px;padding-left:1px;zoom:1}
|
||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||
#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}
|
||||
|
||||
/* 관리자일 때 */
|
||||
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_list_admin th:nth-of-type(1) {width:40px}
|
||||
#bo_list_admin th:nth-of-type(3) {width:100px}
|
||||
|
||||
#bo_list_admin td:nth-of-type(1) {text-align:center}
|
||||
#bo_list_admin td:nth-of-type(3) {text-align:center}
|
||||
|
||||
/* 관리자가 아닐 때 */
|
||||
#bo_list th:nth-of-type(2) {width:100px}
|
||||
|
||||
#bo_list td:nth-of-type(2) {text-align:center}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;padding:5px 10px}
|
||||
.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:0;height:2.5em;line-height:2.5em}
|
||||
.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:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none}
|
||||
.bo_notice td {background:#f7f7f7}
|
||||
.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}
|
||||
.td_subject img {margin-left:3px}
|
||||
#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_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}
|
||||
|
||||
#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}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:15px;padding-bottom:15px}
|
||||
|
||||
#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}
|
||||
|
||||
#bo_v_title {padding:0 7px 5px;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {}
|
||||
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 10px}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
|
||||
#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 10px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px}
|
||||
#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 {padding:0 10px}
|
||||
#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;padding:0 10px;min-height:200px}
|
||||
#bo_v_atc_title {margin:0;padding:0;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:15px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:20px;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:20px;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;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;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:15px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {margin:0 0 5px;padding:15px 15px 5px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#bo_vc h2 {margin-bottom:5px}
|
||||
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:13px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
|
||||
#bo_vc h1 {width:0;height:0;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:15px !important;border-bottom:1px dotted #ccc;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}
|
||||
.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-bottom:10px;padding:0 15px 15px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {padding:10px 0 5px}
|
||||
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
|
||||
#bo_vc_w textarea {width:99%}
|
||||
|
||||
#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 10px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@charset "utf-8";
|
||||
#bo_list .td_chk {
|
||||
width:30px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_group {
|
||||
width:100px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_board {
|
||||
width:120px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_num {
|
||||
width:50px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_numbig {
|
||||
width:80px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_mb_id {
|
||||
width:100px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_nick {
|
||||
width:100px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_name {
|
||||
width:100px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#bo_list .td_date {
|
||||
width:60px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_datetime {
|
||||
width:150px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_list .td_mng {
|
||||
width:80px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_cate h2 {
|
||||
width:0;
|
||||
height:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_cate ul {
|
||||
margin:5px 10px;
|
||||
padding-left:1px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_cate ul:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_cate li {
|
||||
float:left;
|
||||
margin-bottom:-1px;
|
||||
width:25%;
|
||||
}
|
||||
|
||||
#bo_cate a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:5px 0;
|
||||
border:1px solid #ddd;
|
||||
background:#f7f7f7;
|
||||
color:#888;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
letter-spacing:-0.1em;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#bo_list_admin th label {
|
||||
position:absolute;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_list_admin th:nth-of-type(1) {width:40px;}
|
||||
|
||||
#bo_list_admin th:nth-of-type(3) {width:100px;}
|
||||
|
||||
#bo_list_admin td:nth-of-type(1) {text-align:center;}
|
||||
|
||||
#bo_list_admin td:nth-of-type(3) {text-align:center;}
|
||||
|
||||
#bo_list th:nth-of-type(2) {width:100px;}
|
||||
|
||||
#bo_list td:nth-of-type(2) {text-align:center;}
|
||||
|
||||
.bo_fx {
|
||||
margin-bottom:5px;
|
||||
padding:5px 10px;
|
||||
}
|
||||
|
||||
.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:0;
|
||||
height:2.5em;
|
||||
line-height:2.5em;
|
||||
}
|
||||
|
||||
.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:2em;
|
||||
border:1px solid #e8180c !important;
|
||||
background:#e8180c;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
.bo_notice td {background:#f7f7f7;}
|
||||
|
||||
.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;}
|
||||
|
||||
.td_subject img {margin-left:3px;}
|
||||
|
||||
#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_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%;}
|
||||
|
||||
#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;}
|
||||
|
||||
#bo_v {
|
||||
margin-bottom:15px;
|
||||
padding-bottom:15px;
|
||||
}
|
||||
|
||||
#bo_v_table {
|
||||
padding:0 10px;
|
||||
color:#999;
|
||||
font-size:0.9em;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#bo_v_title {
|
||||
padding:0 7px 5px;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#bo_v_info {
|
||||
padding:0 10px 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 0 0 5px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#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:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_v_file a {
|
||||
display:inline-block;
|
||||
padding:5px 0;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none;}
|
||||
|
||||
.bo_v_file_cnt {
|
||||
display:inline-block;
|
||||
margin:0 10px;
|
||||
}
|
||||
|
||||
#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:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_v_link a {
|
||||
display:inline-block;
|
||||
padding:5px 0;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#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 10px;
|
||||
}
|
||||
|
||||
#bo_v_top {
|
||||
margin:0 0 10px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#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 {padding:0 10px;}
|
||||
|
||||
#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;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
#bo_v_atc_title {
|
||||
margin:0;
|
||||
padding:0;
|
||||
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:15px;
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_con {
|
||||
margin-bottom:20px;
|
||||
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:20px;
|
||||
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;
|
||||
border:1px solid #eee !important;
|
||||
background:#fafafa !important;
|
||||
color:#000 !important;
|
||||
text-decoration:none !important;
|
||||
line-height:2em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act strong {color:#ff3061;}
|
||||
|
||||
#bo_v_act_good, #bo_v_act_nogood {
|
||||
display:inline-block;
|
||||
width:1px;
|
||||
height:1px;
|
||||
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:15px;}
|
||||
|
||||
#bo_vc {
|
||||
margin:0 0 5px;
|
||||
padding:15px 15px 5px;
|
||||
border-top:1px solid #cfded8;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_vc h2 {margin-bottom:5px;}
|
||||
|
||||
#bo_vc article {
|
||||
padding:0 0 5px;
|
||||
border-top:1px dotted #ccc;
|
||||
}
|
||||
|
||||
#bo_vc header {
|
||||
position:relative;
|
||||
padding:13px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc header .icon_reply {
|
||||
position:absolute;
|
||||
top:13px;
|
||||
left:-20px;
|
||||
}
|
||||
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;}
|
||||
|
||||
.bo_vc_hdinfo {
|
||||
display:inline-block;
|
||||
margin:0 10px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc h1 {
|
||||
width:0;
|
||||
height:0;
|
||||
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:15px !important;
|
||||
border-bottom:1px dotted #ccc;
|
||||
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;
|
||||
}
|
||||
|
||||
.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-bottom:10px;
|
||||
padding:0 15px 15px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
}
|
||||
|
||||
#bo_vc_w h2 {padding:10px 0 5px;}
|
||||
|
||||
#bo_vc_w #char_cnt {
|
||||
display:block;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
#bo_vc_w textarea {width:99%;}
|
||||
|
||||
#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 10px 0 0;
|
||||
}
|
||||
|
||||
#bo_vc_sns input {margin:0 0 0 5px;}
|
||||
|
||||
#bo_vc form {padding:0;}
|
||||
|
||||
|
||||
241
mobile/skin/board/basic/style.less
Normal file
241
mobile/skin/board/basic/style.less
Normal file
@ -0,0 +1,241 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_list a.btn_b01 {}
|
||||
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {}
|
||||
#bo_list a.btn_b02 {}
|
||||
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {}
|
||||
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v .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 .btn_cancel {}
|
||||
#bo_w .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_address {}
|
||||
#bo_w .frm_file {}
|
||||
#bo_w .frm_info {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 caption {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w .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_list .td_chk {width:30px;text-align:center}
|
||||
#bo_list .td_group {width:100px;text-align:center}
|
||||
#bo_list .td_board {width:120px;text-align:center}
|
||||
#bo_list .td_num {width:50px;text-align:center}
|
||||
#bo_list .td_numbig {width:80px;text-align:center}
|
||||
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||
#bo_list .td_nick {width:100px;text-align:center}
|
||||
#bo_list .td_name {width:100px;text-align:left}
|
||||
#bo_list .td_date {width:60px;text-align:center}
|
||||
#bo_list .td_datetime {width:150px;text-align:center}
|
||||
#bo_list .td_mng {width:80px;text-align:center}
|
||||
|
||||
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_cate ul {margin:5px 10px;padding-left:1px;zoom:1}
|
||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||
#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}
|
||||
|
||||
/* 관리자일 때 */
|
||||
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_list_admin th:nth-of-type(1) {width:40px}
|
||||
#bo_list_admin th:nth-of-type(3) {width:100px}
|
||||
|
||||
#bo_list_admin td:nth-of-type(1) {text-align:center}
|
||||
#bo_list_admin td:nth-of-type(3) {text-align:center}
|
||||
|
||||
/* 관리자가 아닐 때 */
|
||||
#bo_list th:nth-of-type(2) {width:100px}
|
||||
|
||||
#bo_list td:nth-of-type(2) {text-align:center}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;padding:5px 10px}
|
||||
.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:0;height:2.5em;line-height:2.5em}
|
||||
.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:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none}
|
||||
.bo_notice td {background:#f7f7f7}
|
||||
.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}
|
||||
.td_subject img {margin-left:3px}
|
||||
#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_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}
|
||||
|
||||
#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}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:15px;padding-bottom:15px}
|
||||
|
||||
#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}
|
||||
|
||||
#bo_v_title {padding:0 7px 5px;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {}
|
||||
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 10px}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
|
||||
#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 10px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px}
|
||||
#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 {padding:0 10px}
|
||||
#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;padding:0 10px;min-height:200px}
|
||||
#bo_v_atc_title {margin:0;padding:0;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:15px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:20px;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:20px;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;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;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:15px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {margin:0 0 5px;padding:15px 15px 5px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#bo_vc h2 {margin-bottom:5px}
|
||||
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:13px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
|
||||
#bo_vc h1 {width:0;height:0;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:15px !important;border-bottom:1px dotted #ccc;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}
|
||||
.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-bottom:10px;padding:0 15px 15px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {padding:10px 0 5px}
|
||||
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
|
||||
#bo_vc_w textarea {width:99%}
|
||||
|
||||
#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 10px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@ -1,227 +1,618 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_gall a.btn_b01 {}
|
||||
#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {}
|
||||
#bo_gall a.btn_b02 {}
|
||||
#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {}
|
||||
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v .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 .btn_cancel {}
|
||||
#bo_w .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_address {}
|
||||
#bo_w .frm_file {}
|
||||
#bo_w .frm_info {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 caption {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w .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_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_gall #gall_allchk {margin:0 10px}
|
||||
|
||||
#bo_gall #gall_ul {margin:10px 0 0;padding:0 10px;list-style:none}
|
||||
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_cate ul {margin:10px;padding-left:1px;zoom:1}
|
||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||
#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}
|
||||
|
||||
#bo_gall .gall_li {float:left;padding:0 10px 20px 0}
|
||||
#bo_gall .gall_clear {clear:both}
|
||||
|
||||
#bo_gall .gall_con {margin:0;padding:0;list-style:none}
|
||||
#bo_gall .gall_con li {margin:0 0 5px}
|
||||
#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:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em}
|
||||
|
||||
#bo_gall .gall_text_href {margin:10px 0 !important}
|
||||
#bo_gall .gall_text_href a {color:#000;font-weight:bold;text-decoration:none}
|
||||
#bo_gall .gall_text_href img {margin:0 0 0 5px}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;padding:5px 10px}
|
||||
.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:0;height:2.5em;line-height:2.5em}
|
||||
.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:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none}
|
||||
.bo_notice td {background:#f7f7f7}
|
||||
.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}
|
||||
.td_subject img {margin-left:3px}
|
||||
.cnt_cmt {font-weight:bold}
|
||||
|
||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||
|
||||
#bo_gall li.empty_list {padding:30px 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}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:15px;padding-bottom:15px}
|
||||
|
||||
#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}
|
||||
|
||||
#bo_v_title {padding:0 5px 5px;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {}
|
||||
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_file a {display:inline-block;padding:5px 0;color:#000}
|
||||
#bo_v_file a:focus,
|
||||
#bo_v_file a:hover,
|
||||
#bo_v_file a:active {text-decoration:none}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 10px}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_link a {display:inline-block;padding:5px 0;color:#000}
|
||||
#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 10px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px}
|
||||
#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 {padding:0 10px}
|
||||
#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;padding:0 10px;min-height:200px}
|
||||
#bo_v_atc_title {margin:0;padding:0;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:15px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:20px;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:20px;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;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;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:15px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {margin:0 0 5px;padding:15px 15px 5px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#bo_vc h2 {margin-bottom:5px}
|
||||
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:13px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
|
||||
#bo_vc h1 {width:0;height:0;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:15px !important;border-bottom:1px dotted #ccc;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}
|
||||
.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-bottom:10px;padding:0 15px 15px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {padding:10px 0 5px}
|
||||
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
|
||||
#bo_vc_w textarea {width:99%}
|
||||
|
||||
#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 10px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@charset "utf-8";
|
||||
#bo_gall h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:0;
|
||||
height:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_gall #gall_allchk {margin:0 10px;}
|
||||
|
||||
#bo_gall #gall_ul {
|
||||
margin:10px 0 0;
|
||||
padding:0 10px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_gall #gall_ul:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_cate h2 {
|
||||
width:0;
|
||||
height:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#bo_cate ul {
|
||||
margin:10px;
|
||||
padding-left:1px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#bo_cate ul:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#bo_cate li {
|
||||
float:left;
|
||||
margin-bottom:-1px;
|
||||
width:25%;
|
||||
}
|
||||
|
||||
#bo_cate a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:5px 0;
|
||||
border:1px solid #ddd;
|
||||
background:#f7f7f7;
|
||||
color:#888;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
letter-spacing:-0.1em;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#bo_gall .gall_li {
|
||||
float:left;
|
||||
padding:0 10px 20px 0;
|
||||
}
|
||||
|
||||
#bo_gall .gall_clear {clear:both;}
|
||||
|
||||
#bo_gall .gall_con {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#bo_gall .gall_con li {margin:0 0 5px;}
|
||||
|
||||
#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:block;
|
||||
width:174px;
|
||||
height:124px;
|
||||
background:#f7f7f7;
|
||||
text-align:center;
|
||||
line-height:8em;
|
||||
}
|
||||
|
||||
#bo_gall .gall_text_href {margin:10px 0 !important;}
|
||||
|
||||
#bo_gall .gall_text_href a {
|
||||
color:#000;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#bo_gall .gall_text_href img {margin:0 0 0 5px;}
|
||||
|
||||
.bo_fx {
|
||||
margin-bottom:5px;
|
||||
padding:5px 10px;
|
||||
}
|
||||
|
||||
.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:0;
|
||||
height:2.5em;
|
||||
line-height:2.5em;
|
||||
}
|
||||
|
||||
.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:2em;
|
||||
border:1px solid #e8180c !important;
|
||||
background:#e8180c;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
.bo_notice td {background:#f7f7f7;}
|
||||
|
||||
.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;}
|
||||
|
||||
.td_subject img {margin-left:3px;}
|
||||
|
||||
.cnt_cmt {font-weight:bold;}
|
||||
|
||||
#bo_sch {
|
||||
margin-bottom:10px;
|
||||
padding-top:5px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bo_gall li.empty_list {
|
||||
padding:30px 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;}
|
||||
|
||||
#bo_v {
|
||||
margin-bottom:15px;
|
||||
padding-bottom:15px;
|
||||
}
|
||||
|
||||
#bo_v_table {
|
||||
padding:0 10px;
|
||||
color:#999;
|
||||
font-size:0.9em;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#bo_v_title {
|
||||
padding:0 5px 5px;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#bo_v_info {
|
||||
padding:0 10px 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 0 0 5px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#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:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_v_file a {
|
||||
display:inline-block;
|
||||
padding:5px 0;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none;}
|
||||
|
||||
.bo_v_file_cnt {
|
||||
display:inline-block;
|
||||
margin:0 10px;
|
||||
}
|
||||
|
||||
#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:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_v_link a {
|
||||
display:inline-block;
|
||||
padding:5px 0;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
#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 10px;
|
||||
}
|
||||
|
||||
#bo_v_top {
|
||||
margin:0 0 10px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#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 {padding:0 10px;}
|
||||
|
||||
#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;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
#bo_v_atc_title {
|
||||
margin:0;
|
||||
padding:0;
|
||||
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:15px;
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
#bo_v_con {
|
||||
margin-bottom:20px;
|
||||
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:20px;
|
||||
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;
|
||||
border:1px solid #eee !important;
|
||||
background:#fafafa !important;
|
||||
color:#000 !important;
|
||||
text-decoration:none !important;
|
||||
line-height:2em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#bo_v_act strong {color:#ff3061;}
|
||||
|
||||
#bo_v_act_good, #bo_v_act_nogood {
|
||||
display:inline-block;
|
||||
width:1px;
|
||||
height:1px;
|
||||
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:15px;}
|
||||
|
||||
#bo_vc {
|
||||
margin:0 0 5px;
|
||||
padding:15px 15px 5px;
|
||||
border-top:1px solid #cfded8;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#bo_vc h2 {margin-bottom:5px;}
|
||||
|
||||
#bo_vc article {
|
||||
padding:0 0 5px;
|
||||
border-top:1px dotted #ccc;
|
||||
}
|
||||
|
||||
#bo_vc header {
|
||||
position:relative;
|
||||
padding:13px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc header .icon_reply {
|
||||
position:absolute;
|
||||
top:13px;
|
||||
left:-20px;
|
||||
}
|
||||
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;}
|
||||
|
||||
.bo_vc_hdinfo {
|
||||
display:inline-block;
|
||||
margin:0 10px 0 5px;
|
||||
}
|
||||
|
||||
#bo_vc h1 {
|
||||
width:0;
|
||||
height:0;
|
||||
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:15px !important;
|
||||
border-bottom:1px dotted #ccc;
|
||||
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;
|
||||
}
|
||||
|
||||
.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-bottom:10px;
|
||||
padding:0 15px 15px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
}
|
||||
|
||||
#bo_vc_w h2 {padding:10px 0 5px;}
|
||||
|
||||
#bo_vc_w #char_cnt {
|
||||
display:block;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
#bo_vc_w textarea {width:99%;}
|
||||
|
||||
#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 10px 0 0;
|
||||
}
|
||||
|
||||
#bo_vc_sns input {margin:0 0 0 5px;}
|
||||
|
||||
#bo_vc form {padding:0;}
|
||||
|
||||
|
||||
227
mobile/skin/board/gallery/style.less
Normal file
227
mobile/skin/board/gallery/style.less
Normal file
@ -0,0 +1,227 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 게시판 버튼 */
|
||||
/* 목록 버튼 */
|
||||
#bo_gall a.btn_b01 {}
|
||||
#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {}
|
||||
#bo_gall a.btn_b02 {}
|
||||
#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {}
|
||||
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {}
|
||||
|
||||
/* 읽기 버튼 */
|
||||
#bo_v a.btn_b01 {}
|
||||
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
|
||||
#bo_v a.btn_b02 {}
|
||||
#bo_v a.btn_b02:focus, #bo_v .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 .btn_cancel {}
|
||||
#bo_w .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_address {}
|
||||
#bo_w .frm_file {}
|
||||
#bo_w .frm_info {}
|
||||
|
||||
#bo_w .tbl_frm01 {}
|
||||
#bo_w .tbl_frm01 caption {}
|
||||
#bo_w .tbl_frm01 th {}
|
||||
#bo_w .tbl_frm01 td {}
|
||||
#bo_w .tbl_frm01 textarea, #bo_w .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_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#bo_gall #gall_allchk {margin:0 10px}
|
||||
|
||||
#bo_gall #gall_ul {margin:10px 0 0;padding:0 10px;list-style:none}
|
||||
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#bo_cate ul {margin:10px;padding-left:1px;zoom:1}
|
||||
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
|
||||
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||
#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}
|
||||
|
||||
#bo_gall .gall_li {float:left;padding:0 10px 20px 0}
|
||||
#bo_gall .gall_clear {clear:both}
|
||||
|
||||
#bo_gall .gall_con {margin:0;padding:0;list-style:none}
|
||||
#bo_gall .gall_con li {margin:0 0 5px}
|
||||
#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:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em}
|
||||
|
||||
#bo_gall .gall_text_href {margin:10px 0 !important}
|
||||
#bo_gall .gall_text_href a {color:#000;font-weight:bold;text-decoration:none}
|
||||
#bo_gall .gall_text_href img {margin:0 0 0 5px}
|
||||
|
||||
/* 게시판 목록 공통 */
|
||||
.bo_fx {margin-bottom:5px;padding:5px 10px}
|
||||
.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:0;height:2.5em;line-height:2.5em}
|
||||
.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:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none}
|
||||
.bo_notice td {background:#f7f7f7}
|
||||
.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}
|
||||
.td_subject img {margin-left:3px}
|
||||
.cnt_cmt {font-weight:bold}
|
||||
|
||||
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
|
||||
|
||||
#bo_gall li.empty_list {padding:30px 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}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:15px;padding-bottom:15px}
|
||||
|
||||
#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}
|
||||
|
||||
#bo_v_title {padding:0 5px 5px;font-size:1.2em}
|
||||
|
||||
#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info {}
|
||||
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_file a {display:inline-block;padding:5px 0;color:#000}
|
||||
#bo_v_file a:focus,
|
||||
#bo_v_file a:hover,
|
||||
#bo_v_file a:active {text-decoration:none}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 10px}
|
||||
|
||||
#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:#f7f7f7}
|
||||
#bo_v_link a {display:inline-block;padding:5px 0;color:#000}
|
||||
#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 10px}
|
||||
|
||||
#bo_v_top {margin:0 0 10px;padding:10px}
|
||||
#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 {padding:0 10px}
|
||||
#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;padding:0 10px;min-height:200px}
|
||||
#bo_v_atc_title {margin:0;padding:0;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:15px;max-width:100%;height:auto}
|
||||
|
||||
#bo_v_con {margin-bottom:20px;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:20px;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;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top}
|
||||
#bo_v_act strong {color:#ff3061}
|
||||
#bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;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:15px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {margin:0 0 5px;padding:15px 15px 5px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#bo_vc h2 {margin-bottom:5px}
|
||||
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
|
||||
#bo_vc header {position:relative;padding:13px 0 5px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
|
||||
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
|
||||
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
|
||||
#bo_vc h1 {width:0;height:0;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:15px !important;border-bottom:1px dotted #ccc;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}
|
||||
.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-bottom:10px;padding:0 15px 15px;border-bottom:1px solid #cfded8}
|
||||
#bo_vc_w h2 {padding:10px 0 5px}
|
||||
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
|
||||
#bo_vc_w textarea {width:99%}
|
||||
|
||||
#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 10px 0 0}
|
||||
#bo_vc_sns input {margin:0 0 0 5px}
|
||||
|
||||
#bo_vc form {padding:0}
|
||||
@ -1,9 +1,10 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 현재접속자 */
|
||||
#current_connect_tbl {}
|
||||
#current_connect_tbl th:nth-of-type(1) {width:50px}
|
||||
#current_connect_tbl th:nth-of-type(2) {width:120px}
|
||||
|
||||
#current_connect_tbl td:nth-of-type(1) {padding:10px 0;text-align:center}
|
||||
@charset "utf-8";
|
||||
#current_connect_tbl th:nth-of-type(1) {width:50px;}
|
||||
|
||||
#current_connect_tbl th:nth-of-type(2) {width:120px;}
|
||||
|
||||
#current_connect_tbl td:nth-of-type(1) {
|
||||
padding:10px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
9
mobile/skin/connect/basic/style.less
Normal file
9
mobile/skin/connect/basic/style.less
Normal file
@ -0,0 +1,9 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 현재접속자 */
|
||||
#current_connect_tbl {}
|
||||
#current_connect_tbl th:nth-of-type(1) {width:50px}
|
||||
#current_connect_tbl th:nth-of-type(2) {width:120px}
|
||||
|
||||
#current_connect_tbl td:nth-of-type(1) {padding:10px 0;text-align:center}
|
||||
@ -1,11 +1,38 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {position:relative;margin:0 0 10px;padding:0 10px 15px;border-bottom:1px solid #ddd}
|
||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt a {color:#000;text-decoration:none}
|
||||
.lt .lt_title {display:block;padding:10px 0}
|
||||
.lt .lt_more {position:absolute;top:10px;right:10px}
|
||||
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
@charset "utf-8";
|
||||
.lt {
|
||||
position:relative;
|
||||
margin:0 0 10px;
|
||||
padding:0 10px 15px;
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
.lt ul {
|
||||
margin:0 0 10px;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.lt li {padding:3px 0;}
|
||||
|
||||
.lt a {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.lt .lt_title {
|
||||
display:block;
|
||||
padding:10px 0;
|
||||
}
|
||||
|
||||
.lt .lt_more {
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:10px;
|
||||
}
|
||||
|
||||
.lt .cnt_cmt {
|
||||
display:inline-block;
|
||||
margin:0 0 0 3px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
11
mobile/skin/latest/basic/style.less
Normal file
11
mobile/skin/latest/basic/style.less
Normal file
@ -0,0 +1,11 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {position:relative;margin:0 0 10px;padding:0 10px 15px;border-bottom:1px solid #ddd}
|
||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt a {color:#000;text-decoration:none}
|
||||
.lt .lt_title {display:block;padding:10px 0}
|
||||
.lt .lt_more {position:absolute;top:10px;right:10px}
|
||||
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
@ -1,169 +1,345 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 버튼 */
|
||||
.mbskin a.btn01 {}
|
||||
.mbskin a.btn01:focus, .mbskin a.btn01:hover {}
|
||||
.mbskin a.btn02 {}
|
||||
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
|
||||
.mbskin .btn_confirm {} /* 서식단계 진행 */
|
||||
.mbskin .btn_submit {}
|
||||
.mbskin .btn_cancel {}
|
||||
.mbskin .btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
.mbskin .win_btn {} /* 새창용 */
|
||||
.mbskin .win_btn a {}
|
||||
.mbskin .win_btn button {}
|
||||
.mbskin .win_btn input {}
|
||||
/* 게시판용 버튼 */
|
||||
.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 {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mb_skin table {}
|
||||
.mb_skin caption {}
|
||||
.mb_skin .frm_info {}
|
||||
.mb_skin .frm_address {}
|
||||
.mb_skin .frm_file {}
|
||||
|
||||
.mbskin .tbl_frm01 {}
|
||||
.mbskin .tbl_frm01 caption {}
|
||||
.mbskin .tbl_frm01 th {}
|
||||
.mbskin .tbl_frm01 td {}
|
||||
.mbskin .tbl_frm01 textarea, .mbskin .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 {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 회원가입 약관 */
|
||||
#fregister section {padding:15px;border-bottom:1px solid #eee;background:#fafafa}
|
||||
#fregister h2 {margin:0 0 15px;text-align:center}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:99%;height:150px;border:1px solid #cfded8;background:#f7f7f7}
|
||||
.fregister_agree {padding:10px 0 0;text-align:right}
|
||||
.fregister_agree label {display:inline-block;margin-right:5px}
|
||||
#fregister p {color:#e8180c;text-align:center}
|
||||
#fregister .btn_confirm {margin:15px 0}
|
||||
|
||||
/* 회원가입 입력 */
|
||||
#fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%}
|
||||
#fregisterform textarea {width:100%;height:50px}
|
||||
|
||||
/* 회원가입 완료 */
|
||||
#reg_result {padding:40px 10px 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 #info_fs {margin:0 auto 10px;padding:10px;border-bottom:1px solid #eee}
|
||||
#find_info #info_fs #mb_email {width:100%}
|
||||
#find_info #captcha {margin:0 0 10px;padding:0 10px 10px}
|
||||
#find_info #captcha input {margin-left:5px}
|
||||
|
||||
/* 로그인 */
|
||||
#mb_login {margin:20px 0}
|
||||
#mb_login h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#mb_login h2 {margin:0}
|
||||
#mb_login fieldset {position:relative;padding:0 5px;font-size:1em}
|
||||
#mb_login .frm_input {display:block;margin-bottom:5px;padding:0;width:80%;height:1.8em;line-height:1.8em}
|
||||
#mb_login .btn_submit {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4em !important;text-align:center}
|
||||
#mb_login section {margin:30px 0;padding:15px 10px;border:1px solid #cfded8;background:#f7f7f7}
|
||||
#mb_login section div {text-align:right}
|
||||
|
||||
/* 쪽지 */
|
||||
#memo_view section {padding:10px}
|
||||
#memo_view section h2 {width:0;height:0;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 {min-height:150px;height:auto !important;height:150px}
|
||||
|
||||
#memo_write #me_recv_mb_id {width:98%}
|
||||
#memo_write textarea {width:99%;height:100px}
|
||||
|
||||
/* 스크랩 */
|
||||
#scrap td:nth-of-type(1) {width:150px}
|
||||
#scrap td:nth-last-of-type(1) {width:50px;text-align:center}
|
||||
|
||||
#scrap_do table {margin:0 0 10px;width:100%}
|
||||
#scrap_do textarea {width:99%;height:100px}
|
||||
|
||||
/* 회원 패스워드 확인 */
|
||||
#mb_confirm {margin:30px 0}
|
||||
#mb_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#mb_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#mb_confirm p strong {display:block}
|
||||
#mb_confirm fieldset {position:relative;margin:0 0 5px;padding:20px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#mb_confirm_pw {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important}
|
||||
#mb_confirm .btn_submit {position:absolute;bottom:20px;right:10px;width:10%;height:1.9em !important;line-height:1.9em}
|
||||
|
||||
/* 비밀글 패스워드 확인 */
|
||||
#pw_confirm {margin:30px 0}
|
||||
#pw_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#pw_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#pw_confirm p strong {display:block}
|
||||
#pw_confirm fieldset {position:relative;margin:0 0 5px;padding:5px 5px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#pw_wr_password {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important}
|
||||
#pw_confirm .btn_submit {position:absolute;bottom:10px;right:5px;width:10%;height:1.9em !important;line-height:1.9em}
|
||||
|
||||
/* 폼메일 */
|
||||
#formmail #subject {width:98%}
|
||||
#formmail textarea {width:99%;height:100px}
|
||||
|
||||
/* 자기소개 */
|
||||
#profile table {margin-bottom:0}
|
||||
#profile section {padding:10px}
|
||||
#profile h2 {margin:0}
|
||||
#profile .sv_wrap a {margin:0 0 5px;padding:0;font-weight:bold;line-height:10px}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_code fieldset {margin:0 auto 10px;padding:10px;text-align:center}
|
||||
#post_code dl {margin:0 0 10px;padding:15px 10px;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:5px 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||
#post_code p {margin:0 auto 30px;padding:0 10px}
|
||||
#post_code .btn_submit {height:1.9em !important;line-height:1.9em !important}
|
||||
.post_code {display:inline-block;width:100px;color:#999}
|
||||
@charset "utf-8";
|
||||
#fregister section {
|
||||
padding:15px;
|
||||
border-bottom:1px solid #eee;
|
||||
background:#fafafa;
|
||||
}
|
||||
|
||||
#fregister h2 {
|
||||
margin:0 0 15px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#fregister textarea {
|
||||
display:block;
|
||||
margin-bottom:10px;
|
||||
padding:5px;
|
||||
width:99%;
|
||||
height:150px;
|
||||
border:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
.fregister_agree {
|
||||
padding:10px 0 0;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.fregister_agree label {
|
||||
display:inline-block;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#fregister p {
|
||||
color:#e8180c;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#fregister .btn_confirm {margin:15px 0;}
|
||||
|
||||
#fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%;}
|
||||
|
||||
#fregisterform textarea {
|
||||
width:100%;
|
||||
height:50px;
|
||||
}
|
||||
|
||||
#reg_result {padding:40px 10px 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 #info_fs {
|
||||
margin:0 auto 10px;
|
||||
padding:10px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
#find_info #info_fs #mb_email {width:100%;}
|
||||
|
||||
#find_info #captcha {
|
||||
margin:0 0 10px;
|
||||
padding:0 10px 10px;
|
||||
}
|
||||
|
||||
#find_info #captcha input {margin-left:5px;}
|
||||
|
||||
#mb_login {margin:20px 0;}
|
||||
|
||||
#mb_login h1 {
|
||||
margin:0 0 15px;
|
||||
padding:0 10px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#mb_login h2 {margin:0;}
|
||||
|
||||
#mb_login fieldset {
|
||||
position:relative;
|
||||
padding:0 5px;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
#mb_login .frm_input {
|
||||
display:block;
|
||||
margin-bottom:5px;
|
||||
padding:0;
|
||||
width:80%;
|
||||
height:1.8em;
|
||||
line-height:1.8em;
|
||||
}
|
||||
|
||||
#mb_login .btn_submit {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:5px;
|
||||
padding:0 !important;
|
||||
width:18%;
|
||||
height:4em !important;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#mb_login section {
|
||||
margin:30px 0;
|
||||
padding:15px 10px;
|
||||
border:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#mb_login section div {text-align:right;}
|
||||
|
||||
#memo_view section {padding:10px;}
|
||||
|
||||
#memo_view section h2 {
|
||||
width:0;
|
||||
height:0;
|
||||
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 {
|
||||
min-height:150px;
|
||||
height:auto !important;
|
||||
height:150px;
|
||||
}
|
||||
|
||||
#memo_write #me_recv_mb_id {width:98%;}
|
||||
|
||||
#memo_write textarea {
|
||||
width:99%;
|
||||
height:100px;
|
||||
}
|
||||
|
||||
#scrap td:nth-of-type(1) {width:150px;}
|
||||
|
||||
#scrap td:nth-last-of-type(1) {
|
||||
width:50px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#scrap_do table {
|
||||
margin:0 0 10px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#scrap_do textarea {
|
||||
width:99%;
|
||||
height:100px;
|
||||
}
|
||||
|
||||
#mb_confirm {margin:30px 0;}
|
||||
|
||||
#mb_confirm h1 {
|
||||
margin:0 0 15px;
|
||||
padding:0 10px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#mb_confirm p {
|
||||
padding:15px 10px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
border-bottom:0;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#mb_confirm p strong {display:block;}
|
||||
|
||||
#mb_confirm fieldset {
|
||||
position:relative;
|
||||
margin:0 0 5px;
|
||||
padding:20px 10px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#mb_confirm_pw {
|
||||
display:block;
|
||||
margin-top:10px;
|
||||
padding:0;
|
||||
width:88%;
|
||||
line-height:1.8em !important;
|
||||
}
|
||||
|
||||
#mb_confirm .btn_submit {
|
||||
position:absolute;
|
||||
bottom:20px;
|
||||
right:10px;
|
||||
width:10%;
|
||||
height:1.9em !important;
|
||||
line-height:1.9em;
|
||||
}
|
||||
|
||||
#pw_confirm {margin:30px 0;}
|
||||
|
||||
#pw_confirm h1 {
|
||||
margin:0 0 15px;
|
||||
padding:0 10px;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
#pw_confirm p {
|
||||
padding:15px 10px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
border-bottom:0;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#pw_confirm p strong {display:block;}
|
||||
|
||||
#pw_confirm fieldset {
|
||||
position:relative;
|
||||
margin:0 0 5px;
|
||||
padding:5px 5px 10px;
|
||||
border-bottom:1px solid #cfded8;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#pw_wr_password {
|
||||
display:block;
|
||||
margin-top:10px;
|
||||
padding:0;
|
||||
width:88%;
|
||||
line-height:1.8em !important;
|
||||
}
|
||||
|
||||
#pw_confirm .btn_submit {
|
||||
position:absolute;
|
||||
bottom:10px;
|
||||
right:5px;
|
||||
width:10%;
|
||||
height:1.9em !important;
|
||||
line-height:1.9em;
|
||||
}
|
||||
|
||||
#formmail #subject {width:98%;}
|
||||
|
||||
#formmail textarea {
|
||||
width:99%;
|
||||
height:100px;
|
||||
}
|
||||
|
||||
#profile table {margin-bottom:0;}
|
||||
|
||||
#profile section {padding:10px;}
|
||||
|
||||
#profile h2 {margin:0;}
|
||||
|
||||
#profile .sv_wrap a {
|
||||
margin:0 0 5px;
|
||||
padding:0;
|
||||
font-weight:bold;
|
||||
line-height:10px;
|
||||
}
|
||||
|
||||
#post_code fieldset {
|
||||
margin:0 auto 10px;
|
||||
padding:10px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#post_code dl {
|
||||
margin:0 0 10px;
|
||||
padding:15px 10px;
|
||||
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:5px 0;
|
||||
border-bottom:1px solid #eee;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#post_code p {
|
||||
margin:0 auto 30px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
#post_code .btn_submit {
|
||||
height:1.9em !important;
|
||||
line-height:1.9em !important;
|
||||
}
|
||||
|
||||
.post_code {
|
||||
display:inline-block;
|
||||
width:100px;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
|
||||
169
mobile/skin/member/basic/style.less
Normal file
169
mobile/skin/member/basic/style.less
Normal file
@ -0,0 +1,169 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 시작 ### */
|
||||
|
||||
/* 버튼 */
|
||||
.mbskin a.btn01 {}
|
||||
.mbskin a.btn01:focus, .mbskin a.btn01:hover {}
|
||||
.mbskin a.btn02 {}
|
||||
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
|
||||
.mbskin .btn_confirm {} /* 서식단계 진행 */
|
||||
.mbskin .btn_submit {}
|
||||
.mbskin .btn_cancel {}
|
||||
.mbskin .btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
.mbskin .win_btn {} /* 새창용 */
|
||||
.mbskin .win_btn a {}
|
||||
.mbskin .win_btn button {}
|
||||
.mbskin .win_btn input {}
|
||||
/* 게시판용 버튼 */
|
||||
.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 {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mb_skin table {}
|
||||
.mb_skin caption {}
|
||||
.mb_skin .frm_info {}
|
||||
.mb_skin .frm_address {}
|
||||
.mb_skin .frm_file {}
|
||||
|
||||
.mbskin .tbl_frm01 {}
|
||||
.mbskin .tbl_frm01 caption {}
|
||||
.mbskin .tbl_frm01 th {}
|
||||
.mbskin .tbl_frm01 td {}
|
||||
.mbskin .tbl_frm01 textarea, .mbskin .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 {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 회원가입 약관 */
|
||||
#fregister section {padding:15px;border-bottom:1px solid #eee;background:#fafafa}
|
||||
#fregister h2 {margin:0 0 15px;text-align:center}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:99%;height:150px;border:1px solid #cfded8;background:#f7f7f7}
|
||||
.fregister_agree {padding:10px 0 0;text-align:right}
|
||||
.fregister_agree label {display:inline-block;margin-right:5px}
|
||||
#fregister p {color:#e8180c;text-align:center}
|
||||
#fregister .btn_confirm {margin:15px 0}
|
||||
|
||||
/* 회원가입 입력 */
|
||||
#fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%}
|
||||
#fregisterform textarea {width:100%;height:50px}
|
||||
|
||||
/* 회원가입 완료 */
|
||||
#reg_result {padding:40px 10px 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 #info_fs {margin:0 auto 10px;padding:10px;border-bottom:1px solid #eee}
|
||||
#find_info #info_fs #mb_email {width:100%}
|
||||
#find_info #captcha {margin:0 0 10px;padding:0 10px 10px}
|
||||
#find_info #captcha input {margin-left:5px}
|
||||
|
||||
/* 로그인 */
|
||||
#mb_login {margin:20px 0}
|
||||
#mb_login h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#mb_login h2 {margin:0}
|
||||
#mb_login fieldset {position:relative;padding:0 5px;font-size:1em}
|
||||
#mb_login .frm_input {display:block;margin-bottom:5px;padding:0;width:80%;height:1.8em;line-height:1.8em}
|
||||
#mb_login .btn_submit {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4em !important;text-align:center}
|
||||
#mb_login section {margin:30px 0;padding:15px 10px;border:1px solid #cfded8;background:#f7f7f7}
|
||||
#mb_login section div {text-align:right}
|
||||
|
||||
/* 쪽지 */
|
||||
#memo_view section {padding:10px}
|
||||
#memo_view section h2 {width:0;height:0;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 {min-height:150px;height:auto !important;height:150px}
|
||||
|
||||
#memo_write #me_recv_mb_id {width:98%}
|
||||
#memo_write textarea {width:99%;height:100px}
|
||||
|
||||
/* 스크랩 */
|
||||
#scrap td:nth-of-type(1) {width:150px}
|
||||
#scrap td:nth-last-of-type(1) {width:50px;text-align:center}
|
||||
|
||||
#scrap_do table {margin:0 0 10px;width:100%}
|
||||
#scrap_do textarea {width:99%;height:100px}
|
||||
|
||||
/* 회원 패스워드 확인 */
|
||||
#mb_confirm {margin:30px 0}
|
||||
#mb_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#mb_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#mb_confirm p strong {display:block}
|
||||
#mb_confirm fieldset {position:relative;margin:0 0 5px;padding:20px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#mb_confirm_pw {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important}
|
||||
#mb_confirm .btn_submit {position:absolute;bottom:20px;right:10px;width:10%;height:1.9em !important;line-height:1.9em}
|
||||
|
||||
/* 비밀글 패스워드 확인 */
|
||||
#pw_confirm {margin:30px 0}
|
||||
#pw_confirm h1 {margin:0 0 15px;padding:0 10px;font-size:1.3em}
|
||||
#pw_confirm p {padding:15px 10px;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff}
|
||||
#pw_confirm p strong {display:block}
|
||||
#pw_confirm fieldset {position:relative;margin:0 0 5px;padding:5px 5px 10px;border-bottom:1px solid #cfded8;background:#f7f7f7}
|
||||
#pw_wr_password {display:block;margin-top:10px;padding:0;width:88%;line-height:1.8em !important}
|
||||
#pw_confirm .btn_submit {position:absolute;bottom:10px;right:5px;width:10%;height:1.9em !important;line-height:1.9em}
|
||||
|
||||
/* 폼메일 */
|
||||
#formmail #subject {width:98%}
|
||||
#formmail textarea {width:99%;height:100px}
|
||||
|
||||
/* 자기소개 */
|
||||
#profile table {margin-bottom:0}
|
||||
#profile section {padding:10px}
|
||||
#profile h2 {margin:0}
|
||||
#profile .sv_wrap a {margin:0 0 5px;padding:0;font-weight:bold;line-height:10px}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_code fieldset {margin:0 auto 10px;padding:10px;text-align:center}
|
||||
#post_code dl {margin:0 0 10px;padding:15px 10px;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:5px 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||
#post_code p {margin:0 auto 30px;padding:0 10px}
|
||||
#post_code .btn_submit {height:1.9em !important;line-height:1.9em !important}
|
||||
.post_code {display:inline-block;width:100px;color:#999}
|
||||
@ -1,9 +1,10 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 새글 */
|
||||
#new_sch {margin:0 0 5px;padding:5px 10px}
|
||||
#new_tbl {}
|
||||
#new_tbl th:nth-of-type(3) {width:50px}
|
||||
|
||||
#new_tbl td:nth-of-type(3) {text-align:center}
|
||||
@charset "utf-8";
|
||||
#new_sch {
|
||||
margin:0 0 5px;
|
||||
padding:5px 10px;
|
||||
}
|
||||
|
||||
#new_tbl th:nth-of-type(3) {width:50px;}
|
||||
|
||||
#new_tbl td:nth-of-type(3) {text-align:center;}
|
||||
|
||||
|
||||
9
mobile/skin/new/basic/style.less
Normal file
9
mobile/skin/new/basic/style.less
Normal file
@ -0,0 +1,9 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 새글 */
|
||||
#new_sch {margin:0 0 5px;padding:5px 10px}
|
||||
#new_tbl {}
|
||||
#new_tbl th:nth-of-type(3) {width:50px}
|
||||
|
||||
#new_tbl td:nth-of-type(3) {text-align:center}
|
||||
@ -1,30 +1,138 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 아웃로그인 */
|
||||
.ol {position:relative;margin:0 0 10px;padding:0 5px 5px;border-bottom:1px solid #e7f1ed}
|
||||
.ol h2 {width:0;height:0;overflow:hidden}
|
||||
|
||||
.ol a.btn_admin {display:inline-block;margin:0 0 5px;padding:0 10px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
|
||||
|
||||
#ol_before input[type=text],
|
||||
#ol_before input[type=password] {display:block;margin-bottom:5px;padding:0;width:80%;height:1.8em;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||
#ol_before input[type=submit] {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#ol_svc {margin:5px 0;text-align:right}
|
||||
#ol_svc a {display:inline-block;margin:0 0 0 5px;color:#000;text-decoration:none;vertical-align:middle}
|
||||
|
||||
#ol_after_hd strong {display:inline-block;padding:0 0 5px}
|
||||
#ol_after_hd .btn_admin {display:block;padding:0 !important;width:100%;text-align:center}
|
||||
#ol_after_private {margin:0;padding:0;list-style:none}
|
||||
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_after_private li {float:left}
|
||||
#ol_after_memo {width:30%}
|
||||
#ol_after_pt {width:40%}
|
||||
#ol_after_scrap {width:30%}
|
||||
#ol_after_private a {display:block;height:3em;background:#f7f7f7;color:#000;text-decoration:none;text-align:center;line-height:3em}
|
||||
#ol_after_private a strong {color:#000;font-weight:normal}
|
||||
#ol_after_private a:nth-of-type(1) {border-right:1px solid #fff}
|
||||
#ol_after_private a:nth-of-type(2) {border-right:1px solid #fff}
|
||||
#ol_after_ft {margin-top:5px;text-align:right}
|
||||
#ol_after_ft a {display:inline-block;padding:0 20px;height:2em;background:#333;color:#fff;text-decoration:none;text-align:center;line-height:2em}
|
||||
@charset "utf-8";
|
||||
.ol {
|
||||
position:relative;
|
||||
margin:0 0 10px;
|
||||
padding:0 5px 5px;
|
||||
border-bottom:1px solid #e7f1ed;
|
||||
}
|
||||
|
||||
.ol h2 {
|
||||
width:0;
|
||||
height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.ol a.btn_admin {
|
||||
display:inline-block;
|
||||
margin:0 0 5px;
|
||||
padding:0 10px;
|
||||
border:1px solid #e8180c;
|
||||
background:#e8180c;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
line-height:2em;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none;}
|
||||
|
||||
#ol_before input[type=text], #ol_before input[type=password] {
|
||||
display:block;
|
||||
margin-bottom:5px;
|
||||
padding:0;
|
||||
width:80%;
|
||||
height:1.8em;
|
||||
border:1px solid #b8c9c2;
|
||||
background:#f7f7f7;
|
||||
vertical-align:middle;
|
||||
line-height:1.8em;
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
#ol_before input[type=submit] {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:5px;
|
||||
padding:0 !important;
|
||||
width:18%;
|
||||
height:4em;
|
||||
border:0;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
letter-spacing:-0.1em;
|
||||
vertical-align:top;
|
||||
cursor:pointer;
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
#ol_svc {
|
||||
margin:5px 0;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#ol_svc a {
|
||||
display:inline-block;
|
||||
margin:0 0 0 5px;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#ol_after_hd strong {
|
||||
display:inline-block;
|
||||
padding:0 0 5px;
|
||||
}
|
||||
|
||||
#ol_after_hd .btn_admin {
|
||||
display:block;
|
||||
padding:0 !important;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#ol_after_private {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#ol_after_private:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#ol_after_private li {float:left;}
|
||||
|
||||
#ol_after_memo {width:30%;}
|
||||
|
||||
#ol_after_pt {width:40%;}
|
||||
|
||||
#ol_after_scrap {width:30%;}
|
||||
|
||||
#ol_after_private a {
|
||||
display:block;
|
||||
height:3em;
|
||||
background:#f7f7f7;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
text-align:center;
|
||||
line-height:3em;
|
||||
}
|
||||
|
||||
#ol_after_private a strong {
|
||||
color:#000;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#ol_after_private a:nth-of-type(1) {border-right:1px solid #fff;}
|
||||
|
||||
#ol_after_private a:nth-of-type(2) {border-right:1px solid #fff;}
|
||||
|
||||
#ol_after_ft {
|
||||
margin-top:5px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#ol_after_ft a {
|
||||
display:inline-block;
|
||||
padding:0 20px;
|
||||
height:2em;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
text-align:center;
|
||||
line-height:2em;
|
||||
}
|
||||
|
||||
|
||||
30
mobile/skin/outlogin/basic/style.less
Normal file
30
mobile/skin/outlogin/basic/style.less
Normal file
@ -0,0 +1,30 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 아웃로그인 */
|
||||
.ol {position:relative;margin:0 0 10px;padding:0 5px 5px;border-bottom:1px solid #e7f1ed}
|
||||
.ol h2 {width:0;height:0;overflow:hidden}
|
||||
|
||||
.ol a.btn_admin {display:inline-block;margin:0 0 5px;padding:0 10px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;line-height:2em;vertical-align:middle} /* 관리자 전용 버튼 */
|
||||
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}
|
||||
|
||||
#ol_before input[type=text],
|
||||
#ol_before input[type=password] {display:block;margin-bottom:5px;padding:0;width:80%;height:1.8em;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||
#ol_before input[type=submit] {position:absolute;top:0;right:5px;padding:0 !important;width:18%;height:4em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#ol_svc {margin:5px 0;text-align:right}
|
||||
#ol_svc a {display:inline-block;margin:0 0 0 5px;color:#000;text-decoration:none;vertical-align:middle}
|
||||
|
||||
#ol_after_hd strong {display:inline-block;padding:0 0 5px}
|
||||
#ol_after_hd .btn_admin {display:block;padding:0 !important;width:100%;text-align:center}
|
||||
#ol_after_private {margin:0;padding:0;list-style:none}
|
||||
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_after_private li {float:left}
|
||||
#ol_after_memo {width:30%}
|
||||
#ol_after_pt {width:40%}
|
||||
#ol_after_scrap {width:30%}
|
||||
#ol_after_private a {display:block;height:3em;background:#f7f7f7;color:#000;text-decoration:none;text-align:center;line-height:3em}
|
||||
#ol_after_private a strong {color:#000;font-weight:normal}
|
||||
#ol_after_private a:nth-of-type(1) {border-right:1px solid #fff}
|
||||
#ol_after_private a:nth-of-type(2) {border-right:1px solid #fff}
|
||||
#ol_after_ft {margin-top:5px;text-align:right}
|
||||
#ol_after_ft a {display:inline-block;padding:0 20px;height:2em;background:#333;color:#fff;text-decoration:none;text-align:center;line-height:2em}
|
||||
@ -1,85 +1,203 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
#poll a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#poll a.btn_admin:focus, #poll a.btn_admin:hover {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
#poll .tbl_frm table {}
|
||||
#poll .tbl_frm .frm_address {}
|
||||
#poll .tbl_frm .frm_file {}
|
||||
#poll .tbl_frm .frm_info {}
|
||||
|
||||
#poll .tbl_frm01 {}
|
||||
#poll .tbl_frm01 caption {}
|
||||
#poll .tbl_frm01 th {}
|
||||
#poll .tbl_frm01 td {}
|
||||
#poll .tbl_frm01 textarea, #poll .frm_input {}
|
||||
#poll .tbl_frm01 textarea {}
|
||||
/*
|
||||
#poll .tbl_frm01 #captcha {}
|
||||
#poll .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#poll .tbl_frm01 a {}
|
||||
|
||||
#poll .required, #poll textarea.required {}
|
||||
|
||||
#poll .btn_confirm {} /* 서식단계 진행 */
|
||||
#poll .btn_submit {}
|
||||
#poll .btn_cancel {}
|
||||
#poll .btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
#poll .win_btn {} /* 새창용 */
|
||||
#poll .win_btn a {}
|
||||
#poll .win_btn button {}
|
||||
#poll .win_btn input {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {margin:10px 0 0;padding:0 0 10px}
|
||||
#poll header {position:relative;padding:0 5px}
|
||||
#poll h2 {padding:0 0 5px}
|
||||
#poll header .btn_admin {display:block;padding:0 !important;width:100%;text-align:center}
|
||||
#poll header p {padding:0}
|
||||
#poll ul {margin:0 0 10px;padding:5px 10px;list-style:none}
|
||||
#poll li {padding:3px 0}
|
||||
#poll footer {padding:0 5px;text-align:center}
|
||||
#poll footer input {width:49%;height:2.15em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em}
|
||||
#poll footer a:focus,
|
||||
#poll footer a:hover {text-decoration:none !important}
|
||||
|
||||
/* 설문조사 결과 (새창) */
|
||||
#poll_result section {padding:10px;border-bottom:1px solid #eee}
|
||||
#poll_result h2 {margin:0;padding:0}
|
||||
#poll_result .member, #poll_result .guest, #poll_result .sv_member, #poll_result .sv_guest {font-weight:bold;margin-right:5px}
|
||||
#poll_result_list {margin:0 auto}
|
||||
#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:20px}
|
||||
#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right}
|
||||
#poll_result_list ol {margin:0;padding-left:25px}
|
||||
#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%;margin-right:60px;width:100px;text-align:right}
|
||||
#poll_result_list p span {position:absolute;top:5px;right:5%;width:60px;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;padding:15px 25px !important;background:#f7f7f7}
|
||||
#poll_result_cmt h2 {text-align:center}
|
||||
#poll_result_cmt h3 {margin:0 auto 10px}
|
||||
#poll_result_cmt article {margin:0 0 10px;border-bottom:1px solid #eee}
|
||||
#poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#poll_result_cmt p {padding:5px 0}
|
||||
#poll_result_cmt footer {text-align:right}
|
||||
#poll_result_wcmt {margin:0 0 10px !important}
|
||||
#poll_result_wcmt td {padding:0 0 5px;border:0}
|
||||
#poll_result_wcmt input[type=text] {background:#fff !important}
|
||||
#pc_idea {width:98%}
|
||||
.poll_cmt_del a {display:inline-block;padding-bottom:10px}
|
||||
#poll_result_oth {margin:0 auto 15px}
|
||||
#poll_result_oth h2 {padding:10px}
|
||||
#poll_result_oth ul {margin:0;padding:0 10px;list-style:none}
|
||||
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||
@charset "utf-8";
|
||||
#poll {
|
||||
margin:10px 0 0;
|
||||
padding:0 0 10px;
|
||||
}
|
||||
|
||||
#poll header {
|
||||
position:relative;
|
||||
padding:0 5px;
|
||||
}
|
||||
|
||||
#poll h2 {padding:0 0 5px;}
|
||||
|
||||
#poll header .btn_admin {
|
||||
display:block;
|
||||
padding:0 !important;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#poll header p {padding:0;}
|
||||
|
||||
#poll ul {
|
||||
margin:0 0 10px;
|
||||
padding:5px 10px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#poll li {padding:3px 0;}
|
||||
|
||||
#poll footer {
|
||||
padding:0 5px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#poll footer input {
|
||||
width:49%;
|
||||
height:2.15em;
|
||||
border:0;
|
||||
background:#333;
|
||||
color:#fff;
|
||||
letter-spacing:-0.1em;
|
||||
vertical-align:top;
|
||||
cursor:pointer;
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
#poll footer a {
|
||||
display:inline-block;
|
||||
width:49%;
|
||||
height:2em;
|
||||
border:1px solid #ccc;
|
||||
background:#fafafa;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
text-align:center;
|
||||
line-height:2em;
|
||||
}
|
||||
|
||||
#poll footer a:focus, #poll footer a:hover {text-decoration:none !important;}
|
||||
|
||||
#poll_result section {
|
||||
padding:10px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
#poll_result h2 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#poll_result .member, #poll_result .guest, #poll_result .sv_member, #poll_result .sv_guest {
|
||||
font-weight:bold;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#poll_result_list {margin:0 auto;}
|
||||
|
||||
#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:20px;}
|
||||
|
||||
#poll_result_list dt {
|
||||
margin-right:5%;
|
||||
color:#e8180d;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#poll_result_list ol {
|
||||
margin:0;
|
||||
padding-left:25px;
|
||||
}
|
||||
|
||||
#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%;
|
||||
margin-right:60px;
|
||||
width:100px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#poll_result_list p span {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
right:5%;
|
||||
width:60px;
|
||||
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;
|
||||
padding:15px 25px !important;
|
||||
background:#f7f7f7;
|
||||
}
|
||||
|
||||
#poll_result_cmt h2 {text-align:center;}
|
||||
|
||||
#poll_result_cmt h3 {margin:0 auto 10px;}
|
||||
|
||||
#poll_result_cmt article {
|
||||
margin:0 0 10px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
#poll_result_cmt h1 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:0;
|
||||
height:0;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#poll_result_cmt p {padding:5px 0;}
|
||||
|
||||
#poll_result_cmt footer {text-align:right;}
|
||||
|
||||
#poll_result_wcmt {margin:0 0 10px !important;}
|
||||
|
||||
#poll_result_wcmt td {
|
||||
padding:0 0 5px;
|
||||
border:0;
|
||||
}
|
||||
|
||||
#poll_result_wcmt input[type=text] {background:#fff !important;}
|
||||
|
||||
#pc_idea {width:98%;}
|
||||
|
||||
.poll_cmt_del a {
|
||||
display:inline-block;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
#poll_result_oth {margin:0 auto 15px;}
|
||||
|
||||
#poll_result_oth h2 {padding:10px;}
|
||||
|
||||
#poll_result_oth ul {
|
||||
margin:0;
|
||||
padding:0 10px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#poll_result_oth a {
|
||||
display:block;
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #eee;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
85
mobile/skin/poll/basic/style.less
Normal file
85
mobile/skin/poll/basic/style.less
Normal file
@ -0,0 +1,85 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
#poll a.btn_admin {} /* 관리자 전용 버튼 */
|
||||
#poll a.btn_admin:focus, #poll a.btn_admin:hover {}
|
||||
|
||||
/* 폼 테이블 */
|
||||
#poll .tbl_frm table {}
|
||||
#poll .tbl_frm .frm_address {}
|
||||
#poll .tbl_frm .frm_file {}
|
||||
#poll .tbl_frm .frm_info {}
|
||||
|
||||
#poll .tbl_frm01 {}
|
||||
#poll .tbl_frm01 caption {}
|
||||
#poll .tbl_frm01 th {}
|
||||
#poll .tbl_frm01 td {}
|
||||
#poll .tbl_frm01 textarea, #poll .frm_input {}
|
||||
#poll .tbl_frm01 textarea {}
|
||||
/*
|
||||
#poll .tbl_frm01 #captcha {}
|
||||
#poll .tbl_frm01 #captcha input {}
|
||||
*/
|
||||
#poll .tbl_frm01 a {}
|
||||
|
||||
#poll .required, #poll textarea.required {}
|
||||
|
||||
#poll .btn_confirm {} /* 서식단계 진행 */
|
||||
#poll .btn_submit {}
|
||||
#poll .btn_cancel {}
|
||||
#poll .btn_frmline {} /* 우편번호검색버튼 등 */
|
||||
#poll .win_btn {} /* 새창용 */
|
||||
#poll .win_btn a {}
|
||||
#poll .win_btn button {}
|
||||
#poll .win_btn input {}
|
||||
|
||||
/* ### 기본 스타일 커스터마이징 끝 ### */
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {margin:10px 0 0;padding:0 0 10px}
|
||||
#poll header {position:relative;padding:0 5px}
|
||||
#poll h2 {padding:0 0 5px}
|
||||
#poll header .btn_admin {display:block;padding:0 !important;width:100%;text-align:center}
|
||||
#poll header p {padding:0}
|
||||
#poll ul {margin:0 0 10px;padding:5px 10px;list-style:none}
|
||||
#poll li {padding:3px 0}
|
||||
#poll footer {padding:0 5px;text-align:center}
|
||||
#poll footer input {width:49%;height:2.15em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em}
|
||||
#poll footer a:focus,
|
||||
#poll footer a:hover {text-decoration:none !important}
|
||||
|
||||
/* 설문조사 결과 (새창) */
|
||||
#poll_result section {padding:10px;border-bottom:1px solid #eee}
|
||||
#poll_result h2 {margin:0;padding:0}
|
||||
#poll_result .member, #poll_result .guest, #poll_result .sv_member, #poll_result .sv_guest {font-weight:bold;margin-right:5px}
|
||||
#poll_result_list {margin:0 auto}
|
||||
#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:20px}
|
||||
#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right}
|
||||
#poll_result_list ol {margin:0;padding-left:25px}
|
||||
#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%;margin-right:60px;width:100px;text-align:right}
|
||||
#poll_result_list p span {position:absolute;top:5px;right:5%;width:60px;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;padding:15px 25px !important;background:#f7f7f7}
|
||||
#poll_result_cmt h2 {text-align:center}
|
||||
#poll_result_cmt h3 {margin:0 auto 10px}
|
||||
#poll_result_cmt article {margin:0 0 10px;border-bottom:1px solid #eee}
|
||||
#poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
|
||||
#poll_result_cmt p {padding:5px 0}
|
||||
#poll_result_cmt footer {text-align:right}
|
||||
#poll_result_wcmt {margin:0 0 10px !important}
|
||||
#poll_result_wcmt td {padding:0 0 5px;border:0}
|
||||
#poll_result_wcmt input[type=text] {background:#fff !important}
|
||||
#pc_idea {width:98%}
|
||||
.poll_cmt_del a {display:inline-block;padding-bottom:10px}
|
||||
#poll_result_oth {margin:0 auto 15px}
|
||||
#poll_result_oth h2 {padding:10px}
|
||||
#poll_result_oth ul {margin:0;padding:0 10px;list-style:none}
|
||||
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee;color:#000;text-decoration:none}
|
||||
@ -1,13 +1,37 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 인기검색어 */
|
||||
#popular {background:#515151}
|
||||
#popular div {zoom:1}
|
||||
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#popular h2 {float:left;padding:10px;color:#fff}
|
||||
#popular ul {float:left;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 {zoom:1;}
|
||||
|
||||
#popular div:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#popular h2 {
|
||||
float:left;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#popular ul {
|
||||
float:left;
|
||||
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
mobile/skin/popular/basic/style.less
Normal file
13
mobile/skin/popular/basic/style.less
Normal file
@ -0,0 +1,13 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
/* 인기검색어 */
|
||||
#popular {background:#515151}
|
||||
#popular div {zoom:1}
|
||||
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#popular h2 {float:left;padding:10px;color:#fff}
|
||||
#popular ul {float:left;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,30 +1,121 @@
|
||||
@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;font-size:0;line-height:0;overflow:hidden}
|
||||
#sch_res_detail div {margin:0 0 5px}
|
||||
#sch_res_detail .frm_input {height:2.5em;line-height:2.5em}
|
||||
|
||||
#sch_res_ov {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 {margin:0 0 5px}
|
||||
#sch_res_ov dl {margin:0 0 5px;zoom:1}
|
||||
#sch_res_ov dl:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_ov dt {float:left}
|
||||
#sch_res_ov dd {float:left;margin:0 10px 0 5px}
|
||||
#sch_res_ov p {margin:0;padding:0}
|
||||
|
||||
#sch_res_board {margin:0 0 10px;padding:0;list-style:none;zoom:1}
|
||||
#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:5px 10px;border-bottom:1px solid #e9e9e9;text-decoration:none;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}
|
||||
.sch_res_list h2 {margin:0 0 10px;padding:0 10px;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 10px 10px;border-bottom:1px solid #e9e9e9}
|
||||
.sch_res_list a {text-decoration:none}
|
||||
.sch_more {padding:0 10px;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;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#sch_res_detail div {margin:0 0 5px;}
|
||||
|
||||
#sch_res_detail .frm_input {
|
||||
height:2.5em;
|
||||
line-height:2.5em;
|
||||
}
|
||||
|
||||
#sch_res_ov {
|
||||
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 {margin:0 0 5px;}
|
||||
|
||||
#sch_res_ov dl {
|
||||
margin:0 0 5px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#sch_res_ov dl:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#sch_res_ov dt {float:left;}
|
||||
|
||||
#sch_res_ov dd {
|
||||
float:left;
|
||||
margin:0 10px 0 5px;
|
||||
}
|
||||
|
||||
#sch_res_ov p {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#sch_res_board {
|
||||
margin:0 0 10px;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
#sch_res_board:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#sch_res_board a {
|
||||
display:block;
|
||||
position:relative;
|
||||
margin-left:-1px;
|
||||
padding:5px 10px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
text-decoration:none;
|
||||
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;
|
||||
}
|
||||
|
||||
.sch_res_list h2 {
|
||||
margin:0 0 10px;
|
||||
padding:0 10px;
|
||||
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 10px 10px;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
}
|
||||
|
||||
.sch_res_list a {text-decoration:none;}
|
||||
|
||||
.sch_more {
|
||||
padding:0 10px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
|
||||
30
mobile/skin/search/basic/style.less
Normal file
30
mobile/skin/search/basic/style.less
Normal file
@ -0,0 +1,30 @@
|
||||
@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;font-size:0;line-height:0;overflow:hidden}
|
||||
#sch_res_detail div {margin:0 0 5px}
|
||||
#sch_res_detail .frm_input {height:2.5em;line-height:2.5em}
|
||||
|
||||
#sch_res_ov {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 {margin:0 0 5px}
|
||||
#sch_res_ov dl {margin:0 0 5px;zoom:1}
|
||||
#sch_res_ov dl:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_ov dt {float:left}
|
||||
#sch_res_ov dd {float:left;margin:0 10px 0 5px}
|
||||
#sch_res_ov p {margin:0;padding:0}
|
||||
|
||||
#sch_res_board {margin:0 0 10px;padding:0;list-style:none;zoom:1}
|
||||
#sch_res_board:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:5px 10px;border-bottom:1px solid #e9e9e9;text-decoration:none;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}
|
||||
.sch_res_list h2 {margin:0 0 10px;padding:0 10px;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 10px 10px;border-bottom:1px solid #e9e9e9}
|
||||
.sch_res_list a {text-decoration:none}
|
||||
.sch_more {padding:0 10px;text-align:right}
|
||||
@ -1,12 +1,50 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
#visit {background:#444}
|
||||
#visit div {zoom:1}
|
||||
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#visit h2 {float:left;padding:10px;color:#fff}
|
||||
#visit dl {float:left;margin:0 0 0 10px;padding:0}
|
||||
#visit dt {float:left;margin:0;padding:10px;color:#fff}
|
||||
#visit dd {float:left;margin:0 3px 0 0;padding:10px 5px;color:#fff}
|
||||
#visit a {display:inline-block;padding:10px 3px;color:#fff;text-decoration:none}
|
||||
#visit a:focus, #visit a:hover {background:#333;color:#fff}
|
||||
@charset "utf-8";
|
||||
#visit {background:#444;}
|
||||
|
||||
#visit div {zoom:1;}
|
||||
|
||||
#visit div:after {
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
clear:both;
|
||||
content:"";
|
||||
}
|
||||
|
||||
#visit h2 {
|
||||
float:left;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit dl {
|
||||
float:left;
|
||||
margin:0 0 0 10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#visit dt {
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:10px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit dd {
|
||||
float:left;
|
||||
margin:0 3px 0 0;
|
||||
padding:10px 5px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#visit a {
|
||||
display:inline-block;
|
||||
padding:10px 3px;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#visit a:focus, #visit a:hover {
|
||||
background:#333;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
||||
12
mobile/skin/visit/basic/style.less
Normal file
12
mobile/skin/visit/basic/style.less
Normal file
@ -0,0 +1,12 @@
|
||||
@charset "utf-8";
|
||||
/* SIR 지운아빠 */
|
||||
|
||||
#visit {background:#444}
|
||||
#visit div {zoom:1}
|
||||
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#visit h2 {float:left;padding:10px;color:#fff}
|
||||
#visit dl {float:left;margin:0 0 0 10px;padding:0}
|
||||
#visit dt {float:left;margin:0;padding:10px;color:#fff}
|
||||
#visit dd {float:left;margin:0 3px 0 0;padding:10px 5px;color:#fff}
|
||||
#visit a {display:inline-block;padding:10px 3px;color:#fff;text-decoration:none}
|
||||
#visit a:focus, #visit a:hover {background:#333;color:#fff}
|
||||
Reference in New Issue
Block a user