/*
Plugin Name: 右侧最新评论
Plugin URL: http://www.huisem.com
Author: 流年
Author Url: http://www.huisem.com
Description: 在页面右侧显示最新的评论
Version: 1.1
*/
#recent-comments{font-family:"Open Sans","微软雅黑",Arial,sans-serif;font-size:12px;line-height:2em;position:fixed;right:-50px;top:0px;height:100%;background:white;border-left:1px solid rgba(0,0,0,0.2);box-shadow:0px -1px 4px rgba(0,0,0,0.2);opacity:0.8;transition:all linear .2s; z-index:999999;}
#recent-comments ul{margin-top:36px;padding: 0; list-style:none;}
#recent-comments li{position:relative; background:none; margin:0; padding:0; height:44px; width:44px;}
#recent-comments li:hover{background:rgba(0,0,0,0.2);}
#recent-comments .recents-avatar{padding:7px;}
#recent-comments a{ display:block;color:#5e84d7;text-decoration:none;outline:none;}
#recent-comments a:hover{color:rgba(0,0,0,0.6);}
#recent-comments .recent-reply {float: right;}
.recent-comments-meta{position:absolute;right:44px;top:0;width:300px;padding-right:30px;display:none;transition:all linear .2s;}
.background-layer{padding:10px;border:4px solid rgba(0,0,0,0.2);border-radius:2px;background:white;position:relative;}
.recent-jiao{width:18px;height:18px;position:absolute;right:-17px;top:14px;background:url(recent_jiao.png) right bottom no-repeat;}
.recent-comments-meta .recents-avatar{float:left;}
p.recent-comments-content{margin:0;padding:0;padding-left:44px;}
.recent-comments-time{padding-left:44px;}
.recent-comments-top{width:44px;height:34px;background:white url(recent_TB.png) center top no-repeat;border-bottom:1px double rgba(0,0,0,0.1);position:absolute;top:0;cursor:pointer;z-index:3;}
.recent-comments-bottom{width:44px;height:34px;background:white url(recent_TB.png) center bottom no-repeat;border-top:1px solid rgba(0,0,0,0.1);position:absolute;bottom:0;cursor:pointer;z-index:3;}