/*博客右侧边栏div样式设置*/
/*给容器添加阴影效果*/
#blog-news {
    background: #FEFEF2;
    margin-bottom: 0px;
    word-wrap: break-word;
    border-radius: 10px;
    margin-top: 0px;
    border: 1px solid #9E9E9E;
    transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
}
/*添加阴影*/
#blog-news:hover {
    /* border: 5px solid; */
    box-shadow: 10px 10px 10px #9E9E9E;
}
/*昵称园龄粉丝*/
#profile_block{
    margin-left: 13px;
}
/*小老鼠*/
#sidebarMouse{
   width:60%;
    height:60%;
}
/*flash时间*/
#myTime{
    border: 1px solid gray;
    border-radius: 10px;
    background:white;
    box-shadow: 8px 1px 10px #989898;
    text-shadow: 1px 1px 1px #FFF;
    border-left: solid 6px #A1A292;
    line-height: 2.4;
}
/*微信公众号*/
#img_gzh{
    width:60%;
    height:60%;
    margin-left: 18px;
    margin-top: 14px;
    margin-bottom: 10px;
}

/*导航栏字体大小*/
#navigator {
    height: 69px !important;
}
#navList{
    font-family: "楷体"; 
    font-weight: 800;
    font-size: 17px !important;
}
#navList a:hover {
    color: #f60; 
    transition: 0.5s;
    display: block;
}
/*导航栏图标大小*/
.page-icon {
    float: left;
    height: 20px;
    width: 20px;
    margin: 3px 3px 0 0;
}

/*个性签名*/
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 17px;
    border-left: solid 5px gray;
    background: #F3F3F3;
    border-radius: 10px;
    line-height: 2.4;
    margin: 0;
}
#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}
#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}
#MySignature span {
    color: #f60;
}

/*博客推荐按钮动起来*/
#div_digg {
  position:fixed;
  bottom:5px;
  width:140px;
  right:6%;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/* 推荐QQ群*/
#qqs {
    font-size: 13px;
    height:57px;
    line-height: 2;
    border-bottom: 1px dashed #333;
    margin-top: 10px;
}
#qqs a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}
#qqs a:hover {
    text-decoration: underline;
    color: #f60;
}
#qqs span {
    color: #f60;
}



<!-- 一二三四级标题设置 -->
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #333366;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}


/*去掉博客园最下方的广告*/
#ad_t2{
    height:0px;
    display: none;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
.btn-donate.btn-fancy {
    background-color: transparent;
}
style.css:9
.btn-donate {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    z-index: 99;
}
style.css:9
.btn-fancy {
    display: inline-block;
    font-size: 17px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
style.css:9
.btn, button, input, select, textarea {
    outline: 0!important;
}
style.css:5
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}