.topicListFooter .pager a:link,.topicListFooter .pager a:visited{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #169fe6;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
height: 40px;
line-height: 40px;
margin-top: 0px;
color: #fff;
display: inline-block;
padding: 0 15px;
text-decoration: none;
border: none
}
.topicListFooter .pager a:hover{
background: #E86C74;
}
#nav_next_page a {
background-color: #E86C74;
}
.topicListFooter {
height:30px;
}
#homepage_top_pager.topicListFooter,
#homepage1_HomePageDays_homepage_bottom_pager.topicListFooter {
height: 68px;
}
#under_post_news {
width: 848px;
margin-left: 0px; 
}

#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#各个等级标题的颜色样式
#cnblogs_post_body h1    {
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #008eb7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: #399ab2;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#页面中a标签鼠标位置
#cnblogs_post_body h2:a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
#页面中标题位置
#cnblogs_post_body h1{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h1:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h2{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h3{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h4{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h4:hover{
   color: rgb(255, 102, 0);
}

#code  

/* Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/ */
pre { /*控制代码不换行*/ white-space: pre; word-wrap: normal; }
.cnblogs-markdown .hljs { font-size: 16px!important; font-family: consolas,monospace !important; display: block; overflow-x: auto; padding: 0.5em; background: #23241f !important; color: #FFF; white-space: pre; word-break: normal; padding: 10px 15px !important; }

.hljs,
.hljs-tag,
.hljs-subst { color: #f8f8f2; }

.hljs-strong,
.hljs-emphasis { color: #a8a8a2; }

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link { color: #ae81ff; }

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class { color: #a6e22e; }

.hljs-strong { font-weight: bold; }

.hljs-emphasis { font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr { color: #f92672; }

.hljs-symbol,
.hljs-attribute { color: #66d9ef; }

.hljs-params,
.hljs-class .hljs-title { color: #f8f8f2; }

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable { color: #e6db74; }

.hljs-comment,
.hljs-deletion,
.hljs-meta { color: #75715e; }
屏蔽广告

/* adblock */
#ad_t2 { display: none; }
.c_ad_block { display: none; }

#MySingature {　　
 border:solid 1px #E5E5E5;
padding:10px;
background:#FFFEFE url(https://images.cnblogs.com/cnblogs_com/ballwql/1205846/o_singnature.png) no-repeat scroll 15px 50%;
padding-left:80px;
}
#MySingature div {line-height: 25px;}