body {
    color: #000;
    background: url('') no-repeat fixed top ; /*背景纯黄色加深*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 80%;
    background-size:100% 100%;
}
#cnblogs_post_body h1, h2, h3, h4, h5, h6, h7{
 background:none!important;
 color:black!important;
}
#cnblogs_post_body h3 { font-size: 16px!important; }
#cnblogs_post_body h1 { font-size: 20px!important; }
#cnblogs_post_body h2 { font-size: 18px!important; }

#home {
    margin: 0 auto;
    background: #35363A;
}

#header {
     background: url(custom.css) right top no-repeat;
     padding-top: 20px;
}


#itemListLink{display:none !important;}
#widget_my_google{display:none !important;}


@keyframes three_ball {
  0% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #ff0;}
  8% {box-shadow:15px -15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #f0f;}
  17% {box-shadow:15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px -15px 0 0 #0ff;}
  25% {box-shadow:15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px 15px 0 0 #f00;}
  33% {box-shadow:-15px -15px 0 0 #fff, 15px 15px 0 0 #fff, -15px 15px 0 0 #fff;}
  42% {box-shadow:-15px -15px 0 0 #fff, 15px -15px 0 0 #fff, -15px 15px 0 0 #ff0;}
  50% {box-shadow:-15px -15px 0 0 #fff, 15px -15px 0 0 #fff, 15px 15px 0 0 #fff;}
  58% {box-shadow:-15px 15px 0 0 #fff, 15px -15px 0 0 #fff, 15px 15px 0 0 #f00;}
  67% {box-shadow:-15px 15px 0 0 #fff, -15px -15px 0 0 #fff, 15px 15px 0 0 #00f;}
  75% {box-shadow:-15px 15px 0 0 #fff, -15px -15px 0 0 #fff, 15px -15px 0 0 #f0f;}
  83% {box-shadow:15px 15px 0 0 #fff, -15px -15px #fff 0 0, 15px -15px 0 0 #ff0;}
  92% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, 15px -15px 0 0 #0ff;}
  100% {box-shadow:15px 15px 0 0 #fff, -15px 15px 0 0 #fff, -15px -15px 0 0 #f00;}
}


.div_my_zzk {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListArticleArchive, .catListImageCategory, .mySearch, .catListComment,  .catListFeedback {
    margin-bottom: 2em;
    display: none;
}


//页面定制css代码


#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

#topics {
    min-height: 200px;
    padding: 1em;
    padding-top: 40px;
}

/*推荐和反对*/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 50px;
    right: 100px;
    width: auto;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
}


#divExpandViewArea{
    position: fixed;
    color: white;
    /* border-radius: 10px; */
    padding: 2.5px 10px;
    right: 5px;
    top: 390px;
    cursor: pointer;
    opacity: 0.9;
    background-color: gray;
}
 
#divCollapseViewArea{
    position: fixed;
    color: white;
    /* border-radius: 10px; */
    padding: 2.5px 10px;
    right: 5px;
    top: 420px;
    cursor: pointer;
    opacity: 0.9;
    background-color: gray;
}

/* 设置博客正文一二三级标题格式 */
/* 一级标题 */
#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    margin: 10px 0;
}
/* 二级标题 */
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: royalblue;
    margin: 10px 0;
}
/* 三级标题 */
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: dimgrey;
}
/*  正文 */
#cnblogs_post_body p {
    font-size: 12pt;
}


#navList {
    width: 50%;
    margin: 0 auto;
    height: 60px;
    float: left;
}

#navigator {
    height: 60px;
    clear: both;
    margin-top: 0px;
    position: relative;
    margin: 0px auto;

    border: none;
    border-radius: 4px;
    border: 1px solid #F2F6FC;
    background-color: white;
    overflow: hidden;
    color: #303133;
    transition: .3s;

    width: 1200px;
}



#navList a {
    padding: 0 20px;
    font-size: 16px;
    display: block;
    color: #555555;
}

#navList a:link {
    color: #555555; 
    text-shadow: 0px 0px 0px #000;
}
#navList a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #169fe6!important;
}

table{
   display:none
}

#blogTitle{
    display:none;
    background: url(‘’) no-repeat fixed top ; /*背景纯黄色加深*/
}
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.buryit{
     display: none;
 }
.img_avatar {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
.catListTitle{
    display: none;
}
#profile_block:hover{
	border: 1px solid #45BCF9;
	}
.sidebar-block ul li a:hover {
    color: #45BCF9;
    border-bottom: 1px dotted #45BCF9;
}