晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
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/yuma/assets/css/ |
Upload File : |
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - Common Blocks
2.0 Blocks - Formatting
3.0 Blocks - Layout Elements
4.0 Blocks - Widgets
5.0 Blocks - Color Settings
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/
/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}
/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/
/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
}
/* Image */
.wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
}
/* Gallery */
.wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
}
/* Quote */
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
}
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
border: 3px solid #555;
padding: 1em;
}
.wp-block-quote.is-large {
padding: 1em 2em;
}
/* Audio */
.wp-block-audio audio {
display: block;
width: 100%;
}
/* Cover */
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.no-sidebar .wp-block-group.alignfull,
.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {
width: 100vw;
max-width : 100vw;
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {
width: 100vw !important;
max-width : 100vw;
margin-left : calc( -100vw / 2 + 100% / 2 ) !important;
margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}
.no-sidebar .wp-block-group.alignfull > .wp-block-group__inner-container {
max-width: 1200px;
width: 90%;
margin: auto;
}
.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
text-align: center;
max-width: 1200px;
width: 90%;
padding: 0 15px;
margin: 5px auto 0;
}
.no-sidebar .wp-block-table.alignfull {
display: table;
}
.no-sidebar .wp-block-audio.alignfull {
padding: 0 20px;
}
.no-sidebar .wp-block-categories.alignfull {
padding: 0 50px;
}
.no-sidebar .wp-block-gallery.alignfull {
padding: 0 25px;
}
/* File */
.wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Separator */
.wp-block-separator {
border-color: #eee;
border: 0;
}
/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/
/* Code */
.wp-block-code {
background: transparent;
border: 0;
padding: 0;
}
/* Pullquote */
.wp-block-pullquote {
border: 0;
border-top: 3px solid #555;
border-bottom: 3px solid #555;
padding: 1em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
}
/* Table */
.wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border-color: #ccc;
padding: 15px 25px;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}
/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.wp-block-button__link {
padding: 16px 40px;
font-weight: bold;
background-color: #0a0e14;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: #eba54c;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Separator */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
/* Media & Text */
.wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}
/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/
/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
list-style-position: inside;
text-align: center;
}
/* Comments */
.wp-block-latest-comments article {
margin-bottom: 4em;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.single-template-wrapper #primary article .entry-content .wp-block-post-terms a,
.single-template-wrapper #primary article .entry-content .wp-block-post-title a {
text-decoration: none;
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment img,
.wp-block-post-author__avatar img {
border-radius: 50px;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.single-template-wrapper #primary article .entry-content .wp-block-latest-comments__comment-link,
.single-template-wrapper #primary article .entry-content .wp-block-latest-comments__comment-author {
font-weight: 500;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 14px;
letter-spacing: 1px;
margin-top: 0.4em;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}
/* latest posts block */
ul.wp-block-latest-posts li {
padding-bottom: 10px;
display: table;
width: 100%;
}
#off-canvas-area ul.wp-block-latest-posts li a,
#secondary ul.wp-block-latest-posts li a,
#colophon ul.wp-block-latest-posts li a {
font-size: 18px;
font-weight: 500;
}
ul.wp-block-latest-posts li a {
text-decoration: none;
font-weight: 600;
font-size: 20px;
line-height: 1.3;
margin: 15px 0;
display: block;
}
ul.wp-block-latest-posts li a > img {
margin-top: -15px;
}
ul.wp-block-latest-posts li .alignleft + a,
ul.wp-block-latest-posts li .alignright + a {
font-size: 18px;
display: inline;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-date {
display: block;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-author,
ul.wp-block-latest-posts.has-author.has-dates .wp-block-latest-posts__post-date {
display: inline;
}
ul.wp-block-latest-posts.has-author.has-dates .wp-block-latest-posts__post-author:after {
content: ".";
font-size: 26px;
display: inline-block;
margin: 0 5px;
line-height: 0.1;
opacity: 0.7;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-author:before {
content: "";
display: block;
}
ul.wp-block-categories-list.wp-block-categories {
list-style: none;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
font-size: 14px;
text-transform: capitalize;
}
.wp-block-button__link {
font-weight: 500;
}
/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/
/* Background Color */
.has-ronchi-background-color {
background-color: #eba54c;
}
.has-tangaroa-background-color {
background-color: #0a0e14;
}
.has-feldspar-background-color {
background-color: #CF987E;
}
.has-shark-background-color {
background-color: #272B2F;
}
.has-emperor-background-color {
background-color: #555;
}
.has-black-background-color {
background-color: #000;
}
.has-white-background-color {
background-color: #fff;
}
/* Text Color */
.has-ronchi-color {
color: #eba54c;
}
.has-tangaroa-color {
color: #0a0e14;
}
.has-feldspar-color {
color: #CF987E;
}
.has-shark-color {
color: #272B2F;
}
.has-emperor-color {
color: #555;
}
.has-black-color {
color: #000;
}
.has-white-color {
color: #fff;
}
/*--------------------------------------------------------------
6.0 Pattern
--------------------------------------------------------------*/
.wp-block-cover.image-breaker-pattern h2.box-title {
border: 2px solid #fff;
padding: 25px 25px 35px;
max-width: 400px;
box-sizing: border-box;
word-break: break-word;
}
.wp-block-column.pricing-article .check-icon p > img,
.wp-block-group.photographer-intro-pattern p.check-icon > img {
margin-right: 10px;
}
.wp-block-group.parallax-hero-content .parallax-hero-content-subtitle,
.wp-block-group.parallax-hero-content .parallax-hero-content-title {
max-width: 900px;
}
.wp-block-group.shop-intro-pattern .wp-block-image.featured-image {
padding-top: 50px;
}
.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure {
margin-bottom: -100px;
border: 40px solid #fff;
width: 90%;
}
.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure img {
width: 100%;
}
.wp-block-group.team-2-pattern .team-2-details .wp-block-group__inner-container {
position: relative;
z-index: 1;
margin-top: -100px;
background-color: #fff;
padding: 25px;
}
.wp-block-group.team-3-pattern .team-3-details {
position: absolute;
bottom: 1.5em;
left: 50%;
transform: translateX(-50%);
width: 100%;
padding: 25px;
}
.wp-block-cover.cta-1-pattern .wp-block-group.cta-1-content,
.wp-block-cover.parallax-banner-pattern .wp-block-group.parallax-banner-content {
max-width: 900px;
word-break: break-word;
margin: auto;
}
.wp-block-cover.glass-banner-pattern .wp-block-group__inner-container:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 90%;
height: 90%;
transform: translate(-50%,-50%);
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.wp-block-cover.glass-banner-pattern .wp-block-columns.glass-banner-inner-wrapper {
position: relative;
z-index: 1;
}
.wp-block-cover.counter-3-pattern .counter-columns {
margin-bottom: 0;
}
.wp-block-cover.counter-3-pattern .counter-columns .wp-block-column {
border: 1px solid rgba(255,255,255,0.9);
}
/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-extra-small-font-size {
font-size: 12px;
}
.has-small-font-size {
font-size: 16px;
}
.has-regular-font-size {
font-size: 18px;
}
.has-large-font-size {
font-size: 24px;
}
.has-extra-large-font-size {
font-size: 40px;
}
.has-huge-font-size {
font-size: 96px;
}
.has-larger-font-size,
.has-huge-font-size {
line-height: 1.5;
}
@media screen and (min-width: 1900px) {
.no-sidebar .wp-block-group.alignfull .wp-block-group__inner-container {
max-width: 1500px;
}
}
@media screen and (max-width: 992px) {
.has-extra-large-font-size {
font-size: 30px;
}
.has-huge-font-size {
font-size: 48px;
}
}
@media screen and (max-width: 767px) {
.has-extra-large-font-size {
font-size: 24px;
}
.has-huge-font-size {
font-size: 28px;
}
.wp-block-group.shop-intro-pattern .wp-block-image.featured-image figure {
margin-bottom: 0;
}
.wp-block-group.cta-2-pattern .wp-block-buttons.is-content-justification-center {
justify-content: flex-start;
}
}
@media screen and (max-width: 567px) {
.has-larger-font-size,
.has-huge-font-size {
font-size: 24px;
line-height: 1.3;
}
}