<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tnblog_htmledit_tip p.tip {
    border-left-color: #f66;
}

.tnblog_htmledit_tip p.tip {
    padding: 12px 24px 12px 30px;
    margin: 1em 0;
    border-left-width: 4px;
    border-left-style: solid;
    background-color: #f8f8f8;
    position: relative;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

    .tnblog_htmledit_tip p.tip:before {
        content: "i";
        background-color: #f66;
    }

    .tnblog_htmledit_tip p.tip:before {
        position: absolute;
        top: 14px;
        left: -12px;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
    }

/*自定义标题v3*/

.tnblog_title_v3 h2 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #0f0d0d;
    position: relative;
    border-bottom: none;
}

    .tnblog_title_v3 h2:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 4px;
        top: 22px;
        left: 0;
        background: linear-gradient(to right, #e30f0f, #fff);
        box-shadow: 0 0 12px 0 rgba(78, 137, 255, 0.55);
        border-radius: 5px;
        margin-top: 5px;
    }

.tnblog_title_v3 h3 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #0f0d0d;
    line-height: 1.225;
    position: relative;
    border-bottom: none;
}

    .tnblog_title_v3 h3:before {
        content: "";
        position: absolute;
        width: 95px;
        height: 4px;
        top: 22px;
        left: 0;
        background: linear-gradient(to right, #e30f0f, #fff);
        box-shadow: 0 0 12px 0 rgba(78, 137, 255, 0.55);
        border-radius: 5px;
        margin-top: 5px;
    }

.tnblog_title_v3 h4 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #0f0d0d;
    position: relative;
    border-bottom: none;
    line-height: 1.225;
}

    .tnblog_title_v3 h4:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 4px;
        top: 22px;
        left: 0;
        background: linear-gradient(to right, #e30f0f, #fff);
        box-shadow: 0 0 12px 0 rgba(78, 137, 255, 0.55);
        border-radius: 5px;
        margin-top: 5px;
    }

.tnblog_title_v3 h5 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #0f0d0d;
    position: relative;
    border-bottom: none;
    line-height: 1.225;
}

    .tnblog_title_v3 h5:before {
        content: "";
        position: absolute;
        width: 122px;
        height: 4px;
        top: 22px;
        left: 0;
        background: linear-gradient(to right, #e30f0f, #fff);
        box-shadow: 0 0 12px 0 rgba(78, 137, 255, 0.55);
        border-radius: 5px;
        margin-top: 5px;
    }


.tnblog_title_v4 {
    padding-bottom: 6px;
    margin: 10px 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Microsoft Yahei';
    background: #93c8a2;
    color: #fff;
    clear: both;
    font-size: 18px;
    padding-top: 6px;
    border-radius: 4px !important;
}

/*tnblog摘要在黑色风格下修改*/
.editormd-preview-theme-dark .tnblog_blockquote {
    color: #999 !important;
    border-top: 2px solid #999 !important;
    border-right: 2px solid #999 !important;
    border-bottom: 2px solid #999 !important;
}

/*把自带的摘要颜色也修改一下，太暗了看不清*/
.editormd-preview-theme-dark .editormd-preview-container blockquote {
    color: #888 !important;
}

/*单独给``这种语法的内容加加一个样式，不然预览有这种样式发布出来就没有了*/
.editormd-html-preview  code.codespan {
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 5px;
    font-size: 14px;
    color: #c7254e;
    font-weight: 600;
}</pre></body></html>