mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
skin update
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7636 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
35e150ba3b
commit
390fec1c98
4 changed files with 166 additions and 159 deletions
|
|
@ -1,52 +1,51 @@
|
|||
<div class="mcw">
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<div class="hx h2">
|
||||
<h2>{$__module_info->browser_title}</h2>
|
||||
<!--@end-->
|
||||
|
||||
<ul>
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@if($item->getThumbnail())-->
|
||||
<img src="{$item->getThumbnail()}" alt="" class="th" />
|
||||
<!--@else-->
|
||||
<span class="th">No Image</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
{$item->getRegdate("Y-m-d")}
|
||||
{$item->getRegdate("H:i")}
|
||||
</span>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<ul class="lt">
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@if($item->getThumbnail())-->
|
||||
<img src="{$item->getThumbnail()}" alt="" class="th" />
|
||||
<!--@else-->
|
||||
<span class="th">No Image</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
|
||||
</span>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1,55 +1,54 @@
|
|||
<div class="mcw">
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<div class="hx h2">
|
||||
<h2>{$__module_info->browser_title}</h2>
|
||||
<!--@end-->
|
||||
|
||||
<ul>
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@if($item->getThumbnail())-->
|
||||
<img src="{$item->getThumbnail()}" alt="" class="th" />
|
||||
<!--@else-->
|
||||
<span class="th">No Image</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
{$item->getRegdate("Y-m-d")}
|
||||
{$item->getRegdate("H:i")}
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='content')-->
|
||||
<span class="text">{$item->getContent()}</span>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<ul class="lt">
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@if($item->getThumbnail())-->
|
||||
<img src="{$item->getThumbnail()}" alt="" class="th" />
|
||||
<!--@else-->
|
||||
<span class="th">No Image</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='content')-->
|
||||
<span class="text">{$item->getContent()}</span>
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,24 @@
|
|||
@charset "utf-8";
|
||||
/* Mobile Content Widget */
|
||||
.mcw h2{position:relative;margin:-1px 0; padding:10px;background:#ddd;border:1px solid #999;border-left:0;border-right:0;text-shadow:1px 1px #fff;font-size:20px}
|
||||
.mcw ul{margin:0;padding:0;list-style:none}
|
||||
.mcw li{border-bottom:1px solid #999}
|
||||
.mcw li:last-child{border:0}
|
||||
.mcw ul a{display:block;text-decoration:none;padding:10px;color:#000;*zoom:1}
|
||||
.mcw ul a:after{content:"";display:block;clear:both}
|
||||
.mcw ul a:visited{color:#666}
|
||||
.mcw .th{float:left;margin:0 10px 5px 0;border:1px solid #fff;background:#eee;color:#666;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px;box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;-webkit-box-shadow:0 0 3px #333}
|
||||
.mcw .title{display:block;margin:0 0 8px 0}
|
||||
.mcw .title em{color:#f60;font-size:12px}
|
||||
.mcw .auth{font-size:12px;color:#666}
|
||||
.mcw .text{color:#666}
|
||||
/* Mobile XE (/widgets/mcontent/skins/default/) */
|
||||
/* Hx */
|
||||
.hx{position:relative;border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
|
||||
.hx:after{content:"";margin:0 -10px;position:relative;top:10px;display:block;clear:both;height:1px;background:#fff}
|
||||
.hx.h2{background:#e5e5e5}
|
||||
.hx.h2 em{font-size:12px;color:#f60}
|
||||
.hx.h3{background:#868686;color:#fff}
|
||||
.hx.h3 em{font-size:12px}
|
||||
.hx h2, .hx h3{margin:0 10px 0 0;display:inline}
|
||||
.hx h2{font-size:16px;line-height:1.4}
|
||||
.hx h3{font-size:14px}
|
||||
/* List */
|
||||
.lt{margin:0;padding:0;list-style:none;background:#f2f0ec;font-size:14px;}
|
||||
.lt li{border-bottom:1px solid #ccc8be}
|
||||
.lt a{display:block;text-decoration:none;color:#000;padding:10px;*zoom:1}
|
||||
.lt a:after{content:"";display:block;clear:both}
|
||||
.lt .th{float:left;margin:0 10px 5px 0;border:1px solid #fff;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px;box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;-webkit-box-shadow:0 0 3px #333}
|
||||
.lt .title{display:block;margin:0 0 5px 0}
|
||||
.lt .title strong{font-size:14px;font-weight:bold}
|
||||
.lt .title em{font-size:12px;color:#333;color:#f60}
|
||||
.lt .text{display:block; color:#666;margin:0 0 5px 0}
|
||||
.lt .auth{display:block;font-size:12px}
|
||||
.lt .auth .time{padding:0 5px;border-left:1px solid #bfbfbf}
|
||||
|
|
|
|||
|
|
@ -1,46 +1,45 @@
|
|||
<div class="mcw">
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
||||
{@$__module_info=$widget_info->modules_info;}
|
||||
{@$__module_info=array_pop($__module_info);}
|
||||
<div class="hx h2">
|
||||
<h2>{$__module_info->browser_title}</h2>
|
||||
<!--@end-->
|
||||
|
||||
<ul>
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
{$item->getRegdate("Y-m-d")}
|
||||
{$item->getRegdate("H:i")}
|
||||
</span>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<ul class="lt">
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li>
|
||||
<a href="{$item->getLink()}">
|
||||
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
||||
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
||||
<span class="title">
|
||||
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
{$item->getBrowserTitle()} ›
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
||||
{$item->getCategory()} ›
|
||||
<!--@end-->
|
||||
|
||||
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
||||
|
||||
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
||||
<em title="Replies">[{$item->getCommentCount()}]</em>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
||||
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
||||
<!--@end-->
|
||||
</span>
|
||||
|
||||
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
||||
<span class="auth">
|
||||
<strong>{$item->getNickName()}</strong>
|
||||
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
|
||||
</span>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue