사용자: 아웃로그인, 설문조사, 게시판스킨 스타일
This commit is contained in:
@ -98,10 +98,11 @@ table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9}
|
||||
tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:center}
|
||||
caption {padding:0 0 10px;text-align:left}
|
||||
th {padding:12px 0 8px;border-top:3px solid #666;border-bottom:1px solid #a9a9a9}
|
||||
th {padding:12px 0 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
|
||||
th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;word-break:break-all}
|
||||
td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;word-break:break-all}
|
||||
table a {color:#000;text-decoration:none}
|
||||
.bo_sideview td {padding:7px 5px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||
.empty_table {padding:85px 0;text-align:center}
|
||||
|
||||
/* 폼 테이블 */
|
||||
@ -145,7 +146,7 @@ table a {color:#000;text-decoration:none}
|
||||
|
||||
/* ///// 스킨별 스타일 ///// */
|
||||
/* 아웃로그인 스킨 */
|
||||
.ol {position:relative;margin-bottom:10px;padding:14px;border:1px solid #ddd;background:#fff}
|
||||
.ol {position:relative;margin-bottom:10px;padding:14px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
|
||||
.ol h2 {width:0;height:0;overflow:hidden}
|
||||
.ol ul {margin:0;padding:0;list-style:none}
|
||||
.ol a {color:#000;text-decoration:none}
|
||||
@ -178,7 +179,7 @@ table a {color:#000;text-decoration:none}
|
||||
#ol_after_ft a {display:inline-block;margin-left:5px}
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {border:1px solid #ddd;background:#fff}
|
||||
#poll {border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
|
||||
#poll header {padding:14px 14px 0}
|
||||
#poll ul {margin:0 0 10px;padding:5px 14px;background:#f7f7f2;list-style:none}
|
||||
#poll li {padding:3px 0}
|
||||
@ -249,44 +250,43 @@ table a {color:#000;text-decoration:none}
|
||||
#bo_list strong {color:#0075b8}
|
||||
.btn_bo_adm {float:left}
|
||||
.btn_bo_adm li {float:left;margin-right:5px}
|
||||
.bo_notice {background:#f5f5f5}
|
||||
.bo_cate_link {display:inline-block;margin:0 5px 0 0;padding:0 8px 0 0;border-right:1px solid #ddd;font-weight:bold;text-decoration:none} /* 글제목 줄 분류스타일 */
|
||||
.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_current {color:#0075b8}
|
||||
.td_subject img {margin-left:5px}
|
||||
.cnt_cmt {display:inline-block;margin:0 4px;color:#0075b8}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v_title {}
|
||||
#bo_v {position:relative;margin-bottom:20px}
|
||||
#bo_v {position:relative;margin-bottom:20px;background:#fff}
|
||||
#bo_v a {color:#000;text-decoration:none}
|
||||
#bo_v_h1 {padding:20px 20px 10px;border-right:1px solid #eee;background:#fff;font-size:1.2em}
|
||||
#bo_v_info {padding:0 0 15px;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#bo_v_h1 {padding:20px 0 10px;font-size:1.2em}
|
||||
#bo_v_info {padding:0 0 15px;}
|
||||
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_info div {padding:0 20px}
|
||||
#bo_v_info strong {display:inline-block;margin:0 10px 0 5px;font-weight:normal}
|
||||
#bo_v_top {padding-top:10px;border-right:1px solid #eee;background:#fff;zoom:1}
|
||||
#bo_v_top {padding-top:10px;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 20px;list-style:none}
|
||||
#bo_v_file {border-right:1px solid #eee;background:#fff}
|
||||
#bo_v_top ul {margin-bottom:10px;padding:0;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}
|
||||
#bo_v_file li {padding:0 20px;border-bottom:1px solid #eee}
|
||||
#bo_v_file a {display:inline-block;padding:8px 0 7px}
|
||||
.bo_v_file_cnt {display:inline-block;margin:0 10px}
|
||||
#bo_v_link {border-right:1px solid #eee;background:#fff}
|
||||
#bo_v_link {background:#fff}
|
||||
#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 20px;border-bottom:1px solid #eee}
|
||||
#bo_v_link a {display:inline-block;padding:8px 0 7px}
|
||||
.bo_v_link_cnt {display:inline-block;margin:0 10px}
|
||||
#bo_v_atc {min-height:200px;height:auto !important;height:200px;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff;zoom:1}
|
||||
#bo_v_atc {min-height:200px;height:auto !important;height:200px;zoom:1}
|
||||
#bo_v_atc:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
|
||||
#bo_v_img {margin:0 20px;width:688px;overflow:hidden}
|
||||
/*#bo_v_img img {max-width:100%;height:auto}*/
|
||||
#bo_v_con {padding:20px;width:688px;overflow:hidden;line-height:1.8em;word-break:break-all}
|
||||
#bo_v_con {padding:20px 0;width:688px;overflow:hidden;line-height:1.8em;word-break:break-all}
|
||||
#bo_v_con a {color:#0075b8;text-decoration:underline}
|
||||
#bo_v_act {padding:20px 0;text-align:center}
|
||||
#bo_v_act a {margin-right:5px;vertical-align:top}
|
||||
@ -302,7 +302,7 @@ table a {color:#000;text-decoration:none}
|
||||
.bo_v_com li {float:left;margin-left:5px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {margin-bottom:10px;padding:10px 20px 20px 20px;border-right:1px solid #eee;border-bottom:1px solid #eee;border-left:5px solid #eee;background:#f9f9f9}
|
||||
#bo_vc {margin-bottom: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}
|
||||
|
||||
@ -62,6 +62,7 @@ if ($is_nogood) $colspan++;
|
||||
<input type="hidden" name="spt" value="<?=$spt?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="sw" value="">
|
||||
|
||||
<table>
|
||||
<caption><?=$board['bo_subject']?> 글목록</caption>
|
||||
<thead>
|
||||
@ -80,8 +81,8 @@ if ($is_nogood) $colspan++;
|
||||
<?
|
||||
for ($i=0; $i<count($list); $i++) {
|
||||
?>
|
||||
<tr<? if ($list[$i]['is_notice']) echo " class=\"bo_notice\"";?>>
|
||||
<td class="td_bignum">
|
||||
<tr class="<? if ($list[$i]['is_notice']) echo "bo_notice";?><? if ($board[1]) echo "bo_sideview";?>">
|
||||
<td class="td_num">
|
||||
<?
|
||||
if ($list[$i]['is_notice']) // 공지사항
|
||||
echo '<strong>공지</strong>';
|
||||
@ -128,6 +129,7 @@ if ($is_nogood) $colspan++;
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<? if ($list_href || $is_checkbox || $write_href) {?>
|
||||
<div class="bo_fx">
|
||||
<ul class="btn_bo_adm">
|
||||
<? if ($list_href) { ?>
|
||||
@ -144,6 +146,7 @@ if ($is_nogood) $colspan++;
|
||||
<li><? if ($write_href) { ?><a href="<?=$write_href?>" class="btn01">글쓰기</a><? } ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<? } ?>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,20 +9,20 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<section id="bo_v_info">
|
||||
<h2>게시물 정보</h2>
|
||||
<div>
|
||||
<? if ($is_category) { ?>
|
||||
분류
|
||||
<strong><?=($category_name ? "{$view['ca_name']} " : "");?></strong>
|
||||
<? } ?>
|
||||
작성자
|
||||
<strong><?=$view['name']?><? if ($is_ip_view) { echo " ($ip)"; } ?></strong>
|
||||
작성일
|
||||
<strong><?=date("y-m-d H:i", strtotime($view['wr_datetime']))?></strong>
|
||||
조회
|
||||
<strong><?=number_format($view['wr_hit'])?>회</strong>
|
||||
댓글
|
||||
<strong><?=number_format($view['wr_comment'])?>건</strong>
|
||||
</div>
|
||||
<? 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'])?>회
|
||||
댓글
|
||||
<?=number_format($view['wr_comment'])?>건
|
||||
</section>
|
||||
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user