* {
	/* 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 {
	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: 5vh;
}

#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: max-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: max-content;
    border: 3px double #282b2e;
    padding: 2px 5px;
    border-radius: 4px 4px 4px 0px;
    
    a {
    	color: #673ab7 !important;
    	font-weight: bold;
    }
}

/* ↓ 主页 */

.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;
}

/* 底部 */
.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;
	}
}