Skip to content

Reader阅读页面优化(readwise) by wttzzz

Screenshot of Reader阅读页面优化(readwise)

Details

Authorwttzzz

LicenseNo License

Categoryhttps://read.readwise.io

Created

Updated

Size3.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reader阅读页面优化(readwise),调整正文样式为少数派网站样式;
优化右侧高亮面板展示效果(加宽,取消黄色高亮背景字体样式优化等)

Notes

Reader阅读页面优化(readwise),调整正文样式为少数派样式,右侧右侧高亮面板展示

Source code

/* ==UserStyle==
@name         Reader阅读页面优化(readwise)
@version      20221106.08.36
@namespace    userstyles.world/user/wttzzz
@description  Reader阅读页面优化(readwise),调整正文样式未少数派样式,右侧右侧高亮面板展示
@author       wttzzz
@license      No License
==/UserStyle== */

@-moz-document domain("read.readwise.io") {
/* ==UserStyle==
@name         Reader阅读页面优化
@namespace      https://read.readwise.io/home
@version       0.1
@description    Reader阅读页面优化(readwise),调整正文样式未少数派样式,右侧右侧高亮面板展示
@license       MIT
@author        交互小让  
==/UserStyle== */





html {
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #292525;
}




#document-text-content p {
        width: 100%;
    text-align: left;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;
    color: #4c4e4d;
    line-height: 30px;
    font-weight: 400;
    word-break: normal;
    word-wrap: break-word;
    margin: 5px 0px 20px 0px;
    
}

._highlight_ijki9_450 ._highlightContentWrapper_ijki9_455 span {
        width: 100%;
    text-align: left;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;
    color: #2f3031;
    line-height: 28px;
    font-weight: 400;
    word-break: normal;
    word-wrap: break-word;
    margin: 5px 0px 20px 0px;
    background-color: rgba(255, 209, 8, 0);
}


:host > *, :root {
    --animation-duration--imply-interactivity: 0;
    --animation-duration--move: 0;
    --animation-duration--reveal: 0;
    --content-gutter: var(--s3);
    --reading-editable-line-length: 648px;
    --document-list-item-height: calc(var(--f1) * 11.3);
    --document-list-item-height_js: 113px;
    --document-list-item-horizontal-padding: calc(var(--s1) * 1.7);
    --document-list-image-height: 62px;
    --document-list-image-width: 62px;
    --document-list-padding-top: 8px;
    --focus-indicator-width: 3px;
    --inbox-header-height: 65px;
    --inbox-header-height_js: 65px;
    --inbox-sidebar-width: 64px;
    --person-card-image-size: 40px;
    --sidebar-padding-vertical: 0.5rem;
    --sidebar-nav-height: 64px;
    --sidebar-padding-horizontal: 24px;
    --sidebar-padding: var(--sidebar-padding-vertical) var(--sidebar-padding-horizontal);
    --popover-max-width: 305px;
    --popover-background: var(--background-elevated);
    --popover-z-index: 100;
    --popover-focused-z-index: 101;
    --sidebars-max-width:576px;
    --sidebars-left-max-width: 300px;
}

._highlightDivider_ijki9_500 {

    width:auto;
    background: #eee;

}

._aside_1q2k0_14 {

    min-width: var(--sidebars-left-max-width);
    max-width: var(--sidebars-left-max-width);
}

._highlight_ijki9_450 ._highlightContentWrapper_ijki9_455 img {
    outline: 1px solid hwb(0 100% 0% / 0);
}









}

Reviews

No reviews yet.