@charset "UTF-8";
/*
Theme Name: 2023
Theme URI: https://lms.im/doit/new-theme-2022.html
Author: lms.im
Author URI: https://lms.im/
Description: 自娱自乐，不亦乐乎！
Requires at least: 5.3
Tested up to: 7.4
Requires PHP: 7.4
Version: 2.3
*/
:root {
	--lmsim-g-color: #123;
	--lmsim-s-color: rgba(51, 51, 51, .8);
	--lmsim-t-color: rgba(51, 51, 51, .5);
	--lmsim-link-hover: red;
	--lmsim-c-link: seagreen;
	--lmsim-border-color: rgba(0, 0, 0, .1);
	--lmsim-bg: #fff;
	--lmsim-s-bg: #f1f1f1;
	--lmsim-t-bg: rgba(51, 51, 51, .5);;
	--lmsim-img-filter: none;
}
:root[theme='dark'] {
	--lmsim-g-color: rgba(255, 255, 255, .8);
	--lmsim-s-color: rgba(255, 255, 255, .6);
	--lmsim-t-color: rgba(255,255,255, .3);
	--lmsim-link-hover: #fff;
	--lmsim-c-link: cadetblue;
	--lmsim-border-color: rgba(255,255,255, .05);
	--lmsim-bg: #1A1C1F;
	--lmsim-s-bg: #232224;
	--lmsim-t-bg: rgba(255,255,255, .3);
	--lmsim-img-filter: brightness(0.85) contrast(1.1);	
}

body,textarea,input,button,figure {
	margin: 0;
	font-family: lxgw wenkai screen,-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica,Arial,sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}
