mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1340 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7de9347ff3
commit
963000531b
6 changed files with 43 additions and 125 deletions
|
|
@ -4,15 +4,12 @@
|
|||
<!--%import("normal/style.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="newest_comment_default_{$colorset}" style="width:100%">
|
||||
<div class="newest_comment_default_box">
|
||||
<div class="newest_comment_{$colorset}" style="width:100%">
|
||||
<div class="newest_comment_box">
|
||||
|
||||
<!--@if($plugin_info->title)-->
|
||||
<div class="title_box">
|
||||
<div class="title">{$plugin_info->title}</div>
|
||||
<!--@if($module_name)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$plugin_info->module_name)}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
@ -20,7 +17,11 @@
|
|||
<!--@foreach($plugin_info->comment_list as $val)-->
|
||||
<div class="comment">
|
||||
<a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{cut_str($val->content,15,'...')}</a>
|
||||
- {$val->user_name}
|
||||
<!--@if($val->member_srl)-->
|
||||
- <span class="member_{$val->member_srl} writer">{$val->nick_name}</span>
|
||||
<!--@else-->
|
||||
- {$val->nick_name}
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,74 +1,49 @@
|
|||
.newest_comment_default_normal {
|
||||
.newest_comment_normal {
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box {
|
||||
.newest_comment_normal .newest_comment_box {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .title_box {
|
||||
.newest_comment_normal .newest_comment_box .title_box {
|
||||
padding:5px;
|
||||
height:14px;
|
||||
overflow:hidden;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .title_box .title {
|
||||
.newest_comment_normal .newest_comment_box .title_box .title {
|
||||
font-weight:bold;
|
||||
height:14px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .title_box .more A {
|
||||
float:right;
|
||||
color:#AAAAAA;
|
||||
text-decoration:none;
|
||||
font-family:tahoma;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment_box {
|
||||
.newest_comment_normal .newest_comment_box .comment_box {
|
||||
padding:5px 3px 3px 1px;
|
||||
clear:both;
|
||||
border:3px solid #EEEEEE;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment {
|
||||
.newest_comment_normal .newest_comment_box .comment {
|
||||
padding:0px 0px 5px 5px;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment A {
|
||||
.newest_comment_normal .newest_comment_box .comment A {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment A:hover {
|
||||
.newest_comment_normal .newest_comment_box .comment A:hover {
|
||||
text-decoration:underline;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment A:visited {
|
||||
.newest_comment_normal .newest_comment_box .comment A:visited {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment .comment A {
|
||||
font-size:7pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .comment .writer {
|
||||
font-size:9pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
.newest_comment_default_normal .newest_comment_default_box .regdate {
|
||||
color:#AAAAAA;
|
||||
font-size:8pt;
|
||||
font-family:tahoma;
|
||||
float:right;
|
||||
.newest_comment_normal .newest_comment_box .comment .writer {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,16 +3,12 @@
|
|||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--%import("normal/style.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="newest_trackback_default_{$colorset}" style="width:100%">
|
||||
<div class="newest_trackback_default_box">
|
||||
<div class="newest_trackback_{$colorset}" style="width:100%">
|
||||
<div class="newest_trackback_box">
|
||||
|
||||
<!--@if($plugin_info->title)-->
|
||||
<div class="title_box">
|
||||
<div class="title">{$plugin_info->title}</div>
|
||||
<!--@if($module_name)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$plugin_info->module_name)}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
@ -20,7 +16,7 @@
|
|||
<!--@foreach($plugin_info->trackback_list as $val)-->
|
||||
<div class="trackback">
|
||||
<a href="{getUrl('','document_srl',$val->document_srl)}#trackback_{$val->trackback_srl}">{cut_str($val->title,15,'...')}</a>
|
||||
- {cut_str($val->blog_name,10,'...')}
|
||||
- <a href="#" onclick="winopen('{$val->url}');return false;">{cut_str($val->blog_name,10,'...')}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,74 +1,45 @@
|
|||
.newest_trackback_default_normal {
|
||||
.newest_trackback_normal {
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box {
|
||||
.newest_trackback_normal .newest_trackback_box {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .title_box {
|
||||
.newest_trackback_normal .newest_trackback_box .title_box {
|
||||
padding:5px;
|
||||
height:14px;
|
||||
overflow:hidden;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .title_box .title {
|
||||
.newest_trackback_normal .newest_trackback_box .title_box .title {
|
||||
font-weight:bold;
|
||||
height:14px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .title_box .more A {
|
||||
float:right;
|
||||
color:#AAAAAA;
|
||||
text-decoration:none;
|
||||
font-family:tahoma;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback_box {
|
||||
.newest_trackback_normal .newest_trackback_box .trackback_box {
|
||||
padding:5px 3px 3px 1px;
|
||||
clear:both;
|
||||
border:3px solid #EEEEEE;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback {
|
||||
.newest_trackback_normal .newest_trackback_box .trackback {
|
||||
padding:0px 0px 5px 5px;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback A {
|
||||
.newest_trackback_normal .newest_trackback_box .trackback A {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback A:hover {
|
||||
.newest_trackback_normal .newest_trackback_box .trackback A:hover {
|
||||
text-decoration:underline;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback A:visited {
|
||||
.newest_trackback_normal .newest_trackback_box .trackback A:visited {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback .trackback A {
|
||||
font-size:7pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .trackback .writer {
|
||||
font-size:9pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
.newest_trackback_default_normal .newest_trackback_default_box .regdate {
|
||||
color:#AAAAAA;
|
||||
font-size:8pt;
|
||||
font-family:tahoma;
|
||||
float:right;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,22 +4,19 @@
|
|||
<!--%import("normal/style.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="newest_tag_default_{$colorset}" style="width:100%">
|
||||
<div class="newest_tag_default_box">
|
||||
<div class="tag_list_{$colorset}" style="width:100%">
|
||||
<div class="tag_list_box">
|
||||
|
||||
<!--@if($plugin_info->title)-->
|
||||
<div class="title_box">
|
||||
<div class="title">{$plugin_info->title}</div>
|
||||
<!--@if($module_name)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$plugin_info->module_name)}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="tag_box">
|
||||
<!--@foreach($plugin_info->tag_list as $val)-->
|
||||
<div class="tag">
|
||||
<a href="{getUrl('mid',$mid,'search_target','tag','search_keyword',$val->tag)}">{cut_str($val->tag,15,'...')} ({$val->count})</a>
|
||||
<a href="{getUrl('mid',$mid,'search_target','tag','search_keyword',$val->tag)}">{cut_str($val->tag,15,'...')}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,75 +1,53 @@
|
|||
.newest_tag_default_normal {
|
||||
.tag_list_normal {
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box {
|
||||
.tag_list_normal .tag_list_box {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .title_box {
|
||||
.tag_list_normal .tag_list_box .title_box {
|
||||
padding:5px;
|
||||
height:14px;
|
||||
overflow:hidden;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .title_box .title {
|
||||
.tag_list_normal .tag_list_box .title_box .title {
|
||||
font-weight:bold;
|
||||
height:14px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .title_box .more A {
|
||||
float:right;
|
||||
color:#AAAAAA;
|
||||
text-decoration:none;
|
||||
font-family:tahoma;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag_box {
|
||||
.tag_list_normal .tag_list_box .tag_box {
|
||||
padding:5px;
|
||||
clear:both;
|
||||
border:3px solid #EEEEEE;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag {
|
||||
.tag_list_normal .tag_list_box .tag {
|
||||
float:left;
|
||||
margin-right:5px;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag A {
|
||||
.tag_list_normal .tag_list_box .tag A {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag A:hover {
|
||||
.tag_list_normal .tag_list_box .tag A:hover {
|
||||
text-decoration:underline;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag A:visited {
|
||||
.tag_list_normal .tag_list_box .tag A:visited {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag .tag A {
|
||||
.tag_list_normal .tag_list_box .tag .tag A {
|
||||
font-size:7pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .tag .writer {
|
||||
font-size:9pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
.newest_tag_default_normal .newest_tag_default_box .regdate {
|
||||
color:#AAAAAA;
|
||||
font-size:8pt;
|
||||
font-family:tahoma;
|
||||
float:right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue