diff --git a/mobile/skin/search/basic/search.skin.php b/mobile/skin/search/basic/search.skin.php index 30b9ebf74..23d3c58b1 100644 --- a/mobile/skin/search/basic/search.skin.php +++ b/mobile/skin/search/basic/search.skin.php @@ -2,129 +2,136 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + +
-
+
상세검색 - - +
+ + - - + + +
+
+ + + - - + - > - - > - + +
+
+ id="sop_or" name="sop"> + + id="sop_and" name="sop"> + +
- - -
-
검색어
-
-
    -
  • 게시판
  • -
  • 게시물
  • -
  • / 페이지
  • -
-
-
- - - -
-
검색결과가 있는 게시판 목록
-
- -
-
+
+

전체검색 결과

+
+
게시판
+
+
게시물
+
+
+

/ 페이지 열람 중

+
+ + + + + ?>

검색된 자료가 하나도 없습니다.

- +
-
+
-
에서
-
-
    - 댓글"; - $comment_href = "#c_".$list[$idx][$i][wr_id]; - } - ?> -
  • - - 새창 -

    - - -
  • - -
- -
- -
+ ?> +

게시판 내 결과

+
    + 댓글"; + $comment_href = "#c_".$list[$idx][$i][wr_id]; + } + ?> +
  • + + 새창 +

    + + +
  • + +
+ + +
+ + diff --git a/mobile/skin/search/basic/style.css b/mobile/skin/search/basic/style.css index f63ae26b6..61f4860f0 100644 --- a/mobile/skin/search/basic/style.css +++ b/mobile/skin/search/basic/style.css @@ -1,28 +1,27 @@ /* 전체검색결과 스킨 */ -#sch_result_detail {margin:0;padding:0.5em 1em;border:0} -#sch_result {padding:0 1em} +#sch_res_detail {padding:0 0 1em;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 0.5em} +#sch_res_detail .frm_input {height:2.5em;line-height:2.5em} -#sch_result_hd dt {width:0;height:0;overflow:hidden} -#sch_result_hd dd {margin:0} -#sch_result_hd ul {margin:0;padding:0;border-top:1px solid #eee;border-bottom:1px solid #eee;list-style:none} -#sch_result_hd ul:after {display:block;visibility:hidden;clear:both;content:""} -#sch_result_hd li {float:left;padding:0.5em 0;width:33%;text-align:center} +#sch_res_ov {padding:1em;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 0.5em} +#sch_res_ov dl {margin:0 0 0.5em;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 1em 0 0.5em} +#sch_res_ov p {margin:0;padding:0} -#sch_result_bo dt {width:0;height:0;overflow:hidden} -#sch_result_bo dd {margin:0} -#sch_result_bo ul {margin:0;padding:0;list-style:none} -#sch_result_bo li {border-bottom:1px solid #fff;background:#f7f7f7} -#sch_result_bo a {display:block;padding:0.5em;color:#000;text-decoration:none} -#sch_result_bo .cnt_cmt {display:inline-block;margin:0 0 0 0.5em;color:#ff3061} +#sch_res_board {margin:0 0 1em;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:0.5em 1em;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_result_atc a {color:#000} -#sch_result_atc dt {padding:0.5em 1em;background:#484848;color:#fff} -#sch_result_atc dt a {color:#fff;text-decoration:none} -#sch_result_atc dd {margin:0} -#sch_result_atc ul {margin:0;padding:0;list-style:none} -#sch_result_atc li {padding:1em;border-bottom:1px solid #eee} - -.sch_more {padding:10px 0 15px;text-align:right} -.sch_more a {} -.sch_datetime {display:inline-block;margin-right:15px;color:#999} -.sch_word {font-weight:bold} /* 검색어 강조 */ +.sch_res_list {margin:0 0 1em;padding:1em 0} +.sch_res_list h2 {margin:0 0 1em;padding:0 1em;font-size:1.2em} +.sch_res_list ul {margin:0;padding:0;list-style:none} +.sch_res_list li {margin:0 0 1em;padding:0 1em 1em;border-bottom:1px solid #e9e9e9} +.sch_res_list a {text-decoration:none} +.sch_more {padding:0 1em;text-align:right} \ No newline at end of file