img{box-shadow:0px 0px 10px 1px #888888}
#main{
width:1232px}
#mainContent{
width:1000px;}
.cnblogs-markdown .hljs{
padding-left: 15px !important;
max-height: 250px;
overflow: auto;}

 #triangle {
            position: fixed;
            right: 100px;
            bottom: 150px;
            width: 0px;
            border-bottom: 25px solid burlywood;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            cursor: pointer;
        }
        #triangle:hover {
            border-bottom: 25px solid rebeccapurple;
        }
.postBody blockquote{
    width: 100%;
    margin: 0;
    padding: 6px 0 6px 10px;
    color: #666;
    background: #fff;
}
#cnblogs_post_body img {
    max-width: 100%; 
}
#div_digg{
position: fixed;
    right: 30px;
    bottom: 200px;
}