a:hover {
    color: #390;
    text-decoration: none;
}

body {
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/385423/galleries/2306446/o_230504160405_pexels-jess-bailey-designs-1097930.jpg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#top_nav {
    display: none;
}

#blogTitle {
    height: 65px;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/385423/galleries/2306446/o_230504163755_001.gif);
}

#blogTitle h1 {
    /* width: 100%; */
    text-align: left;
    font-size: 1.8rem;
}

#blogTitle h1 a {
    color: #555;
}

#blogTitle h1 a:hover {
    color: white;
    text-decoration: none;
}

#navigator {
    background: white;
}

#navList .menu {
    color: #333 !important;
}

#navList .menu:hover {
    background: #390;
    color: white !important;
    transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.34, 0, 0.84, 1);
}

/* 文章标题 */
.entrylistItemTitle {
    font-size: 1.5rem;
}

.entrylistItemPostDesc {
    color: #666;
    background: beige;
    padding: 4px;
    border-radius: 9px;
}

#main {
    width: 75%;
}

#mainContent .forFlow {
  margin-left: 21em;
  float: none;
  width: auto;
  background: white;
  padding: 12px;
}


#footer {
    border: none;
}
