<br />
<b>Warning</b>:  file_exists(): open_basedir restriction in effect. File(/home/runcloud/webapps/jasperlin-clone/wp-content/plugins/jetpack-boost/app/modules/optimizations/page-cache/pre-wordpress/Boost_Cache.php) is not within the allowed path(s): (/home/yuli/webapps/jasperlin-clone:/var/lib/php/session:/tmp) in <b>/home/yuli/webapps/jasperlin-clone/wp-content/advanced-cache.php</b> on line <b>3</b><br />
<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>display-a-meta-field-as-block</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>wp-ulike</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>jetpack</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>post-smtp</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>all-in-one-wp-migration</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
<br />
<b>Deprecated</b>:  Hook custom_css_loaded is <strong>deprecated</strong> since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack 不再支援自訂 CSS。 閱讀 WordPress.org 文件，了解如何將自訂樣式套用至你的網站：https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in <b>/home/yuli/webapps/jasperlin-clone/wp-includes/functions.php</b> on line <b>6121</b><br />
/* colors */
body {
	--thistle: #C2AEC8;
	--misty-rose: #E4CCD0;
	--lavender: #DBD5E3;
	--fairy-tale: #E5BCC6;
	--cool-gray: #A09DD1;
	--powder-blue: #9EAACA;
	--star: #FFA71E;
	overflow-x: hidden;
}

/* Backgrounds */
/* home */
body.home:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to bottom, transparent 0%, #ffffff 70%, #ffffff 100%), url("https://jasperlin.tw/wp-content/uploads/2023/07/galaxy-bg-4.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/* single */
body.single:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to bottom, transparent 0%, #ffffff 50%, #ffffff 100%), url("https://jasperlin.tw/wp-content/uploads/2023/07/galaxy-bg-2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/* page */
body.page:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to bottom, transparent 0%, #ffffff 70%, #ffffff 100%), url("https://jasperlin.tw/wp-content/uploads/2023/07/galaxy-bg-3.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media (max-width: 860px) {
	body.home:before, body.single:before, body.page:before {
		background-size: auto 100vh;
	}
}

/* general */
h6.wp-block-heading {
	font-family: var(--wp--preset--font-family--bpmfzihisans);
	font-weight: 400;
	letter-spacing: 2px;
}

/* menu */
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
	text-decoration: none;
}
.wp-block-navigation__responsive-container.has-modal-open {
	z-index: 9999;
}

/* button */
.meta-button a {
	background-color: var(--cool-gray);
	color: #ffffff;
	padding: 8px 30px;
	border-radius: 50px;
	font-family: var(--wp--preset--font-family--openhuninn);
	letter-spacing: 2px;
	font-weight: 400;
	text-decoration: none;
}
.meta-button a:hover {
	background-color: var(--thistle);
}

/* avatar */
.wp-block-post-author__avatar img {
	border-radius: 5px;
	border: 5px solid var(--lavender);
}
.wp-block-post-author__bio {
	font-size: 16px;
	margin: 5px 0;
}

/* book cover */
.book-cover {
	position: relative;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
	transform: rotate3d(1, 1, 1, -5deg);
	transform-origin: bottom center;
}
.book-cover img {

}
.ghub-scroll-box-content .book-cover {
	transform: rotate3d(1, 1, 1, -5deg) scale(0.8);
	transform-origin: center center;
}

.featured-image img {
	transform: rotate3d(1, 1, 1, -5deg);
	transform-origin: bottom center;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	width: auto !important;
	margin: 0 auto;
	display: block;
}

