제가 사용하려고 기본 스킨에서 축출했습니다.
원하는 위치에 넣어서 사용하세요. 굉장히 심플해요 'ㅅ'
예시그림
|
skin.html
<!-- 카운터 모듈 -->
<div class="tag_count"><ul class="module_counter">
<span class="ctitle">T </span><span class="hit">[#★#_count_today_##]</span>
<span class="ctitle">Y </span><span class="hit">[#★#_count_yesterday_##]</span>
<span class="ctitle">A </span><span class="hit">[#★#_count_total_##]</span></ui></div>
- ★ 별표시를 삭제해주세요.
- T : today
- Y : yesterday
- A : total
- T,Y,A 에 원하는 텍스트를 입력하세요.
style.css
/* module_counter */
.tag_count .module_counter { margin:0px; padding:0px; text-align:right;}
.tag_count .module_counter {font-size:7px;}
.tag_count .module_counter .ctitle {color:#ABABAB;}
.tag_count .module_counter .hit {color:#D9D9D9;}
- 글씨 크기는 파란색, 색상 변경은 빨간색을 조정해주세요.