From 5eb6c939b1d98cc6f779d9d2e4f933d53ea52f9a Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 6 Aug 2007 08:05:02 +0000 Subject: [PATCH] =?UTF-8?q?XE=20=EA=B3=B5=EC=8B=9D=20=EC=B5=9C=EA=B7=BC=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EB=AC=BC=20=EC=9C=84=EC=A0=AF=EC=9D=98=20?= =?UTF-8?q?=EC=BB=AC=EB=9F=AC=EC=85=8B=20=EC=A1=B0=EC=A0=88=20=EB=B0=8F=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9-=EB=82=A0=EC=A7=9C=20=ED=98=95=EC=8B=9D?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9E=AC=EA=B5=AC=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2210 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../skins/xe_official/css/black.css | 29 +++++++++++-------- .../skins/xe_official/css/white.css | 29 +++++++++++-------- .../skins/xe_official/list.html | 15 +++++----- 3 files changed, 42 insertions(+), 31 deletions(-) diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index 195851f5f..303d4efe5 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -1,12 +1,17 @@ -.latest { padding-bottom:15px; overflow:hidden; position:relative;} -.latest h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom;} -.latest ul {} -.latest ul li { white-space:nowrap; height:21px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} -.latest ul li a { color:#818181; text-decoration:none; } -.latest ul li a:hover { text-decoration:underline; } -.latest ul li span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} -.latest ul li span.date { color:#999999; font:.8em Tahoma; margin-right:5px;} -.latest ul li span.writer { color:#999999; font-size:.9em; margin-left:.3em;} -.latest .more { position:absolute; top:12px; right:11px; color:#818181; font:.8em Tahoma;} -.latest a.more { text-decoration:none;} -.latest a.more:hover { text-decoration:underline;} +.latest_black { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} +.latest_black h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} + +.latest_black ul { } +.latest_black ul li { position:relative; height:21px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; } + +.latest_black ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} +.latest_black ul li .title a { color:#818181; text-decoration:none; } +.latest_black ul li .title a:hover { text-decoration:underline; } +.latest_black ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} + +.latest_black ul li .date { position:relative; z-index:1; } +.latest_black ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; } + +.latest_black .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} +.latest_black a.more { text-decoration:none;} +.latest_black a.more:hover { text-decoration:underline;} diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index 2f5553ec7..1cc32e009 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -1,12 +1,17 @@ -.latest { padding-bottom:15px; overflow:hidden; position:relative;} -.latest h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom;} -.latest ul { overflow:hidden; width:100%;} -.latest ul li { white-space:nowrap; height:21px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} -.latest ul li a { color:#555555; text-decoration:none; } -.latest ul li a:hover { text-decoration:underline; } -.latest ul li span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} -.latest ul li span.date { color:#999999; font:.8em Tahoma; margin-right:5px;} -.latest ul li span.writer { color:#999999; font-size:.9em; margin-left:.3em;} -.latest .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} -.latest a.more { text-decoration:none;} -.latest a.more:hover { text-decoration:underline;} +.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} +.latest_white h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;} + +.latest_white ul { } +.latest_white ul li { position:relative; height:21px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; } + +.latest_white ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} +.latest_white ul li .title a { color:#555555; text-decoration:none; } +.latest_white ul li .title a:hover { text-decoration:underline; } +.latest_white ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} + +.latest_white ul li .date { position:relative; z-index:1; } +.latest_white ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; } + +.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} +.latest_white a.more { text-decoration:none;} +.latest_white a.more:hover { text-decoration:underline;} diff --git a/widgets/newest_document/skins/xe_official/list.html b/widgets/newest_document/skins/xe_official/list.html index cfb2d94e4..d377f24ff 100644 --- a/widgets/newest_document/skins/xe_official/list.html +++ b/widgets/newest_document/skins/xe_official/list.html @@ -6,19 +6,20 @@ -
+

{$widget_info->title}