body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/Fallever/1046315/o_a35416f4c7f3bc7b787cae5c3ef0da2f.jpg) fixed;
    background-size: cover;
    background-repeat: repeat;
    font-family: Verdana,Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    min-height: 100%;
}
#blogTitle h1 {
    font-size: 36px;
    font-family: Consolas;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}
#cnblogs_post_body h2{
    font-size: 16px;
    font-weight: bolder;
}


#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bolder;
}

#cnblogs_post_body h4 {
    font-size: 16px;
    background: lightgray;
}
#cnblogs_post_body h5 {
    font-size: inherit;
    font-weight: bold;
    margin: 10px 0;
    font-style: italic;
}

#cnblogs_post_body {
       line-height: 1.6;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    margin-bottom: 4px;
    color: seagreen;
    outline: ridge;
    outline-width: 1px;
    outline-color: lightgrey;
    outline-style: dotted;
}

#navigator {
    background-color: rgba(0, 0, 0, 0.7);
}

#home{
    width:1260px;
}

#main {
    background: rgba(255, 255, 255,0);
}
#mainContent {
    width:950px;
    background: rgba(255, 255, 255,0.9);
}
.postTitle {
    font-size: 18px;
}

#sideBar{
    background: rgba(255, 255, 255,0.8);
}

#blog-news {
    width: 260px;
    margin-left: 15px;
    margin-right: 5px;
    word-break: keep-all;
}
a:link {
    color: cornflowerblue;
}
a:visited {
    color: cornflowerblue;
}
a:hover {
    color:black;
    margin-left:2px;
    transition: all 0.4s linear 0s;
    text-decoration:none;
}
a:active {
    color:black;
}
/* 去广告 start*/
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
/* 去广告 end*/

.cnblogs-markdown .hljs {
  font-size: 14px!important;  
  font-family: Consolas,sans-serif!important;
  background: lightyellow!important;
}