body {
	color: var(--lmsim-g-color);
	background-color: var(--lmsim-bg);
}
a {
	color: var(--lmsim-g-color);
	text-decoration: none;
}
a:hover {
	color: var(--lmsim-link-hover);
}
button, input, textarea {
	color: var(--lmsim-g-color);
	border: 1px solid var(--lmsim-border-color);
	background-color: var(--lmsim-g-bg);
}
button {
	cursor: pointer;
}
.text-link, .hentry-content a {
	background                 : -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background                 : linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size            : 0px 6%;
	background-repeat          : no-repeat;
	background-position        : left 100%;
	-webkit-transition-duration: .5s;
	transition-duration        : .5s;
}
.text-link:hover, .hentry-content a:hover {
	background-size: 100% 6%;
	color: var(--lmsim-c-link);
}
img {
	max-width: 100%;
	height: auto;
	filter: var(--lmsim-img-filter);
}
img.avatar {
	border-radius: 50%;
}
address{
	text-align: right;
	font-weight: 300;
	font-size: 1.25rem;
	font-style: italic
}
table {
	width: 100%;
	font-size: .875rem;
	border-spacing: 0;
	border: 1px solid var(--lmsim-border-color);
}
table th{
	text-align: center;
}
table td,table th{
	padding: 6px 10px;
	border: 1px solid var(--lmsim-border-color);
}
dl {
	overflow: hidden;
}
blockquote {
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 1.25rem;
	color: var(--lmsim-s-color);
}
blockquote::before {
	font-family: "iconfont" !important;
	font-size: 3rem;
	content: '\e720';
	position: absolute;
	left: -30px;
	top: 0;
	color: var(--lmsim-s-color);
}
blockquote cite{
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	text-align: right;
}
blockquote,q{
	font-weight: 300;
}
code,kbd,tt,var,samp,pre {
	letter-spacing: normal;
}
pre {
	color          : var(--lmsim-s-color); 
	font-size      : .875rem;
	margin         : 0;
	padding        : 15px;
	line-height    : 1.5;
	text-align     : left;
	white-space    : pre;
	word-spacing   : normal;
	word-break     : normal;
	word-wrap      : normal;
	-moz-tab-size  : 4;
	-o-tab-size    : 4;
	tab-size       : 4;
	-webkit-hyphens: none;
	-moz-hyphens   : none;
	-ms-hyphens    : none;
	hyphens        : none;
	overflow       : auto;
	border-radius  : 0 0 4px 4px;
}
pre.prettyprint {
	display         : block;
	text-shadow     : none;
}
code {
	color: var(--lmsim-s-color); 
	font-size: 0.85rem;
	padding         : 0.15em 0.4em;
	border-radius   : 4px;
	background      : var(--lmsim-s-bg);
}
pre code {
	background-color: transparent;
	padding         : 0;
}
::-webkit-scrollbar-track-piece, 
::-webkit-scrollbar {
	width : 8px;
	height: 6px
}
::-webkit-scrollbar-thumb {
	border-radius   : 4px;
	background-color: var(--lmsim-c-link);
}
::-webkit-scrollbar-thumb:hover {
	background-color: #bbb
}
.smaller {
	font-size: 0.75rem;
}
.form-control {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 1.125rem;
	line-height: 1.5;

}
.btn {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	border: 1px solid var(--lmsim-border-color);
	cursor: pointer;
}
.btn,.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none !important;
}
.form-control:focus,
.form-control:valid,
.form-control:valid:focus {
	outline   : none;
	box-shadow: none;
}
.border {
	border: 1px solid var(--lmsim-border-color) !important;
}
.aligncenter {
	display     : block;
	margin-left : auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.text-center {
	text-align: center;
}
.screen-reader-text {
	display: none;
}
.bg-yellow {
	background-color: yellow;
}
.container {
	box-sizing: border-box;
}
.site-header {
	display: flex;
	position: sticky;
	top: 0;
	align-items: center;
	flex: 1 1 auto;
	background-color: var(--lmsim-bg);
	border-bottom: 1px solid var(--lmsim-border-color);
	z-index: 1000;
}
.site-title {
	font-size: 1rem;
	font-weight: normal;
	padding-left: 20px;
}
.navbar {
	position: absolute;
	width: 100%;
	z-index: -1;
	display: none;
}
.navbar.on {
	display: block;
	width: 180px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 50px;
	z-index: 1000;
	background-color: var(--lmsim-s-bg);
	box-shadow: 0 1px 10px var(--lmsim-f-bg);
	box-sizing: border-box;
}

.navbar-nav {
	list-style: none;
	text-align: center;
	padding: 0;
}
.navbar-nav a {
	display: block;
	line-height: 45px;
}
.navbar-right {
	display: flex;
	margin-left: auto;
	flex-wrap: nowrap;
	align-items: center;
	padding-right: 20px;
}
.navbar-right .nav-item {
	display: flex;
	margin-left: 10px;
	align-items: center;
}
#header-search {
	display: none;
}
#header-search.on {
	display: block;
	position: fixed;
	left: 0;
	top: 40px;
	right: 0;
	margin: 0;
	padding: 15px 40px;
	background-color: var(--lmsim-bg);
}
.nav-search {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.nav-search .form-control {
	font-size: 1rem;
	padding: 5px 10px;
}
.nav-item .logout {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	border: 1px solid var(--lmsim-s-color);
	border-radius: 50%;
	width: 25px;
	text-align: center;
}
.nav-item .logout .iconfont {
	font-size: 1.25rem;
}
.search-btn {
	padding: 0 10px;
	border-left: none;
	cursor: pointer;
}
.dropdown-menu {
	display: none;
}
.site-content {
	padding: 0 20px;
}
#bber-talk {
	display: flex;
	height: 45px;
	line-height: 35px;
	padding: 5px 15px;
	margin: 30px 0 0;	
	background-color: var(--lmsim-s-bg);
	border-radius: 8px;
	box-sizing: border-box;
}
.talk-list {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	height: 35px;
	flex: 1 1 auto;
	overflow: hidden;
}
.talk-list li a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.talk-list li .datetime {
	color: var(--lmsim-s-color);
	font-size: .875rem;
	margin-left: 2px;
}

.entry {
	padding: 15px 0;
}
.entry-excerpt {
	color: var(--lmsim-s-color);
	line-height: 1.7;
	text-align: justify;
}
.entry-thumb {
	display: none;
	filter: var(--lmsim-img-filter);
}
.entry-footer {
	font-size: .875rem;
	display: flex;
	align-items: center;
	color: var(--lmsim-t-color);
}
.entry-footer a:link {
	color: var(--lmsim-t-color);
}
.entry-footer .post-view {
	margin-left: auto;
}
.entry-footer span {
	padding-left: 15px;
}
.entry-footer span.sticky {
	padding-left: 0;
	padding-right: 15px;
	color: var(--lmsim-c-link);
}
.page-nav {
	display: flex;
	align-items: center;
	padding: 20px 0;
	flex-wrap: nowrap;
}
.page-nav ul {
	list-style: none;
	padding: 0;
}
.page-nav li {
	display: inline-block;
	margin: 0 5px;
}
.page-nav li.page-total {
	display: none;
}
.page-nav .page-link {
	display: block;
	padding: 2px 5px;
	color: var(--lmsim-s-color);
	border-bottom: 1px solid var(--lmsim-border-color);
}
.page-nav li.active .page-link,.page-nav a.page-link:hover {
	color: var(--lmsim-g-color);
	font-weight: bold;
	border-color: var(--lmsim-border-color);
}
.page-nav form {
	margin-left: auto;
}
.post-navigation {
	padding: 40px 0;
}
.post-navigation .nav-links {
	display: flex;
}
.post-navigation .nav-links > div {
	flex: 1 1 auto;
	width: 50%;
}
.post-navigation .nav-next {
	text-align: right;
}
.post-navigation .nav-links .meta-nav {
	color: var(--lmsim-t-color);
}

.breadcrumb, .breadcrumb ol {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	list-style: none;
	padding: 0;
}
.breadcrumb li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.breadcrumb li, .breadcrumb a {
	color: var(--lmsim-s-color);
}
.breadcrumb li:first-child {
	padding-left: 5px;
}
.breadcrumb li::before {
	position: absolute;
	content: '•';
	left: 4px;
	top: 0;
	color: var(--lmsim-s-color);;
}
.breadcrumb li:first-child::before {
	content: none;
	display: none;
}
.hentry-header {
	padding: 20px 0 30px;
}
.hentry-metas {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.hentry-metas .author-avatar {
	display: none;
	margin-right: 15px;
}
.hentry-metas h5 {
	margin: 0 0 5px;
}
.hentry-metas, .hentry-metas a {
	color: var(--lmsim-s-color);
}
.hentry-metas .post-date span {
	padding-right: 10px;
}
.hentry-metas .meta-right {
	margin-left: auto;
}
.hentry-metas .meta-right span {
	padding-left: 10px;
}
.hentry-metas em {
	font-style: normal;
}
.hentry {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: justify;
	word-wrap: break-word;
}
.hentry-content a, .tag-span {
	color: var(--lmsim-c-link);
}
.hentry .alignleft {
	margin-right: 20px;
}
.hentry .alignright {
	margin-left: 20px;
}
.hentry .aligncenter {
	margin-bottom: 30px;
}
.wp-caption-text {
	text-align: center;
	margin-top: 5px;
	color: var(--lmsim-t-color);
}
.wp-embed-post {
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid var(--lmsim-border-color);
	background-color: var(--lmsim-s-bg);
}
.wp-embed-post h4 {
	margin: 0 0 10px;
}
.wp-embed-post-excerpt {
	font-size: 1rem;
}
.wp-embed-post-footer {
	display: flex;
	font-size: 0.875rem;
	line-height: 1;
	align-items: center;
}
.wp-embed-post-footer .post-author {
	display: flex;
	margin-right: auto;
	align-items: center;
}
.wp-embed-post-footer span {
	margin-left: 10px;
}
.blog-roll {
	display: flex;
	flex-wrap: wrap;
}
.blog-roll .cf-friends {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 50%;
	font-size: 1rem;
	line-height: 1.2;
	box-sizing: border-box;
	padding-right: 10px;
}
.blog-roll img {
	width: 34px;
	height: 34px;
	margin-right: 10px;
	border-radius: 50%;
}
.hentry-tags {
	text-align: center;
}
.hentry-tags a {
	display: inline-block;
	font-size: smaller;
	color: var(--lmsim-s-color);
	padding: 3px 12px;
	margin: 0 3px;
	border-radius: 4px;
	background-color: var(--lmsim-border-color);
}
.the-end {
	display: flex;
	flex-wrap: nowrap;
	color: var(--lmsim-s-color);
	text-align: center;
	align-items: center;
	margin: 40px 0;
}
.the-end::after,.the-end::before {
	display: block;
	content: '';
	height: 1px;
	background-color: var(--lmsim-s-bg);
	width: 25%;
}
.the-end::after {
	margin: 0 auto 0 20px;
}
.the-end::before {
	margin: 0 20px 0 auto;
}
.hentry-footer {
	text-align: center;
}
.hentry-footer p{
	color: var(--lmsim-s-color);
	margin-top: 0;
}
.theme-cats a {
	padding:0 10px;
}
.theme-list {
	padding-top: 40px;
}
.theme-panel {
	margin-bottom: 35px;
	box-sizing: border-box;
}
.theme-panel p {
	margin-top: 5px;
	margin-bottom: 0;
}

.theme-card {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: var(--lmsim-s-color);
	margin-bottom: 30px;
}
.theme-card img {
	display: none;
	width: 200px;
	height: 125px;
}
.theme-card .card-body {
	flex: 1 1 auto;
	padding-left: 20px;
}
.theme-card p {
	margin: 0;
}
.post-tocs {
	display: none;
	position: fixed;
	right: 70px;
	bottom: 140px;
	padding: 15px 30px 15px;
	font-size: 1rem;
	background-color: var(--lmsim-s-bg);
	border: 1px solid var(--lmsim-border-color);
	z-index: 100;
}
.post-tocs h5 {
	margin: 0 0 5px;
}
.post-tocs ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.modal.fade {
	display: none;
	visibility: hidden;
}
.guest-panel ul {
	list-style: none;
	padding: 0;
	margin: 40px -5px;
	display: flex;
	flex-wrap: wrap;
}
.guest-panel li {
	padding: 0 5px 15px;
	width: 50%;
	box-sizing: border-box;
}
.guest-panel .guest-card {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	line-height: 1.5;
}
.guest-panel .u-face {
	line-height: 1;
}
.guest-panel .u-detail {
	flex: 1 1 auto;
	padding-left: 10px;
	font-size: .85rem;
}
.guest-panel h5 {
	font-weight: normal;
	margin: 0;
	font-size: 1rem;
}
#archives ul, #archives ol {
	list-style: none;
	font-size: 95%;
	padding-left: 1.25rem;
}
#archives ul {
	padding-left: 0;
}
#archives .month-title {
	margin-bottom: 5px;
}
.guest-panel span {
	color: var(--lmsim-s-color);
}
.year-box.hide {
	display: none;
}

