body {
    background-color:rgba(213,164,207,.1);
    background-image: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Ftenc3.rabbitpre.com%2F48b15f6b-c9ff-487d-8cc1-fe8db6325853.gif&refer=http%3A%2F%2Ftenc3.rabbitpre.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1634892768&t=76db436c46e12b00ca5036086626576b");
}
#blogTitle h1 a {
    color: #fff;
}
#blogTitle h1 a:hover {
    color: rgba(139, 108, 145, .5);
}
#blogTitle {
    text-align: center;
    height: 80px;
    line-height: 80px;
    background-image: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fc-ssl.duitang.com%2Fuploads%2Fitem%2F202003%2F26%2F20200326115850_PWHxk.thumb.1000_0.gif&refer=http%3A%2F%2Fc-ssl.duitang.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1634891802&t=ecba5e1bc3d5c977e747fc9026e0c9c0");
    background-size: 100% 500%;
    border-radius: 10px;
}
#blogTitle h1 {
    line-height: 80px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #333;
}
.postTitle {
    border-left: none;
}
/* 标题前的小爱心 */
.day > .postTitle:before,
.day > .postTitle:after{
  position: absolute;
  left:18px;
  top:15px;
  content: '';
  width: 8px;
  height: 18px;
  background: #eb5651;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.day > .postTitle:after {
  content: '';
  left: 11px;
  top:15px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.day {
    width: 92.5%;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px dashed rgb(252 238 235);
    box-shadow: 2px 2px 14px 3px rgba(213,164,207,.3);
}
.day .postTitle a {
    padding-left: 28px;
}
#home {
    box-shadow: unset;
    border-radius: 20px;
}
#ad_t2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#under_post_card1 {
    display: none;
}
#under_post_card2, #sidebar_search,  #sidebar_shortcut, #sidebar_topcommentedposts, #sidebar_recentcomments {
    display: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgba(6,86,91,1);
}
.CalTodayDay {
    background-color: rgba(252,238,235,1) !important;
}
.pager a:hover {
    background-color: rgba(139, 108, 145, .5);
}
.pager a {
    border: 1px solid rgba(252,238,235,1);
    background: rgba(252,238,235,1);
    color: #555;
    box-shadow: unset;
}
/* 文章详情标题 */
#cb_post_title_url {
    font-size: 20px;
}