<style rel="stylesheet">
    #readState {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 0;
        border-top: 3px solid #ff00ff;
        -webkit-transition: width .2s linear 0s;
        -moz-transition: width .2s linear 0s;
        -ms-transition: width .2s linear 0s;
        -o-transition: width .2s linear 0s;
        transition: width .2s linear 0s;
    }

    #topdiv {
        display: none;
        text-align: center;
    }

    #topdiv p {
        font-family: "Comic Sans MS", "Helvetica Neue", "Helvetica,Verdana", "Arial", "sans-serif";
        font-size: 20px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
        text-shadow: 0 0 3px #bbb;
    }

    #topdiv .topTitle {
        font-size: 40px;
        line-height: 60px;
    }

    #topdiv .rss {
        color: #fc6423;
        font-size: 18px;
    }

    #back-to-top {
        display: none;
        background-image: url("//files.cnblogs.com/files/xingkongbj/totop.ico");
        width: 52px;
        height: 50px;
        overflow: hidden;
        position: fixed;
        right: 20px;
        bottom: 13px;
        z-index: 1000;
        cursor: pointer;
    }

    #more {
        display: block;
        position: fixed;
        color: #21759b;
        border: 1px solid #21759b;
        background: #f0ffff;
        border-radius: 10px;
        padding: 5px;
        font-size: 15px;
        font-family: "Comic Sans MS", "Helvetica", "Microsoft Yahei", "Verdana", "Arial", "sans-serif";
        right: 55px;
        top: 105px;
        -webkit-transition: width 1s;
        -moz-transition: width 1s;
        -ms-transition: width 1s;
        -o-transition: width 1s;
        transition: width 1s;
        cursor: pointer;
    }
</style>