403Webshell
Server IP : 185.252.147.100  /  Your IP : 216.73.217.33
Web Server : nginx/1.27.3
System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User : mitr ( 1000)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/html/tour.mitrofanov.ru/public/wp-content/plugins/tour-addons/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/html/tour.mitrofanov.ru/public/wp-content/plugins/tour-addons/css/eptour.css
/******CUSTOM***********/

body {
    overflow-x: hidden;

    width: 100vw;
}

.wp-site-blocks {
display: flex;
    flex-flow: column;
    min-height: 100vh;
    justify-content: space-between;
}

.site-content {
    flex: 1;
}

.home header:not(.gs-sticky-enable) .header-color,
.home header:not(.gs-sticky-enable) .header-color a,
.home header:not(.gs-sticky-enable) .logo-color .logored,
.home header:not(.gs-sticky-enable) .logo-color .logoblue {
    color: white;
}

header .logo-color .logoblue {
    color: #004481;
}

header .logo-color .logored {
    color: #a51c30;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-thumb {
    height: 10px;

    border-radius: 4px;
    background: #0093c0;
}

::-webkit-scrollbar-thumb:hover {
    background: #00a8db;
}

::-webkit-scrollbar-track {
    background: #00448117;
}

.shadow-button {
box-shadow: 0 2px 4px 0 #00000073, inset 1px 2px 4px -2px #ffffff, inset -1px -2px 8px -2px #002d3b94, inset 2px 2px 16px 0px #2eb3db;
text-shadow: 1px 2px 1px #0084ad;
}
.shadow-button:hover {
box-shadow: 0 15px 25px 0 rgba(0,0,0,0.1), inset 1px 2px 4px -2px #ffffff, inset -1px -2px 8px -2px #002d3b94, inset 2px 2px 16px 0px #2eb3db;
}
.shadow-button:active {
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), inset 1px 2px 4px -2px #ffffff, inset -1px -2px 8px -2px #002d3b94, inset 2px 2px 16px 0px #2eb3db;
}

.shadow-button-lite {
    box-shadow: 0 2px 4px 0 #00000073, inset 1px 1px 7px 0px #ffffff, inset -1px -2px 4px -2px #002d3bfc, inset 2px 2px 3px 0px #ffffff, inset 1px 1px 4px 0px #8d8d8d;
}
.shadow-button-lite:hover {
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.1), inset 1px 1px 7px 0px #ffffff, inset -1px -2px 4px -2px #002d3bfc, inset 2px 2px 3px 0px #ffffff, inset 1px 1px 4px 0px #8d8d8d;
}
.shadow-button-lite:active {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), inset 1px 1px 7px 0px #ffffff, inset -1px -2px 4px -2px #002d3bfc, inset 2px 2px 3px 0px #ffffff, inset 1px 1px 4px 0px #8d8d8d;
}

.hmenu .wp-element-button, .hmenu .wp-block-button__link {
    color: inherit;
}

.hmenu .wp-element-button:hover, .hmenu .wp-block-button__link:hover {
    background: none;
    background-color: unset;
    color: inherit;
}

.glsr-summary .glsr-summary-text {
flex: 0 1 auto;
}

.glsr-summary .glsr-summary-stars .glsr-star {
    background-size: 1.2rem;
    height: 1.2rem;
    width: 1.2rem;
}

/* PLUGINS */

.meow-contact-form--default .meow-contact-form__group-button {
        font-size: 1.2rem;
    border-radius: .4rem;
}


.gtranslate_wrapper {
        display: flex;
    column-gap: .7rem;
}

.glsr-review {
    background: white;
    padding: 1.5rem;
    border-radius: .4rem;
}

/************************/
.tour-gallery .nodisplay {
    display: none !important
}

.tour-gallery .tour_img {
    overflow: hidden;
    cursor: pointer;
}

