#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    padding: 30px;
    margin-top: 50px;
    height:720px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/wyjblog/2060283/o_211111082828_background01.jpg') fixed no-repeat;   //修改背景图片
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle {
    clear: both;
}

#blogTitle a{
    text-decoration: none;
    color: #333;
    color: #ffffffeb;
    font-size: 27px;
    font-family: fantasy;
    font-style: italic;
}

#navigator{
    background-color:rgb(135 206 205 / 0%);          //标题栏下的颜色
}

#sideBar{
    height:520px;
}
#sideBar h3 {
    margin: 16px 0 0 0px;
    padding-left: 11px;
    color: white;
    font-family: cursive;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    background-color: #08151e;
    border: 1px solid #ffffff21;
}

#mainContent {
    float: right;
    margin-left: -250px;
    width: 100%;
    max-height: 550px;
    overflow: auto;
}

#mainContent::-webkit-scrollbar {
  display: none;
}

#mainContent 
#footer {
    text-align: center;
    color: white;
}

.catListBlogRank ul li{
    color:white;
}

.blogStats {
    float: right;
    color: white;
}
a{
    color:white;
}

h1.PostListTitle{
    color:white;
}

div.postDesc2{
    color:white;
}

.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #dddddd38;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px
;
}

#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0;
    color: #26af82;
    font-size: 14px;
    font-family: fangsong;
    font-style: italic;
}
.postCon a, .postBody a, .feedbackCon a {
    border-bottom: 1px dotted #ffffff80;
    color: white;
}

.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color:white;
}

.postDesc, .entrylistItemPostDesc {
    border-bottom: 1px dotted #999;
    color: #999;
    text-align: right;
    color: white;
    margin-top: 19px;
    padding-bottom: 20px;
}

.comment_preview p, div.commentform p {
    margin: 10px 0;
    display: none;
}

#cnblogs_ch {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}

.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}

.comment_textarea {
    padding: 8px 14px;
    background-color: #fff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    /* width: 600px; */
    /* max-width: 100%; */
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    /* margin-bottom: 10px; */
}

div.commentform textarea {
    line-height: 1.6;
    width: 100%;
    height: 250 px;
    resize: vertical;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    border: none;
    font-family: "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    padding: 8px 0;
    background-color: #0a171fd9;
    color: white;
}

.commentbox_tab:hover, .commentbox_tab.active {
    border-bottom: 2px solid #367cc2;
    color: #000;
    color: #18af82;
}

.commentbox_tab {
    color: white;
}

.comment_svg{
    fill:white;
}

#commentform_title {
    color: white;
}

#footer {
    text-align: center;
    color: white;
}

#cnblogs_post_body p span{
    background-color:none;
}

.cnblogs_code {
    background-color: #08151e;
    color: white;
}

.cnblogs_code div {
    background-color: #26af82;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #26af82 !important;
    border: none !important;
}
