@charset "UTF-8"; *, * a::after, *::before { box-sizing: border-box; } html { font-family: "sahel"; } body { margin: 0; font-size: 16px; background: #f6f6f6; color: #444; display: flex; flex-direction: column; min-height: 100vh; } img { max-width: 100%; vertical-align: middle; } a { text-decoration: none; } /*-----Normalize-----*/ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } main { display: block; } h1 { font-size: 2em; margin: 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input { overflow: visible; } button, select { text-transform: none; } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } /*-----/Normalize-----*/ *, *::after, *::before { box-sizing: border-box; } a { color: #36a3d9; transition: all 100ms linear; text-decoration: none; } a:hover { color: #36a3d9; } .sa[class], h1 > a, h2 > a { color: inherit; } img { max-width: 100%; } figure { margin: 0; } h1, h2, h3, h4, h5, h6 { line-height: 1.5em; margin: 0; } h1 { font-size: 2rem; } h2 { font-size: 1.75rem; } h3 { font-size: 1.5rem; } h4 { font-size: 1.3rem; } h5 { font-size: 1.2rem; } h6 { font-size: 1.15rem; } p { margin: 0; line-height: 2em; margin: 1rem 0; } /*-----Bayan Styles-----*/ button, optgroup, textarea, input, select, body, .followBx, .followThis { font-family: inherit; font-size: 100%; margin: 0; } h1, h2, h3, h4, h5, h6 { font-family: inherit; } blockquote { border-right: 4px solid #36a3d9; margin: 2rem 1rem; padding-right: 1rem; font-style: italic; } blockquote > cite { display: block; font-weight: bold; font-style: normal; } .item_err, .item_wrn, .item_success { font-weight: bold; border: navajowhite; padding: 1rem; } .w-100 { width: 100%; } .flex-grow-1 { flex-grow: 1; } .icon { vertical-align: middle; } .icon.heart { fill: none; stroke: currentColor; stroke-width: 2px; } .container { max-width: 75rem; padding: 0.5rem 1rem; margin-left: auto; margin-right: auto; } .avatar { width: 2rem; height: 2rem; border-radius: 50%; } .avatar.is-md { width: 3rem; height: 3rem; } .avatar.is-lg { width: 4rem; height: 4rem; } img.avatar { object-fit: cover; color: transparent; } .avatar:not(.no-margin) { margin-left: 0.5rem; } .d-flex { display: flex; } .color-inherit { color: inherit; } .feather { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; width: 1em; height: 1em; font-size: 1.5em; display: inline-block; vertical-align: middle; } .navigation { background: #fff; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); margin-bottom: 1rem; position: relative; } .navigation__title-row { background: #36a3d9; color: #fff; padding: 0 1rem; } .navigation__category-row { padding: 0; position: relative; } .navigation__container { display: flex; justify-content: space-between; max-width: 75rem; margin: auto; min-width: max-content; } .navigation__title { font-size: 1.5rem; margin: 0; line-height: 250%; } .navigation__title--link { color: inherit; display: inline-block; height: 100%; } .navigation__title--link:hover { color: #fff; } .navigation__icon { font-size: 1em; padding: 1.25em; display: inline-block; transition: transform 250ms ease; } .navigation__icon:hover { transform: rotate(45deg); } .menu { margin: 0; padding: 0; list-style: none; display: flex; } .menu__link, .mobile-menu__link { padding: 1rem; display: inline-block; color: inherit; height: 100%; line-height: 2rem; position: relative; } .menu__link::before, .mobile-menu__link::before { content: ""; position: absolute; bottom: 0; right: 1rem; width: calc(100% - 2rem); height: 0.25rem; background: currentColor; border-radius: 0.5rem 0.5rem 0 0; opacity: 0; transform: rotateY(90deg); transition: all 250ms ease-in-out; } .menu__link:hover, .menu__link:focus, .mobile-menu__link:hover, .mobile-menu__link:focus { color: inherit; } .menu__link:hover::before, .menu__link:focus::before, .mobile-menu__link:hover::before, .mobile-menu__link:focus::before { opacity: 1; transform: translateY(0); } .mobile-menu__link { width: 100%; } .mobile-menu__link::before { right: 0; top: 1rem; height: calc(100% - 2rem); width: 0.25rem; border-radius: 0.5rem 0 0 0.5rem; transform: rotateX(90deg); } .mobile-menu__list { position: absolute; top: 100%; right: 0; margin: 0; padding: 0; list-style: none; width: 100%; background: #36a3d9; color: transparent; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); transform: rotateX(90deg); transform-origin: top; transition: transform 250ms ease, color 250ms ease; transition-delay: 0s, 250ms; z-index: 5; } .mobile-menu__button { width: 1em; height: 1em; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; list-style: none; font-size: 2em; margin: 0.5em 0; } .mobile-menu[open] > .mobile-menu__button { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"); } .mobile-menu[open] > .mobile-menu__list { transform: translateX(0); color: inherit; } @media (max-width: 50rem) { .menu { display: none; } } @media (min-width: 50rem) { .mobile-menu { display: none; } } .has-submenu { position: relative; } .has-submenu::after { content: ""; display: inline-block; width: 1em; height: 1em; font-size: 0.5em; border: 1px solid currentColor; transform: rotate(45deg); border-color: transparent currentColor currentColor transparent; margin-right: -1em; opacity: 0.5; } .has-submenu:hover > .submenu, .has-submenu:focus > .submenu { display: block; animation: submenuShow 250ms ease; transform-origin: top center; } @keyframes submenuShow { 0% { opacity: 0; transform: rotateX(45deg); } } .submenu { position: absolute; top: 100%; right: 0; background: #fff; padding: 0; margin: 0; list-style: none; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); display: none; z-index: 3; } .submenu .menu__link, .submenu__link { padding: 1em; width: 20em; display: block; color: inherit; } .submenu .menu__link:hover, .submenu .menu__link:focus, .submenu__link:hover, .submenu__link:focus { background: #36a3d9; background: rgba(54, 163, 217, 0.1); } .submenu__item.has-submenu:after, .submenu .menu__item.has-submenu:after { left: 2em; top: 3em; display: block; transform: rotate(135deg); position: absolute; } .submenu__item.has-submenu > .submenu, .submenu .menu__item.has-submenu > .submenu { right: 100%; top: 0; } .search_wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; transition: 250ms ease; opacity: 0; pointer-events: none; visibility: hidden; } .search-on .search_wrapper { visibility: visible; opacity: 1; pointer-events: auto; display: flex; } #srchBx { margin: 0; height: 100%; width: 100%; background: transparent; } .search-box input.text { height: 100%; line-height: 4; color: inherit; } .search-wrapper { background: transparent; display: flex; } .search-box .submit { margin: 0.5em; height: calc(100% - 1em); width: 3em; position: absolute; left: 0; top: 0; background-repeat: no-repeat; background-position: center; background-color: #36a3d9; border-radius: 60%; } .search-x { padding: 1.25em; } .card { background: #fff; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); display: flex; flex-direction: column; margin: 1rem; border-radius: 8px; overflow: hidden; } .card.p1 { padding: 1rem; } .card__title { font-size: 1.5rem; } .card__header { padding: 1rem; } .card__content { padding: 1rem; line-height: 1.75; } .card__content > p { margin: 0; } .card__meta { opacity: 0.66; } .card__footer { padding: 0 1rem 1rem; } .card { position: relative; } .card__footer { position: absolute; bottom: 0; right: 0; background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8), transparent); width: 100%; padding: 1em; padding-top: 3em; } .btn, .sendbutton { padding: 0.75rem 0.5rem; border-radius: 8px; background: #36a3d9; color: #fff; font-weight: bold; box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.25); text-decoration: none; font-size: 1rem; line-height: 1em; display: inline-block; vertical-align: middle; text-align: center; white-space: nowrap; cursor: pointer; } .btn:hover { color: #fff; } .sendbutton { float: none; padding: 0.75em 1.5em; } .post-full { max-width: 45rem; margin: auto; } .post__image { border-radius: 8px; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); margin-bottom: 2rem; } .post__title { font-size: 3rem; margin-bottom: 1rem; text-shadow: 0 0.115rem 0.115rem rgba(0, 0, 0, 0.2); } .post__meta { display: flex; align-items: baseline; flex-wrap: wrap; } .post__meta > * { margin-left: 1rem; } .post__meta__categorys { list-style: none; padding: 0; margin: 0 0 0 1rem; } .post__meta__categorys__item { display: inline-block; vertical-align: middle; } .post__meta__categorys__item:after { content: "، "; } .post__content { font-size: calc(1rem + 0.2vw); line-height: 2; } .post__content > h1, .post__content > h2, .post__content > h3, .post__content > h4, .post__content > h5, .post__content > h6 { margin: 2rem 0 0; } .post__tags { list-style: none; display: flex; flex-wrap: wrap; margin: 0 -0.5rem; padding: 0; } .post__tags__link { padding: 0.5em 0.75em; background: rgba(68, 68, 68, 0.15); color: inherit; margin: 0.5rem; display: inline-block; border-radius: 8px; } .post__tags__link:hover { background: #444; color: #fff; } .post__footer { padding: 0.5rem 0; } .post__footer__button { height: 100%; display: inline-block; padding: 0.5rem; border-radius: 8px; } .post__footer__button:not(:last-child) { margin-left: 0.5rem; } .post__footer__button.like-button:hover { color: #ff4b4b; background: rgba(255, 75, 75, 0.15); } .post__footer__button.comment-button:hover { color: #58cc02; background: rgba(88, 204, 2, 0.15); } .taglist { display: flex; flex-wrap: wrap; margin: 0 -0.25em; } .tag { padding: 0.25em 0.5em; background-color: #36a3d9; color: #fff; margin: 2px; display: inline-block; line-height: 1; } .tag:hover { color: #fff; } @media (min-width: 53rem) { .featured-posts { display: grid; grid-template-columns: 1fr 2fr 1fr; grid-auto-rows: 1fr 1fr; } .featured-posts > .featured:first-child { grid-column: 2; grid-row: 1/3; } } @media (max-width: 53rem) { .featured__title { font-size: 1.5rem; } } .featured { position: relative; margin: 0.5rem; border-radius: 8px; overflow: hidden; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); color: #fff; } /* درون خط #4 | https://trash.blog.ir/#search-wrapper */ .featured__figure { height: 100%; width: 100%; } .featured__img { height: 100%; width: 100%; object-fit: cover; } .featured__info { position: absolute; bottom: 0; right: 0; width: 100%; padding: 1em; line-height: 1em; z-index: 2; } .featured__title { text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2666666667); } .featured__overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5333333333)); z-index: 1; transform: opacity 250ms ease; } .featured__overlay:hover, .featured__overlay:focus { opacity: 0.5; } .widget__card { box-shadow: none; } .widget__header { display: flex; align-items: center; justify-content: space-between; padding: 1em; padding-bottom: 0; } .widget__title { font-size: 1.25em; font-weight: 900; } .widget__content { padding: 1em; } .widget__post { display: flex; align-items: center; } .widget__post:not(:first-child) { margin-top: 1rem; } @media (min-width: 53rem) { .widgets__row { display: flex; } .widgets__row > .widget { flex: 1; } } .comments { max-width: 45rem; margin: 2rem auto; } .comment { margin-bottom: 1rem; } .comment::after { content: " "; display: table; clear: both; } .comment__profile { float: right; } .comment__bubble { float: left; width: calc(100% - 4rem); background: #fff; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); border-radius: 8px; border-top-right-radius: 0; position: relative; } .comment__bubble:before { content: " "; position: absolute; left: 100%; top: 0; border: 8px solid; border-color: #fff transparent transparent #fff; } .comment__header { padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .comment__content { padding: 1rem; } .comment__date { opacity: 0.75; margin-right: 1rem; } .comment.is-reply { margin-right: 4rem; } .formField2 input.text, .formField2 textarea, select { width: 100%; padding: 0.5em; font-size: 1rem; appearance: none; box-sizing: border-box; font-family: inherit; background: #fff; box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); color: inherit; border: none; } .formField2 label { margin: 0.5em 0; display: inline-block; width: unset; float: none; text-align: right; } .formField2 .fldcontent { margin-right: 0; } .bComForm .hasComment { margin-left: 0px; } div.inputFix { padding: 0; } .jqifade { background: rgba(0, 0, 0, 0.5); opacity: 1; backdrop-filter: blur(3px); } .jqi { max-width: 90%; } .bComForm .sendbutton[disabled] { opacity: 1; background-color: #fff; background-size: cover; background-repeat: no-repeat; background-position: center; background-size: 150%; box-shadow: inset 0 3px 7px hsla(0deg, 0%, 0%, 0.3); } #frm_hide_mail, label[for=frm_hide_mail] { display: none; } #frmPrivateNotice { font-size: 0; } .bComForm .sendbutton.hasCheckbox { margin-top: -47px; } .footer { box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); margin-top: 2rem; padding: 1rem; background: #fff; } .footer__col { margin-bottom: 2rem; position: relative; } .footer__col--title { font-weight: 900; margin-bottom: 1rem; font-size: 1.115rem; position: relative; z-index: 1; } .footer__col--title::before { content: ""; display: block; position: absolute; width: 1em; height: 1em; background: linear-gradient(to bottom, #9bd1ec, #36a3d9); border-radius: 1em; font-size: 2rem; top: 0; right: 0; margin-top: -0.25rem; z-index: -1; } .footer__copyright--flex { display: flex; flex-wrap: wrap; justify-content: space-between; } @media (min-width: 53rem) { .footer__row { display: flex; } .footer__col { flex: 1; margin-bottom: 0; } .footer__col:not(:last-child) { margin-left: 2rem; } } .pagination { display: flex; flex-wrap: wrap; margin-top: 2rem; margin-bottom: -0.5rem; } .pagination__btn { margin: 0 0 0.5rem 0.5rem; min-width: 3em; line-height: 1.33; } .pagination__btn.transparent { background: transparent; box-shadow: none; } .followBx { padding: 0; background: transparent; } #followInBx { max-width: unset !important; } .followersTitle { font-size: 0; margin: 0; } .followersCount { font-size: 1rem; } .followersCount { position: absolute; left: 0; top: 0; } #followersLs { margin: 0; } .follower { border-radius: 50%; overflow: hidden; margin: 0.25em; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2666666667); border: 2px solid; } #followInBx #followersLs .followImg { margin: 0; padding: 0; width: 1em; height: 1em; font-size: 3rem; transition: 250ms ease; } #followThis { padding: 0.5em; margin-top: 1rem; background: #36a3d9; } .followThis { overflow: hidden; white-space: nowrap; } .followShow { box-shadow: 0px 0 24px -4px rgba(0, 0, 0, 0.075); border: none; background: #fff; border-radius: 8px; } .followShow .folDetImg { border-radius: 50%; border: 3px solid #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); margin: 0; } .main { padding: 0 2rem; max-width: 75rem; margin: auto; flex-grow: 1; } .main__title { margin: 2rem 0; padding: 1rem; } .main__content--list { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: -1rem; } @media (min-width: 53rem) { .main__content--list > .card { width: calc(33.333% - 2rem); } } @media (max-width: 53rem) { .main__content--list > .card { margin-left: 0; margin-right: 0; } .main__content--list { padding: 0; } } body.dark { background: #21282f; color: #fff; } body.dark .card, body.dark .navigation, body.dark .footer, body.dark .submenu, body.dark .search_wrapper, body.dark .comment__bubble { background: #313841; } body.dark .comment__bubble::before { border-color: #313841 transparent transparent #313841; } body.dark .card__footer { background: linear-gradient(to top, #313841, #313841, transparent); } /*# sourceMappingURL=style.css.map */