/*body{
background-image:url("https://images.cnblogs.com/cnblogs_com/younth/790076/o_edit-bg.png");
background-repeat: repeat;
}
#navigator{
background-color:#dbd4c3;
border: 1px solid #dbd4c3;
}*/
#navList a:link{
text-shadow:none;
}
#navList a:hover{
text-decoration: none;
background-color: #0184B2;
color: white;
}
.day {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ccc;
}
#topics .postTitle a{
color:#808080;
}
#topics{
background-color:#FAF7ED;
}
#cnblogs_post_body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 35px;
font-weight: 100;
font-size: 14px;
}
#post_detail:hover,.sidebar-block:hover{
box-shadow: 0 0 10px #ccc;
}
div.commentform textarea {
    width: 850px;
    height: 300px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.newsItem h3{
display:none;
}
.mybox{
color:#ccc; 
padding:10px 20px; 
border-left:1px solid #ccc; 
border-right:1px solid #ccc; 
border-bottom:none;
background-image:url("https://img.t.sinajs.cn/t6/skin/skin058/images/body_bg_page.jpg?id=20140928183500");
background-position:center;
background-color: #a5a5e6;
animation: myfirst 60s infinite ease;
}
.mybox img{
border-radius:50%;
margin-left: 50%;
transform: translate(-50%);
border:1px solid white;
}
.sinablog{
display:inline-block;
text-decoration:none;
margin-left: 50%;
transform: translate(-50%);
margin-top: 40px;
}
.mystyle{
padding:10px 20px; 
list-style:none;
}
.mystyle ul li{
width:auto;
display:inline-block;
border-radius:5px;
color:white;
padding:0 2px;
border: 1px solid
}
#profile_block:hover{
border:1px solid #ccc;
}
#blog-news:hover{
box-shadow:0 0 10px #ccc;
}
@keyframes myfirst
{
0%{background-position:center center;}
20%{background-position:left center;}
40% {background-position:center center;}
60%{background-position:right center;}
80%{background-position:center center;}
100%{background-position:left center;}
}