mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
최근 이미지 위젯의 정렬을 가운데로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87dd165921
commit
8ed29fad0b
2 changed files with 8 additions and 6 deletions
|
|
@ -10,15 +10,17 @@
|
|||
.ni_box .thumbnail_box .thumbnail img { border:1px solid #DEDEDE; }
|
||||
.ni_box .thumbnail_box .thumbnail img:hover { border:1px solid #54564b; }
|
||||
|
||||
.ni_box .thumbnail_box .title { text-align:center; }
|
||||
|
||||
.ni_box .thumbnail_box a { color:#000000; text-decoration:none; }
|
||||
.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.author { color:#54564b; }
|
||||
.ni_box .thumbnail_box div.author a { color:#54564b; }
|
||||
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#AAAAAA; margin-top:2px;}
|
||||
.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.readAndVoted { color:#333333; font-size:0.75em; }
|
||||
.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 strong { color:#FE6700; }
|
||||
|
|
|
|||
|
|
@ -21,12 +21,12 @@
|
|||
<!--@if($oDocument->document_srl)-->
|
||||
<div class="thumbnail"><a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" border="0" alt="" class="thumbnail" /></a></div>
|
||||
|
||||
<div>
|
||||
<div class="title">
|
||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->title_length)}</a>
|
||||
<!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end-->
|
||||
</div>
|
||||
<!--@if($widget_info->display_author == 'Y')-->
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
<div class="author"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->display_regdate == 'Y')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue