mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
widgetContainer를 사용하는 XE 룰을 따르는 위젯들의 colorset이 한 페이지에 white/black2개가 모두 쓰일때 오동작하는 것을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e81309067
commit
905fba6fa7
84 changed files with 1840 additions and 1939 deletions
|
|
@ -1,6 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetDlistA */
|
||||
.widgetDlistA dt{ color:#999;}
|
||||
.widgetDlistA dd,
|
||||
.widgetDlistA dd a{ color:#888;}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetDlistA */
|
||||
.widgetDlistA dt{ color:#333;}
|
||||
.widgetDlistA dd,
|
||||
.widgetDlistA dd a{ color:#888;}
|
||||
|
|
@ -6,3 +6,10 @@
|
|||
.widgetDlistA dt{ float:left; clear:left; margin-right:5px; white-space:nowrap;}
|
||||
.widgetDlistA dd{ clear:right; white-space:nowrap; font-family:Tahoma;}
|
||||
|
||||
.widgetDlistA dt{ color:#333;}
|
||||
.widgetDlistA dd,
|
||||
.widgetDlistA dd a{ color:#888;}
|
||||
|
||||
.widgetContainer.black .widgetDlistA dt{ color:#999;}
|
||||
.widgetContainer.black .widgetDlistA dd,
|
||||
.widgetContainer.black .widgetDlistA dd a{ color:#888;}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,10 @@
|
|||
<!--%import("./js/site_info.js")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
|
||||
<!--@if($colorset=="black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset=="white" || $colorset=="default")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@else-->
|
||||
<!--@if($layout_info->colorset=="black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@end-->
|
||||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="widgetContainer">
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<dl class="widgetDlistA">
|
||||
<dt>{$lang->member}:</dt>
|
||||
<dd>{number_format($widget_info->member_count)}</dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue