Files
plugins/PostRating/rating.css
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

30 lines
475 B
CSS

.postrating, .r_clear {
text-align: center;
clear:both;
margin-top:10px;
}
.postrating div {
display: inline-block;
vertical-align: top;
}
.r_label, .need_login, .r_bg {float:left;}
.r_score, .r_img, .no_rating, .r_info {position:relative;}
.r_label, .need_login {
font-size:15px;
font-weight:bold;
margin:0;
}
.r_score {
top: 3px;
overflow:hidden;
margin:0 5px;
}
.r_img img {
margin:0;
display: inline-block;
}
.r_info b {
font-size:15px;
color:#f55
}