审查机器

This commit is contained in:
tls
2022-07-06 17:32:53 +08:00
parent cd5529065b
commit 52e0383360
82 changed files with 13517 additions and 0 deletions

View File

@ -0,0 +1,51 @@
.recent-comment {
list-style-type: none;
margin-top: 10px;
/*ie fix*/ zoom: 1;
}
.recent-comment:after { content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden; }
.recent-comment .recent-comment-avatar {
display: none;
}
.recent-comment .avatar {
display: none;
}
.recent-comment .icon-comment {
vertical-align: text-top;
}
.recent-comment-single {
display: block;
margin-left: 0px;
}
.recent-comment-tb .recent-comment-single {
display: inline;
margin-left: 0px;
}
.recent-comment-credit {
font-size: 0.8em;
color: #aaaaaa;
}
.recent-comment-author {
font-weight: bold;
padding-right: 0px;
overflow: hidden;
}
.recent-comment-text {
overflow: hidden;
}
/* ajax nav */
.bwp-rc-ajax-nav {
list-style-type: none;
list-style-position: inside;
text-align: left;
}