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

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

@ -287,7 +287,7 @@ Jeong, Chan Myeong 070601~070630
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; background:none; padding:0 0 0 0; margin:0 0 0 0; }
/* widget common css */
.blog_widget_ h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_ h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_ .items { padding:10px; overflow:hidden;}
.blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%;}
.blog_widget_ .items li a { color:#a4a4a4; margin-right:1em; }

View file

@ -73,6 +73,8 @@ div#blog_category { background-color:#FFFFFF; }
div#searchBox { margin-bottom:.7em; overflow:hidden; width:100%;}
div#searchBox fieldset { border:none;}
div#searchBox fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}
div#searchBox .imgBtn {vertical-align:middle; _position:relative; top:-4px; }
*:first-child+html div#searchBox .imgBtn { position:relative; top:-4px; }
/* powered by zbxe */
#poweredbyzbxe { text-align:center; margin-top:2em; }

View file

@ -119,7 +119,7 @@
<form action="{getUrl()}" method="post">
<input type="hidden" name="mid" value="{$layout_info->mid}" />
<input name="search_keyword" type="text" class="inputTypeText w140" size="4" value="<!--@if(!$search_target)-->{htmlspecialchars($search_keyword)}<!--@end-->" />
<input type="image" alt="search" src="./images/common/find_button.gif" style="vertical-align:middle" />
<input type="image" alt="search" src="./images/common/find_button.gif" class="imgBtn" />
</form>
</div>

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>