Файловый менеджер - Редактировать - /home/infrafs/INFRABIKEUS/wp-content/themes/trackstore/assets/css/scss/_global.scss
Назад
/* #Reset default styles - start ========================================================================== */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; outline: none; } article, aside, details, figcaption, figure, footer, header, nav, section { display: block; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; border: medium none; vertical-align: middle; } table th { border: 0; padding: 5px 7px; text-align: center; } table td { padding: 5px 10px; text-align: center; } a img { border: none; } img, .wp-caption { max-width: 100%; height: auto; } iframe { max-width: 100%; } /* #Reset default styles - end ========================================================================== */ /* #General styles that are used in our theme - start * Here are defined global styles on body element, on container elements that hold every page, * headings and links, inputs, core wp styles and default pagination styles ========================================================================== */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } .clear:after { clear: both; content: ""; display: block; } html { overflow-y: scroll !important; /* for vertical split screen slider shortcode on touch devices */ } body { font-family: $default-text-font; font-weight: 400; font-size: 14px; line-height: 24px; color: $default-text-color; background-color: $default-background-color; overflow-x: hidden !important; -webkit-font-smoothing: antialiased; } h1 { font-size: 45px; font-weight: 700; line-height: 1em; letter-spacing: -0.225px; } h2 { font-size: 39px; font-weight: 700; line-height: 1.05em; letter-spacing: -0.195px; } h3 { font-size: 25px; font-weight: 700; letter-spacing: -0.125px; line-height: 1.2em; } h4 { font-size: 16px; font-weight: 700; line-height: 1.3em; letter-spacing: -0.08px; } h5 { font-size: 16px; font-style: italic; line-height: 1.3em; } h6 { font-size: 15px; font-weight: 400; line-height: 1.2em; } h1, h2, h3, h4 { text-transform: uppercase; } h5, h6 { text-transform: lowercase; } h1, h2, h3, h4, h5, h6 { color: $default-heading-color; font-family: $default-heading-font; margin: 20px 0; a { @include eltdTypographyLayout(); &:hover { color: inherit; } } } a, p a { color: $default-text-color; text-decoration: none; @include eltdTransition(color .2s ease-out); &:hover { color: $default-heading-color; } } p { margin: 10px 0; color: $default-heading-color; } input[type='submit'] { -webkit-appearance: none; } ul, ol { list-style-position: inside; margin: 15px 0; } ul ul, ol ol, ol ul, ul ol { margin: 0; padding: 0 0 0 15px; } pre { background-color: $default-background-color; padding: 15px; max-width: 100%; white-space: pre-wrap; word-wrap: break-word; margin: 15px 0; } dt { font-size: 15px; font-weight: bold; margin-bottom: 10px; } dd { margin-bottom: 15px; } sub, sup { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sub { top: 0.5ex; } sup { bottom: 0.5ex; } .wp-caption-text { margin: 0; font-style: italic; } table { width: 100%; } table thead tr, table tbody tr { border: 1px solid $default-border-color; } table tbody th { border-right: 1px solid $default-border-color; } blockquote { @include eltdRelativeHolderLayout(); margin: 10px 0; padding: 0; font-size: 20px; font-style: italic; font-weight: 700; font-family: $default-heading-font; text-transform: uppercase; line-height: 30px; text-align: left; quotes: "“" "”" "‘" "’"; box-sizing: border-box; > * { @include eltdTypographyLayout(); margin: 0; display: inline; } &:before { content: open-quote; margin-right: 6px; } &:after { content: close-quote; margin-left: 6px; } cite { font-style: normal; font-weight: 400; } } /* Webkit */ ::selection { background: $first-main-color; color: $default-background-color; } /* Gecko/Mozilla */ ::-moz-selection { background: $first-main-color; color: $default-background-color; } .wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor { opacity: 1; } .alignleft { float: left; margin: 0 20px 20px 0; } .alignright { float: right; margin: 0 0 20px 20px; } .aligncenter { display: block; margin: 10px auto; } .alignwide { margin-left: auto; margin-right: auto; clear: both; } @include ipad-landscape { .alignwide { width: 100%; max-width: 100%; } } .alignfull { position: relative; left: -1rem; width: calc( 100% + (2 * 1rem)); max-width: calc( 100% + (2 * 1rem)); clear: both; } @include ipad-landscape { .alignfull { left: calc( -12.5% - 75px); width: calc( 125% + 150px); max-width: calc( 125% + 150px); margin-top: calc(2 * 1rem); margin-bottom: calc(2 * 1rem); } } .text-align-right { text-align: right; } .text-align-left { text-align: left; } .text-align-center { text-align: center; } .eltd-wrapper { position: relative; left: 0; z-index: 1000; .eltd-wrapper-inner { width: 100%; overflow: hidden; } } .eltd-content { position: relative; margin-top: 0; z-index: 100; background-color: $default-background-color; /*this is needed because of the uncovering footer*/ } .eltd-boxed { overflow: hidden !important; /* this is because content jumping while using accordion and display:inline-block on 'body.eltd-boxed .eltd-wrapper' */ .eltd-wrapper { display: inline-block; vertical-align: middle; width: 100%; .touch & { background-repeat: repeat; } .eltd-wrapper-inner { width: $grid-width-boxed; overflow: visible; margin: auto; } } .eltd-content { overflow: hidden; } .eltd-footer-inner { width: $grid-width-boxed; margin: auto; } .eltd-page-header .eltd-sticky-header, .eltd-page-header .eltd-fixed-wrapper.fixed { width: $grid-width-boxed; left: auto; } } .eltd-paspartu-enabled { .eltd-wrapper { padding: 10px; background-color: #fff; box-sizing: border-box; } &.eltd-top-paspartu-disabled { .eltd-wrapper { padding-top: 0 !important; } } } .eltd-smooth-transition-loader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; background-color: #fff; } .eltd-container { background-color: #fff; //beacuse of the Elated Slider, since content have to go over it position: relative; padding: 0; width: 100%; z-index: 100; &:before { content: " "; display: table; } &:after { content: " "; display: table; clear: both; } } .eltd-container-inner { //not in parent selector since this class is used for positioning other elements in grid width: $grid-width; margin: 0 auto; } .eltd-full-width { position: relative; z-index: 100; } .eltd-content .eltd-content-inner > .eltd-container > .eltd-container-inner, .eltd-content .eltd-content-inner > .eltd-full-width > .eltd-full-width-inner { padding-top: 40px; // default value for content top padding } @media only screen and (min-width: 1400px) { .eltd-grid-1300 { .eltd-grid, .eltd-container-inner, .eltd-row-grid-section { width: $grid-width-1300; } } .eltd-grid-1300.eltd-boxed { .eltd-footer-inner, .eltd-wrapper-inner { width: $grid-width-1300 + 50px; } .eltd-page-header .eltd-sticky-header, .eltd-page-header .eltd-fixed-wrapper.fixed { width: $grid-width-1300 + 50px; left: auto; } } } @media only screen and (min-width: 1300px) { .eltd-grid-1200 { .eltd-grid, .eltd-container-inner, .eltd-row-grid-section { width: $grid-width-1200; } } .eltd-grid-1200.eltd-boxed { .eltd-footer-inner, .eltd-wrapper-inner { width: $grid-width-1200 + 50px; } .eltd-page-header .eltd-sticky-header, .eltd-page-header .eltd-fixed-wrapper.fixed { width: $grid-width-1200 + 50px; left: auto; } } } @media only screen and (min-width: 1200px) { .eltd-grid-1000 { .eltd-grid, .eltd-container-inner, .eltd-row-grid-section { width: $grid-width-1000; } } .eltd-grid-1000.eltd-boxed { .eltd-footer-inner, .eltd-wrapper-inner { width: $grid-width-1000 + 50px; } .eltd-page-header .eltd-sticky-header, .eltd-page-header .eltd-fixed-wrapper.fixed { width: $grid-width-1000 + 50px; left: auto; } } } @media only screen and (min-width: 1024px) { .eltd-grid-800 { .eltd-grid, .eltd-container-inner, .eltd-row-grid-section { width: $grid-width-800; } } .eltd-grid-800.eltd-boxed { .eltd-footer-inner, .eltd-wrapper-inner { width: $grid-width-800 + 50px; } .eltd-page-header .eltd-sticky-header, .eltd-page-header .eltd-fixed-wrapper.fixed { width: $grid-width-800 + 50px; left: auto; } } } /* #General styles that are used in our theme - end ========================================================================== */ @include keyframes(preload-background) { from { background-position: 0 0; } to { background-position: 100% 0; } } .eltd-preload-background { background: transparent url('../img/preload_pattern.png') repeat scroll inherit !important; @include animation(preload-background, 40s, infinite, linear, 0s); } .eltd-grid { width: $grid-width; margin: 0 auto; } .eltd-vertical-align-containers { position: relative; height: 100%; width: 100%; padding: 0 20px; box-sizing: border-box; &.eltd-25-50-25 { .eltd-position-left, .eltd-position-right { width: 25%; } .eltd-position-center { width: 50%; left: 50%; @include eltdTransform(translateX(-50%)); } } &.eltd-33-33-33 { .eltd-position-left, .eltd-position-center, .eltd-position-right { width: 33.33%; } .eltd-position-center { width: 50%; left: 50%; @include eltdTransform(translateX(-50%)); } } &.eltd-50-50 { .eltd-position-left, .eltd-position-right { width: 50%; } } &.eltd-33-66 { .eltd-position-left { width: 33.33%; } .eltd-position-right { width: 66.66%; } } &.eltd-66-33 { .eltd-position-left { width: 66.66%; } .eltd-position-right { width: 33.33%; } } .eltd-position-left { position: relative; float: left; z-index: 2; height: 100%; } .eltd-position-center { height: 100%; width: 100%; position: absolute; left: 0; text-align: center; z-index: 1; } .eltd-position-right { position: relative; float: right; z-index: 2; height: 100%; text-align: right; } .eltd-position-left-inner, .eltd-position-center-inner, .eltd-position-right-inner { vertical-align: middle; display: inline-block; } .eltd-position-right.eltd-has-widget .eltd-position-right-inner { height: 100%; } .eltd-position-left:before, .eltd-position-center:before, .eltd-position-right:before { content: ""; display: inline-block; vertical-align: middle; height: 100%; } } /* ========================================================================== #Row styles - start ========================================================================== */ .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 0 !important; // important is in order to prevent visual composer styles in all cases } .vc_row { .wpb_gmaps_widget .wpb_wrapper { padding: 0; background-color: transparent; } } .wpb_single_image a.vc_single_image-wrapper { overflow:hidden; img { @include eltdTransition(all .32s ease-in-out); } &:hover { img { @include eltdTransform(scale(1.05)); } } } .eltd-row-grid-section { position: relative; width: 1100px; margin: 0 auto; z-index: 20; } .eltd-content-aligment-left { text-align: left; } .eltd-content-aligment-center { text-align: center; } .eltd-content-aligment-right { text-align: right; } @include laptop-landscape-medium { .eltd-disabled-bg-image-bellow-1280 { background-image: none !important; } } @include ipad-landscape { .eltd-disabled-bg-image-bellow-1024 { background-image: none !important; } } @include ipad-portrait { .eltd-disabled-bg-image-bellow-768 { background-image: none !important; } } @include phone-landscape { .eltd-disabled-bg-image-bellow-680 { background-image: none !important; } } @include phone-portrait { .eltd-disabled-bg-image-bellow-480 { background-image: none !important; } } .eltd-parallax-row-holder { position: static; padding: 0; background-repeat: no-repeat; background-color: transparent; background-position: center 0; background-attachment: fixed; overflow: hidden; @include ipad-landscape { height: auto !important; min-height: 200px !important; background-position: center top !important; background-attachment: scroll; background-size: cover; } } /* ========================================================================== #Row styles - end ========================================================================== */ /* ========================================================================== #VC Revolution Slider styles - begin ========================================================================== */ .eltd-rev-has-paspartu { @include eltdRelativeHolderLayout(); height: 100vh; margin: 0; box-sizing: border-box; .admin-bar & { height: calc(100vh - 32px); } &.eltd-side-paspartu-disabled { padding-left: 0 !important; padding-right: 0 !important; } &.eltd-paspartu-tiny { padding: 10px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 10px) !important; .admin-bar & { height: calc(100vh - 42px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 20px) !important; .admin-bar & { height: calc(100vh - 52px) !important; } } } } &.eltd-paspartu-small { padding: 20px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 20px) !important; .admin-bar & { height: calc(100vh - 52px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 40px) !important; .admin-bar & { height: calc(100vh - 72px) !important; } } } } &.eltd-paspartu-normal { padding: 30px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 30px) !important; .admin-bar & { height: calc(100vh - 62px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 60px) !important; .admin-bar & { height: calc(100vh - 92px) !important; } } } @include phone-landscape { padding: 20px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 20px) !important; .admin-bar & { height: calc(100vh - 52px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 40px) !important; .admin-bar & { height: calc(100vh - 72px) !important; } } } } } &.eltd-paspartu-large { padding: 50px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 50px) !important; .admin-bar & { height: calc(100vh - 82px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 100px) !important; .admin-bar & { height: calc(100vh - 132px) !important; } } } @include phone-landscape { padding: 20px; &.eltd-top-paspartu-disabled { padding-top: 0; .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 20px) !important; .admin-bar & { height: calc(100vh - 52px) !important; } } } } .forcefullwidth_wrapper_tp_banner { .tp-fullwidth-forcer { height: calc(100vh - 40px) !important; .admin-bar & { height: calc(100vh - 72px) !important; } } } } } .forcefullwidth_wrapper_tp_banner { width: 100% !important; left: 0 !important; .rev_slider_wrapper { left: 0 !important; width: 100% !important; height: 100% !important; } .tp-fullwidth-forcer { height: 100vh !important; .admin-bar & { height: calc(100vh - 32px) !important; } } } } /* ========================================================================== #VC Revolution Slider styles - end ========================================================================== */ /* ========================================================================== #Screen reader text - begin ========================================================================== */ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; &:focus { clip: auto !important; display: block; top: 5px; left: 5px; width: auto; height: auto; padding: 15px 23px 14px; color: #21759b; font-size: 14px; font-weight: bold; line-height: normal; text-decoration: none; background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); z-index: 100000; /* Above WP toolbar. */ } } /* ========================================================================== #Screen reader text - end ========================================================================== */
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка