zoukankan      html  css  js  c++  java
  • CNBlog 自定义格式

    记录一下自己做的改动,免得到时候丢了!

    选用的模板: MTTrendy

    自定义CSS:

    #top a {
        font-family: cursive, verdana, arial, sans-serif !important;
    }
    
    p.date {
        color: #31FFA9;
        font-family: cursive !important;
    }
    
    div p.postfoot {
        font-size: 0.8em !important;
        font-style: italic;
        color: rgb(130, 130, 130) !important;
    }
    
    #footer, #footer a, .topicListFooter {
        font-family: 'YaHei Consolas Hybrid', 'Microsoft YaHei', cursive, verdana, arial, sans-serif !important;
    }
    
    div.post > h2 > a {
        font-family: 颜简体, STXinwei, cursive, verdana, arial, sans-serif;
        text-decoration: none;
        color: yellow !important;
        font-size: 2em;
    }
    
    #cnblogs_post_body, div.post p {
        font-family: STXinwei, cursive, verdana, arial, sans-serif;
        font-size: 1.1em;
        line-height: 1.6em;
        color: rgb(233, 225, 225);
    }
    
    div.c_b_p_desc {
        font-family: STXinwei, cursive, verdana, arial, sans-serif;
        font-size: 1.1em;
        line-height: 1.6em;
        color: rgb(233, 225, 225);
    }
    
    #rightmenu, #rightmenu h3 {
        font-family: 'YaHei Consolas Hybrid', 'Microsoft YaHei', cursive, verdana, arial, sans-serif !important;
    }
    
    ul {
        margin-left: 0 !important;
    }
    
    li {
        margin-bottom: 5px;
    }
    
    
  • 相关阅读:
    Seaborn相关
    Matplot相关(二)——统计图
    PAT 甲级真题
    数学题一
    Codeforces Round #467 (Div. 2)
    国庆 Day1
    [NOIP 2005] 运输计划
    dp专题练习
    YBT 2.4 AC自动机
    [模板]树链剖分
  • 原文地址:https://www.cnblogs.com/puncha/p/3537113.html
Copyright © 2011-2022 走看看