/*添加侧边栏目录*/
  @media screen and (max-width: 767px) {
            #my-catalog {
                display: none;
            }
        }

        @media screen and (min-width: 768px) {
            #my-catalog {
                display: block;
            }
        }

        #sideBar {
            overflow: visible;
        }

        #my-catalog ul {
            background-color: #fff;
            border: 1px solid #ededed;
            padding: 5px 15px 15px 5px;
            z-index: 999;
        }

        #my-catalog ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #my-catalog ul li a:hover {
            text-decoration: none;
        }

        #my-catalog ul .catalog-H2 {
            padding-left: 10px;
            margin-top: 5px;
        }

        #my-catalog ul .catalog-H3 {
            padding-left: 20px;
        }

        #my-catalog ul .catalog-H4 {
            padding-left: 30px;
        }
/*添加侧边栏目录到此*/
/*添加复制按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  display:none;
}
.cnblogs-markdown pre:hover > span {
  display:block;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}/*复制按钮到此*/

/*雪花特效*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.1);
    pointer-events: none;
}
q/*simplememory*/
#blogTitle h1 a {
    color: #515151;
    font-family: "Comic Sans MS";
}/*雪花特效到此*/

/*hjr提供的主题*/
div#bq{
display:none;
}

#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}
#sideBar a {
    color: #757575;
    font-size: 13px;
}
.c_ad_block {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 14px!important;
}
#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0;
    font-size: 15px;
}
.PostList {
    border-bottom: 1px solid #ccc;
    clear: both;
    min-height: 1.5em;
    _height: 1.5em;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.postTitl2 {
    float: left;
    /* padding-bottom: 10px; */
    font-size: 17px;
}
#home {
    opacity: 0.80;
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 18px;
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 12px 0 12px 10px;
    background-color: #f5f5f5;
}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{  
    display: none !important;
}
body {
    color: #000;
    background: url("https://qqpublic.qpic.cn/qq_public/0/0-2946504329-6250C6B865F648711E3EF506DAE66400/0?fmt=jpg&size=101&h=512&w=820&ppv=1/0") fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 2.5;
    color: rgb(51, 51, 51);
    float: left;
}
#sidebar_search{
    display:none;
}
#sidebar_shortcut{
    display:none;
}
/*hjr提供的主题到此*/
