사용자: 게시판스킨 읽기 스타일, 최신글 스타일
This commit is contained in:
@ -186,7 +186,7 @@ table a {color:#000;text-decoration:none}
|
||||
#poll footer {padding:0 14px 14px;text-align:right}
|
||||
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {float:left;margin-bottom:20px;padding:20px;width:314px;height:149px;border-right:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff}
|
||||
.lt {float:left;margin-bottom:20px;padding:20px;width:314px;height:149px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
|
||||
.lt ul {margin:0;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt a {color:#000;text-decoration:none}
|
||||
@ -251,23 +251,23 @@ table a {color:#000;text-decoration:none}
|
||||
.btn_bo_adm {float:left}
|
||||
.btn_bo_adm li {float:left;margin-right:5px}
|
||||
.bo_notice {}
|
||||
.bo_cate_link {display:inline-block;padding:0 8px 0 0;border-right:1px solid #ddd;font-weight:bold;text-decoration:none} /* 글제목 줄 분류스타일 */
|
||||
.bo_cate_link {display:inline-block;padding:0 5px 0 0;font-weight:bold;text-decoration:none} /* 글제목 줄 분류스타일 */
|
||||
.bo_current {color:#109ff1}
|
||||
.td_subject img {margin-left:5px}
|
||||
.cnt_cmt {display:inline-block;margin:0 4px;color:#109ff1}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v_title {}
|
||||
#bo_v {position:relative;margin-bottom:20px;background:#fff}
|
||||
#bo_v {position:relative;margin-bottom:30px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
|
||||
#bo_v a {color:#000;text-decoration:none}
|
||||
#bo_v_h1 {padding:20px 0 10px;font-size:1.2em}
|
||||
#bo_v_info {padding:0 0 15px;}
|
||||
#bo_v_h1 {padding:20px 20px 10px;font-size:1.2em}
|
||||
#bo_v_info {padding:0 20px 15px}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info strong {display:inline-block;margin:0 10px 0 5px;font-weight:normal}
|
||||
#bo_v_top {padding-top:10px;zoom:1}
|
||||
#bo_v_top {zoom:1}
|
||||
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_top ul {margin-bottom:10px;padding:0;list-style:none}
|
||||
#bo_v_top ul {margin-bottom:10px;padding:0 20px;list-style:none}
|
||||
#bo_v_file {background:#fff}
|
||||
#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_file ul {margin:0;padding:0;list-style:none}
|
||||
@ -286,7 +286,7 @@ table a {color:#000;text-decoration:none}
|
||||
|
||||
#bo_v_img {margin:0 20px;width:688px;overflow:hidden}
|
||||
/*#bo_v_img img {max-width:100%;height:auto}*/
|
||||
#bo_v_con {padding:20px 0;width:688px;overflow:hidden;line-height:1.8em;word-break:break-all}
|
||||
#bo_v_con {padding:20px;width:688px;overflow:hidden;line-height:1.8em;word-break:break-all}
|
||||
#bo_v_con a {color:#109ff1;text-decoration:underline}
|
||||
#bo_v_act {padding:20px 0;text-align:center}
|
||||
#bo_v_act a {margin-right:5px;vertical-align:top}
|
||||
@ -295,14 +295,14 @@ table a {color:#000;text-decoration:none}
|
||||
#bo_v_bot {zoom:1}
|
||||
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_bot ul {margin:0;padding:0 0 15px;list-style:none}
|
||||
#bo_v_bot ul {margin:0;padding:0 20px 15px;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_vc {margin-bottom:10px;padding:10px 20px 20px 20px;background:#f9f9f9}
|
||||
#bo_vc {margin:0 20px 10px;padding:10px 20px 20px 20px;background:#f9f9f9}
|
||||
#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #eee}
|
||||
#bo_vc header {position:relative;zoom:1}
|
||||
|
||||
@ -5,20 +5,14 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<p id="bo_v_title"><strong><?=$board['bo_subject']?></strong></p>
|
||||
|
||||
<div id="bo_v">
|
||||
<h1 id="bo_v_h1"><?=cut_hangul_last(get_text($view['wr_subject']))?></h1>
|
||||
<h1 id="bo_v_h1"><? if ($is_category) { ?> <?=($category_name ? "{$view['ca_name']} " : "");?><? } ?><?=cut_hangul_last(get_text($view['wr_subject']))?></h1>
|
||||
|
||||
<section id="bo_v_info">
|
||||
<h2>게시물 정보</h2>
|
||||
<? if ($is_category) { ?>
|
||||
<span class="sound_only">분류</span>
|
||||
<?=($category_name ? "{$view['ca_name']} " : "");?>
|
||||
<? } ?>
|
||||
<span class="sound_only">작성자</span>
|
||||
작성자
|
||||
<?=$view['name']?><? if ($is_ip_view) { echo " ($ip)"; } ?>
|
||||
<span class="sound_only">작성일</span>
|
||||
<?=date("y-m-d H:i", strtotime($view['wr_datetime']))?>
|
||||
<span class="sound_only">아이피</span>
|
||||
<?=$view['wr_ip']?>
|
||||
조회
|
||||
<?=number_format($view['wr_hit'])?>회
|
||||
댓글
|
||||
|
||||
Reference in New Issue
Block a user