블로그 모듈의 기본 스킨 레이아웃 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 08:22:39 +00:00
parent ffb5c43293
commit 54cc1477d9
5 changed files with 14 additions and 12 deletions

View file

@ -1,6 +1,6 @@
.tag_list ul.items li { display:inline; margin:none;}
.tag_list ul.items li.typeA a { color:#fe3614; font-weight:bold; font-size:12pt; background-color:#EFEFEF; margin:0;}
.tag_list ul.items li.typeB a { color:#fe3614; font-size:11pt; margin:0;}
.tag_list ul.items li.typeC a { font-weight:bold; font-size:11pt; margin:0; background-color:#EFEFEF;}
.tag_list ul.items li.typeD a { font-weight:bold; margin:0; background-color:#EFEFEF;}
.tag_list ul.items li.typeE a { font-weight:normal; margin:0;}
.tag_list .items span a { color:#a4a4a4; line-height:120%;}
.tag_list .items .typeA a { color:#fe3614; font-weight:bold; font-size:12pt; background-color:#EFEFEF; margin:0;}
.tag_list .items .typeB a { color:#fe3614; font-size:11pt; margin:0;}
.tag_list .items .typeC a { font-weight:bold; font-size:11pt; margin:0; background-color:#EFEFEF;}
.tag_list .items .typeD a { font-weight:bold; margin:0; background-color:#EFEFEF;}
.tag_list .items .typeE a { font-weight:normal; margin:0;}

View file

@ -26,7 +26,7 @@
<!--@end-->
</div>
<ul class="items">
<div class="items">
<!--@foreach($widget_info->tag_list as $val)-->
<!--@if($val->count>10)-->
@ -41,14 +41,14 @@
{@ $tag_class = "typeE" }
<!--@end-->
<li <!--@if($tag_class)-->class="{$tag_class}"<!--@end--> >
<span <!--@if($tag_class)-->class="{$tag_class}"<!--@end--> >
<!--@if($layout_info->mid)-->
<a href="{getUrl('','mid',$layout_info->mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{htmlspecialchars($val->tag)}</a>
<!--@else-->
<a href="{getUrl('','mid',$mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{htmlspecialchars($val->tag)}</a>
<!--@end-->
</li>
</span>
<!--@end-->
</ul>
</div>
</div>
</div>