mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
21
widgets/point_status/skins/default/css/black.css
Normal file
21
widgets/point_status/skins/default/css/black.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.widgetContainer a{ text-decoration:none;}
|
||||
.widgetContainer a:hover,
|
||||
.widgetContainer a:active,
|
||||
.widgetContainer a:focus{ text-decoration:underline;}
|
||||
.widgetContainer img{ border:0;}
|
||||
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
|
||||
.widgetContainer form{ margin:0; padding:0;}
|
||||
.widgetContainer fieldset{ border:0; margin:0; padding:0;}
|
||||
|
||||
.widgetPoint{ margin:0; *zoom:1; clear:both;}
|
||||
.widgetPoint:after{ content:""; display:block; clear:both;}
|
||||
.widgetPoint dt{ font-size:12px; font-family:Tahoma; font-weight:bold;}
|
||||
.widgetPoint dd{ margin:0;}
|
||||
.widgetPoint dd.graph{ height:5px; overflow:hidden; background:#e5e5e5; font-size:0; line-height:0;}
|
||||
.widgetPoint dd.graph img{ width:0%;}
|
||||
.widgetPoint dd.point{ font-size:10px; font-family:Tahoma; float:left; color:#888;}
|
||||
.widgetPoint dd.percentage{ font-size:10px; font-family:Tahoma; float:right; color:#888;}
|
||||
.widgetPoint dt{ color:#999;}
|
||||
|
||||
21
widgets/point_status/skins/default/css/white.css
Normal file
21
widgets/point_status/skins/default/css/white.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.widgetContainer a{ text-decoration:none;}
|
||||
.widgetContainer a:hover,
|
||||
.widgetContainer a:active,
|
||||
.widgetContainer a:focus{ text-decoration:underline;}
|
||||
.widgetContainer img{ border:0;}
|
||||
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
|
||||
.widgetContainer form{ margin:0; padding:0;}
|
||||
.widgetContainer fieldset{ border:0; margin:0; padding:0;}
|
||||
|
||||
.widgetPoint{ margin:0; *zoom:1; clear:both;}
|
||||
.widgetPoint:after{ content:""; display:block; clear:both;}
|
||||
.widgetPoint dt{ font-size:12px; font-family:Tahoma; font-weight:bold;}
|
||||
.widgetPoint dd{ margin:0;}
|
||||
.widgetPoint dd.graph{ height:5px; overflow:hidden; background:#e5e5e5; font-size:0; line-height:0;}
|
||||
.widgetPoint dd.graph img{ width:0%;}
|
||||
.widgetPoint dd.point{ font-size:10px; font-family:Tahoma; float:left; color:#888;}
|
||||
.widgetPoint dd.percentage{ font-size:10px; font-family:Tahoma; float:right; color:#888;}
|
||||
.widgetPoint dt{ color:#333;}
|
||||
|
||||
BIN
widgets/point_status/skins/default/img/black/linePoint.gif
Executable file
BIN
widgets/point_status/skins/default/img/black/linePoint.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
BIN
widgets/point_status/skins/default/img/white/linePoint.gif
Executable file
BIN
widgets/point_status/skins/default/img/white/linePoint.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
|
|
@ -8,8 +8,8 @@
|
|||
<description xml:lang="jp">ポイント状況出力ウィジェットのデフォルトスキンです。</description>
|
||||
<description xml:lang="zh-CN">显示在线会员积分现况的默认皮肤。</description>
|
||||
<description xml:lang="zh-TW">顯示線上會員積分狀況的預設面板。</description>
|
||||
<version>0.1</version>
|
||||
<date>2008-04-23</date>
|
||||
<version>0.2</version>
|
||||
<date>2009-02-17</date>
|
||||
<link>http://www.zeroboard.com</link>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
|
|
@ -20,12 +20,26 @@
|
|||
</author>
|
||||
|
||||
<colorset>
|
||||
<color name="normal">
|
||||
<title xml:lang="ko">기본 컬러</title>
|
||||
<title xml:lang="jp">デフォルトカラー</title>
|
||||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
<title xml:lang="zh-TW">預設顏色</title>
|
||||
</color>
|
||||
<color name="layout">
|
||||
<title xml:lang="ko">레이아웃에 맞춤</title>
|
||||
<title xml:lang="jp">レイアウトに合わせる</title>
|
||||
<title xml:lang="zh-CN">随布局</title>
|
||||
<title xml:lang="en">레이아웃에 맞춤</title>
|
||||
<title xml:lang="zh-TW">隨版面</title>
|
||||
</color>
|
||||
<color name="white">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="jp">白(デフォルト)</title>
|
||||
<title xml:lang="zh-CN">白色(默认)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
<title xml:lang="zh-TW">白色(預設)</title>
|
||||
</color>
|
||||
<color name="black">
|
||||
<title xml:lang="ko">검은색</title>
|
||||
<title xml:lang="jp">黒</title>
|
||||
<title xml:lang="en">Black</title>
|
||||
<title xml:lang="zh-CN">黑色</title>
|
||||
<title xml:lang="zh-TW">黑色</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
.point_status_white .level { font-size:7pt; font-family:tahoma; float:left; color:#333333; }
|
||||
.point_status_white .next { font-size:7pt; font-family:tahoma; float:right; color:#979797; }
|
||||
.point_status_white .bar_box { background-color:#D9DAF8; height:8px; border:1px solid #2E35D3; white-space:nowrap; overflow:hidden; margin:3px 0 3px 0;}
|
||||
.point_status_white .bar { height:8px; background-color:#6A70E5; border-right:1px solid #2E35D3; white-space:nowrap; overflow:hidden;}
|
||||
.point_status_white .point { font-family:tahoma; font-size:8pt; color:#333333; }
|
||||
|
||||
.point_status_black .level { font-size:7pt; font-family:tahoma; float:left; color:#BBBBBB; }
|
||||
.point_status_black .next { font-size:7pt; font-family:tahoma; float:right; color:#979797; }
|
||||
.point_status_black .bar_box { background-color:#D9DAF8; height:8px; border:1px solid #2E35D3; white-space:nowrap; overflow:hidden; margin:3px 0 3px 0;}
|
||||
.point_status_black .bar { height:8px; background-color:#6A70E5; border-right:1px solid #2E35D3; white-space:nowrap; overflow:hidden;}
|
||||
.point_status_black .point { font-family:tahoma; font-size:8pt; color:#BBBBBB; }
|
||||
|
|
@ -1,27 +1,14 @@
|
|||
<!--@if($colorset=="black")-->
|
||||
{@ $colorset="black"}
|
||||
<!--@else-->
|
||||
{@ $colorset="white"}
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset=="white" || $colorset=="default")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@end-->
|
||||
<!--%import("status.css")-->
|
||||
|
||||
<div class="point_status_{$colorset}">
|
||||
<div class="level">
|
||||
Lv.<strong>{$widget_info->level}</strong>
|
||||
</div>
|
||||
<div class="next">
|
||||
<strong>{$widget_info->per}%</strong>
|
||||
<span class="next_point">(-{$widget_info->next_point-$widget_info->point})</span>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="bar_box">
|
||||
<div style="width:{$widget_info->per}%;" class="bar"></div>
|
||||
</div>
|
||||
|
||||
<div class="point">
|
||||
{number_format($widget_info->point)}{$widget_info->point_unit}
|
||||
</div>
|
||||
|
||||
<div class="widgetContainer">
|
||||
<dl class="widgetPoint">
|
||||
<dt>Level. {$widget_info->level}</dt>
|
||||
<dd class="graph"><img src="./img/white/linePoint.gif" width="1" height="5" alt="{$widget_info->per}%" style="width:{$widget_info->per}%" /></dd>
|
||||
<dd class="point">{number_format($widget_info->point)}/{number_format($widget_info->next_point)} {$widget_info->point_unit}</dd>
|
||||
<dd class="percentage">{$widget_info->per}%</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue