/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid #f33d0a;
}

/*页面大小*/
#home {
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*侧边栏的标题样式*/
.catListTitle {
    font-size: 2em;
    background: #098c70;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    width:200px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 30px;
}

#home {
    background-color: #fff;
    border-radius: 0px 5px 0 0;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin: auto;
    margin-top: 20px;
    min-width: 950px;
    width:75%;
    margin-bottom:50px;
    padding:30px 30px 50px 55px;
}
#navigator,  .day {
    border: 1px solid #d0cfcfad;
    border-radius: 3px; 
    margin-right: 25px;
    padding-left: 25px;
}

.post,.day {
    padding: 5px 10px 0;
    padding-left: 25px;
    /*width:95%;*/
}

#mainContent {width: 95%;}
p a {
    color: #226ca2 !important;
}

td a {
    color: #226ca2 !important;
    text-decoration: none !important;;
}

.cnblogs_code_toolbar span {
    padding-right: 0px;
}

/*正文无序列表*/
#cnblogs_post_body p ul {
    padding-left: 0;
    line-height: 1.6;
    margin: 10px 10px 10px 50px;
}

/*非markdown代码字体*/
.cnblogs_code span {
    font-family: Consolas,Inconsolata,Courier,monospace !important;;
    font-size: 15px!important;
    line-height: 1.5!important;
}

#topics .postTitle{
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 800px) {
#navigator,  .day {
    border: 1px solid #d0cfcfad;
    border-radius: 3px; 
    margin-right: 0px;
    padding-left: 25px!important;
}
#home {    padding:10px;}
#mainContent {
    width: 100%;
}

#topics .postTitle{
    font-size: 25px ;
    text-align: center;
}
}

@media screen and (max-width: 1800px) {
    #home {
    background-color: #fff;
    border-radius: 0px 5px 0 0;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin: auto;
    margin-top: 20px;
    min-width: 900px;
    width:82%;
    margin-bottom:50px;
}

#topics .postTitle{
    font-size: 25px ;
    text-align: center;
}

}


@media screen and (max-width: 1200px) {
#cnblogs_post_body img {
        max-width: 600px !important;
}
}

@media screen and (max-width: 1500px) {
#cnblogs_post_body img {
    max-width: 700px !important;
}
}

#cnblogs_post_body img {
    max-width: 950px;
    border-radius: 5px;
    margin: 5px auto;
    display: block;
    /*max-width: 95%;*/
    background: #ffffff;
    /*box-shadow: 0 0 0px #8c8888;*/
    box-shadow: 0px 1px 10px 0px #908a8a;
    padding: 0px;
padding-right: 0px;
}



@media screen and (min-width: 1800px) {
#cnblogs_post_body img {
    max-width: 960px;
    border-radius: 5px;
display: block;
    margin: 5px auto;
    /*max-width: 95%;*/
    background: #ffffff;
    /*box-shadow: 0 0 0px #8c8888;*/
    box-shadow: 0px 1px 10px 0px #908a8a;
/*边框宽度（颜色未背景颜色）*/
    padding: 0px;
}

#mainContent {width: 95%;}
#cnblogs_post_body {
padding : 0 40px;
}

}

@media screen and (max-width: 500px) {
#cnblogs_post_body img {
    max-width: 500px;
}

}


#cnblogs_post_body
{
    color: black;
    font-family: "Times New Roman","中易宋体","宋体","微软雅黑", "PTSans" , "Arial" ,sans-serif;
    font-size: 16px;
}

/*底部签名*/
#MySignature {
border: 1px solid #ffffff !important;
    border-top: 0px solid #f1f0f0 !important;
    margin: 3em 0em 0em 0em;
    padding-left: 0px;
color:#828282;
}


