zoukankan      html  css  js  c++  java
  • 备份之前简单的博客主题

    主题是darkgreen
    
    
    
    /* 页面定制CSS样式 */
    
    #ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
        display: none;
    }
    
    #blogTitle {
       display:none;
    }
    
    
    h2, h3, h4 h2{/*增加对H2标题属性的修改*/
      background: #159957;
      color:#ffffff;
      padding:  0.5em  1em;
      margin-bottom:2em;
    }
    
    /* 定制生成博客目录的CSS样式 */
    #uprightsideBar{
        font-size:16px;
        font-family:Arial, Helvetica, sans-serif;
        text-align:left;
        position:fixed;
        /*
        将div的位置固定到距离top:150px,right:0px的位置,
        这样div就会处在最右边的位置,距离顶部150px,
        当然这两个值你可以自己改。
        */
        top:150px;
        right:0px;
         auto;
        height: auto; 
    }
    #sideBarTab{
        float:left;
        25px; 
        box-shadow: 0 0 8px #877788;
        border:1px solid #00DDC00;
        border-right:none;
        text-align:center;
        background:rgb(0, 220, 0);
    }
    #sideBarContents{
        float:left;
        overflow:auto; 
        overflow-x:hidden;!important;
        200px;
        min-height:101px;
        max-height:460px;
        border:1px solid #e5e5e5;
        border-right:none; 
        background:#ffffff;
    }
    #sideBarContents dl{
        margin:0;
        padding:0;
    }
    #sideBarContents dt{
        margin-top:5px;
        margin-left:5px;
    }
    #sideBarContents dd, dt {
        cursor: pointer;
    }
    #sideBarContents dd:hover, dt:hover {
        color:#A7995A;
    }
    #sideBarContents dd{
        margin-left:20px;
    }
    
    /* 定制返回顶部按键 */
    #toTop {
        background: url(//http://images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
         57px;
        height: 57px;
        overflow: hidden;
        position: fixed;
        right: 180px;
        bottom: 20px;
        cursor: pointer;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <!-- 页首html代码-->
    <!-- 添加博客顶部博主信息-->
    <p style="text-align: center;font-size:35px;margin-bottom:5px;margin-top:20px;opacity: 0.5">欢迎来到layty的博客<Br /><a href="https://layty.gitee.io"> <b>  <font color="#0000FF ">https://layty.gitee.io </font></b><font color="#0000FF "> </font></a></p>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <!-- 页脚html代码-->
    <script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
    <link href="http://files.cnblogs.com/files/asxinyu/marvin.nav.my1502.css" rel="stylesheet">
    <script type="text/javascript" src="http://files.cnblogs.com/files/asxinyu/marvin.cnblogs.js"></script>
    <script type="text/javascript" src="http://files.cnblogs.com/files/zongzi10010/marvin.nav.myblog.js"></script>
    
    
    
    
    
    
    
    
    
    
  • 相关阅读:
    Git远程操作
    696. Count Binary Substrings
    693. Binary Number with Alternating Bits
    821. Shortest Distance to a Character
    345. Reverse Vowels of a String
    89. Gray Code
    数组操作符重载
    C++字符串反转
    马克思的两面性-来自网友
    C++字符串
  • 原文地址:https://www.cnblogs.com/zongzi10010/p/11938656.html
Copyright © 2011-2022 走看看