* {
	/* text-decoration: none; */
	cursor: default;
}

.navbar-custom {
	display: block;
}

a[href] {
	text-decoration: none;
	color: #3d2d21;
	color: royalblue;
    transition: color .2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    // cursor: zoom-in !important;
}

a[href]:hover {
    /* text-transform: capitalize; */
    text-decoration: line-through;
    text-decoration: none;
    color: #465b66;
    color: royalblue;
    color: #E91E63;
}

::selection {
    background: #9ab0c0;
    color: #fff;
}


html {
	overflow-x: hidden;
	color: #3d2d21 !important;
    font-size: large;
}

html::-webkit-scrollbar {
	width: 4px;
	width: 7px;
}

html::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: black;
}

html::-webkit-scrollbar-thumb:hover {
	background: #3daee9;
}

html::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

#navList li {
	display: inline-block;
	// margin-left: 50px;
	a {
		display: block;
		padding: 20px;
		text-decoration: none;
		color: royalblue;
	}
}

#navList li:hover a{
	text-decoration: underline wavy #FF5722;
    text-decoration-thickness: 0.2rem;
    text-decoration-skip-ink: none;
}

.postTitle {
	/* font-size: 1.1rem; */
	a {
		text-decoration: none;
		color: royalblue;
	}
	a:hover {
		color: royalblue;
		text-decoration: underline wavy hsl(156deg 100% 50% / 50%);
    	text-decoration-thickness: 0.2rem;
    	text-decoration-skip-ink: none;
	}
}

#navigator {
	display: inline;
}

#home #main {
	overflow-x: visible;
	margin: 0 auto 0 auto;
	max-width: 47em;
	padding: 4% 1.25em 5em;
	line-height: 5vh;
	// user-select: none;
}

pre {
	// user-select: all;
}

body #home #header #blogTitle {
	position: relative;
	width: max-content;
	margin-top: 80px;
	padding: 10px;
	border: 1px solid black;
	border-radius: 10px;
	
	--var-my-col: #ff5722;
	--var-my-col: black;
	
	
	#lnkBlogLogo {
		display: none;
	}
	
	h1 {
		margin: 0 auto;
	}

	h2 {
		margin: 0 auto;
    	position: relative;
    	// top: -30px;
    	width: max-content;
    	border-left: 5px solid var(--var-my-col);
    	border-right: 5px solid var(--var-my-col);
    	padding: 5px 20px;
    	border-radius: 3px;
	}
	
	a {
		text-decoration: none;
		zoom: 50%;
		font-size: 100px;
		font-weight: bold;
		color: transparent;
		-webkit-text-fill-color: transparent;
		text-shadow: 6px -6px #000, 4px -4px #fff;
		background-image: linear-gradient(135deg,#fff 0%,#fff 25%,#000 25%	,#000 50%,#fff 50%,#fff 75%,#000 75%,#000 100%);
		background-size: 6px 6px;
		background-repeat: repeat;
		-webkit-background-clip: text;
		background-clip: text;
	}
	
}

#home #main {
	overflow-x: visible;
	margin: 0 auto 0 auto;
	max-width: 47em;
	padding: 4% 1.25em 5em;
	line-height: min(5vh, 7vw);
}

#cnblogs_ch, #under_post_card2 {
	display: none;
}

#cnblogs_post_body {

	p {
		margin: 15px auto;
	}
	
	h1, h2, h3 {
		line-height: normal !important;
    	margin: 20px -5px;
    	padding: 2px 5px;
    	width: max-content;
    	border: 2px solid black;
    	border-radius: 2px;
	}
	
	h2 {
		font-size: x-large;
    	margin-top: 40px;
    	border-right-width: 5px;
    	border-right-style: double;
    	background: rgb(255, 255, 255);
    	background: linear-gradient(45deg, rgba(255, 255, 255, 1) calc(100% - 8px), rgba(0, 0, 0, 1) calc(100% - 8px));	
	}	
}

.hljs-section,.hljs-title {
    /* color:#800; */
    color: white;
}

.hljs-ln{
	line-height: normal !important;
    user-select: text !important;
    font-size: medium !important;
}


// hr {
// 	display: block;
// 	height: 2px;
// 	background: #ff5722;
// 	background: white;
// 	background: linear-gradient(45deg, white 25%, black 0, black 50%, white 0, white 75%, black 0);     
// 	background-size: 100px 100px;
// 	border: 1px solid black !important;
// 	// border-left: 50vw solid #ff5722 !important;
// }

li {
	p {
		margin: 0px auto !important;
	}
}

#cnblogs_post_body {
	margin-bottom: 200px;
}

#EntryTag#EntryTag {
	margin-bottom: 200px;
	a {
		margin-left: 10px;
		color: white;
		background: black !important;
		padding: 4px 10px;
		text-decoration: none;
		border: 4px solid black;
		border-radius: 10px;
		transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	a:hover {
		border: 4px solid white;
	}
}

.PostList {
	div a {
		text-decoration: none;
	}
}
.under-post-card {
	display: none;
}

.licenseBox {
	line-height: normal;
    width: fit-content;
    margin-top: 120px;
    margin-bottom: 80px;
    user-select: none;
    
    p.author {
    	position: relative;
    	width: max-content;
    	padding: 0px 5px 2px 5px;
    	background-color: white;
    	margin-top: -3px;
    	border: 3px double #282b2e;
    	border-top: none;
    	border-radius: 0px 3px 4px 4px;
    }
}

.license {
	
    width: fit-content;
    border: 3px double #282b2e;
    padding: 2px 5px;
    border-radius: 4px 4px 4px 0px;
    
    a {
    	color: #673ab7 !important;
    	font-weight: bold;
    }
}

/* 行内代码块 */
#sidebar_news_container :not(pre,div)>code, .cnblogs-markdown :not(pre,div)>code, .blogpost-body:not(.cnblogs-markdown) :not(pre,div,td)>code {
	font-size: unset !important;
}

/* 自定义 */
.myBox {
	padding: 3vh 0;

	display: grid;
	grid-template-columns: 70% 30%;
	gap: 1rem;
	align-items: center;

	.myImg {
		display: flex;
		justify-content: center;
	}

}

@media (max-width: 600px) {
	.myBox {
		grid-template-columns: 1fr;
	}
}
details{
	margin-top: 4vh;
	margin-bottom: 4vh;
	border-width: 2px;
	border-style: dashed;
	padding: 1vh 1vw;
}
.greyBox {
	position: relative;
	background: #f1f3f4;
}
.statement {
	position: relative;
	margin: 3vh 0;
	padding: 1vh 0;
	background: #f1f3f4;
}
.greyBox:after, .statement:after {
	background: #f1f3f4;
	content: '';
	display: block;
	height: 100%;
	left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}



/* ↓ 主页 */

.catListLink {
	ul {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		li {
			display: block;
		}
	}
}

#sidebar_toptags,
#sidebar_categories{
	border-top: 5px dashed #f0f0f0;
	width: 48%;
	display: inline-block;
	margin: 0px;
}

#sidebar_topviewedposts{
	border-top: 5px dashed #f0f0f0;
}

.forFlow {
	.day {
		padding: 1vh 1vw;
		margin: 1vh 0px;
		// border: 2px solid #f5f5f5fa;
		border-radius: 0.2rem;

		.dayTitle {
			display: flex;
			flex-direction: row-reverse;
			a {
				padding: .5vh .5vw;
				width: fit-content;
				border: 1px solid black;
				display: block;
				color: black;
			}
			
			a:hover {
				color: #E91E63;
			}
		}
	}
}

.postCon {
	/* font-size: 0.9rem; */
	.c_b_p_desc a {
		display: inline-block;
		font: 500 90% / 1em;
		padding: 1px 4px;
	}
	.c_b_p_desc a:hover {
		color: #37474f;
		background: hsl(156deg 100% 50% / 50%);
	}
}

.postDesc {
	text-align: right;
	font-size: 60%;
	color: gray;
	user-select: none;
}

#navList {
	#blog_nav_sitehome,
	#blog_nav_newpost {
		display: none;
	}
}

.blogStats {
	display: none;
}

/* 底部 */
.copyScucess {
    opacity: 0;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    background-color: #282b2eee;
    width: 40vw;
    line-height: normal;
    border-radius: 10px;
    pointer-events: all;
}

.copyAnime {
    opacity: 1;
    animation: copyAnimation 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation-fill-mode: forwards;
}

@keyframes copyAnimation {
	0% {
    	opacity: 1;
	}
	70% {
	    opacity: 1;
	}
	100% {
	    opacity: 0;
	}
}