From 98504407e803fd506d02456257f81b0e1c71228d Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 20 Jun 2007 07:17:08 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1701 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../skins/blog_newest_comment/css/normal.css | 6 ++ .../images/normal/bgBoxTypeB.gif | Bin 0 -> 200 bytes .../skins/blog_newest_comment/list.html | 32 ++++------- .../skins/blog_newest_comment/normal.css | 54 ------------------ 4 files changed, 18 insertions(+), 74 deletions(-) create mode 100644 widgets/newest_comment/skins/blog_newest_comment/css/normal.css create mode 100644 widgets/newest_comment/skins/blog_newest_comment/images/normal/bgBoxTypeB.gif delete mode 100644 widgets/newest_comment/skins/blog_newest_comment/normal.css diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/normal.css b/widgets/newest_comment/skins/blog_newest_comment/css/normal.css new file mode 100644 index 000000000..ae481fee7 --- /dev/null +++ b/widgets/newest_comment/skins/blog_newest_comment/css/normal.css @@ -0,0 +1,6 @@ +.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } +.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +/*:first-child+html .boxTypeB h2 { height:20px;} */ +.newestComment .commentList { padding:1.2em; overflow:hidden;} +.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em;} +.newestComment .commentList li a { color:#a4a4a4;} diff --git a/widgets/newest_comment/skins/blog_newest_comment/images/normal/bgBoxTypeB.gif b/widgets/newest_comment/skins/blog_newest_comment/images/normal/bgBoxTypeB.gif new file mode 100644 index 0000000000000000000000000000000000000000..09f7dd59cd21149a0a456595a07cb8fccbb288c5 GIT binary patch literal 200 zcmZ?wbhEHbWMznQ`}y<7w{Ktn{rmIz^M|irKmY#y z`|saB$BrNP`t|G2pWi=!{`mX%ufKnRD!>2w_2cW;Pyhb?{qp70@83WF|NqZ`4JiI( z0SoJZNRXWjtgZ@bU7?xt+-K?ONbh~GaM~-@*`n@kjs4&KO#v@7#8f?05_gJN%x%cH k;;@u$-Sw6*@0V5kr){YCqcL4D - + -
-
- +
+
-
-
{$widget_info->title}
-
+

{$widget_info->title}

+ +

tags

- -
- -
- {htmlspecialchars(cut_str(strip_tags($val->content),13,'...'))} - - {$val->nick_name} - - {$val->nick_name} - -
- -
+ +
diff --git a/widgets/newest_comment/skins/blog_newest_comment/normal.css b/widgets/newest_comment/skins/blog_newest_comment/normal.css deleted file mode 100644 index 21f92e697..000000000 --- a/widgets/newest_comment/skins/blog_newest_comment/normal.css +++ /dev/null @@ -1,54 +0,0 @@ -.newest_comment_normal { -} - -.newest_comment_normal .newest_comment_box { - margin-bottom:5px; -} - -.newest_comment_normal .newest_comment_box .title_box { - padding:5px; - height:14px; - overflow:hidden; - color:#888888; -} - -.newest_comment_normal .newest_comment_box .title_box .title { - font-weight:bold; - height:14px; - float:left; -} - -.newest_comment_normal .newest_comment_box .comment_box { - padding:5px 3px 3px 1px; - clear:both; - border:3px solid #EEEEEE; - overflow:hidden; -} - -.newest_comment_normal .newest_comment_box .comment { - padding:0px 0px 5px 5px; - height:16px; - overflow:hidden; - color:#AAAAAA; - clear:both; -} - -.newest_comment_normal .newest_comment_box .comment A { - text-decoration:none; - float:left; - color:#555555; -} - -.newest_comment_normal .newest_comment_box .comment A:hover { - text-decoration:underline; - color:#000000; -} - -.newest_comment_normal .newest_comment_box .comment A:visited { - color:#AAAAAA; -} - -.newest_comment_normal .newest_comment_box .comment .writer { - cursor:pointer; - float:right; -}