#header{display:none;} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */

/* 定制自己导航栏的样式 */
#shwtop ul {
    margin: 0;
    padding: 0;
    list-style-type: none; /*去除li前的标注*/
    background-color: #333;
    overflow: hidden; /*隐藏溢出的部分，保持一行*/
}
#shwtop li {
    float: left; /*左浮动*/
}
#shwtop li a, .dropbtn {
    display: inline-block; /*设置成块*/
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
}
/*鼠标移上去，改变背景颜色*/
#shwtop li a:hover, .dropdown:hover .dropbtn { 
    /* 当然颜色你可以自己改成自己喜欢的，我还是挺喜欢蓝色的 */
    background-color: blue;
}
#shwtop .dropdown {
    /*
    display:inline-block将对象呈递为内联对象，
    但是对象的内容作为块对象呈递。
    旁边的内联对象会被呈递在同一行内，允许空格。
    */
    display: inline-block;
}
#shwtop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#shwtop .dropdown-content a {
    display: block;
    color: black;
    padding: 8px 10px;
    text-decoration:none;
}
#shwtop .dropdown-content a:hover {
    background-color: #a1a1a1;
}
#shwtop .dropdown:hover .dropdown-content{
    display: block;
}





#cnblogs_post_body code {
	font-family: Courier New!important;
	font-size: 14px!important;         //改这里就好，我也是想改，今天照着js改就好了
	line-height: 1.5!important;
}
/*文章内容详情页面的标好h1、h2、h3的样式*/
#cnblogs_post_body h1 {
    background: #1C0695;
    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: 28px;
    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: #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: 24px;
    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: #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: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}


/*推荐和反对*/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 1;
    opacity: 1;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}


/* 定制页面扩大按键 */
#divExpandViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 400px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 445px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}


#c{
   position: fixed; 
   top:90; 
   left: 0; 
   z-index:-10; 
   opacity:0.8;
}


/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}


/* 定制公告栏文字信息 */
.gonggao{
    text-align: center;
    font-size:17px;
    color:blue;
}
.wenzi{
    text-align: center;
    font-size:15px;
}


.select{

    -webkit-user-select:text;

     -moz-user-select:text;

     -ms-user-select:text;

     user-select:text;

}

#leftmenu {
    float: left;
    left: 0;
    width: 195px;
    padding: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    overflow: hidde;
    background-color: #fee;
    e: ;
}
#leftmenu h3 {
    font-size: 20px;
    margin: 0;
    padding: 9px;
    border-bottom: 5px solid #abd;
}

/*设置文章主体内容的宽度*/
#content .post {
    font-size: 17px;
    line-height: 1.8;
    padding-left: 10px;
}

/*设置markdown引用的相关参数*/
blockquote {
    width: 99%;
    background-color: #dddddd8f;
    border: 0;
    border-left: 15px solid #acc;
    padding: 1px;
    margin: 0;
}

/*文章标题大小和颜色*/
a {
    color: #4c77ce;
    text-decoration: none;
}
#content h2 {
    font-size: 22px;
}

/*日期显示*/
p.date a {
    color: #962929;
}
p.date {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 0;
    color: #aaa;
    text-align: right;
}
/*下一页大小*/
.topicListFooter {
    text-align: -webkit-center;
    font-size: 24px;
}

/*图片自动居中显示*/
#cnblogs_post_body img {
                max-width: 1000;
                height: auto;
                margin: 0 auto;
                display: block;
                position: relative;
                cursor: pointer;  
                transition: all 1.0s;  
}
#cnblogs_post_body img:hover {

-webkit-transform: rotateY(360deg);
    //-moz-transform: rotateY(360deg);
    //-o-transform: rotateY(360deg);
   // -ms-transform: rotateY(360deg);
   // transform: rotateY(360deg);
transform: scale(1.1);  
}

/*子部分标题大小*/
.post h5, .post h2 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 4px;
}

//带头像评论
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

#cnblogs_post_body table {
    border: 3px solid #c15a5a;
    border-collapse: collapse;
    word-break: break-word;
    margin: auto;
    margin-bottom: inherit;
}