.content-index{
color: var(--theme-text-color, #ccc);
padding:12px;
border:1px solid #ddd;
border-radius:5px 5px 5px;
background: var(--theme-bg-color, #f8f8f8);
line-height:160%;
max-width:85%;
font-size:90%;
position:relative;
z-index:10
}
.content-index-title{margin:0 0 3px 0;padding:0;font-size:110%;font-weight:bold}
.content-index-toctoggle{font-size:9pt}
.content-index ul{padding:0;margin:0;list-style:none inside none;font-size:100%;}
.content-index ul.children{padding-left:1em;list-style:none inside none}
.content-index li a{
color: var(--theme-text-color, #555);
}
.content-index li a em{font-size:68%;font-style:normal;font-weight:700;padding-right:5px}
.content-index li a.hide{display:none}
.content-index-heading em{font-size:85%;font-style:normal;font-weight:700;margin-right:5px}
.content-index .content-index-level-1{font-weight:bold;margin-left:0}
.content-index .content-index-level-2{margin-left:3px}
.content-index .content-index-level-3{margin-left:6px}
.content-index .content-index-level-4{margin-left:9px}
.content-index .content-index-level-5{margin-left:12px}
.content-index .content-index-level-6{margin-left:15px}.author-avatar img {
transition: 0.6s;
}
.author-avatar img:hover { max-height: 100%;
height: 200px;
width: 200px;
} .widget-hitokoto {
cursor: pointer;
background: linear-gradient(180deg, #9c51f1 0%, #536abe 100%);
background-image: linear-gradient(to right, #31970d, #7917aa);
background-clip: text;
-webkit-text-fill-color: transparent;
background: linear-gradient(to right, #ff6361, #ffa600, #3cb371, #4a90e2, #c71585);
-webkit-background-clip: text;
color: transparent;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
font-family: "Share Tech Mono", monospace;
font-weight: bold;
} p.excerpt {
background: var(--theme-success-bg-color);
padding: 15px;
border-radius: 5px;
}
html body .main-container .main-main .main-content .main-article img {
display: block;
max-width: 96%;
}
.copyright {
text-align: justify;
background: var(--theme-success-bg-color) 1px 3px no-repeat;
padding: 13px 26px 13px 32px;
border-radius: 8px;
position: relative;
width: 100%;
}