body {
font-family:"Microsoft YaHei";
background-image:url(https://images.cnblogs.com/cnblogs_com/BlogOfMotherLyn/1511080/o_main-body-bg.gif);
}

.title {
font-size: 30px;
font-weight: 400;
width: 100%;
min-width: 1010px;
height: 105px;
background-image: url(//images.cnblogs.com/cnblogs_com/BlogOfMotherLyn/1511080/o_header-bg.jpg);
background-repeat: no-repeat;
background-size: 1200px 105px;
border-top: .1px solid transparent;
}

header > a {
display: block;
line-height: 30px;
top: 48%;
margin-top: -15px;
position: relative;
margin-left: 30px;
letter-spacing: 3px;
}

.navigation {
position: sticky;
top: 0;
width: 100%;
min-width: 1010px;
z-index: 100;
}

.navigation-list {
width: 100%;
height: 16px;
padding: 10px 0 10px 0;
font-size: 0px;
background-color: black;
}


.navigation-list li{
width: 16.6%;
text-align: center;
float: left;
letter-spacing: 1px;
}

.navigation-list a {
font-size: 12px;
color: beige;
}

.navigation-list a:link {
color: beige;
}

.navigation-list a:link {
color: beige;
}

.navigation-list a:hover {
color: rgb(123, 220, 254);
}

#home {
background-color: rgba(255, 255, 255, .3);
}

#header{
display:none;
}

#sideBarMain > div {
background: transparent;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
background: transparent;
}

#footer {
height: 30px;
opacity: .6;
}

#footer:hover {
opacity: 1;
cursor: pointer;
}

@media screen and (max-width: 767px) {
 .title {
width: auto;
min-width: 0;
}

.navigation-list li{
float: none;
display: inline-block;
}

.navigation{
width: auto;
min-width: 0;
}

#home {
margin: 0;
}
}