mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +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
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue