zoukankan      html  css  js  c++  java
  • 本站CSS代码

    body {
    /*字体样式*/
        font-family: "youyuan",幼圆,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    }
    #blogTitle h1 a {
    /*标题样式*/
        font-size: 50px;
    }
    #blogTitle h2 {
    /*子标题样式*/
    margin-left: 2px;
        float: left;
    }
    #navList a:hover{
    /*超链接选中颜色*/
    color: #4c9ed9;
    }
    #home {
    /*页面宽度*/
        width: 68%;
        margin-top: 10px;
    }
    .catListLink, .catListArticleCategory, .newsItem, #blog_stats{
    /*隐藏部分DIV*/
    display: none;
    }
    #navList li:first-child{
    /*去掉博客园按钮*/
    display: none;
    }
    .pager a {
    /*页码样式*/
        box-shadow: 0 1px 3px #999999;
        border: 1px solid #999999;
        background: #999999;
        color: white;
        transition: all 0.4s linear 0s;
    }
    
    .CalTodayDay {
    /*日历样式*/
        background: #99CCFF !important;
        color: #FFF;
        font-weight: bold;
    }
    
    .postTitle {
    /*标题前样式*/
        border-left: 3px solid #336666;
        margin-bottom: 10px;
        font-size: 20px;
        float: right;
        width: 100%;
        clear: both;
    }
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
    /*标题样式*/
        color: #336666;
        transition: all 0.4s linear 0s;
    }
  • 相关阅读:
    Nosql database
    NoSQL
    nodejs and db
    Nodejs and json
    Nodejs异步
    HTTP-304 NOT Modified
    Origin null is not allowed by Access-Control-Allow-Origin
    nodejs MVC
    solr 亿万级数据查询性能測试
    iOS8 对开发人员来说意味着什么?
  • 原文地址:https://www.cnblogs.com/linuxde/p/8743918.html
Copyright © 2011-2022 走看看