美化字体和主题展示
新版虎扑论坛美化,简版 by voidsea
Details
Authorvoidsea
LicenseNO-REDISTRIBUTION
Categoryhupu
Created
Updated
Size2.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bbs.hupu.com 虎扑论坛美化
@namespace USO Archive
@author voidsea
@description `美化字体和主题展示`
@version 20210729.12.3
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("bbs.hupu.com") {
body, button, input, select, textarea,li {
font-family: "Microsoft YaHei", PingFangSC-Regular, STHeiti, "黑体";
}
/* layout -----------------------------*/
/* main content wrapper */
.bbs-sl-web-topic-wrap,
.bbs-index-web-middle .middle-module,
.bbs-post-web-body-left-wrapper{
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
/* sidebars */
.hp-pc-menu,
.bbs-index-web-nav,
.bbs-sl-web-nav,
.bbs-index-web-right,
.bbs-post-web-body-right-wrapper{
opacity: .5;
}
.hp-pc-menu:hover,
.bbs-index-web-nav:hover,
.bbs-sl-web-nav:hover,
.bbs-index-web-right:hover,
.bbs-post-web-body-right-wrapper:hover{
opacity: 1;
}
/* bottom */
.hp-pc-footer{
background: #f3f3f3;
}
/* post view ----------------------------- */
.bbs-post-web-main .post-wrapper{
background: none;
}
/* sep lines */
.bbs-post-wrapper.light .bbs-post-wrapper-title{
border: none;
}
.post-reply-list:after,
.bbs-post-wrapper.light .post-reply-list:after,
.bbs-post-wrapper.light .quote-thread .bbs-thread-comp-container,
.bbs-post-wrapper.light .reply-detail-list:after{
background: none;
border-bottom: 1px dashed #ccc;
}
.post-reply-list:last-child:after{
display: none;
}
/* top post */
.floor{
margin: 0;
padding: 8px 0;
background: #fff;
border: none;
}
.bbs-post-wrapper.light{
background: #f9f6ee;
border: 1px solid #fc0;
border-radius: 8px;
}
.bbs-thread-comp-container,
.bbs-post-wrapper.light .quote-thread .bbs-thread-comp-container{
background: rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.1);
border-radius: 8px;
opacity: 0.8;
}
.bbs-thread-comp-container:hover,
.bbs-post-wrapper.light .quote-thread .bbs-thread-comp-container:hover{
opacity: 1;
}
/* username */
.post-user-comp-info-top-name,
.post-reply-list .reply-list-content .post-reply-list-user-info-top-name{
color: #039;
font-weight: bold;
}
/* normal post */
.bbs-post-wrapper.gray{
background: none;
}
}