body{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-image: url(https://c.53326.com/d/file/lan20200612/0d2akq01l5f.jpg); */
    background-image: url(https://images.cnblogs.com/cnblogs_com/compaseness/2368804/o_231227030509_ocgbkehzpva.jpg);
    /* background-image: url(https://images.cnblogs.com/cnblogs_com/compaseness/2368804/o_231227030520_okxvvl4daup.jpg); */
    min-width: 992px;
}
#page-top{
    text-align: center;
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #db2ccb;
    opacity: 1;
}
.navbar{
    display: none;
}
#home{
    opacity: 0.92;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin: 0 8vw;
}
#header{
    padding-bottom: 5px;
    margin-top: 10px;
}
#blogTitle{
    height: 60px;
    clear: both;
}
.title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
}
.subtitle{
    padding-left: 40px;
}
#navigator{
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#navList {
    min-height: 30px;
    float: left;
    white-space: nowrap;
}
.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
}
#navList li {
    float: left;
    margin: 0 40px 0 0
}
li {
    list-style: none
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px
}

#navList a:link,#navList a:visited,#navList a:active {
    color: #6a6a6a;
    font-weight: bold
}

#navList a:hover {
    color: #000;
    text-decoration: none
}

#main {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

#mainContent {
    flex: 1;
    min-height: 200px;
    padding: 0 0 10px 0;
    margin-left: 5vw;
    text-overflow: auto;
    order: 2;
    
}
.forFlow {
    float: none;
    width: auto;
    margin-right: 15vw;
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative
}

.dayTitle {
    display: none;
    border: 1px solid #21759b;
    background: #f0ffff;
    border-radius: 50%;
    font-size: 12px;
    height: 65px;
    line-height: 1.5;
    margin: 15px;
    text-align: center;
    width: 63px;
    margin-left: -100px;
    clear: both;
    position: absolute;
    top: -15px
}
.postTitle {
    border-left: 3px solid #a31ee17a;
    margin-bottom:10px;
    padding-left: 10px;
    font-size: 24px;
    width: 100%;
    clear: both
}
.postTitle a:link,.postTitle a:visited,.postTitle a:active {
    color: #db2ccb;
    /* transition: all .4s linear 0s */
}

.postTitle a:hover {
    /* margin-left: 15px; */
    font-size: 24px;
    color: #0e77ee;
    text-decoration: none
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0
}

.postDesc {
    font-size: 13px;
    /* background: url(images/posted_time.png) no-repeat 0 1px; */
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5
}

.postDesc a:link,.postDesc a:visited,.postDesc a:active {
    color: #666
}

.postDesc a:hover {
    color: #21759b;
    text-decoration: none
}
#sideBar {
    order: -1;
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0 0 0 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#sideBar a {
    color: #757575
}

#sideBar a:hover {
    color: #21759b;
    text-decoration: underline
}

.CalTodayDay {
    background: #ee8b0b !important;
    color: #fff;
    font-weight: bold;
}

#top-right-menu{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0
    right: 0;
    background-color: red;

}

/* GitHub Cornor */
.github-corner :hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
}
.github-corner >svg {
    fill: rgb(42, 166, 248) !important;
    color: rgba(248, 251, 252, 0.945) !important;
  }
@media (max-width: 1400px) {
  .github-corner  {
    display: none;
  }
  .github-corner .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}
@-moz-keyframes octocat-wave {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40%, 80% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes octocat-wave {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40%, 80% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-o-keyframes octocat-wave {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40%, 80% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes octocat-wave {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  20%, 60% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40%, 80% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

#feed_icon {
	border: rgb(114, 118, 122) solid 2px;
	display: block;
	/* margin: 50px auto; */
	border-radius: 50%;
	transition: all 2.0s;
  background-color: #c14eeed7;
  color:hsl(120, 93%, 52%);
}
 
#feed_icon:hover {
	transform: rotate(360deg);
}