/*文章禁止选中*/
#cnblogs_post_body {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}
*{
   cursor:url(https://images2015.cnblogs.com/blog/961272/201607/961272-20160719145928310-806072030.gif),default!important;
}

/*标题效果*/
#HeaderTitle{
    z-index: 10;    
}

#subTitle{
    position: relative;
        top: 15px;
	letter-spacing: 3px;
        color: #ffffff;
        -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
        -moz-animation: neon1 1.5s ease-in-out infinite alternate;
        animation: neon1 1.5s ease-in-out infinite alternate;       
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #248dff, 0 0 70px #248dff, 0 0 80px #248dff, 0 0 100px #248dff, 0 0 150px #248dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #248dff, 0 0 35px #248dff, 0 0 40px #248dff, 0 0 50px #248dff, 0 0 75px #248dff;
  }
}
keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #248dff, 0 0 70px #248dff, 0 0 80px #248dff, 0 0 100px #248dff, 0 0 150px #248dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #248dff, 0 0 35px #248dff, 0 0 40px #248dff, 0 0 50px #248dff, 0 0 75px #248dff;
  }
}
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #248dff, 0 0 70px #248dff, 0 0 80px #248dff, 0 0 100px #248dff, 0 0 150px #248dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #248dff, 0 0 35px #248dff, 0 0 40px #248dff, 0 0 50px #248dff, 0 0 75px #248dff;
  }
}

/*小头像*/
.author_avatar{
	border-radius: 50%;
	-wekit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
.author_avatar:hover{
	webkit-transform: rotate(360deg) scale(1.02);
        -ms-transform: rotate(360deg) scale(1.02);
        transform: rotate(360deg) scale(1.02);
}

/*侧边头像*/
.flipped-info {
    text-align: center;
}
.flipped-info-avatar {
    padding: 5px;
    width: 112px;
    height: 112px;
    margin: 28px auto 7px;
    border-radius: 61px;
    -wekit-border-radius: 61px;
    -moz-border-radius: 61px;
    border: 1px dashed #CCC;
}
.flipped-info-avatar img {
    border-radius: 56px;
    -wekit-border-radius: 56px;
    -moz-border-radius: 56px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.flipped-info .blog-name {
    font-size: 20px;
}
.flipped-info .blog-desc {
    font-size: 15px;
    color: #919090;
    margin: 0 0 5px 0;
}


/*移除导航部分*/
a#blog_nav_admin{
    display: none;
}
a#MyLinks1_Admin {
    display: none;
}
#rightmenu>h3 {
    display: none;
}
/*页码颜色*/
.pager a {
    box-shadow: 0 1px 3px #3671a5;
    border: 1px solid #3671a5;
    background:#3671a5;
    color: white;
    transition: all 0.4s linear 0s;
}
.pager a:hover {
    background: #000;
}

/*列表页修改*/
p.postfoot {
    color: #757575;
    text-align: left;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-bottom: 25px;
}
div.post h2{
    border-left: 3px solid #28557E;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 0px solid #666;
}
.post h2 a:link,.post h2 a:visited,.post h2 a:active {
    color: #28557E;
    font-weight: bold;
    padding-left: 10px;
    transition: all 0.4s linear 0s;
}

.post h2 a:hover {
    border: none;
    font-weight: bold;
    color: #FF6600;
    margin-left: 10px;
}
.c_b_p_desc {
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 14px;
    padding: 5px 0;
}
#Title {
    font-size: 24px;
	padding-bottom: 5px;
}
.post h5 {
    font-size: 16px;
    margin: 10px 0;
    border-left: 3px solid #28557E;
}
.post h5 a:link,div.post h2 a:visited,div.post h2 a:active {
    font-weight: bold;
    padding-left: 10px;
    transition: all 0.4s linear 0s;
}

.post h5 a:hover {
    border: none;
    font-weight: bold;
    color:  #FF6600;
    margin-left: 10px;
}
body{
    font-family: "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
}
#rightmenu ul{
    font-size:13px;
}
#rightmenu ul li {
    padding-bottom: 3px;
}
#rightmenu h3{
    font-size:14px;
    padding: 10px;
    margin: 20px 0;
}
/*评论*/
.commentbox_title {
    width: 100%;
}
textarea#tbCommentBody {
    width: 100%;
    height: 200px;
    background: #fff url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_photo.jpg) right bottom no-repeat;
    padding-top: 8px;
    background-size: 220px;
    font-size:16px;
}
div#comment_body_3450314 {
    border-radius: 8px;
    -wekit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    padding: 8px;
    color: rgb(0, 103, 195);
    background-color: rgba(68, 148, 220, 0.6);
    border-color: #6D9EC5;
}
.comment_actions a {
    padding: 5px 8px !important;
    font-size: 90%;
    color: rgb(249, 56, 103) !important;
    background-color: rgba(254, 144, 173, 0.48);
    border-radius: 4px;
    margin-right: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.comment_actions a:hover {
    color: rgb(0, 103, 195) !important;
    background-color: rgba(68, 148, 220, 0.6)!important;
}
div#comments {
    font-size: 14px;
    line-height: 1.42857143;
}
img.author_face,.diggit,.buryit {
    height: 50px;
    width: 50px;
    -moz-animation-duration: 0;
    -moz-animation-duration: .7s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 0;
    -ms-animation-duration: .7s;
    -ms-animation-fill-mode: both;
    -webkit-animation-duration: 0;
    -webkit-animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-duration: 0;
    animation-duration: .7s;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
    float: left;
    margin-right: 5px;
}
.author_face:hover,.diggit:hover,.buryit:hover{
    moz-animation-name: wobble;
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -moz-transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%)
    }
}
.buryit {
    width: 46px;
    margin-right: 0;
}
.diggit {
    width: 46px;
}


/*文章页*/
#cnblogs_post_body h3{
    background: #2b3e53;
    border-radius: 3px 3px 3px 3px ;
    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;
    padding: 0 10px; 
    box-shadow: 3px 3px 5px #2b3e53;
}
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 5px;
    right: 60px;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
   opacity: 0.2;
}
#div_digg:hover {
   filter: alpha(Opacity=100);
    -moz-opacity: 1;
   opacity: 1;
}
.icon_favorite {
    background: transparent url("https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_kj.gif") no-repeat scroll 0 0;
    padding-left: 16px;
}

/*markdown语法下调整*/
.cnblogs-markdown code{
margin:5px 5px;}

/*回到顶部*/
#toTop {	
    position: fixed;
    bottom: 25px;
    right: 20px;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x8.png);
    transform: translate3d(200px,0,0);
    transition: .5s;
    z-index: 7;
}

#toTop.is-active {
    transform: translateZ(0);
}
#toTop.x7 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/t_x7.png);
}
#toTop.x6 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x6.png);
}
#toTop.x5 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x5.png);
}\
#toTop.x4 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x4.png);
}
#toTop.x3 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x3.png);
}
#toTop.x2 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x2.png);
}
#toTop.x1 {
    background-image: url(https://images.cnblogs.com/cnblogs_com/wanghuih/863664/o_x1.png);
}