/* 
 Theme Name:   kadence_child
 Theme URI:    
 Description:  
 Author:       chao
 Author URI:   http://192.168.6.2:8093
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root{
--global-md-spacing: 0.1rem !important;
}
 code, kbd, tt, var { 
    /* 会影响多行代码中首行缩进. [start, 2023-5-8] */
    /*padding: .2em .4em; */
    /* 会影响多行代码中首行缩进. [end, 2023-5-8] */
    margin: 0;
    font-size: 100% !important;
    white-space: break-spaces;
    /* background-color: rgba(175,184,193,.2); */
    background-color : #fdf6e3;
    border-radius: 6px;
}

code, .wp-block-code {
    /* padding: 5px 10px; */
    overflow-x: auto;
    border-radius: 5px;
}
/* 设置 markdown 单行 code 样式  [end,2023-4-23,lgxhg0] */

blockquote::before {
    color: #89216b;
}

blockquote {
    /* padding-left: 1em !important; */
    border-left-color: #89216b !important;
    border-left-width: 4px !important;
    border-left-style: solid !important;

}
blockquote {
    background: #e2e8f0;
    border-color: #89216b;
}

blockquote {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding: 10px;
    border-radius: 10px;
}

blockquote p {
    font-style: italic;
    width: 94%;
    display: table;
    margin-bottom: 0.1 !important;
}

.entry-content blockquote {
    margin: 0 0 0rem !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /* font-family: var(--headFont); */
    font-weight: 800 !important;
    color: #212121 !important;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-size-adjust: 100% !important;
    text-rendering: optimizeSpeed !important;
}

h2{
  padding-bottom: .3em;
  border-bottom: 1px solid #d8dee4;
}

h2::before, h3::before, h4::before, h5::before, h6::before {
    position: relative;
    display: inline-block;
    /* vertical-align: middle; */
    content: "|";
    margin-right: 6px;
    margin-left: 0px;
    background-position: center;
    color: #0396ff;
}

h3, .h3 {
    font-size: 28px;
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0.1em;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

/* margin : top right bottom left */
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
     margin: 0.5em 0em 0.5em !important; 
}

p {
    margin-top: 0.1em;
    margin-bottom: 0.1rem !important;
}

ol, ul, dl, li {
    margin-top: 0 !important;
   /* margin-bottom: 1rem !important;*/
}

a.category-color-1 {
    background: linear-gradient(90deg, #89216b 0%, #da4453 100%);
    color: #fff;
}

.tags-links::before {
    content: "\1F3F7";
    padding: 0.4em 0.6em;
}

.post-outdated-info {
    color: #5e72e4;
    border-left: 2px solid #5e72e4;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 25px;
    background: rgba(94,114,228, 0.1);
}

.fa-info-circle:before {
    content: "\203c";
    margin: 5px;
}

/* ---------------------------------------------------*/
/* table start */
/* ---------------------------------------------------*/
/*
thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
*/

table {
  border-collapse: collapse;
}
td,th {
    /* display: table-cell; */
    /* vertical-align: inherit;*/
    /* unicode-bidi: isolate;*/
    padding: 6px 13px;
    border: 1px solid #d0d7de;
}

table tr {
    background-color: #fff;
    border-top: 1px solid #d8dee4;
}

table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
/* ---------------------------------------------------*/
/* table end */
/* ---------------------------------------------------*/

/* [start, 2025-6-27, qxkx0l]*/
.comment-navigation .nav-previous, .post-navigation .nav-previous
{
  margin:auto;
}

.comment-navigation .nav-next, .post-navigation .nav-next {
  margin:auto;
}
/* [end, 2025-6-27, qxkx0l]*/
