/*
Theme Name:     Twenty Twelve Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         lijq
Author URI:     http: //example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");


/* 全屏 */
/* @media screen and (min-width: 960px) {
    body .site {
        padding: 0 40px;
        padding: 0 2.857142857rem;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
    }
}
@media screen and (min-width: 600px) {
    .site {
        max-width: none !important;
    }
    .site-content {
        width: 68%;
    }
}
footer[role="contentinfo"] {
    max-width: none !important;
}
body .site {
    min-height: 100vh;
} */



/* twentytwelve bg */
/* @media screen and (min-width: 960px) {
    body {
        background-color: #fff !important;
    }
} */




/* 首页表论 */
.entry-header .comments-link {
    display: none;
}

/* 论阅 CheckBox */
.comment-subscription-form input {
    margin-left: 0;
    margin-right: 10px;
}

/* sidebar */
.widget-area .widget a {
    text-decoration: none;
}


/* 边距 */
.widget-area .widget:nth-child(2n) {
    margin-bottom: 18px;
    margin-bottom: 1.28rem;
}

/* 签 */
.widget-area .widget_tag_cloud a {
    padding: 0 0 0 0;
    white-space: nowrap;
}

/* 标页的签 */
.entry-content a.tag-cloud-link {
    padding: 0 0 0 0;
    margin-right: 5px;
    white-space: nowrap;
    text-decoration: none;
}

/* [SimpleYearlyArchive] archive plugin */
#sya_container a {
    text-decoration: none;
}

/* 动条 */
/* firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #d3d1cb #edece9;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar {
    background: transparent;
}
*::-webkit-scrollbar-track {
    background: #edece9;
}
*::-webkit-scrollbar-thumb {
    background: #d3d1cb;
}
*::-webkit-scrollbar-thumb:hover {
    background: #aeaca6;
}

/* Code Block */
body .comment-content pre,
body .entry-content pre {
    padding: 0;
}
/* .entry-content pre code {
    max-height: calc(80vh - 10px);
} */
.entry-content pre code {
    overflow-x: hidden;
    /* overflow-y: hidden; */
}
.entry-content pre code:hover {
    overflow-x: auto;
    /* overflow-y: auto; */
}

pre .copy-button {
    right: 12px;
}
.entry-content code td {
    border-top: none;
}
.entry-content code table {
    border-bottom: none;
}

/* Post Views Counter plugin */
.post-views {
    height: 0;
    overflow: hidden;
    position: absolute;
}

/* darkmode lib js */
.darkmode-toggle {
    right: 20px;
    bottom: 68px;
}
