

.RecentComment {
    overflow-y: scroll;
    max-height: 400px;
}

.Cal td[align='center']>a,
.Cal td[align='center']>a:link,
.Cal td[align='center']>a:visited {
    color: hotpink!important;
}

.postTitle {
    font-size: 18px;
    height: 26px;
}

#footer {
    height: 45px;
}

#main a:link {
    color: #554cff;
}

#main a:hover {
    color: #33f17d;
}

#main a:visited {
    color: #46d9a8;
}

.CalTitle {
    color: #f900ff;
}

.CalTodayDay {
    color: #00eaff;
}

#blog-news {
    text-align: center;
}

/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #000000;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#page_end_html > div:first-of-type { width:340px !important;}


.no-navbar {
    background-color: black;
    color: white
}


#sidebar_toptags > h3 {
    font-size: 13px;
    color: black;
!important;
}




/**立方体**/
/*最外层容器样式*/
    .wrap {
        z-index:9999;/*置于最上层*/
        position: absolute;
        right: 200px;
        top: 100px;
        width: 100px;
        height: 100px;
    }
    /*包裹所有容器样式*/
    .cube {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        transform-style: preserve-3d;
        transform: rotateX(-30deg) rotateY(-80deg);
        animation: rotate linear 20s infinite;
    }
    @-webkit-keyframes rotate {
        from {
            transform: rotateX(0deg) rotateY(0deg);
        }
        to {
            transform: rotateX(360deg) rotateY(360deg);
        }
    }
    .cube div {
        position: absolute;
        width: 200px;
        height: 200px;
        opacity: 0.8;
        transition: all .4s;
    }
    /*定义所有图片样式*/
    .pic {
        width: 200px;
        height: 200px;
    }
    .cube .out_front {
        transform: rotateY(0deg) translateZ(100px);
    }
    .cube .out_back {
        transform: translateZ(-100px) rotateY(180deg);
    }
    .cube .out_left {
        transform: rotateY(-90deg) translateZ(100px);
    }
    .cube .out_right {
        transform: rotateY(90deg) translateZ(100px);
    }
    .cube .out_top {
        transform: rotateX(90deg) translateZ(100px);
    }
    .cube .out_bottom {
        transform: rotateX(-90deg) translateZ(100px);
    }
    /*定义小正方体样式*/
    .cube span {
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50px;
        left: 50px;
    }
    .cube .in_pic {
        width: 100px;
        height: 100px;
    }
    .cube .in_front {
        transform: rotateY(0deg) translateZ(50px);
    }
    .cube .in_back {
        transform: translateZ(-50px) rotateY(180deg);
    }
    .cube .in_left {
        transform: rotateY(-90deg) translateZ(50px);
    }
    .cube .in_right {
        transform: rotateY(90deg) translateZ(50px);
    }
    .cube .in_top {
        transform: rotateX(90deg) translateZ(50px);
    }
    .cube .in_bottom {
        transform: rotateX(-90deg) translateZ(50px);
    }
    /*鼠标移入后样式*/
    .cube:hover .out_front {
        transform: rotateY(0deg) translateZ(200px);
    }
    .cube:hover .out_back {
        transform: translateZ(-200px) rotateY(180deg);
    }
    .cube:hover .out_left {
        transform: rotateY(-90deg) translateZ(200px);
    }
    .cube:hover .out_right {
        transform: rotateY(90deg) translateZ(200px);
    }
    .cube:hover .out_top {
        transform: rotateX(90deg) translateZ(200px);
    }
    .cube:hover .out_bottom {
        transform: rotateX(-90deg) translateZ(200px);
    }

