이온디 탭방식 최근게시물 스킨입니다.
기존 웹미니 탭방식 최근게시물 스킨을 수정하였습니다.
변경한 내역은 다음과 같습니다.
변경한 소스는 아래와 같습니다.
2010.5.2
widget/webmini_1.0
normal.css
21 라인
.tabWidget .tabContent .titleBox .regdate { font-family:verdana; font-size:.85em; color:#AAAAAA;}
verdana로 변경함
23 line
.tabWidget .tabContent .titleBox li .comment_cnt { font-family:verdana; font-weight:bold; font-size:10px; color:#F48A23;}
.tabWidget .tabContent .titleBox li .comment_cnt a {color:#F48A23;}
.tabWidget .tabContent .titleBox li .comment_cnt a:hover {color:#F48A23;}
추가함
25 line
.tabWidget .tabContent .titleBox li a:hover { text-decoration:none;color:#9399A1;}
list.html
37 line
<span class="regdate">[{$v->getRegdate("m/d")}]</span>
:를 /로 변경함
41 line
<span class="comment_cnt">[{$v->getCommentCount()}]</span>
추가함
39 line
<!--@if($widget_info->display_author == 'Y')-->
<span class="author">({$v->getNickName()})</span>
<!--@end-->
글쓴이 위치 목록 맨 앞으로 변경함