최근이미지/최근글의 XE 스킨 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2244 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-07 12:10:53 +00:00
parent 523e543b63
commit 09d8f855f2
7 changed files with 9 additions and 7 deletions

View file

@ -7,7 +7,8 @@
.latest_black ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;}
.latest_black ul li .title a { color:#818181; text-decoration:none; }
.latest_black ul li .title a:hover { text-decoration:underline; }
.latest_black ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;}
.latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_black ul li .date { position:relative; z-index:1; }
.latest_black ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; }

View file

@ -7,7 +7,8 @@
.latest_white ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;}
.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;}
.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_white ul li .date { position:relative; z-index:1; }
.latest_white ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; }

View file

@ -16,7 +16,7 @@
<span class="title">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span>
<span class="comment">[<a href="{$oDocument->getPermanentUrl()}#comment">{$oDocument->getCommentCount()}</a>]</span>
<!--@end-->
</span>
<span class="date"><span>{$oDocument->getRegdate("Y-m-d")}</span></span>

View file

@ -20,4 +20,4 @@
.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:orange; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

View file

@ -18,7 +18,7 @@
<table class="thumbnail_box">
{@ $count = 0; }
<!--@for($i=0;$i<$widget_info->rows_list_count;$i++)-->
<tr>
<tr valign="top">
<!--@for($j=0;$j<$widget_info->cols_list_count;$j++)-->
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
<td <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end-->>

View file

@ -21,4 +21,4 @@
.ni_box .thumbnail_box div.readAndVoted { color:#333333; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#ed2a32; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

View file

@ -14,7 +14,7 @@
<table class="thumbnail_box">
{@ $count = 0; }
<!--@for($i=0;$i<$widget_info->rows_list_count;$i++)-->
<tr>
<tr valign="top">
<!--@for($j=0;$j<$widget_info->cols_list_count;$j++)-->
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
<td <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end-->>