body {
    background-image: linear-gradient(#569086 1px,transparent 0), linear-gradient(90deg, #acadb1 1px,transparent 0), linear-gradient(hsl(184, 7%, 61%) 1px,transparent 0), linear-gradient(90deg,hsla(0,0%,100%,.3) 1px,transparent 0);
    background-color: #e2ebea;
    background-size: 60px 75px,79px 60px,13px 13px,17px 12px;
}


/*markdown代码CSS*/
blockquote {
    border: medium none;
}
.hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition{color: #e8e9f3;}
.hljs-string{
color: #e8e9f3;
}

.feedback_area_title {
    border-left: 0px solid #b57070 !important;
}

.cnblogs-markdown pre code, .cnblogs-post-body pre code{
    margin-left: 2px;
    margin: auto;
    /*margin-right:5%;*/
    min-width: 300px;
       margin-right: 15px;
}
.cnblogs-markdown code{
    font-family: "Comic Sans MS","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif !important;
    font-size: 14px!important;
    /*border: 1px solid grey !important;*/
    border-radius: 3px!important;
}

.hljs-meta {color: #43a8c5;}
 
 /*代码样式*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{  
padding: 5px 5px 5px 15px !important;
color: #ddd;
margin-left: 10px;
line-height: 1.5!important;
background: transparent url(https://www.cnblogs.com/images/cnblogs_com/myworld7/1376341/o_1172048-20180902234737562-296254372.png) repeat scroll 0% 0%; /*添加代码磨砂背景*/
box-shadow: 0px 1px 1px #979797;
}


.hljs-keyword {color:#dab37a; font-weight: bolder; font-size: 105%;}
.hljs-title {color: #efef8f;}
.hljs-string{color: #cc9393;}
code{color:#818386;}
.hljs-tag {color: #61cc61;}
.hljs-name {color: #7474c3  !important;}
.cnblogs-markdown .hljs {color: #e0e0e4 !important;}
.hljs-comment {color:  #7f9f7f;}
span.hljs-number {color: #47d0f1;}
.hljs-params {color:#c5c1c1;}

.hljs-quote, .hljs-variable {
    color: #09bb09;
}

p code {
    /*color: #282925;*/
    /*background: linear-gradient(to bottom right,#ffecd2, #f96b6b );*/
    line-height: 1.5 !important;
    white-space: nowrap;
    margin-bottom: 5px !important;
    /*border: 0px solid #ffffff!important;  */ /*去掉P code 黑边*/
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Monaco,Consolas,"Courier New",monospace !important;
    font-size: 14px!important;}
.hljs-built_in ,.hljs-selector-tag {color: #9090e2;}

.hljs-attr, .hljs-attribute , .hljs-literal{
    color: #a16db5;
}
.hljs-section, .hljs-type {color: #b9a867}


#cnblogs_post_body     h2    {
    color: #000;
    font-family:  "Times New Roman","中易宋体","宋体" ,"微软雅黑", "黑体" ,Arial;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.8;
    margin: 1.5em -10px 1em -25px;
    position: relative;
    padding-left: 12px;
    border-left: 7px solid #096d55;
    border-radius: 3px;
    background-image: linear-gradient(#f5f3f3 1px,#ffffff00 0), linear-gradient(90deg, #67bcfb 1px,#ffffff00 0), linear-gradient(hsl(0, 0%, 90%) 1px,#f7f7f7 0), linear-gradient(90deg,hsl(0, 0%, 100%) 1px,white 0);
    background-size: 115% 115%, 1010% 55%, 72% 98%, 22% 45%;
    }


#cnblogs_post_body blockquote {
    background-color: #ffffff;
    border-left-color: #658cb3;
    margin-left: 20px;
    line-height: 1.5;
    border-radius: 3px 3px 3px 3px;
    padding-bottom: 1px;
    padding-top: 10px;
    margin-right: 15px;
    border-left: 3px solid #b62828;
    color: #04732c;
}

 #cnblogs_post_body   h3{
    color: #3d434a;
    font-family:  "Times New Roman","中易宋体","宋体" ,"微软雅黑", "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 100%;
    margin: 20px 4px !important;
    padding: 8px 0px 8px 15px;
    border-radius: 2px;
    border: 0px solid #c44141c4;
    border-left: 5px solid #FF6600;
    background: #f3f3f3;
}


.cnblogs_code{
border-radius: 3px;
margin-left: 2em;
margin-right: 15px;
line-height: 1.5;
}

#cnblogs_post_body p {
margin-left: 10px;
margin: 5px auto;
    }

 #cnblogs_post_body a {
     /*   color: #21759b;*/
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: linear;
    border-bottom-style:none;
    }
#cnblogs_post_body a:hover{
    margin-left: 20px
}

#navCategory  a{
    display: block;
    transition:all 1s;
}
#navCategory a:hover{
    margin-left: 20px
}

#blog-sidecolumn  a{
    display: block;
    transition:all 1s;
}
#blog-sidecolumn a:hover{
    margin-left: 20px
}

#sidebar_toptags li a{
float:left;
}

#TopViewPostsBlock li a{
margin-left: 5px;
}
#cnblogs_post_body a{
    /*display: block;*/
    transition:all 1s;
}

#MySignature, .day, .post {
    /*border: 1px solid  #fff;*/
    border-radius: 3px;
}


.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-left: 3px solid #b57070;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin: 20px 0 10px;
}


.c_b_p_desc {
    line-height: 1.5;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
}
.postTitle{
font-size: 16px;
}


.postBody, .postCon {
    border-bottom: 1px solid #d9dbe1;
    font-size: 15px;
    line-height: 1.8;
}

#cnblogs_post_body p {
/*text-indent:1.5em;*/
margin-left: 5px;
padding: 0 0 8px 0;
}

/*.postTitle a:link, .postTitle a:visited, .postTitle a:active,#sideBar a,.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #4183c4;
}*/

.postTitle a:link, .postTitle a:visited, .postTitle a:active,#sideBar a,.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color:#3a72ab;
}

li a:visited {
    color: #3671a5;
}

.postDesc {
    float: right;
    margin-top: 5px;
    padding-right: 5px;
    text-align: right;
background: none;
}

#navCategory {
line-height: 0.9;
}
#sideBar {font-size: 12px;
                width:280px;}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:200px;
    right:10px;
    /* right:auto; */
    width: auto;
    height: auto; 
}

#sideBarTab h2{ font-size:20px;}

#sideBarTab{
    float:left;
    width:30px; 
    border:2px solid #26304c;
    border-right:none;
    text-align:center;
    background: #26304c;
    border-radius:0px 0px 0px 0px;
    color: white;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden，!important;
    width:150px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
    border-radius: 0px 8px 8px 0px;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    /*color:#A7995A;*/
    color: #4183c4;
}
#sideBarContents dd{
    margin-left:20px;
}

.postBody, .postCon {
    border-bottom: 1px solid #d9dbe1;
    font-size: 14px;
    line-height: 1.8;
}

/*翻页*/
.pager a{
    margin: 0 3px;
    padding: 8px 14px;
    border-radius: 5px;
}