/* book rate / recommend */
.book-love {
	height: 60px;
/* 	background-image: url("https://jasperlin.tw/wp-content/uploads/2023/07/honeymoon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 80px; */
	position: relative;
	display: flex;
	gap: 10px;
	
}
.book-love span {
	content: "";
	display: inline-block;
	position: relative;
	height: 24px;
	width: 24px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("https://jasperlin.tw/wp-content/uploads/2023/07/icon-love.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

/* meta field */
.wp-block-mfb-meta-field-block .prefix  {
	color: #ABB8C3;
}
.wp-block-mfb-meta-field-block .suffix {
	color: #ABB8C3;
	font-size: 80%;
}
/* .wp-block-mfb-meta-field-block .value {
	color: #ACB1D6;
} */

.featured-image {
}



/* stars */
.star {
	position: relative;
}
.star:before {
	content: url("https://jasperlin.tw/wp-content/uploads/2023/07/icon-star-2.svg");
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: -26px;
	width: 26px;
	height: auto;
}
.star:after {
	content: url("https://jasperlin.tw/wp-content/uploads/2023/07/icon-star-1.svg");
	display: inline-block;
	position: absolute;
	top: -16px;
	right: -24px;
	width: 32px;
	height: auto;
}
.star a {
	transition: color 0.25s linear;
}
.star a:hover {
	color: var(--star) !important;
}
.star:hover:before, .star:hover:after {
	animation-name: blink;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
		opacity: 1;
		transform: scaleX(1);
	}
  20% {
		opacity: 1;
		transform: scaleX(1.2);
	}
	50% {
		opacity: 0;
		transform: scaleX(1);
	}
	80% {
		opacity: 1;
		transform: scaleX(1.2);
	}
	100% {
		opacity: 1;
		transform: scaleX(1);
	}
}

/* cloud */
.cloud {
	width: 350px; height: 120px;
	
	background: #f2f9fe;
	background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	position: relative;
	margin: 120px auto 20px;
}

.cloud:after, .cloud:before {
	content: '';
	position: absolute;
	background: #f2f9fe;
	z-index: -1
}

.cloud:after {
	width: 100px; height: 100px;
	top: -50px; left: 50px;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.cloud:before {
	width: 180px; height: 180px;
	top: -90px; right: 50px;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
}

/* underline effect */
.hover-underline {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* footer */
.wp-site-blocks {
	padding-bottom: 0;
}
footer.wp-block-template-part {
	position: relative;
}
footer.wp-block-template-part:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	height: 60vh;
	background-image: linear-gradient(to top, transparent 0%, #ffffff 90%, #ffffff 100%), url("https://jasperlin.tw/wp-content/uploads/2023/07/galaxy-bg-3.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
@media (max-width: 860px) {
	footer.wp-block-template-part:before {
		background-size: auto 100%;
	}
}

/* web3press */
.likecoin-embed {
	display: none;
}
.web3press .likecoin-embed {
	display: block;
}

/* applause */
@-webkit-keyframes anim-effect-a {
  0% {
    -webkit-transform:scale3d(0.8,0.8,1);
  }
  25%,50% {
/*     opacity:1; */
  }
  100% {
/*     opacity:0; */
    -webkit-transform:scale3d(1.2,1.2,1);
  }
}
.applause .wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after, .applause .wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
	filter: none;
}
.applause .wpulike-heart .wp_ulike_general_class {
	box-shadow: none;
}
.applause .wpulike button.wp_ulike_btn {
	width: 60px;
	height: 60px;
	position: relative;
}
.applause .wpulike button.wp_ulike_btn:before {
	
}
.applause .wpulike-heart .count-box {
	font-family: var(--wp--preset--font-family--openhuninn);
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 2px;
}
.applause .wpulike .wp_ulike_is_loading button.wp_ulike_btn {
	background-size: contain;
	animation: anim-effect-a 0.3s forwards;
	-webkit-animation: anim-effect-a 0.3s forwards;
}

/* subscribe */
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email] {
	border: 1px solid var(--lavender);
	border-right: 0;
}
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
	border-radius: 0 25px 25px 0 !important;
	margin: 0 !important;
	background-color: var(--powder-blue);
	cursor: pointer;
	transition: all 0.25s linear;
}
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button:hover {
	background-color: var(--fairy-tale);
}
.wp-block-read-more {
	transition: all 0.25s linear;
}
.wp-block-read-more:hover {
	background-color: var(--fairy-tale) !important;
	color: #21251f !important;
}

/* spotify */
.wp-block-embed-anchor-fm-inc iframe {
	width: 100% !important;
}