body {
    color: #d0d0d0;
    background: #282828;
}
#nav_main, #menu, #banner, #top_nav,#ad_t2, #opt_under_post, #cnblogs_c1,#under_post_card1,#under_post_card2,#green_channel,.catListTitle,
.post-digg-count,.post-comment-count,.post-view-count, .c_b_p_desc_readmore, #comment_nav, #footer {
    display:none;
}

.my-header {
    background-color: black;
    height: 50px;
    color: #d0d0d0;
    align-items: center;
    display: flex;
    padding-left: 20px;
    position: relative;
}
.my-header .left{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-header .middle {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 800px;
    position: absolute;
    top: 0;
    left: calc(50vw - 400px);
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
}

.my-header .middle li {
    height: 100%;
}

.my-header .middle li a{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-width: 100px;
    font-weight: bold;
}
.my-header .middle li p{
    margin: 0;
    padding: 0;
}

#sidebar_categories .catList a{
    color: #f0d0a0;
}
#main {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    transform: translateX(-100px);
}
#left {
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    width: 800px;
}

#right {
    width: 200px;
    min-width: 200px;
    float: right;
}

.entrylistItemTitle {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}
.my-name {
    font-weight: bold;
}
.entrylistItem {
    border: 0;
    margin-bottom: 30px;
}
.c_b_p_desc {
    line-height: 2;
    font-size: 16px;
}
#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    background: #49535a;
    padding: 10px;
    border-radius: 5px;
}
.entrylistItemPostDesc a {
    display: none;
}
.entrylistTitle {
    border: solid 0 #f00;
    padding: 10px;
    font-size: 20px;
    background: darkslategrey;
    font-weight: bold;
}
.entrylist .entrylistTitle {
    display: none;
}
.entrylistTitle + .pager {
    display: none;
}
.post {
    font-size: 15px;
    line-height: 1.8;
}
.postTitle a{
    font-size: 22px;
    color: white;
}
.my-github-icon {
    display: block;
    width: 45px;
    height: 45px;
    background: url(https://images.cnblogs.com/cnblogs_com/constantince/2026018/o_210905093411github.png) center / 50% no-repeat;
}
.dayTitle {
    display: none;
}
.postDesc {
    margin-bottom: 30px;
}
#cnblogs_post_body h4 {
    color: steelblue;
    border-bottom: 3px solid;
}
#cnblogs_post_body p {
    text-indent: 0em;
}
#cnblogs_post_body h5 {
    font-size: 15px;
    color: darkolivegreen;
}
a {
    color: #7da8d9;
}
.blogpost-body a {
    font-weight: bold;
}
.blogpost-body blockquote {
    color: #b5b5b5;
    font-size: 13px;
    background-color: #3e3f40;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-size: 14px;
    display: initial;
    padding: 2px 5px;
    background-color: #818181;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
#cnblogs_post_body img, .cnblogs-post-body img {
    margin: 14px auto;
    display: block;
}
.image-description {
    color: #7a7a7a;
    font-size: 12px;
    margin-top: 0;
    text-align: center;
}
#cnblogs_post_body ol li {
    margin: 5px 0;
    padding-left: 5px;
}
#page_begin_html {
    position: sticky;
    top: 0px;
    z-index: 10;
}
#right_content ul {
    font-size: 18px;
}

#right_content ul li {
    margin: 10px 0;
}

blockquote.tips {
   border-left-color: #6f99c5;
   background-color: #384260;
}
blockquote.warn {
   border-left-color: #d5cc68;
   background-color: #444320;
}
blockquote.success {
   border-left-color: #68d575;
   background-color: #1f462d;
}
blockquote.error {
    border-left-color: #d56868;
    background-color: #3e2323;
}

#goTop{
    position:absolute;
    width: 40px;
    height: 40px;
    background: url(https://images.cnblogs.com/cnblogs_com/constantince/2026018/o_211024084328_rocket-o.png) top left / 100% 100% no-repeat;
    cursor: pointer;
}
#goTop:hover{
    background: url(https://images.cnblogs.com/cnblogs_com/constantince/2026018/o_211024085722_rocket128.png)  top left / 100% 100% no-repeat;
}
.optional {
    display: none;
}

#cnblogs_post_body > p:first-child {
    display: none;
}