::-webkit-scrollbar {
    display: none;
}
html {
    background-color: #222222;
    color: #888888;
    overflow-x: hidden;
}
body {
    margin-bottom: 0;
    padding-right: 8px;
}
::selection {
    background:#CCCCCC;
    color:#111111;
}
a {
    color:#BBBBBB;
    text-decoration: none;
}
a:hover {
    color: gold;
    text-decoration: none !important;
}


#top_nav {
    filter: invert(90%);
    width: calc(100% - 80px);
}
#top_nav a:hover {
    color: gold;
    filter: invert(110%);
}
#nav_left img {
    display: none;
}
#nav_left li:nth-child(1) a::before {
    content: "博客园";
    font-size: 1.5em;
}
#navbar_lite_mode_indicator {
    filter: grayscale(100%);
}
#top_nav input {
    filter: grayscale(100%);
}
#top_nav::selection {
    background-color: #FFFFFF;
    color: #333333
}
#new_post_icon:hover {
    filter: grayscale(100%);
}
#myblog_icon:hover {
    filter: grayscale(100%);
}
#msg_icon:hover {
    filter: grayscale(100%);
}
/* #navbar_lite_mode_indicator:hover {
    filter: grayscale(100%);
} */
#navbar_lite_mode_indicator img:hover {
    filter: grayscale(100%);
}
#user_icon {
    filter: invert(110%);
}
#user_icon:hover {
    filter: invert(0%);
}
#user_icon:active {
    filter: invert(0%);
}






#top {
    width: 20%;
    height: fit-content;
    left: 32px;
    position: absolute;
    padding-top: 25px;
    z-index: 10;
}
#top h1 {
    font-weight: 400 !important;
    font-size: 20px !important;
}


#leftmenu {
    background-color: #333333;
    width: 30%;
    float: left;
    padding-top: 136px;
}
#leftmenu h3:nth-child(1) {
    display: none;
}
#leftmenu ul:nth-child(2) {
    display: none;
}
#sidebar_shortcut ul:nth-child(2) {
    display: block;
}
/* 下面两个会导致顶部失效 */
#sidebar_categories ul:nth-child(2) {
    display: block;
}
#sidebar_categories h3:nth-child(1) {
    display: block;
}
#sidebar_categories h3 {
    padding-left: 24px;
    padding-top: 8px;
    border-top: 2px #222222 dashed;
}
#sidebar_topviewedposts {
    display: none;
}
#leftmenu h3:nth-child(5) {
    display: none;
}
#leftmenu ul {
    list-style-type: none;
    padding-left: 24px;
}
#leftmenu ul:nth-child(6) {
    margin-top: 0
}
#leftmenu ul:nth-child(6) li:nth-child(3) {
    display: none;
}

#blog-sidecolumn {
    transform: translate(0,-8px)
}

#profile_block {
    color: transparent;
    user-select: none;
    position: absolute;
    transform: translate(-28px,-204px);
}
#profile_block a:nth-child(1) {
    display: none;
}
#profile_block a:nth-child(3) {
    display: none;
}
#profile_block a:nth-child(5)::before {
    content: "被关注数：";
}
#profile_block a:nth-child(7)::before {
    content: "关注数：";
}



.post strong {
    color: #AAAAAA;
}
.post .dim {
    font-style: italic;
    color: #666666;
}
.post span[role="heading"] {
    font-size: 1.3em;
}

#main {
    background-color: #333333;
    width: calc(70% - 10px - 80px);
    /* float: right; */
    padding: 10px 40px;
    margin-left: calc(30% + 10px);
}
#blog_post_info_block {
    margin-top: 40px;
}
#under_post_card2 {
    display: none;
}
#author_profile {
    display: none;
}

#green_channel {
    width: fit-content;
    border: none;
    background-color: #262626;
}
#green_channel a {
    background: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    font-size: 16px;
    filter: grayscale(100%);
}
#green_channel_digg, #green_channel_follow, #green_channel_favorite {
    opacity: 0.6 !important;
}

#div_digg {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    width: 300px;
}
.diggit {
    background: none;
    width: fit-content;
}
.buryit {
    background: none;
    width: fit-content;
}
#digg_tips {
    font-size: 1.2em;
    white-space: nowrap;
    position: absolute;
    transform: translate(0, 20px);
}
#digg_count::before {
    content: "推荐：";
}
#digg_count {
    color: #888888;
    font-size: 1.3em;
    user-select: none;
}
#bury_count::before {
    content: "反对：";
}
#bury_count {
    color: #888888;
    font-size: 1.3em;
    user-select: none;
}



#comments {
    background-color: #262626;
    padding: 8px;
}
#comments h4 {
    border-top: 1px solid #CCCCCC
}

#commentform_title {
    background: none;
    padding-left: 0;
}
#comment_form_container p:nth-last-child(2) {
    display: none;
}
.comment_my_posted img:nth-child(1) {
    display: none;
}
.commentbox_title {
    filter: grayscale(100%)
}
#tbCommentBody {
    font-size: 16px;
    background-color: #262626;
    color: #CCCCCC;
    border: 2px solid #AAAAAA;
    padding: 8px !important;
}

.login_tips {
    background-image: none;
}

.commentbox_main {
    background-color: #222222;
    color: #888888;
    border: none;
}
.commentbox_tab.active {
    color: #CCCCCC;
    border-bottom: 2px solid #AAAAAA;
}
.commentbox_tab:hover {
    color: #CCCCCC;
    border-bottom: 2px solid #888888;
}
.commentbox_title {
    border: none !important;
}
.commentbox_title svg:hover {
    filter: invert(80%)
}
.commentbox_footer {
    border: none !important;
}
#ubb_auto_completion:hover {
    filter: invert(80%)
}

.blog_comment_body {
    padding: auto 8px;
}

#commentbox_opt a:nth-last-child(1) {
    display: none;
}

#footer {
    background-color: #333333;
    width: calc(70% - 10px - 80px);
    /* float: right; */
    text-align: center;
    padding: 10px 40px;
    margin-left: calc(30% + 10px);
}
#footer br:nth-child(1) {
    display: none;
}
#footer a{
    color: #888888;
    cursor:pointer;
    pointer-events: none;
}





#calendar {
    display: none;
}
#sidebar_search {
    display: none;
}
/* 广告 */
#cnblogs_c1 {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#cnblogs_ch {
    display: none;
}


/* 离谱，顶部莫名其妙消失，那就让你最后强制出现好了 */
#top_nav {
    display: block;
}


@media (max-width: 767px) {
    #top {
        display: none;
    }
    #leftmenu {
        display: none;
    }
    #main {
        width: calc(100% - 80px );
        margin-left: auto;
    }
    #footer {
        width: calc(100% - 80px );
        margin-left: auto;
    }
}



#scrollarea {
    margin: 0;
    opacity: 0;
    width:40px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}
#scrollbar {
    margin: 0;
    opacity: inherit;
    position: fixed;
    right: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: #444444;
}
#scrollarea:hover {
    opacity: 1;
}
#scroller {
    margin: 0;
    opacity: inherit;
    position: fixed;
    width: 12px;
    height: 40px;
    background-color: #666666;
}
#scroller:hover {
    background-color: #888888;
}
#scroller:active {
    background-color: #888888;
}