mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
최근 게시물 위젯의 xe_official 스킨에서 조회수/추천수를 줄 나눔
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2774 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8ed29fad0b
commit
dc6378cf97
2 changed files with 5 additions and 5 deletions
|
|
@ -16,11 +16,11 @@
|
|||
.ni_box .thumbnail_box a:visited { color:#54564b; text-decoration:none; }
|
||||
|
||||
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
|
||||
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#ed2a32; }
|
||||
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
|
||||
.ni_box .thumbnail_box div.author { color:#54564b; text-align:center;}
|
||||
.ni_box .thumbnail_box div.author span,div { color:#54564b; }
|
||||
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#AAAAAA; margin-top:2px;text-align:center;}
|
||||
.ni_box .thumbnail_box div.regdate { font-size:0.9em; color:#AAAAAA; margin-top:2px;text-align:center;}
|
||||
|
||||
.ni_box .thumbnail_box div.readAndVoted { color:#333333; font-size:0.75em; text-align:center;}
|
||||
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.75em; }
|
||||
.ni_box .thumbnail_box div.readAndVoted { color:#999999; font-size:0.9em; text-align:center;}
|
||||
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.9em; }
|
||||
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!--@if($widget_info->display_voted_count == 'Y' && $oDocument->get('voted_count')>0 )-->
|
||||
|
||||
<!--@if($widget_info->display_readed_count == 'Y')--><span class="div_block">|</span><!--@end-->
|
||||
<!--@if($widget_info->display_readed_count == 'Y')--><br /><!--@end-->
|
||||
|
||||
{$lang->voted_count} <strong>{$oDocument->get('voted_count')}</strong>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue