<style type="text/css">
    /* https://coolors.co/463f3a-8a817c-bcb8b1-f4f3ee-e0afa0 */

    #cnblogs_post_body
    {
        color: #8A817C;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }

     #cnblogs_post_body h1,
     #cnblogs_post_body h2,
     #cnblogs_post_body h3,
     #cnblogs_post_body h4,
     #cnblogs_post_body h5,
     #cnblogs_post_body h6,
     #cnblogs_post_body th{
        color: #463F3A;
    }

  

    #cnblogs_post_body pre code{
         white-space: pre;
    }

    #cnblogs_post_body .hljs{
        background: #f5f4ef;
    }

    .c_ad_block, .under-post-card{
        display: none;
    }
    #cnblogs_ch{
        display: none;
    }

    .c_b_p_desc {
        color: #8A817C;
    }
    .c_b_p_link_desc{
        color: #00000075;
    }

    a{
        color: #463F3A;
    }

	@media screen and (min-width: 1px) and (max-width: 800px)
    {
        #mytopmenu
        {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }
        #centercontent
        {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }
        #leftcontent
        {
            width: 100%;
            position: static;
            width: 100%;
        }
        #footer
        {
            margin: 0;
            width: 100%;
        }
        #comment_form
        {
            display: none;
        }
        #green_channel
        {
            display: none;
        }
        #centercontent img { width: 98% !important; }    }
</style>
<style>
    .github-corner:hover .octo-arm {
        animation: octocat-wave 560ms ease-in-out
    }

    @keyframes octocat-wave {

        0%,
        100% {
            transform: rotate(0)
        }

        20%,
        60% {
            transform: rotate(-25deg)
        }

        40%,
        80% {
            transform: rotate(10deg)
        }
    }

    @media (max-width:500px) {
        .github-corner:hover .octo-arm {
            animation: none
        }

        .github-corner .octo-arm {
            animation: octocat-wave 560ms ease-in-out
        }
    }
</style>