Skip to content

dapenti.com 阅读美化 by voidsea

Details

Authorvoidsea

LicenseCC0-1.0

Categorydapenti

Created

Updated

Code size2.4 kB

Code checksumf253f9d5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • 更改字体为"微软雅黑"、"苹方""等黑体
  • 增大了阅读字体
  • 调整页面配色, 降低对比度
  • 调整标题样式, 便于识别定位

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           dapenti.com 阅读美化
@namespace      USO Archive
@author         voidsea
@description    `* 更改字体为'微软雅黑,苹方'等黑体,并增加行距 * 仿新闻纸页面配色 * 调整标题样式, 便于识别定位`
@version        20190603.6.40
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("dapenti.com") {
    body, td, ul{
        font-family: "Dinish Medium", "FZPingXianYaSongS-R-GB","Microsoft YaHei", PingFangSC-Regular, STHeiti, "黑体";
        font-size: 16px !important;
        color: #222;
    }
    body, td, .oblog_text span{
        font-size: 18px !important;
    }
    body{
        background: #e6e6e0;
    }
    
    #body,
    .box{
        background: none;
    }

    #left a,
    a{
        color: #222;
    }
    
    .oblog_t_2 a:link{
        color: #026;
    }
 
    #right a:visited,
    a:visited{
        color: #933 !important;
    }
    
    #right a:hover,
    a:hover{
        color: #06c !important;
    }

    #top{
        display: none;
    }
    .adsbygoogle{
     display: none !important;   
    }
    
    .oblog_t_1{
        padding: 32px !important;
        line-height: 2;
    }
    
    .box2, .box3, .box4,
    .ke-zeroborder,
    .oblog_t_2{
        border: none;
        background: #f6f6ef;
        box-sizing: content-box;
    }
    
    .box2, .box3, .box4{
        padding: 16px;
        box-sizing: border-box;
    }
    
    .box2, .box3, .box4,
    .oblog_t_1{
        box-shadow: 0 2px 8px rgba(0,0,0,.1)
    }

    #right .title,
    .center_title{
        font-size: 21px;
        letter-spacing: 0;
        font-weight: bold;
        background: #fffc;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .center_title_down{
        border: none;
    }

    ul{
        padding: 0;
        line-height: 200%;
        list-style-type: none;
    }

    ul a::before{
        padding: 0 8px 0 0;
        content: "⁘";
        color: #222;
        opacity: .5;
    }

    #right a{
        letter-spacing: 0;
    }
    #right .title{
        text-align: left;
    }
    #right .title p{
        margin: 4px;
    }



    .oblog_t_1{
        padding: 16px;
    }

    .oblog_t_1 p > img:not([title]){
        display: block;
        margin: 0 auto;
    }

    .style1 a{
        font-size: 21px !important;
    }

}

Reviews

No reviews yet.