有注释,可以自行更改
微信读书暖色主题 by eterlan
Details
Authoreterlan
LicenseNo License
Categoryqq
Created
Updated
Size879 B
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 Me
==/UserStyle== */
@-moz-document url-prefix("https://weread.qq.com/") {
.readerChapterContent *{
font-family: "LXGW Bright" !important;
font-weight: 100 !important
}
/* 亮色主题 */
/* 背景色 */
.wr_whiteTheme .readerContent .app_content {
background-color: #F7E8D5;
}
/* 网页背景色 */
html body.wr_whiteTheme{
background: #F1DFC7
}
/* 标题栏背景色 */
.wr_whiteTheme .readerTopBar {
border-bottom-color: rgba(33,40,50,.1);
background-color: #FFF0DC;
}
/* 按钮背景色 */
.wr_whiteTheme .readerControls_fontSize, .wr_whiteTheme .readerControls_item {
background-color: #FFF6ED;
box-shadow: 0 8px 32px rgba(0,25,104,.1);
}
}