*{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
img{max-width:100%}
body {
  background: #000 url(https://images.cnblogs.com/cnblogs_com/moki/669670/o_bg1920.jpg) center center no-repeat;
  background-attachment: fixed;}
#blogTitle h1 a, #blogTitle h2 ,#footer{
  color: #FFFFFF;
  text-shadow: 0 0 10px #CECA28; 
}
#home{ width:1000px; }
#sideBar { margin-left:0; width: 210px;}
#mainContent { width: 780px; }
.postTitle {padding:0 20px 10px 20px}
.dayTitle {  position: static; float:none;}
@media screen and (min-width:1200px){
  #home{ width:1200px;}
  #mainContent { width: 980px; }
}
@media (min-width:768px) and (max-width:999px){
  #home{ width:99%;min-width:99%;}
  #main{ width:100%;min-width:100%;}
  #mainContent { width: 78%; }
  #sideBar { width: 20%; padding:0 1%;}
}
@media screen and (max-width:767px){
  #main,#home{ width:98%;min-width:98%;}
  #main,#mainContent{ width:100%;min-width:100%;}
  #sideBar { width: 98%; padding:0 1%;}
}
#navigator:after {
  content:"."; 
  display:block; 
  height:0; 
  visibility:hidden; 
  clear:both;
  font-size:0;
}
#navigator { height: auto;  padding-bottom: 15px; *zoom:1;}
div.commentform textarea.comment_textarea {
  width: 100%;
  resize: vertical;}
.floatBar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3e3e3e;
  background: rgba(62,62,62,0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  font-size: 25px;
}
.floatBar:hover,floatBar:active {  background: #000; background: rgba(0,0,0,0.5); }
.floatBar a { color:#fff; display:block }
.floatBar a:hover{text-decoration: none;}
.postBody blockquote{background: #F2F2F2;padding: 20px 60px;}
.catListTag {*zoom:1;overflow:hidden;}
.catListTag li{ float: left;display:inline;white-space: nowrap;}
.catListImageCategory {display:none}
.topicListFooter {margin-top:10px;}
.syntaxhighlighter {
overflow:initial !important}
.sh-gutter .line, .sh-gutter code {white-space:normal!important}