晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/tabatabaei/.trash/wp-content.1/themes/scapeshot/sass/site/section/ |
Upload File : |
/**
* 14.1 - Slider
*/
#feature-slider-section {
background: url("assets/images/loader.svg") no-repeat center center;
}
#feature-slider-section {
border: none;
padding: 0;
-webkit-animation: fadein 0.3s;
-moz-animation: fadein 0.3s;
-ms-animation: fadein 0.3s;
-o-animation: fadein 0.3s;
animation: fadein 0.3s;
}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
opacity:0;
}
to {
opacity: 1;
}
}
#feature-slider-section .wrapper {
max-width: 100%;
padding: 0;
}
#feature-slider-section .hentry {
margin: 0;
padding: 0;
}
#feature-slider-section .hentry-inner {
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: center;
-ms-flex-pack: end;
justify-content: center;
min-height: 100vh;
overflow: hidden;
position: relative;
}
#feature-slider-section .post-thumbnail {
margin: 0;
position: unset;
}
#feature-slider-section .post-thumbnail img {
height: auto;
left: 50%;
max-width: 1000%;
min-height: 100%;
min-width: 100vw;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: auto;
z-index: -1;
}
@supports (object-fit: cover) {
#feature-slider-section .post-thumbnail img {
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
}
}
#feature-slider-section .entry-container {
display: block;
opacity: 0;
position: relative;
visibility: hidden;
left: 80px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
-webkit-transition-delay: .4s;
-moz-transition-delay: .4s;
-o-transition-delay: .4s;
-ms-transition-delay: .4s;
transition-delay: .4s;
z-index: 9;
}
#feature-slider-section .active .entry-container {
opacity: 1;
visibility: visible;
left: 0;
}
.custom-header-content,
#feature-slider-section .entry-container {
max-width: 1630px;
margin: 0 auto;
width: 100%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.custom-header-content-wrapper,
#feature-slider-section .content-wrapper {
margin: 0 auto;
max-width: 690px;
}
.home .custom-header-content-wrapper,
#feature-slider-section .content-wrapper {
padding: 42px;
}
.single-item .featured-video-content-wrapper .hentry:first-child {
float: none;
margin: 0 auto;
width: 100%;
}
#feature-slider-section .content-wrapper > :last-child,
.custom-header-content-wrapper > :last-child {
margin-bottom: 0;
}
#feature-slider-section .owl-prev,
#feature-slider-section .owl-next {
border: none;
cursor: pointer;
line-height: 1;
letter-spacing: 0;
padding: 7px;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
height: 44px;
width: 44px;
z-index: 199;
opacity: 0;
}
#feature-slider-section .owl-prev {
left: -60px;
}
#feature-slider-section .owl-next {
right: -60px;
}
#feature-slider-section .owl-prev .icon,
#feature-slider-section .owl-next .icon {
font-size: 30px;
font-size: 1.875rem;
top: -2px;
}
#feature-slider-section .owl-prev .icon {
left: -1px;
}
#feature-slider-section .owl-next .icon {
right: -1px;
}
.owl-carousel .owl-dots {
text-align: center;
}
.section .owl-carousel .owl-dots {
@include flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
bottom: -14px;
position: absolute;
width: 100%;
}
.section .owl-carousel .owl-dots button {
@include border(50%);
cursor: pointer;
display: inline-block;
font-size: 0;
height: 13px;
line-height: 13px;
margin: 0 7px;
padding: 1px;
outline: none;
width: 13px;
}
.sticky-playlist-enabled #feature-slider-section .owl-carousel .owl-dots {
bottom: 90px;
}
#feature-slider-section .owl-carousel .owl-dots {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: 14px;
transition: bottom 0.3s;
}
#feature-slider-section .owl-carousel .owl-dots,
.sticky-playlist-enabled.scrolled #feature-slider-section .owl-carousel .owl-dots {
bottom: 35px;
}
#feature-slider-section .owl-carousel .owl-dots button {
height: 15px;
line-height: 15px;
margin: 0 14px;
width: 15px;
border-radius: 100%;
box-shadow: none;
position: relative;
}
/*active dot animation*/
#feature-slider-section .owl-carousel .owl-dots button:before,
#feature-slider-section .owl-carousel .owl-dots button:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 44px;
height: 44px;
top: -14px;
left: -14px;
}
#feature-slider-section .owl-carousel .owl-dots button:before {
border: 2px solid transparent;
}
#feature-slider-section .owl-carousel .owl-dots button:after {
border: 0 solid transparent;
}
#feature-slider-section .owl-carousel .owl-dots button:before,
#feature-slider-section .owl-carousel .owl-dots button:after {
border-radius: 100%;
}
#feature-slider-section .owl-carousel .owl-dots button.active::before {
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
#feature-slider-section .owl-carousel .owl-dots button.active::after {
border-top: 2px solid;
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
/* Floating Social */
#floating-social,
body:not(.home).has-social-floating #floating-social {
display: none;
}
.boxed-layout #floating-social,
body:not(.home).boxed-layout.has-social-floating #floating-social {
display: none;
}