body {
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/785878/galleries/2403272/o_240715073727_%E3%80%90%E5%8A%A8%E6%BC%AB%E5%A5%B3%E5%AD%A9%E3%80%912024-06-29%2022_35_17.png?imageslim);
    background-size: cover;
    background-attachment: fixed;
}
div {
    border-radius: 2px
}

/*================通用================*/
/*整个div*/
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: transparent;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: none
}

/*标题栏*/
#header {
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    box-shadow: 0 2px 2px #b2b2b2
}

#blogTitle h1 {
    margin-top: 0px;
} /*标题栏h1的margin-top*/

#main {
    margin-top: 20px;
} /*调整标题栏与内容区域的间距*/

#mainContent {
    overflow: visible;
} /*为了让阴影正常显示*/

/*侧边栏*/
#sideBar {
    width: 240px;
    margin: 0px;
    overflow: visible;
}  /*为了让阴影正常显示*/

#sideBarMain > :not(#blog-calendar, #leftcontentcontainer),
#blog-sidecolumn > * {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px #b2b2b2
} /*侧边栏小部件，除日历*/

#blog-calendar {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px #b2b2b2
} /*日历*/

.CalTodayDay a {
    color: #fff !important;
} /*当天日期颜色*/

.catListTitle {
    margin-top: 0px;
} /*公告栏标题的顶部margin*/

.sidebar-block div {
    margin-bottom: 0px;
} /*侧边栏控件内部组件的margin*/

#sidebar_categories div {
    margin-bottom: 10px;
} /*侧边栏中自定义链接控件内部组件的margin*/

#widget_my_zzk {
    width: 160px;
} /*搜索框宽度设置*/

/*底部*/
#footer {
    color: white;
    padding-bottom: 10px;
}


/*================我的博客主页================*/
/*每天博文框*/
.day {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 2px #b2b2b2
}

.postTitle a:hover, 
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    margin-left: 0px;
    transition: none
} /*博文标题去动画*/

.postSeparator {
    height: 30px;
    border-bottom: 1px solid #ededed;
} /*同一天博文间加分割线*/

.c_b_p_desc a {
    display: none;
} /*去掉“查看全文”链接*/


/*================博客界面================*/
.post, #blog-comments-placeholder, #comment_form {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
} /*博文内容区*/

#blog-comments-placeholder, #comment_form {
    box-shadow: 0 2px 2px #b2b2b2
} /*博文内容区阴影*/

.under-post-card, #cnblogs_ch {
    display: none;
} /*去广告和推荐*/

#green_channel {
    width: auto;
    border: 0px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
} /*交互按钮区*/

#author_profile_info {
    margin-top: 10px;
} /*作者信息卡*/

#author_profile_info a {
    text-decoration: none;
} /*去掉作者信息卡的链接下划线*/