mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
위젯 상자 스타일 가운데 일부 위젯의 기본 배경색 #fff을 제거. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9d24c1bbc
commit
bde2e72a15
2 changed files with 5 additions and 8 deletions
|
|
@ -17,14 +17,14 @@
|
||||||
.widgetBox .rcBottom .bl{ top:0;}
|
.widgetBox .rcBottom .bl{ top:0;}
|
||||||
.widgetBox .rcBottom .br{ top:0;}
|
.widgetBox .rcBottom .br{ top:0;}
|
||||||
|
|
||||||
.widgetBoxFred .widgetBox{ background:#fff; border:1px solid #ffcccc; border-top-width:5px; border-bottom-width:5px;}
|
.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 .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 .widgetMore{ top:7px; right:15px; color:#888;}
|
||||||
|
|
||||||
.widgetBoxFgreen .widgetBox{ position:relative; background:#fff; border:1px solid #d9efb9; border-top-width:5px; border-bottom-width:5px;}
|
.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 .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 .widgetMore{ top:7px; right:15px; color:#888;}
|
||||||
|
|
||||||
.widgetBoxFblue .widgetBox{ background:#fff; border:1px solid #d8e6e7; border-top-width:5px; border-bottom-width:5px;}
|
.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 .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;}
|
||||||
|
|
@ -17,19 +17,17 @@
|
||||||
.widgetBox .rcBottom .bl{ top:0;}
|
.widgetBox .rcBottom .bl{ top:0;}
|
||||||
.widgetBox .rcBottom .br{ top:0;}
|
.widgetBox .rcBottom .br{ top:0;}
|
||||||
|
|
||||||
.widgetBoxA .widgetBox{ background:#fff;}
|
|
||||||
.widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;}
|
.widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;}
|
||||||
.widgetBoxA .widgetMore{ top:10px; right:0; color:#888;}
|
.widgetBoxA .widgetMore{ top:10px; right:0; color:#888;}
|
||||||
.widgetBoxA .rcContainer{ display:none;}
|
.widgetBoxA .rcContainer{ display:none;}
|
||||||
|
|
||||||
.widgetBoxB .widgetBox{ background:#fff;}
|
|
||||||
.widgetBoxB .widgetBox{ border:1px solid #ccc;}
|
.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 .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 .widgetMore{ top:7px; right:15px;}
|
||||||
.widgetBoxB .rcContainer{ display:none;}
|
.widgetBoxB .rcContainer{ display:none;}
|
||||||
|
|
||||||
.widgetBoxC{ padding:3px 0; background:#fff;}
|
.widgetBoxC{ padding:3px 0;}
|
||||||
.widgetBoxC .widgetBox{ border-left:1px solid #ccc; border-right:1px solid #ccc;}
|
.widgetBoxC .widgetBox{ border-left:1px solid #ccc; border-right:1px solid #ccc; background-color:#fff;}
|
||||||
.widgetBoxC .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; text-indent:15px; border-bottom:1px solid #ddd; background:url(../img/headerBgC.gif) repeat-x;}
|
.widgetBoxC .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; text-indent:15px; border-bottom:1px solid #ddd; background:url(../img/headerBgC.gif) repeat-x;}
|
||||||
.widgetBoxC .widgetMore{ top:5px; right:15px;}
|
.widgetBoxC .widgetMore{ top:5px; right:15px;}
|
||||||
.widgetBoxC .rcTop,
|
.widgetBoxC .rcTop,
|
||||||
|
|
@ -42,7 +40,6 @@
|
||||||
.widgetBoxC .rcBottom .bl{ background-position:0 bottom; left:0px;}
|
.widgetBoxC .rcBottom .bl{ background-position:0 bottom; left:0px;}
|
||||||
.widgetBoxC .rcBottom .br{ background-position:right bottom; left:50%;}
|
.widgetBoxC .rcBottom .br{ background-position:right bottom; left:50%;}
|
||||||
|
|
||||||
.widgetBoxG .widgetBox{ background:#fff;}
|
|
||||||
.widgetBoxG .widgetBoxHeader{ position:relative; border:1px solid #ccc; padding:4px 0; text-indent:15px; background:url(../img/headerBgG.gif) repeat-x 0 center;}
|
.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;}
|
.widgetBoxG .widgetMore{ top:7px; right:15px;}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue