.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;
} .main-content p.excerpt {
background: var(--theme-pre);
padding: 15px;
border-radius: 5px;
}
.main-content blockquote {
background: var(--theme-success-bg-color);
padding: 15px;
margin: 15px 0;
border-radius: 5px;
border-left: 5px solid var(--theme-success-color);
}
.main-content blockquote p {
margin: 0;
}
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%;
}
#wideIcon {
position: absolute;
right: 1.5em;
cursor: pointer;
font-size: 18px;
color: var(--theme-color);
}
body.wide #space {
display: none !important;
}
#space, .main-main {
transition: .2s;
}
@media (min-width: 1024px) {
html body.wide .main-container .main-main {
width: 80%;
}
}