.tour-gallery .tour_img a {
    display: flex;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.tour-gallery .tour_img a img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.tour-gallery {
    display: grid;
    grid-template-columns: 4fr 1fr minmax(0px, 1fr);
    grid-template-rows: 1fr auto;
    gap: 0 .5rem;
    grid-auto-flow: row;
    grid-template-areas: "area1 area2 area2"
        "area1 area3 area4";
    overflow: hidden;
    max-height: 500px;
    position: relative
}

.tour-gallery.with--3 {
    grid-template-areas: "area1 area2 area2"
        "area1 area3 area3";

}

.exc-gallery {
    border-radius: .5rem;
    overflow: hidden;
}

.image--1 {
    grid-area: area1;
}

.image--2 {
    grid-area: area2;
}

.image--3 {
    grid-area: area3;
    margin-top: .5rem;
}

.image--4 {
    grid-area: area4;
    margin-top: .5rem;
}

.photo-collage__show-all {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.photo-collage__show-all button {
    display: block;
    padding: .65em 1em;
    font-size: .9rem;
    background: white;
    border-radius: .5rem;
    border: none;
    box-shadow: 0 0 2px #797979;
    cursor: pointer;
    font-family: "Jost";
}

/*TABS CSS*/
.gspb-tabs * {
    box-sizing: border-box !important
}

.wp-block-greenshift-blocks-tab {
    margin-top: .5rem;
    font-size: 1.5rem;
    padding: .4rem 0;
}

.t-btn-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: -1px;
    flex-wrap: wrap;
    gap: .8rem;
    padding: .2rem 0 .8rem;
}

.t-btn-container .t-btn {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    height: 2.2rem;
    width: 2.2rem;
    justify-content: center;
    background: #0693e3b5;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 99px;
    color: white;
}

.t-btn-container .t-btn:hover {
    background: #0693e3
}

/*
.t-btn-container .t-btn .tabsubtitle {
	font-size: 70%;
	opacity: .7
}*/
.gstabs-tabs .t-btn {
    border: 1px solid transparent;
    border-top-width: 2px
}

.gstabs-tabs .t-btn.active {
    border-color: #0693e3;
    border-bottom-color: #0693e3;
    background-color: #ffffff;
    color: #333;
}

.t-panel-container .t-panel {
    opacity: 0;
    display: none
}

.t-panel-container .t-panel.active {
    opacity: 1;
    display: block !important
}

.t-panel-container {
    margin-bottom: 0;
    line-height: 1rem;
}

.gstabs-tabs .t-panel-container {
    border: 1px solid rgba(206, 206, 206, .4);
    background-color: #fff
}

.t-btn-container ul {
    margin: 0 !important;
    padding: 0 !important
}

.gstabs-underline .t-btn-container .t-btn:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 0;
    transition: width .5s, left .5s, right .5s;
}

.gstabs-underline .t-btn-container .t-btn.active:after {
    width: 100%;
    left: 0;
    right: 0
}

.gstabs-pills .t-btn-container .t-btn {
    margin: 0 10px;
    border: 1px solid transparent
}

.gstabs-vertical {
    display: flex
}

.gstabs-vertical .t-btn-container {
    display: block;
    width: 150px
}

.gstabs-vertical .t-btn-container .t-btn {
    margin-bottom: 10px;
    width: 150px;
    border: 1px solid transparent
}

.gstabs-vertical .t-panel-container {
    flex-grow: 1
}

.t-btn-container .t-btn .gs-image {
    flex-grow: inherit;
}

.t-btn-container .t-btn img {
    margin: 0;
    height: 25px;
    min-width: auto
}

@keyframes gcwidthleftright {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }

}

@keyframes gcslidefromtop {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }

}

@media (max-width:575.98px) {
    body .tabscroll .t-btn-container {
        overflow-x: scroll;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        width: 100% !important;
        white-space: nowrap;
        display: block;
        padding-bottom: 15px
    }

    .tabscroll .t-btn-container .t-btn {
        scroll-snap-align: start;
        white-space: nowrap;
        width: auto !important;
        margin-right: 10px;
    }

    .tabscroll .t-btn-container .t-btn.active {
        box-shadow: none !important
    }

    .gstabs-vertical {
        display: block !important
    }

    .gstabs-vertical .t-panel-container {
        margin-top: 25px
    }

    .t-btn-container .t-btn {
        font-size: 15px
    }

}

.t-panel-container p:last-of-type {
    margin-bottom: 0
}

.gspb_tabs-id-gsbp-05f3960 .t-btn-container {
    justify-content: left
}

.gspb_tabs-id-gsbp-05f3960>.t-btn-container>.t-btn {
    background-color: #f5f5f5
}

.gspb_tabs-id-gsbp-05f3960>.t-btn-container>.t-btn.active {
    background-color: #e5e5e5
}

.gspb_tabs-id-gsbp-05f3960 .t-btn-container .t-btn {
    gap: 10px
}

Youez - 2016 - github.com/yon3zu
LinuXploit