.comment-body {
	padding-bottom: 46px;
}
.comments-title {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--lmsim-border-color);
}
.comment-list, .comment-list ol {
	list-style: none;
	padding: 0;
}
.comment-list .depth-1 > ol.children {
	padding-left: 52px;
}
.comment-list .pingback {
	display: flex;
	padding: 0 0 40px;
	align-items: center;
}
.comment-list .pingback span {
	margin-left: auto;
	color: var(--lmsim-t-color);
}

.comment-meta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.comment-meta .fn {
	font-size: 1.125rem;
	margin-right: auto;
	padding-left: 15px;
	display: block;
}
.comment-meta .fn .at {
	font-size: .85rem;
	padding-left: 10px;
}
.comment-meta .fn, .comment-meta .fn a {
	color: var(--lmsim-s-color);
}
.comment-meta .vip-friend {
	color: red;
	font-size: 1.5rem;
	margin-right: 3px;
}
.comment-content {
	font-size: 1.125rem;
	line-height: 1.7;
	overflow-wrap: break-word;
}
.comment-content iframe {
	width: 100%;
	height: 420px;
}
.comment-footer {
	color: var(--lmsim-t-color);
	font-size: .85rem;
}
.comment-footer a {
	color: var(--lmsim-s-color);
}
.comment-footer span {
	padding-left: 10px;
}
.smillies a {
	margin-right: 5px;
}
.comment-form .btn {
	padding: 15px 25px;
}
.comment-list .comment-respond {
	padding-bottom: 40px;
}
#respone-message {
	position: fixed;
	top: 50%;
	left: 50%;
	background: var(--lmsim-s-bg);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0,0,0,0.25),0 0 1px rgba(0,0,0,0.35);
	padding:15px 25px;
	transform: translate(-50%, -50%);
}
#cancel-comment-reply-link {
	float:right;
	color: var(--lmsim-c-link);
}

.comments-pagination {
	text-align: center;
	padding-bottom: 40px;
}
.comments-pagination .page-numbers {
	display: inline-block;
	margin: 0 2px;
	padding:5px 8px; 
	border-bottom: 1px solid var(--lmsim-border-color);
}
.comments-pagination .page-numbers.current,.comments-pagination a:hover {
	font-weight: bold;
	color: var(--lmsim-g-color);
	border-color: var(--lmsim-g-color);
}

