사용자: 아이콘 작업 중
@ -210,7 +210,7 @@ a {color:#000;text-decoration:none}
|
||||
|
||||
/* ##################################################################### 스킨 및 컨텐츠 */
|
||||
/* 공통 */
|
||||
.cnt_cmt {display:inline-block;margin-left:5px;color:#ff4679}
|
||||
.cnt_cmt {color:#ff4679}
|
||||
.readonly {background:#ff4679}
|
||||
.highlight {font-weight:bold;color:#ff4679}
|
||||
|
||||
@ -321,7 +321,7 @@ a {color:#000;text-decoration:none}
|
||||
#bo_list strong {color:#ff4679}
|
||||
#bo_list img {vertical-align:top}
|
||||
.bo_notice {background:#f5f5f5}
|
||||
.bo_cate_link {display:inline-block;margin:0 10px 0 0;font-weight:bold;text-decoration:none}
|
||||
.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_current {color:#ff4679}
|
||||
.td_subject img {margin-left:5px}
|
||||
|
||||
@ -345,7 +345,7 @@ a {color:#000;text-decoration:none}
|
||||
#bo_v_atc {padding:0 10px;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_atc p {padding:0 0 10px;min-height:300px;height:auto !important;height:300px}
|
||||
#bo_v_atc p {padding:0 0 10px;min-height:200px;height:auto !important;height:200px}
|
||||
#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 {border-bottom:1px solid #ddd;background:#f7f7f7}
|
||||
@ -373,12 +373,12 @@ a {color:#000;text-decoration:none}
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {padding:10px 20px;border:1px solid #eee;background:#f9f9f9}
|
||||
#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_vc article {padding:0 0 20px;border-bottom:1px solid #ddd}
|
||||
#bo_vc article {padding:0 0 10px;border-bottom:1px solid #ddd}
|
||||
#bo_vc header {position:relative;zoom:1}
|
||||
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc header img {position:absolute;top:15px;left:-20px}
|
||||
#bo_vc h1 {float:left;margin:15px 0 10px}
|
||||
.bo_vc_info {float:left;margin:15px 0 10px 15px;zoom:1}
|
||||
#bo_vc h1 {float:left;margin:15px 0 5px}
|
||||
.bo_vc_info {float:left;margin:15px 0 5px 15px;zoom:1}
|
||||
.bo_vc_info:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_info dt {float:left}
|
||||
.bo_vc_info dd {float:left;margin:0 15px 0 10px}
|
||||
|
||||
BIN
skin/board/neo/img/icon_hot.gif
Normal file
|
After Width: | Height: | Size: 76 B |
BIN
skin/board/neo/img/icon_link.gif
Normal file
|
After Width: | Height: | Size: 215 B |
BIN
skin/board/neo/img/icon_new.gif
Normal file
|
After Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 80 B |
@ -99,10 +99,10 @@ for ($i=0; $i<count($list); $i++) {
|
||||
echo $list[$i]['icon_reply'];
|
||||
if ($is_category && $list[$i]['ca_name']) {
|
||||
?>
|
||||
<a href="<?=$list[$i]['ca_name_href']?>" class="bo_cate_link<? if ($wr_id == $list[$i]['wr_id']) echo " bo_current";?>"><?=$list[$i]['ca_name']?></a>
|
||||
<a href="<?=$list[$i]['ca_name_href']?>" class="bo_cate_link"><?=$list[$i]['ca_name']?></a>
|
||||
<? } ?>
|
||||
|
||||
<a href="<?=$list[$i]['href']?>"<? if ($wr_id == $list[$i]['wr_id']) echo " class=\"bo_current\"";?>>
|
||||
<a href="<?=$list[$i]['href']?>">
|
||||
<?=$list[$i]['subject']?>
|
||||
<? if ($list[$i]['comment_cnt']) { ?><span class="sound_only">댓글</span><?=$list[$i]['comment_cnt'];?><span class="sound_only">개</span><? } ?>
|
||||
</a>
|
||||
@ -112,9 +112,9 @@ for ($i=0; $i<count($list); $i++) {
|
||||
// if ($list[$i]['file']['count']) { echo '<'.$list[$i]['file']['count'].'>'; }
|
||||
|
||||
if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new'];
|
||||
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file'];
|
||||
if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link'];
|
||||
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret'];
|
||||
?>
|
||||
</td>
|
||||
|
||||
@ -28,7 +28,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px"<?}?>>
|
||||
<header>
|
||||
<h1><?=$list[$i]['name']?><span class="sound_only">님의 댓글</span></h1>
|
||||
<? if ($cmt_depth) {?><img src="<?=$g4['path']?>/img/icon/icon_re.gif" alt="댓글의 댓글"><? } ?>
|
||||
<? if ($cmt_depth) {?><img src="<?=$board_skin_path?>/img/icon_reply.gif" alt="댓글의 댓글"><? } ?>
|
||||
<dl class="bo_vc_info">
|
||||
<? if ($is_ip_view) { ?>
|
||||
<dt>아이피</dt>
|
||||
|
||||
|
Before Width: | Height: | Size: 69 B |
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 54 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 63 B |
|
Before Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 215 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 80 B |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 72 B |
|
Before Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 426 B |
|
Before Width: | Height: | Size: 96 B |
@ -23,9 +23,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
|
||||
|
||||
if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
|
||||
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
|
||||
if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
|
||||
if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
|
||||
if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];
|
||||
?>
|
||||
</li>
|
||||
|
||||