html,
body{
  width: 100%;
  height: 100%;
}
div{
  background: transparent;
}
.c_ad_block,
#ad_t2{
  display: none;
}
body{
  background-color: #0a1421;
  background-image: url('https://www.cnblogs.com/images/cnblogs_com/jessicaDuan/1320845/o_timg.jpg');
  background-size: cover;
  background-attachment: fixed;
}
@keyframes star-twinkling {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.star {
    background:  url('https://images.cnblogs.com/cnblogs_com/jessicaDuan/1320845/o_200307123723stars.png') repeat top;
    width:  100%;
    height:  100%;
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: star-twinkling 8s ease infinite;
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
.cloud {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.cnblogs.com/cnblogs_com/jessicaDuan/1320845/o_200307123708clouds.png') repeat top center;
    opacity: 0.5;
    z-index: 3;
    animation: move-clouds-back 300s linear infinite;
}
#home{
  background: none;
}
#header{
  background: rgba(255, 255, 255, 0.1);
}
#header,
#footer{
  width: 80%;
}
#blogTitle{
  display: inline-block;
  left: 90px;
  top: 100px;
}
#blogTitle a{
  color: rgba(255,255,255,0.85);
  font-size: 32px;
  text-decoration: none;
  text-shadow: 0 0 10px #71ecd0;
}
#Header1_HeaderTitle::before{
  content: '>> ';
}
#Header1_HeaderTitle::after{
  content: ' <<';
}
#blogTitle h2 {
    margin-left: 10%;
    margin-top: 14px;
    font-size: 1.375em;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 0 10px #71ecd0;
}
#blogTitle h2::before {
    content: '>--';
    margin-right: 5px;
}
#blogTitle h2::after {
    content: '-->';
    margin-left: 5px;
}
#navigator{
  left: 0;
  width: 100%;
  height: auto;
  position:  absolute;
  bottom: 0;
  top: unset;
  background: rgba(29, 73, 121, 0.45);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  border-top: 1px dashed rgba(255, 255, 255, 0.8);
  margin-bottom:  10px;
}
.blogStats{
  display: none;
}
#navList{
  width: auto;
  float: none;
  height: auto;
  margin-left: 5%;
}
#navList li{
  text-align: center;
}
#navList a{
  color: rgba(255,255,255,0.85);
  border: none;
  float: none;
  text-decoration: none;
  display:  inline-block;
  width: 80px;
  height: 40px;
  line-height:  40px;
  padding: 0;
}
#navList a:hover {
    background: rgba(255,255,255,0.3);
}
#blog_stats{
  background-color: transparent;
  color: rgba(255,255,255,0.85);
}
#main{
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}
#mainContent{
  background-color: transparent;
  border: 0;
  width: 70%;
  overflow: auto;
}
#mainContent .forFlow{
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: auto;
}
.day{
  background-color: rgba(255,255,255,0.65);
  width: auto;
  margin: 0 0 14px 0;
  padding: 18px;
}
.day:hover {
  box-shadow: 0 0 8px #61b8e2;
}
#post_detail{
  background-color: rgba(255,255,255,0.65);
}
#topics{
  width: auto;
}
#topics .postTitle a,
.postTitle a{
  font-size: 16px;
  color: #6295a9;
}
.post{
  padding: 20px;
}
.postSeparator{
  border-bottom: 1px dashed rgba(44, 60, 81, 0.6);
  display: block;
  margin: 15px 0;
}
.postTitle,
.postCon,
.postDesc{
  width: auto;
}
.postCon{
  margin: 15px 0 0 0;
}
.postDesc{
  border: 0;
  margin-top: 15px;
  height: auto;
}
#sideBar{
  border: 0;
  background-color: transparent;
  width: 28%;
}
#sideBarMain{
  width: auto;
}
input[type=button] {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
}
input[type=button]:hover {
    border-color: #40a9ff;
    color: #40a9ff;
}
input[type=text] {
    border: 1px solid #fff;
    background: rgba(0,0,0,0.03);
    text-indent: 5px;
    outline: none;
    border-radius: 3px;
}
.newsItem{
  width: auto;
}
#avatar img.author_avatar {
    float:  none;
}
#leftcontentcontainer{
  width: auto;
}
.newsItem,
#blog-calendar,
#sidebar_search.sidebar-block,
#sidebar_shortcut,
#sidebar_toptags,
#sidebar_categories,
#sidebar_recentcomments,
#sidebar_topviewedposts,
#sidebar_topcommentedposts,
#sidebar_topdiggedposts{
  background-color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}
.sidebar-block{
  padding: 10px;
}
.catListTitle::before {
    content: '';
    width: 15px;
    height: 13px;
    display:  inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
    background-image: url('https://files.cnblogs.com/files/jessicaDuan/e12680a85bb1bc93cb130cb3.gif');
}
.newsItem .catListTitle,
.catListTitle{
  border-bottom: 1px dashed rgba(0,0,0,0.5);
  background-color: transparent;
  padding: 5px;
  width: 95%;
  left: 0;
  top: -5px;
}
.feedbackListSubtitle {
  color: #dadada;
}
.feedbackListSubtitle a{
  color: #dadada;
}
.feedbackCon {
  background: rgba(255,255,255,0.4);
  color: #3f4042;
}
.feedbackCon a {
  color: #3f4042;
}
#comment_nav a {
   color: #dadada;
}
#footer {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 40px 0 40px 0;
}