zoukankan      html  css  js  c++  java
  • 博客园CSS例子

    /*-----------------------body start---------------------------*/
    body {
        /*全局字体设置*/
        /*font-family: Consolas, "楷体" !important;*/
        /*font-family: Consolas, "楷体" !important;*/
        /*加载图片*/
        background-image: url("https://api.xygeng.cn/Bing/");
        /*水平垂直居中*/
        background-position: center, center;
        /*图片不平埔*/
        background-repeat: no-repeat;
        /*图片位置固定在窗口中*/
        background-attachment: fixed;
        /*图片填充*/
        background-size: cover;
    }
    
    /*-----------------------home start---------------------------*/
    #home {
        /*设置背景透明度*/
        background-color:rgba(255, 255, 255, 0.95);
    }
    
    .buryit {
        display: none;
    }
    .diggit {
        display: none;
    }
    
    .comment_bury {
        display: none;
    } 
    #div_digg {
            display: none;
    }
    
    /*-----------------------hide ads---------------------------*/
    #ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
        display:none; !important
    }
    
    #author_profile {
        display:none;
    }
    
    #green_channel {
        display:none;
    }
    
    .footer{position:absolute;bottom:0;10%;height:6px;/*footer的高度*/} 
    
    #blog_post_info_block {
        display:none;
    }
    
    #comment_nav {
        display:none;
    }
    
    #footer {
        display:none;
    }
    
    #post-date {
        display:none;
    }
    
    
    .postDesc {
        display:none;
    } 
    
    #auto_div {
            display: none;
             257px;
            border: 1px #74c0f9 solid;
            background: #FFF;
            position: absolute;
            top: 24px;
            left: 0;
            margin-top: 15px;
            color: #323232;
            /*设置显示在当前页面的上一层*/
            z-index: 1;
        }
     
        .side_search {
            float: left;
            position: relative;
            height: 31px;
            margin-left: 25px;
            display: inline-block;
        }
     
            .side_search:hover {
                -webkit-box-shadow: 0 0 3px #999;
                -moz-box-shadow: 0 0 3px #999
            }
     
        .search_input {
             210px;
            vertical-align: middle;
            height: 30px;
            line-height: 30px;
            border: 1px solid #999;
            border-radius: 2px 0 0 2px;
            padding: 4px 7px;
            background-color: #fbfbfb;
        }
     
        .delete_btn {
            background: #fbfbfb;
            margin-left: -6px;
            border: 1px solid #fbfbfb;
            border-radius: 0 3px 3px 0;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            color: red;
            font-weight: bold;
             38px;
            font-size: 25px;
            height: 38px;
            padding-bottom: inherit;
        }
     
        .search_btn {
            border-radius: 3px 3px 3px 3px;
            background: #4d90fe;
            margin-left: -7px;
            border: 1px solid #4d90fe;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            color: #f3f7fc;
            font-weight: bold;
             100px;
            font-size: 18px;
            height: 41px;
        }
     
            .search_btn:hover {
                background: #1874CD
            }
     
        .search_btn2 {
            border-radius: 3px 3px 3px 3px;
            background: #F0CB85;
            border: 1px solid #F0CB85;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            color: #DC143C;
            font-weight: bold;
             100px;
            font-size: 18px;
            height: 41px;
        }
     
            .search_btn2:hover {
                background: #DEB887
            }
     
        input, button, textarea, select, optgroup, option {
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
            font-weight: inherit;
        }
  • 相关阅读:
    Elasticsearch 检索
    Elasticsearch 基本操作
    Elasticsearch 集群
    Elasticsearch 插件head和kibana
    Elasticsearch 安装
    CentOS 安装JDK
    前端登录密码加密传输
    springboot2.0 快速集成kafka
    原来自定义模型绑定器还可以这么玩
    Value cannot be null or empty. 参数名: contentPath
  • 原文地址:https://www.cnblogs.com/reasoner/p/13323141.html
Copyright © 2011-2022 走看看