mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +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
14
widgets/rank_point/skins/default/css/black.css
Normal file
14
widgets/rank_point/skins/default/css/black.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@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;}
|
||||
.widgetOlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
||||
.widgetOlistA li{ margin-left:25px;}
|
||||
.widgetOlistA li,
|
||||
.widgetOlistA li a{ color:#999;}
|
||||
.widgetOlistA li sup{ color:#666; font-size:10px; font-family:tahoma; padding-left:10px;}
|
||||
14
widgets/rank_point/skins/default/css/white.css
Normal file
14
widgets/rank_point/skins/default/css/white.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@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;}
|
||||
.widgetOlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
|
||||
.widgetOlistA li{ margin-left:25px;}
|
||||
.widgetOlistA li,
|
||||
.widgetOlistA li a{ color:#666;}
|
||||
.widgetOlistA li sup{ color:#AAA; font-size:10px; font-family:tahoma; padding-left:10px;}
|
||||
19
widgets/rank_point/skins/default/list.html
Normal file
19
widgets/rank_point/skins/default/list.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!--@if($colorset == "black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset == "white" || $colorset == "normal")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="widgetContainer">
|
||||
<ol class="widgetOlistA">
|
||||
{@ $no = 1}
|
||||
<!--@foreach($widget_info->point_list as $val)-->
|
||||
<li><a href="#" class="member_{$val->member_srl}" onclick="return false;">{$val->nick_name}</a> <sup>{number_format($val->point)}</sup></li>
|
||||
{@ $no++}
|
||||
<!--@end-->
|
||||
</ol>
|
||||
<!--@if($widget_info->period)-->
|
||||
<address class="period">{$widget_info->date_from} ~ {date("Y-m-d")}</address>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
36
widgets/rank_point/skins/default/skin.xml
Normal file
36
widgets/rank_point/skins/default/skin.xml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skin version="0.2">
|
||||
<title xml:lang="ko">기본 회원 포인트 랭킹 스킨</title>
|
||||
<description xml:lang="ko">회원의 포인트 랭킹 출력 위젯 기본 스킨</description>
|
||||
<version>0.1</version>
|
||||
<date>2009-02-23</date>
|
||||
<link>http://www.zeroboard.com</link>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
<name xml:lang="ko">zero</name>
|
||||
</author>
|
||||
|
||||
<colorset>
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue