body {
    background: url("https://www.cnblogs.com/images/cnblogs_com/sonicsun/1295306/o_96ca9f69ly1fuu94qo2cvj20j60r6h0x.jpg");
    font-size:14px;
}
a {color:white;}
a:link, a:visited {color:white}
#blogTitle h1{
    font-weight: lighter;
    font-size: 50px;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    text-shadow: none;
}
#blogTitle h2 {
    margin-top: 0em;
    margin-left: 4em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 16px;
}
#main {
    color: white;
    font-weight: lighter;
    min-width: 980px;
    text-align: left;
    clear: both;
    background: rgba(0,0,0,0.8);
}
#navigator {
    background-color: rgba(51, 51, 51,0.5)
}
#mainContent{
    background: rgba(0,0,0,0);
}
.newsItem .catListTitle {
    text-align: center;
    font-size: 20px;
    margin-top:0px;
    margin-bottom:0px;
    background: rgba(0,0,0,0);
    border: 0px;
}
.newsItem,
#blog-calendar {
    border: 1.5px solid white;
    border-radius: 5px;
}
#profile_block a {
    color:white;
    font-weight:lighter;
}
#profile_block {
    font-weight:lighter;
}
.CalTitle {
    background:rgba(0,0,0,0);
    color: white;
    border-bottom: 0px;
}
.Cal {
    color: white;
}
.CalNextPrev,
.CalNextPrev a {
    color: white;
    text-align:center;
}
.CalDayHeader {
    padding-bottom:5px;
}
#blog-calendar {
    margin-bottom:30px;
}
#sidebar_shortcut {
    color:white;
}
.catListLink h3,
#blog-sidecolumn .catListTitle {
    background:rgba(0,0,0,0);
    border:0px;
    text-align:center;
    font-size:20px;
}
.catListLink ul li a {
    color:white;
}
#footer {
    font-weight:bolder;
    font-size:14px;
}
.Cal td {
    font-size:16px;
}
.day {
    background:rgba(0,0,0,0.4);
    border-radius:20px;
    padding-right:20px;
}
.postTitle {
    border-left: 5px solid white;
}
.postTitle a,
.postTitle2 { 
    color:white;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:white;
}
.dayTitle {
    color:white;
}
.dayTitle a:link, .dayTitle a:visited {
    color:white;
}
.dayTitle a {
    color:white;
}
.sidebar-block {
    border: 1.5px solid white;
    border-radius: 5px;
    margin-bottom:30px;
}
.blogpost-body {
    color:white;
}
#EntryTag {
    color:white;
}
#EntryTag  a{
    color:white;
}
#EntryTag  a:link {
    color:white;
}
#topics .postDesc {
    color:white;
}
.comment_btn {
    color:black;
    font-weight:lighter
    background: rgb(255,255,255);
    border:0px;
    padding: 3px 5px;
    border-radius:20px;
    text-aligin:center;
}
#btn_comment_submit {
    padding: 3px 5px;
}
.comment_btn:hover,
.comment_btn:active {
    color:white;
    background:black;
}
.feedbackListSubtitle {
    color:white;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: white;
    font-weight: normal;
}
#blogTitle h1 a:hover, #blogTitle h2:hover {
-webkit-animation: neon5 1.5s ease-in-out infinite alternate;
  -moz-animation: neon5 1.5s ease-in-out infinite alternate;
  animation: neon5 1.5s ease-in-out infinite alternate; 
}
@-webkit-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #fff,
               0 0 70px  #fff,
               0 0 80px  #fff,
               0 0 100px #fff,
               0 0 150px #fff;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #fff,
               0 0 35px #fff,
               0 0 40px #fff,
               0 0 50px #fff,
               0 0 75px #fff;
  }
}
@-moz-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #fff,
               0 0 70px  #fff,
               0 0 80px  #fff,
               0 0 100px #fff,
               0 0 150px #fff;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #fff,
               0 0 35px #fff,
               0 0 40px #fff,
               0 0 50px #fff,
               0 0 75px #fff;
  }
}
@keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #fff,
               0 0 70px  #fff,
               0 0 80px  #fff,
               0 0 100px #fff,
               0 0 150px #fff;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #fff,
               0 0 35px #fff,
               0 0 40px #fff,
               0 0 50px #fff,
               0 0 75px #fff;
  }
}