body {
    color: #000;
    background: #eee;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    background-position: 0% 0%; 
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-image: url("https://i.loli.net/2018/05/26/5b0956f874889.jpg");
    background-size: cover;
    background-origin: padding-box; 
    background-clip: border-box;
}
#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 70%;
    min-width: 950px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    background: #eee;
    background-color: rgba(255,255,255,0.8);
}
#footer{
   background: url( ) no-repeat 220px 0;
   color:black;
   font-weight:bold;
   font-size:24px;
}
#blogTitle h1 {
    font-size: 40px;
}
/*导航栏*/
#navList{
  float: left;
}
#navList a:link, #navList a:visited, #navList a:active {
    font-size:20px;
}
#navList a:hover{
   color:#4C9ED9;
   text-decoration:none;
}
/*浏览信息*/
#blog_stats{
   color:rgba(82, 168, 236, 0.8);
}
/*中间这一块*/
#mainContent{
 float:right;
}

.newsItem{
  background: url("");
}
/*侧边栏公告*/
.catListTitle{
  font-size:2.35em;
}
/*文章标题*/
.postTitle a {
    background: url("https://i.loli.net/2018/05/29/5b0d4bea8adee.png") no-repeat;
    background-size:30px 30px;
    margin-left:15px;
    padding-left: 30px;
    padding-bottom:5px;
    padding-top: 5px;
}
/*文章标题占据*/
.day {
    background: url("");
}
#blog-calendar{
   background: url("");
}

#blog-calendar .CalNextPrev a:link, #blog-calendar .CalNextPrev a:visited, #blog-calendar .CalNextPrev a:active {
    font-size: 12px;
    font-weight: bold;
    background-color:rgba(255,255,255,0);
}
.CalTitle{
   background: url("");
}
#sidebar_search{
    background: url("");
}
.catListLink{
  background: url("");
}
/*我的标签*/
.catListTag{
    background: url("");
}
.sidebar-block{
   background: url("");
}
/*阅读排行*/
.catListView{
    background: url("");
}

/*搜索*/
#btnZzk {
    background: url("images/blog_search.png") no-repeat 5px 5px;
}
input.btn_my_zzk {
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

#widget_my_google input[type="button"] {
    background: url("images/google_search.png") no-repeat 5px 5px;
}
.btn_my_zzk{
  vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
/*文章详情*/
#topics{
   background: url("");
}
/*发表评论*/
#comment_form_container{
   background: url("");
}