mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
위젯 상자 스타일 컬러 베리에이션 추가/분류변경/디버깅
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5930 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
03c0ef4db4
commit
b84bf44947
27 changed files with 472 additions and 336 deletions
|
|
@ -9,8 +9,6 @@
|
|||
.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
|
||||
.widgetBox .widgetMore img{ border:0;}
|
||||
.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1;}
|
||||
.widgetBox .rcTop{ position:absolute;}
|
||||
.widgetBox .rcBottom{ position:relative;}
|
||||
.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
|
||||
.widgetBox .rcTop .tl{ top:0;}
|
||||
.widgetBox .rcTop .tr{ top:0;}
|
||||
|
|
@ -19,12 +17,12 @@
|
|||
|
||||
.widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;}
|
||||
.widgetBoxA .widgetMore{ top:10px; right:0; color:#888;}
|
||||
.widgetBoxA .rcContainer{ display:none;}
|
||||
.widgetBoxA .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxB .widgetBox{ border:1px solid #ccc;}
|
||||
.widgetBoxB .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; text-indent:15px; border-bottom:1px solid #ddd; background:url(../img/headerBgB.gif) repeat-x;}
|
||||
.widgetBoxB .widgetMore{ top:7px; right:15px;}
|
||||
.widgetBoxB .rcContainer{ display:none;}
|
||||
.widgetBoxB .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxC{ padding:3px 0;}
|
||||
.widgetBoxC .widgetBox{ border-left:1px solid #ccc; border-right:1px solid #ccc;}
|
||||
|
|
@ -32,8 +30,8 @@
|
|||
.widgetBoxC .widgetMore{ top:5px; right:15px;}
|
||||
.widgetBoxC .rcTop,
|
||||
.widgetBoxC .rcBottom{ height:3px;}
|
||||
.widgetBoxC .rcTop{ top:-3px;}
|
||||
.widgetBoxC .rcBottom{ bottom:-3px;}
|
||||
.widgetBoxC .rcTop{ position:absolute; top:-3px;}
|
||||
.widgetBoxC .rcBottom{ position:relative; bottom:-3px;}
|
||||
.widgetBoxC .rc { width:50%; height:3px; background-image:url(../img/roundedCornerC.gif); background-repeat:no-repeat;}
|
||||
.widgetBoxC .rcTop .tl{ background-position:0 0; left:0px;}
|
||||
.widgetBoxC .rcTop .tr{ background-position:right 0; left:50%;}
|
||||
|
|
@ -42,9 +40,4 @@
|
|||
|
||||
.widgetBoxG .widgetBoxHeader{ position:relative; border:1px solid #ccc; padding:4px 0; text-indent:15px; background:url(../img/headerBgG.gif) repeat-x 0 center;}
|
||||
.widgetBoxG .widgetMore{ top:7px; right:15px;}
|
||||
|
||||
.widgetBoxJ .widgetBox{ background:#efefed; padding-bottom:5px; background-image:url(../img/widgetBgJ.gif); background-repeat:repeat-x;}
|
||||
.widgetBoxJ .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
|
||||
.widgetBoxJ .widgetMore{ top:10px; right:15px;}
|
||||
.widgetBoxJ .rcTop,
|
||||
.widgetBoxJ .rcBottom{ display:none;}
|
||||
.widgetBoxG .rcContainer{ display:none !important;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue