rhymix/widgets/newest_comment/skins/blog_newest_comment/normal.css

54 lines
1.1 KiB
CSS

.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;
}