zoukankan      html  css  js  c++  java
  • 博客园DIY样式,持续完善

    目录

    .toc{
        margin-bottom:50px;
        border-bottom: 2px solid#8da2c4!important;
    }
    

    标题

    #cnblogs_post_body h1    {
        font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
        font-size: 35px;
        height: 45px;
        line-height: 45px;
        margin-top: 60px !important;
        margin-left: 0px !important;
        padding-left: 10px;
        border-left: 3px solid#DCDCDC!important;
    }
    #cnblogs_post_body h2    {
        font-family: Consolas, "Microsoft YaHei", monospace;
        font-size: 31px;
        height: 41px;
        line-height: 41px;
        margin-top: 50px !important;
        margin-left: 10px !important;
        padding-left: 10px;
        border-left: 3px solid#D3D3D3!important;
    }
    #cnblogs_post_body h3    {
        font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
        font-size: 27px;
        height: 37px;
        line-height: 37px;
        margin-top: 40px !important;
        margin-left: 20px !important;
        padding-left: 10px;
        border-left: 3px solid#C0C0C0!important;
    }
    #cnblogs_post_body h4{
        font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
        font-size: 23px;
        height: 33px;
        line-height:33px;
        background-color:#FFF !important;
        margin-left: 30px !important;
        margin-top: 30px !important;
        padding:0px !important;
        padding-left: 10px!important;
        border-left: 3px solid#A9A9A9!important;
    }
    #cnblogs_post_body h5{
        font-size: 19px;
        height: 29px;
        line-height:29px;
        margin-left: 40px !important;
        margin-top: 20px !important;
        padding-left: 10px!important;
        border-left: 3px solid#808080!important;
    }
    #cnblogs_post_body h6{
        font-size: 15px;
        height: 25px;
        line-height:25px;
        margin-left: 50px !important;
        margin-top: 10px !important;
        padding-left: 10px!important;
        border-left: 3px solid#696969!important;
    }
    #cnblogs_post_body h1{ 
       color: #696969;
    }
    #cnblogs_post_body h2{ 
       color: #808080;
    }
    #cnblogs_post_body h3{ 
       color: #A9A9A9;
    }
    #cnblogs_post_body h4{ 
       color: #C0C0C0;
    }
    #cnblogs_post_body h5{ 
       color: #D3D3D3;
    }
    #cnblogs_post_body h6{ 
       color: #DCDCDC;
    }
    #cnblogs_post_body h1:hover{
       color: #6495ED;
    }
    #cnblogs_post_body h2:hover{
       color: #6495ED;
    }
    #cnblogs_post_body h3:hover{
       color: #6495ED;
    }
    #cnblogs_post_body h4:hover{
       color: #6495ED;
    }
    #cnblogs_post_body h5:hover{
       color: #6495ED;
    }
    #cnblogs_post_body h6:hover{
       color: #6495ED;
    }
    

    多行代码

    .cnblogs-markdown .hljs {
        font-family: Consolas, "Microsoft YaHei", monospace !important;
        font-size: 13px !important;
        line-height:14px;
        padding: 5px !important;
        background-color:#F0F8FF!important;
        margin-left: 20px !important;
    }
    
  • 相关阅读:
    关于2021-01-13爆发的incaseformat病毒相关信息收集1.2(持续更新和关注中...)
    (转)服务器UDIMM、LRDIMM、RDIMM三种内存的区别
    Shred命令 学习
    关于图片文件的元数据信息清理和时间戳修改
    关于Chrome 浏览器 “小尾巴”问题的解决办法
    CF471D MUH and Cube Walls -kmp
    UVA12467 Secret Word -kmp
    UVA12604 Caesar Cipher -kmp
    【JLOI2007】周期串
    Http协议
  • 原文地址:https://www.cnblogs.com/duduchong/p/13299365.html
Copyright © 2011-2022 走看看