给 Xueersi Coding 加点样式
StyledXueersi by lrs2187
Details
Authorlrs2187
LicenseGPL-3.0-only
Categorycode.xueersi.com -> userstyles
Created
Updated
Size2.7 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 StyledXueersi
@description 给 Xueersi Coding 加点样式
@license GPL-3.0-only
@author lrs2187
@namespace code.xueersi.com
@version 0.1
==/UserStyle== */
@-moz-document url-prefix("https://login.xueersi.com/") {
.login-left,
.info-input,
.input-account,
.input-password,
.phone-input,
.code-input {
background-color: rgba(255, 255, 255, 0.25) !important;
backdrop-filter: blur(6px);
box-shadow: rgba(142, 142, 142, 0.19) 0 6px;
}
.input-account:hover,
.input-password:hover,
.phone-input:hover,
.code-input:hover {
background-color: rgba(255, 255, 255, 0.5) !important;
}
}
@-moz-document url-prefix("https://code.xueersi.com/") {
body {
background-image: url(https://bing.img.run/1920x1080.php);
background-attachment: fixed;
}
#loading-dom,
#homePageKeduoGuide,
div[title="猫博士的开眼课堂"] {
display: none !important;
}
.search-wrapper,
.search-center-wrapper,
.app-navbar,
.layout,
.layout[data-v-704641f8],
.header,
.project-group[data-v-fb0628ee],
.project-group {
background: transparent !important;
}
.home-component-cursor-follow {
visibility: hidden;
}
.header.is-homepage[data-v-42519053] {
background: hsla(0, 0%, 100%, .7) !important;
}
.app-navbar > .header,
.card,
.floor-nav,
.suggest,
.back-to-top,
.user-tabs,
.rank-content,
.detail-container,
.user-menu,
.user-introduction,
.work-menu,
.tag_search,
.message-container,
.message-con,
.suggestion-con {
background-color: rgba(255, 255, 255, 0.25) !important;
backdrop-filter: blur(6px);
box-shadow: rgba(142, 142, 142, 0.19) 0 6px;
}
.floor-nav > .nav-list-item > .nav-item-content,
.rank-author,
.rank-detail > *,
.search-center_summary,
.user-menu > *,
.user-page-operate > *,
.suggestion-tag-radio input[type=radio] ~ label[data-v-1ae567e1],
.card-bottom-data {
color: #333 !important;
}
.suggestion-tag-radio input[type=radio]:checked ~ label[data-v-1ae567e1] {
color: #4461fc !important;
}
.card-bottom-data-right-like::before,
.icon-zan::before {
background: none !important;
content: "👍" !important;
}
.card-bottom-data-right-unlike::before,
.icon-cai::before {
background: none !important;
content: "👎" !important;
transform: none !important;
}
.card-bottom-data-right-view::before,
.icon-view::before {
background: none !important;
content: "👀" !important;
}
.user-introduction {
background-image: none !important;
}
}
@-moz-document url("https://code.xueersi.com/") {
.project-group-home.project-group.container {
margin-top: -311px;
}
}