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 000000000..09f7dd59c Binary files /dev/null and b/widgets/newest_comment/skins/blog_newest_comment/images/normal/bgBoxTypeB.gif differ diff --git a/widgets/newest_comment/skins/blog_newest_comment/list.html b/widgets/newest_comment/skins/blog_newest_comment/list.html index 017f20573..ba712dbb9 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/list.html +++ b/widgets/newest_comment/skins/blog_newest_comment/list.html @@ -1,29 +1,21 @@ - + -
-
- +
+
-
-
{$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; -}