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;
    }
    
    
  • 相关阅读:
    心情记录&考试总结 3.30
    BZOJ 1982 Moving Pebbles
    BZOJ 3759 Hungergame
    51Nod 算法马拉松12 Rikka with sequences
    51Nod 算法马拉松12 移数博弈
    BZOJ 3720 gty的妹子树
    BZOJ 4184 shallot
    BZOJ 3160 万径人踪灭
    好好学习天天向上
    java解析json字符串
  • 原文地址:https://www.cnblogs.com/puncha/p/3537113.html
Copyright © 2011-2022 走看看