// @import url("https://blog-static.cnblogs.com/files/blogs/783605/mycss.css")

/* #top_nav{
  display:none;
} */
.skin-simplememory{
  background-color: #fff !important;
  padding:0 0 55rem 0 !important;
}

@font-face{
  font-family:deyi;
  src:url("https://common.cnblogs.com/fonts/SmileySans-Oblique.ttf");
}

body{
  /* color:#032c08; */
		position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #fff !important;
    cursor: null;
    font-family: deyi;
    
    /* background: linear-gradient(0deg,rgb(0, 0, 0) 0%, rgb(11, 17, 100) 100% ); */
    /* background: linear-gradient(0deg,rgb(255, 255, 255) 0%, rgb(188, 245, 255) 100% ); */
    
		}

    

    @keyframes color-hue {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(-360deg);
  }
}
/* 博客首页整体div样式 */
#home{
    position: absolute;
    top:0.5rem;
    box-shadow: 0 0px 2rem rgb(94 94 94 / 30%) !important;
    background-color: #fff !important;
    border-radius: 0.5rem 0 0 0.5rem;
    height: 85%;
    width: 75% !important;
    padding: 0 0 20px 0 !important;
}



::-webkit-scrollbar{
    width:6px;
    height:6px;
    background-color: #e8e8e9;
    border-radius: 0 1px 1px 0;
}

::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:10px;}

::-webkit-scrollbar-track{background-color:transparent; }


#cus-banner{
  color: #26f36e;
  animation: color-hue 30s infinite linear;
  font-size: 3rem;
  font-weight: 700;
}

#blogCalendar{
  animation: color-hue 30s infinite linear;
  /* color:#168114;
  text-shadow: 0 0 #d0ff15; */
}
.CalTodayDay{
  background-color: #21b91e !important;;
}

// 隐藏推荐编辑、隐藏阅读排行
.under-post-card{
  display: none !important;
}

#header{
    position: fixed;
    width: inherit;
    background: #fff;
    height: 160px;
    margin-top: 0;
    border-radius: 1rem 0 0 0;
    z-index:50;
    box-shadow: 1px 5px 10px 0px #e1e0e0;
}


#blogTitle{
  padding:10px 30px 10px 30px;
  
}

#navigator{
  padding:10px 30px 0px 30px;
}

#main{
  height: 100%;
  width: initial;
  margin-top: 175px;
  padding: 0px 30px 10px 30px;
}

#mainContent{
  overflow-y: scroll;
  height: 74%;
  padding-right: 10px !important;
  padding-bottom: 8px !important;
  /* margin-top: 25px; */
}

#sideBar{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 76%;
    margin-top:0 !important;
    padding-right: 15px !important;
}

#footer{
  color:rgb(165, 165, 165);
  margin-top: 6% !important;
}

#homepage_top_pager{
  display: none;
}

#homepage_bottom_pager{
  position: absolute;
  bottom: -10px;
  right: 263px;
}

#nav_next_page{
  position: absolute;
  bottom: 20px;
  right: 283px;
}

#nav_next_page a{
  box-shadow: 0 1px 3px #c5c5c5 !important;
    border: 1px solid #c5c5c5 !important;
    background: #c5c5c5 !important;
    color:#fff !important;
    transition: all .4s linear 0s !important;
    margin: 0 2px;
    padding: 2px 5px;
}

.pager a {
    box-shadow: 0 1px 3px #c5c5c5 !important;
    border: 1px solid #c5c5c5 !important;
    background: #c5c5c5 !important;
}

css-doodle{
  animation: color-hue 40s infinite linear;
}

.postTitle{
  border-left: 3px solid #000;
}

.postTitle a:link,.postTitle a:visited{
  color:#000 !important;
  font-weight: bold;
  letter-spacing: 5px;
}

#header > * {
  color:#4dad8a !important;
}

#blogTitle h1 {
    
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
    font-size: 20px;
    position: relative;
    top: -15px;
    left: -25px;
}

.blogStats{
      margin-top: 5px !important;
      color:#4dad8a;
      font-size: 15px;
}
// 大标题
#blogTitle h1 a {
    color:#4dad8a !important;
}

#navigator{
  border-bottom: none !important;
}

.c_b_p_desc{
  font-size: 14px;
  letter-spacing: 2px !important;
}
.postTitle > a > span{
  font-size: 24px;
}

.postBody{
  font-size: 20px !important;
  /* color:#335c3a !important; */
}

/* 导航栏菜单颜色 */
#navList a:link, #navList a:visited, #navList a:active{
  color:#59b292 !important;
}
/* 文章列表标题颜色 */
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
  color: #000 !important;
}

.postTitle a:active{
  transition: all 1s linear 0s;
}

#header_span{
  color:#515151;
}


.firework {
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: #fff;
            border-radius: 50%;
            animation: rise 1s ease-out forwards;
        }

        .trail {
            position: absolute;
            width: 3px;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            animation: fade 0.5s ease-out forwards;
        }

        .particle {
            position: absolute;
            width: 3px;
            height: 3px;
            background-color: #fff;
            border-radius: 50%;
            animation: spread 1s ease-out forwards;
        }

        @keyframes rise {
            0% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(-200px);
                opacity: 1;
            }
        }

        @keyframes fade {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @keyframes spread {
            0% {
                transform: translate(0, 0) scale(1);
                opacity: 1;
            }
            100% {
                transform: translate(var(--tx), var(--ty)) scale(0);
                opacity: 0;
            }
        }
