* {
    font-family: Consolas;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

#blogTitle {
    background-color: black;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 250px;
}

body {
    background-color: RGB(244,246,250);
}

#blogTitle #blogLogo {
    background-image: url('https://blog-static.cnblogs.com/files/chengxumiao/logo.gif');
    /*background-color: black;*/
    margin-top: 25px;
    height: 128px;
    width: 128px;
    border-radius: 120px;
}

#blogTitle #Header1_HeaderTitle {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
}

    #blogTitle #Header1_HeaderTitle:hover {
        animation: animate_button1 8s linear infinite;
    }



@keyframes animate_button1 {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

#blogTitle #Header1_HeaderTitle:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 0.5s;
}

#blogTitle #Header1_HeaderTitle:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate_button1 8s linear infinite;
}

#blogTitle h2 {
    margin-top: 50px;
    margin-bottom: 1px;
    color: #0ff;
}

.blogStats {
    margin: 0;
    padding: 0px;
}

#navList {
    margin: 0;
    padding: 0px;
}

    #navList a {
        display: block;
        background-color: #999999;
        width: 100%;
        text-decoration: none;
        transition: 0.5s;
        height: 100%;
        font-size: 25px;
        color: greenyellow;
    }

        #navList a:hover {
            background: #888888;
        }

    #navList li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: left;
        width: calc(100%/6);
        text-align: center;
        cursor: auto;
    }


#stats_post_count, #stats_article_count, #stats-comment_count {
    width: calc(100%/3);
    display: block;
    float: left;
    background: RGBA(244,246,250,1);
    color: gray;
    transition: 0.5s;
    text-align: center;
}

    #stats_post_count:hover, #stats_article_count:hover, #stats-comment_count:hover {
        background-color: gray;
        color: white;
    }

#mainContent {
    width: 79%;
    float: left;
}

.forFlow {
    padding: 10px;
    padding: 15px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.dayTitle {
    font-size: 40px;
    text-align: center;
}

    .dayTitle a {
        color: #FF99CC;
        text-decoration: none;
    }

#footer, .postDesc {
    display: none;
}

#comment_nav {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #comment_nav a {
        padding: 5px;
        text-decoration: none;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        border-color: #FFBBFF;
        margin-left: 10px;
        color: #FFBBFF;
        transition: 0.5s;
        background-color: white;
    }

        #comment_nav a:hover {
            background-color: #999999;
        }

#author_profile_detail a {
    background-color: white;
    transition: 0.5s;
    padding: 1px;
    border-radius: 2px;
    color: black;
}

    #author_profile_detail a:hover {
        background-color: black;
        color: white;
    }

.blog_comment_body {
    background-color: white;
    color: black;
    border-style: solid;
    border-color: RGB(231,234,240);
    border-width: 1px;
    border-radius: 2px;
}

.feedbackItem a {
    color: black;
    text-decoration: none;
}

#profile_block {
    display: none;
}

#sideBar {
    width: 20%;
    float: left;
    margin: 15px auto 0 auto;
}

.catListTitle {
    font-size: 2cm;
    padding-bottom: 10px;
    border-bottom: solid 1px RGB(231,234,240);
    text-align: center;
    margin-bottom: 10px;
    color: #00ff90;
}

.block__link {
    color: #00ffff;
    text-decoration: none;
}

.content {
    text-align: center;
}

.dayTitle {
    display: none;
}

.day {
    border: solid RGB(231,234,240) 1px;
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.postTitle2 {
    text-decoration: none;
    color: #666666;
    font-size: 25px;
    border-left: 4px solid #00ffff;
    padding-left: 15px;
}

#profile_detail {
    background-color: white;
}

#post_detail {
    background-color: white;
    border: solid RGB(231,234,240) 1px;
    border-radius: 4px;
    padding: 15px;
}

#sidebar_news {
    margin-bottom: 15px;
    background-color: white;
    border: solid RGB(231,234,240) 1px;
    border-radius: 4px;
}

.c_b_p_desc_readmore {
    display: none;
}

.feedback_area_title {
    font-size: 25px;
    display: block;
}

#comment_pager_top {
    display: none;
}

.c_b_p_desc {
    margin-top: 10px;
}

#blog-comments-placeholder {
    padding: 15px;
    margin-top: 25px;
    background-color: white;
    border: solid RGB(231,234,240) 1px;
    border-radius: 4px;
}

#comment_form_container {
    padding: 15px;
    background-color: white;
    border: solid RGB(231,234,240) 1px;
    border-radius: 4px;
}

.feedbackItem {
    border: solid RGB(231,234,240) 1px;
    border-radius: 5px;
    padding: 15px;
    background:#EEEEEE;
    margin:10px 0;
}
