#navigator{
/******* 导航栏*****/
position:fixed;
width:100%;
background-color:rgba(0,0,0,0.5);
border-bottom:solid 1px rgba(255,255,255,0.5);
box-shadow:rgba(0,0,0,1) 0px 0px 10px;
}

body{ 
background:url(https://images.cnblogs.com/cnblogs_com/ch3rry/597809/o_105c15d8d6ed1411464de75f38168383.jpg) no-repeat;
background-attachment: fixed;
background-size:100% 100%;
}

#main{
/**** 主界面div *****/
padding-top:80px;
}
.mySearch,.catListLink,#blogTitle,.blogStats{
/***** 隐藏掉这些东西 ********/
display:none;
}
#navList a:link, #navList a:visited, #navList a:active{
/**** 导航连接 ***/
color:rgba(0,0,0,1);
text-shadow:rgba(0,0,0,0.5) 1px 1px 5px;
}
#navList a:hover{
color:#09F;
}

#navList a:hover{
background-color:rgba(0,0,0,0.5);
color:#FFF;
text-shadow:rgba(0,0,0,0.9) 1px 1px 15px;
}
.postTitle a:link, .postTitle a:visited{
color:#000;
}
.postTitle a:hover{
color:#F60;
}
.newsItem{
background-color:#000;
color:#FFF;
box-shadow:rgba(0,0,0,0) 0px 0px 0px;
line-height:0px;
}
#profile_block a{
color:#FFF;
}

.catListTitle{
background-color:#383838;
}

#mainContent .forFlow{
margin-left:15%;
margin-right:15%;
margin-top:10px;
}
#sideBar{
display:none;
}
.day,#topics {
min-height: 10px;
_height: 10px;
background: rgba(0, 0, 0, 0.2);
border-radius: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
color: #2B2B2B;
margin: 0 5px 20px 0;
padding: 5px 20px 10px;
border: solid 1px rgba(255,255,255,0.8);
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
}
.cnblogs_code, .cnblogs_code div{
background-color:rgba(0,0,0,0);
}

#blog_post_info,#BlogPostCategory,#EntryTag,.cnblogs_code_toolbar,#site_nav_under,#ad_under_post_holder,#blog_news_kb,#blog_post_info{
display:none;
}

.dayTitle{
text-align:right;
border-bottom:1px solid rgba(255,255,255,0);
}
.postDesc,#topics .postDesc{
color:rgba(255, 255, 255, 0.6);
text-shadow:1px 1px 0px rgba(0,0,0,0.2);
}
.postTitle{
text-shadow:1px 1px 0 rgba(255, 255, 255, 0.6);
border-bottom: none;
border-left: 5px solid rgba(0,0,0,1);
padding-left: 5px;
}
#topics .postTitle{
border-bottom:none;
}


.postCon a:link, .postCon a:visited, .postCon a:active,.postDesc a:link, .postDesc a:visited, .postDesc a:active,.topicListFooter a:link,.topicListFooter a:visited,.topicListFooter a:active,#comment_nav a:link,#comment_nav a:visited,#comment_nav a:active,#commentbox_opt input,#commentbox_opt a:link,#commentbox_opt a:visited,#commentbox_opt a:active{
text-decoration: none;
background-color: rgba(0, 3, 5, 0);
border-radius: 5px;
padding-left: 3px;
padding-right: 3px;
border: 1px solid rgba(0, 0, 0, 0.8);
color: #000;
text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
margin-left: 10px;
transition:all .5s linear;
}
.postCon a:hover,.postDesc a:hover,.topicListFooter a:hover,#comment_nav a:hover,#commentbox_opt a:hover,#commentbox_opt input:hover{
color: #FFF;
text-shadow: 0px 0px 5px rgba(255,255,255,0.6);
border-color: #FFF;
}


.pager{
color:rgba(46, 106, 177, 0);
}
.postSeparator{
border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

#footer {
text-align: center;
background-color: rgba(0, 0, 0, 0.22);
border-top: 1px solid rgba(0, 0, 0, 0.24);
margin-top: 10px;
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 10px;
box-shadow: 0px 0px 200px rgba(0, 0, 0, 1);
text-shadow: 1px 1px 0px #000;
color: #FFF;
}

#tbCommentBody {
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 10px rgba(231, 148, 0, 0.7);
color: #FFF;
text-shadow: 1px 1px 1px #000;
}
.commentbox_title{
width:100%;
}
#commentbox_opt{
text-align:center;
}
#commentbox_opt a{
display:none;
}

#tbCommentAuthor{
background-color:rgba(0,0,0,0);
}