/* 衬线体（游明朝）的设置：*/
body {
    font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

.MathJax{outline:0}
.postBody blockquote {
    background: none;
    min-height: 35px;
    _height: 35px;
    font-size: 10;
    line-height: 1.6em;
    color: #333;
}
/* .cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
    font-weight: bold;
} */


.catListTag{
        background: #9c27b00d;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 0.5em;
    padding: 5%;
    /* color: white; */
    font-size: 15px;
}

.catListBlogRank{
 background: #9c27b00d;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 0.5em;
    padding: 5%;
    /* color: white; */
    font-size: 15px;
}

.catListPostCategory{
 background: #9c27b00d;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 0.5em;
    padding: 5%;
    /* color: white; */
    font-size: 15px;
}

/*#sideBar a {
    color: #9c27b0;
    font-size: 15px;
}*/


#sideBar a {
    color: #7c3333;
    font-size: 15px;
    font-weight: 900;
}





#page_begin_html{
    width:100%;
}
#home{
    background-color:/*#ffffffa8*/ rgba(255,255, 255, 0.5);
}
#navigator{
border : none;
}

.diggit{
display:none;
}

.buryit{
display:none;
}

/*body{
background:url("https://s1.ax1x.com/2020/07/21/Uo6JJ0.jpg") no-repeat center center;
background-attachment:fixed;
background-size:100%;
}*/

/*body{
background:url("https://img2020.cnblogs.com/blog/1498084/202102/1498084-20210204144741277-994864747.png") no-repeat center center;
background-attachment:fixed;
background-size:100%;
}*/

body{
background:url("https://img2020.cnblogs.com/blog/1498084/202106/1498084-20210627183617253-1149715937.png") no-repeat center center;
background-attachment:fixed;
background-size:100%;
}

/*
body{
background:url("https://img2022.cnblogs.com/blog/1498084/202202/1498084-20220204181932165-410076993.jpg") no-repeat center center;
background-attachment:fixed;
background-size:100%;
} 
*/

#blogTitle h1 a{
font-size:30px;
}
#poweredby{
display:none;
}

#footer{
border:none}

#blogTitle h1 a:hover{
color: purple;
}

.postTitle {
    border-left: 3px solid #000000;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:black;
    transition: all .4s linear 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.postTitle a:hover{
color:purple;
}

#sidebar_links1811135{
background: rgba(0, 0, 0, 0);
}

.catListBlogRank {
    background: #9c27b00d;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 0.5em;
    padding: 5%;
    /* color: white; */
    font-size: 15px;
    font-weight: 900;
}


pre[class*="language-"] {
    color: #393A34;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    font-size: 1.3em;
    line-height: 1.2em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
