From 76bcf88eaf7a19fb23dee459ec319882176b87b5 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 24 Mar 2009 01:42:17 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EB=B0=95=EC=8A=A4=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=A0=88=EA=B1=B0=EC=8B=9C=20?= =?UTF-8?q?=ED=8F=B4=EB=8D=94=EB=AA=85=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5945 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgetstyles/colorbox/css/widgetBoxStyle.css | 36 ++++++++++++++++++++ widgetstyles/line/css/widgetBoxStyle.css | 20 +++++++++++ 2 files changed, 56 insertions(+) create mode 100644 widgetstyles/colorbox/css/widgetBoxStyle.css create mode 100644 widgetstyles/line/css/widgetBoxStyle.css diff --git a/widgetstyles/colorbox/css/widgetBoxStyle.css b/widgetstyles/colorbox/css/widgetBoxStyle.css new file mode 100644 index 000000000..61233bb74 --- /dev/null +++ b/widgetstyles/colorbox/css/widgetBoxStyle.css @@ -0,0 +1,36 @@ +@charset "utf-8"; +/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */ + +.widgetBoxContainer{ position:relative;} + +.widgetBox{ position:relative;} +.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;} +.widgetBox .widgetContainer{ position:relative; z-index:10;} +.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 .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;} +.widgetBox .rcTop .tl{ top:0;} +.widgetBox .rcTop .tr{ top:0;} +.widgetBox .rcBottom .bl{ top:0;} +.widgetBox .rcBottom .br{ top:0;} + +.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;} diff --git a/widgetstyles/line/css/widgetBoxStyle.css b/widgetstyles/line/css/widgetBoxStyle.css new file mode 100644 index 000000000..6cfa2d31b --- /dev/null +++ b/widgetstyles/line/css/widgetBoxStyle.css @@ -0,0 +1,20 @@ +@charset "utf-8"; +/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */ + +.widgetBoxContainer{ position:relative;} + +.widgetBox{ position:relative;} +.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;} +.widgetBox .widgetContainer{ position:relative; z-index:10;} +.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 .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;} +.widgetBox .rcTop .tl{ top:0;} +.widgetBox .rcTop .tr{ top:0;} +.widgetBox .rcBottom .bl{ top:0;} +.widgetBox .rcBottom .br{ top:0;} + +.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 !important;}