/*背景图片参考
now: https://h2.ioliu.cn/bing/CranborneChase_ZH-CN0337426199_1920x1080.jpg?imageslim
EdgeBrowser: https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBYyvk2.img
桥: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4wwtT?ver=b795
*沙漠: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4wB7q?ver=efee
森林: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4wyTt?ver=4b9e
*雪林: https://h2.ioliu.cn/bing/CranborneChase_ZH-CN0337426199_1920x1080.jpg?imageslim
梯田: https://cn.bing.com/th?id=OHR.TeaGardensMunnar_ZH-CN9587720369_1920x1080.jpg&rf=LaDigue_1920x1080.jpg
*山: https://www.bingimg.cn/static/downimg/OHR.LakePinatubo_ZH-CN5947011761_1920x1080.
峭壁: https://tva4.sinaimg.cn/large/007YLcQ6ly1gzi3xp6zy0j31hc0u012g
*/

/*全局设置*/
body {
    background-image: url(https://h2.ioliu.cn/bing/CranborneChase_ZH-CN0337426199_1920x1080.jpg?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;
} /*去掉作者信息卡的链接下划线*/