.sidebar-area {
	box-sizing: border-box;

}
.sidebar-area .menu-right ul {
	margin: 0;
	border-radius: 4px;
	border-top: 1px solid var(--lmsim-border-color);
	border-left: 1px solid var(--lmsim-border-color);
	box-sizing: border-box;
	overflow: hidden;
}
.sidebar-area .menu-right li {
	float: left;
	box-sizing: border-box;
	text-align: center;
	width: 25%;
	border-right: 1px solid var(--lmsim-border-color);
	border-bottom: 1px solid var(--lmsim-border-color);
}
.sidebar-area .menu-right a {
	padding: 5px 0;
	display: block;
}
.sidebar-area .widget {
	padding-top: 30px;
}
.sidebar-area .widget h4 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--lmsim-border-color);
}
.sidebar-area .widget p {
	margin: 0;
	color: var(--lmsim-s-color);
}
.sidebar-area ul {
	list-style: none;
	padding: 0;
}
.show-posts li a {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}
.show-posts .show-thumb {
	flex: 0 0 auto;
	width: 80px;
	height: 60px;
	overflow: hidden;
}
.show-posts .show-thumb img {
	height: 100%;
	width: 100%;
}
.show-posts .show-content {
	flex: 1 1 auto;
	box-sizing: border-box;
	padding-left: 15px;
}
.show-posts h5 {
	margin: 0 0 10px;
	font-size: 1rem;
	color: var(--lmsim-s-color);
}
.show-posts .show-content span {
	font-size: .85rem;
	color: var(--lmsim-t-color);
	padding-right: 5px;
}
.themes .show-posts {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.themes .show-posts > div {
	width: 50%;
	box-sizing: border-box;
}
.themes .show-posts a {
	display: block;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 15px;
}

.rc-comments ul {
	margin-left: -5px;
	margin-right: -5px;
}
.rc-comments li {
	display: inline-block;
	padding: 0 5px;
}

.site-footer {
	font-size: 0.875rem;
	color: var(--lmsim-s-color);
	padding: 40px 0;
	text-align: center;
}
.site-footer p {
	margin: 5px 0;
}
.fixed-right {
	position: fixed;
	right: 20px;
	bottom: 140px;
	border-radius: 5px;
	z-index: 99;
}
.fixed-right span {
	display           : block;
	width             : 42px;
	height            : 42px;
	line-height       : 42px;
	text-align        : center;
	color			  : var(--lmsim-g-color);
	background-color  : var(--lmsim-s-bg);
	cursor            : pointer;
}
.fixed-right span.back-top {
	visibility        : hidden;
	opacity           : 0;
	-webkit-transform : translateY(50%);
	transform         : translateY(50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}

.fixed-right span.back-top.back-top-show {
	visibility       : visible;
	opacity          : 1;
	-webkit-transform: translateY(0%);
	transform        : translateY(0%);
}
.icon-moon::before {
	position: relative;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 auto;
	top: 12px;
	background-color: #333;
}
.icon-moon::after {
	position: relative;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	top: -5px;
	left: 8px;
	background-color: var(--lmsim-s-bg);
}


@media (min-width: 992px) {
	.container {
		width: 90%;
		max-width: 1072px;
		margin: 0 auto;
	}
	.site-title {
		font-size: 1.5rem;
	}
	.navbar {
		display: block;
	}
	.navbar.on {
		display: block;
		width: 100%;
		position: absolute;
		top: auto;
		left: auto;
		bottom: auto;
		padding-top: 0;
		z-index: 1;
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-nav {
		display: flex;
		margin: 0;
		padding: 0;
	}
	.navbar-nav li {
		margin-right: 20px;
	}
	#header-search {
		display: block;
	}
	.toggle-search-btn {
		display: none;
	}
	.site-content {
		display: flex;
		padding: 0;
	}
	.content-area {
		width: 65%;
		flex: 1 1 auto;
	}
	.entry {
		display: flex;
		padding: 40px 0;
		align-items: center;
	}
	.entry-excerpt {
		font-size: 1.125rem;
	}
	.entry-block {
		flex: 1 1 auto;
	}
	.entry-thumb {
		display: block;
		flex: 0 0 auto;
		width: 155px;
		height: 134px;
		margin-left: 20px;
		overflow: hidden;
		background-color: var(--lmsim-s-bg);
		background-origin: border-box;
		background-position: 50%;
		background-size: cover;
		box-sizing: border-box;
	}
	.page-nav li.page-total {
		display: inline-block;
	}
	.page-nav .page-link {
		font-size: 1.125rem;
		display: block;
		padding: 5px 10px;
	}
	.hentry-metas .author-avatar {
		display: block;
		margin-right: 15px;
	}
	.blog-roll .cf-friends {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		width: 25%;
	}
	.guest-panel li {
		width: 25%;
	}
	.theme-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.theme-card img.themeshot {
		display: block;
	}
	.theme-panel {
		width: 50%;
		padding: 0 10px;
		flex: 0 0 auto;
		box-sizing: border-box;
	}
	.sidebar-area {
		width: 35%;
		padding-left: 40px;
		flex: 0 0 auto;
		box-sizing: border-box;
	
	}
	.show-posts .show-thumb {
		flex: 0 0 auto;
		display: block;
		width: 45px;
		height: 45px;
	}
	.show-posts .show-thumb img {
		border-radius: 50%;
	}
	.post-tocs {
		display: block;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity          : 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform        : translate3d(0, -100%, 0);
	}

	to {
		opacity          : 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform        : translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity          : 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform        : translate3d(0, -100%, 0);
	}

	to {
		opacity          : 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform        : translate3d(0, 0, 0);
	}
}

.precode {
	border-radius   : 4px;
	position        : relative;
	margin-bottom	: 40px;
	padding-top     : 30px;
	background      : var(--lmsim-s-bg);
}

.precode:before {
	content              : '';
	position             : absolute;
	-webkit-border-radius: 50%;
	border-radius        : 50%;
	background           : #fc625d;
	width                : 11px;
	height               : 11px;
	left                 : 10px;
	top                  : 10px;
	-webkit-box-shadow   : 20px 0 #fdbc40, 40px 0 #35cd4b;
	box-shadow           : 20px 0 #fdbc40, 40px 0 #35cd4b;
	z-index              : 2
}
/*pretty print*/
pre .nocode {
	background-color: none;
	color           : #000;
}

pre .str {
	color: #ffa0a0;
}

pre .kwd {
	color      : #f0e68c;
	font-weight: 700;
}

pre .com {
	color: #87ceeb;
}

pre .typ {
	color: #98fb98;
}

pre .lit {
	color: #cd5c5c;
}

pre .pun {
	color: #fff;
}

pre .pln {
	color: #fff;
}

pre .tag {
	color      : #f0e68c;
	font-weight: 700;
}

pre .atn {
	color      : #bdb76b;
	font-weight: 700;
}

pre .atv {
	color: #ffa0a0;
}

pre.dec {
	color: #98fb98;
}

.resimg {
	overflow: hidden;
}
.resimg.grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows:auto;
    gap: 4px;
    width: calc(100%* 2 / 3);
    box-sizing: border-box;
    margin: 4px 0 0;
}
.resimg.grid-2{
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
}
.resimg.grid-4{
  grid-template-columns: repeat(2, 1fr);
  width: calc(80% * 2 / 3);
}
.resimg.grid figure.gallery-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  cursor: zoom-in;
}
.resimg figure{
  text-align: left;
  max-height:50%;
}
.resimg figure img{
  max-height:30vh;
}
.resimg.grid figure, figcaption {
  margin: 0 !important;
}
.resimg.grid figure.gallery-thumbnail > img.thumbnail-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.grid-3 .gallery-thumbnail {
	width: 33.33333%;
	float: left;
}
.grid-4 .gallery-thumbnail {
	width: 25%;
	float: left;
}

.cf-article {
	margin: 40px 0 50px !important;
	padding: 0 !important;
	background-color: var(--lmsim-bg) !important;
	overflow: visible !important;
}
.cf-article:hover {
	transition: none !important;
	transform: none !important;
}
.cf-article-title {
	color: var(--lmsim-g-color) !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
}
.cf-article .cf-article-title:hover {
	letter-spacing: normal !important;
	color: var(--lmsim-c-link) !important;
}
.cf-article-avatar {
	display: flex;
	align-items: center;
}
.cf-article-author {
	color: var(--lmsim-s-color) !important;
	height: auto  !important;
	line-height: 1.5 !important;
}
#cf-container .cf-img-avatar {
	margin-bottom: 0 !important;
}
.cf-article-time {
	margin-left: auto;
}
.cf-time-created {
	float: none !important;
	color: var(--lmsim-t-color) !important;
}
.cf-article-floor {
	display: none !important;
}
.cf-time-updated i.fas, .cf-time-created i.far {
	font-style: normal;
}
#cf-state, #cf-more {
	color: var(--lmsim-g-color) !important;
	background-color: var(--lmsim-s-bg) !important;
}
