mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +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;}
|
||||
|
|
@ -20,11 +18,34 @@
|
|||
.widgetBoxFred .widgetBox{ border:1px solid #ffcccc; border-top-width:5px; border-bottom-width:5px;}
|
||||
.widgetBoxFred .widgetBoxHeader{ position:relative; padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #ffcccc; color:#ff3333;}
|
||||
.widgetBoxFred .widgetMore{ top:7px; right:15px; color:#888;}
|
||||
.widgetBoxFred .rcContainer{ display:none !important;;}
|
||||
|
||||
.widgetBoxFgreen .widgetBox{ border:1px solid #d9efb9; border-top-width:5px; border-bottom-width:5px;}
|
||||
.widgetBoxFgreen .widgetBoxHeader{ padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #d9efb9; color:#ff3333;}
|
||||
.widgetBoxFgreen .widgetMore{ top:7px; right:15px; color:#888;}
|
||||
.widgetBoxFgreen .rcContainer{ display:none !important;;}
|
||||
|
||||
.widgetBoxFblue .widgetBox{ border:1px solid #d8e6e7; border-top-width:5px; border-bottom-width:5px;}
|
||||
.widgetBoxFblue .widgetBoxHeader{ position:relative; padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #d8e6e7; color:#55ccdd;}
|
||||
.widgetBoxFblue .widgetMore{ top:7px; right:15px; color:#888;}
|
||||
.widgetBoxFblue .widgetMore{ top:7px; right:15px; color:#888;}
|
||||
.widgetBoxFblue .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxJgray .widgetBox{ background:#efefed; padding-bottom:5px; background-image:url(../img/widgetBgJgray.gif); background-repeat:repeat-x;}
|
||||
.widgetBoxJgray .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
|
||||
.widgetBoxJgray .widgetMore{ top:10px; right:15px;}
|
||||
.widgetBoxJgray .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxJred .widgetBox{ background:#f9e3e0; padding-bottom:5px; background-image:url(../img/widgetBgJred.gif); background-repeat:repeat-x;}
|
||||
.widgetBoxJred .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
|
||||
.widgetBoxJred .widgetMore{ top:10px; right:15px;}
|
||||
.widgetBoxJred .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxJgreen .widgetBox{ background:#d7fcd3; padding-bottom:5px; background-image:url(../img/widgetBgJgreen.gif); background-repeat:repeat-x;}
|
||||
.widgetBoxJgreen .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
|
||||
.widgetBoxJgreen .widgetMore{ top:10px; right:15px;}
|
||||
.widgetBoxJgreen .rcContainer{ display:none !important;}
|
||||
|
||||
.widgetBoxJblue .widgetBox{ background:#e6e6f7; padding-bottom:5px; background-image:url(../img/widgetBgJblue.gif); background-repeat:repeat-x;}
|
||||
.widgetBoxJblue .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
|
||||
.widgetBoxJblue .widgetMore{ top:10px; right:15px;}
|
||||
.widgetBoxJblue .rcContainer{ display:none !important;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue