
body {
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/824186/galleries/2403097/o_241016122042_flower.jpg);
    background-width: 120%;
    background-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
}
 
.postTitle {
    font-size: x-large !important;
}

#navList {
font-size: 14px;
font-family: 微软雅黑;
}

#catlist{
    background-color: rgba(255, 255, 255, 0.45);
}

.c_b_p_desc {
    font-family: 微软雅黑;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left:7px solid #0cd297a6;
    padding: 10px 0 10px 14px;
    text-align: left;
    font-family: 微软雅黑;
}

#navigator {
    background-color: rgba(255, 255, 255, 0.644);
    font-family: 微软雅黑;
    border-radius: 10px;
}

#home, pre {
    background-color: rgba(255, 255, 255, 0.86) !important;
    border-radius: 30px;
}
 
#sideBar div {
    background-color: rgba(255, 255, 255, 0.45);
    /*background-color: transparent !important;*/
    border-radius: 10px;
}

.table-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
}
 
.table-wrapper th {
    background-color: rgba(255, 255, 255, 0.9);
}
 
 
blockquote, details {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 10px;
}
 
summary {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7)#eee9;
    font-size: large;
    font-weight: bold;
}

#cnblogs_post_body h1 {
    background: rgb(129, 132, 132) !important;
    background: #064d9ecc !important;
    border-radius: 7px 7px 7px 7px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "Courier New", "行楷", "宋体", Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
}

#cnblogs_post_body h2 {
    /*background: none repeat scroll 0% 0% rgb(43, 102, 149);*/
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: #355681;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;

}

#cnblogs_post_body h3 {
    /*background: none repeat scroll 0% 0% rgb(43, 102, 149);*/
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: #355681;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}

#cnblogs_post_body h1 a{
   color: rgb(230, 235, 245);
}

#cnblogs_post_body h1 a:hover{
   color: rgb(173, 173, 173);
}

#cnblogs_post_body h2 a{
   color: rgb(107, 185, 248);
}

#cnblogs_post_body h2 a:hover{
   color: rgb(173, 173, 173);
}

#cnblogs_post_body a{
   color: rgb(84, 175, 249);
}

#cnblogs_post_body a:hover{
   color: rgb(111, 56, 193);
}