A new userstyle
知乎衬线黑白 by wuqie-xuanzhao
Details
Authorwuqie-xuanzhao
LicenseNo License
Categoryzhihu.com
Created
Updated
Size2.1 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 知乎衬线黑白
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author DYL
==/UserStyle== */
@-moz-document domain("zhihu.com"), domain("zhuanlan.zhihu.com") {
/* 在此插入代码*/
footer {
display: none
}
.css-19idom {
display: none
}
.css-173vipd {
display: none
}
.css-1qyytj7 {
display: none
}
.css-nvf2q2 {
display: none
}
.Topstory-container {
display: flow-root;
font-family: Times New Roman, 华文中宋
}
.Topstory-mainColumn {
margin-right: 0;
width: fit-content
}
.Topstory-tabCard {
display: none
}
.TopstoryItem-isRecommend {
height: fit-content;
}
.TopstoryItem-isRecommend .ContentItem {
height: fit-content;
}
.TopstoryItem-isRecommend h2 {
color: #000;
font-family: Times New Roman, 华文中宋
}
input {
font-family: Times New Roman, 华文中宋
}
.SearchBar-input {
font-family: Times New Roman, 华文中宋
}
h1 {
color: #ba0000
}
a:hover {
color: #715aff!important
}
svg {
fill: #000
}
button {
color: black !important;
outline-color: black !important;
font-family: Times New Roman, 华文中宋;
}
button:hover {
background: #a4a4a440 !important
}
.UserCoverEditor-simpleEditButton {
color: white !important;
}
.VoteButton{
background: #a4a4a440!important
}
.FollowButton {
color: white !important;
background: black !important
}
.FollowButton svg {
fill: #fff
}
.SearchBar-askButton {
color: white !important;
background: black !important
}
.SearchBar-searchButton {
background: #fff0 !important
}
.Question-mainColumn {
margin-right: 0;
width: fit-content
}
.Profile-mainColumn {
margin-right: 0;
width: fit-content
}
header a{
color: black !important;
font-family: Times New Roman, 华文中宋
}
.Tag {
background: #a4a4a440!important;
color: #4a4a4a;
font-family: Times New Roman, 华文中宋
}
code {
font-family: JetBrains Mono !important
}
body {
font-family: Times New Roman, 华文中宋
}
}