403Webshell
Server IP : 178.212.43.201  /  Your IP : 10.100.0.33
Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k
System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/kontur2/public/assets/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/kontur2/public/assets/scss/app.scss
// base
$body-bg: #fff;
$body-color: #222;
$font-family-base: 'Lato', sans-serif;
$font-size-base: 0.8rem;
$link-color: #000;
$link-hover-color: #444;
$headings-font-family: 'Bebas Neue Regular';
$headings-font-weight: 400;
$headings-margin-bottom: 1rem;
$h1-font-size: 2rem;
$h2-font-size: 1.5rem;
$h3-font-size: 1.2rem;
$skin1: #b90d00;

// import
@import "vendor/evsmash/core/assets/scss/core.scss";
@import "vendor/evsmash/core/assets/scss/bootstrap/carousel.scss";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@font-face {font-family: 'Bebas Neue Regular'; font-style: normal; font-weight: normal; src: local('Bebas Neue Regular'), url('/assets/fonts/BebasNeueRegular.woff') format('woff');}

// mixins

// common

// layout

// custom
#site.site-home {
	background: #fff;
	footer .bottom {border: none;}
}
#site.site-o-nas {
	background: url(/assets/img/bgs/sites/o-nas.jpg) no-repeat center right fixed; background-size: auto 100%;
}
#site.site-grecja {
	background: url(/assets/img/bgs/sites/grecja.jpg) no-repeat center right fixed; background-size: auto 100%;
}
#site.site-turcja {
	background: url(/assets/img/bgs/sites/turcja.jpg) no-repeat center right fixed; background-size: auto 100%;
}
#site.site-doradztwo-handlowe {
	background: url(/assets/img/bgs/sites/doradztwo-handlowe.jpg) no-repeat center right fixed; background-size: auto 100%;
}
#site.site-wspieramy {
	background: url(/assets/img/bgs/sites/wspieramy.jpg) no-repeat center right fixed; background-size: auto 100%;
}
#site.site-kontakt {
	background: url(/assets/img/bgs/bg.jpg) repeat-x top center; background-attachment: fixed;
	#action article .content {
		a {color: $skin1;}
		.contacts {
			column-count: 4; column-gap: 2rem;
		}
		.map { 
			@extend .clearfix;
			.contacts {
				float: left; width: 160px; column-count: 1; margin-right: 0.5rem;
				.contact {
					margin-bottom: 3rem; border-right: 2px solid $skin1; padding-right: 1rem; line-height: 1.5em;
					p {margin: 0;}
					ul {@extend .list-unstyled; margin: 0;}
					ul li {display: inline-block; padding: 0.1rem 0.5rem; margin-right: 0.2rem; background: #ccc; font-weight: bold;}
				}
			}
		}
	}
}

// action
#action {
	@extend .container-fluid; padding-bottom: 3rem;
	article {
		h1 {display: none;}
		.photo {display: none;}
		.content {
			line-height: 2em; padding-left: 3.3rem; text-align: justify; font-weight: 300; font-size: 0.9rem;
			.text {max-width: 530px;}
			h2 {padding: 0.7rem 1rem 0.4rem 1rem; background: #efefef; text-transform: uppercase; font-size: 1.2rem; color: #000; width: 260px;}
			h2 img {width: 53px; margin-right: 1rem;}
			.widget-blocks-carousel {
				max-width: 530px; margin: 2rem 0;
				.widget-header {max-width: 300px; margin: 0 auto;}
				.carousel-arrow {color: $skin1;}
				.carousel-indicators {
					li {background: #ececec; width: 6px; height: 6px;}
					li.active {background: $skin1;}
				}
				.content {
					color: #aaa; text-align: center; padding: 1rem 3rem 2rem 3rem; line-height: 1.5em;
				}
			}
		}
	}
}

// widget

// section

// region header
header {
	.top {
		.widget-logo {
			padding: 2rem;
		}
		.back {
			margin-left: 4.3rem; max-width: 225px;
			a {padding: 1rem 0.2rem 0.7rem 0.2rem; display: block; background: rgba(#fff, 0.7); text-transform: uppercase; font-family: $headings-font-family; font-size: 1.2rem; color: #7b7b7b; text-align: center;}
			a img {width: 8px; margin-right: 5px;}
			a:hover {background: #fff;}
		}
		.heading {
			text-align: right;
			img {max-height: 200px;}
			.widget-block {
				font-weight: bold; padding: 2rem; text-align: left; font-size: 1.5rem; font-family: 'Italianno', serif;
			}
		}
	}
}

// region footer
footer {
	.bottom {
		position: fixed; bottom: 0; left: 4.3rem; right: 1rem; font-family: $headings-font-family; border-top: 1px solid #ccc; color: #b3b3b3; padding: 1rem 0; text-transform: uppercase;
		a {color: #b3b3b3;}
	}
}

// region home
#region-home {
	.widget-navigation .std {
		margin-left: 3.3rem; margin-top: 4rem; max-width: 265px;
		ul {margin: 0;}
		ul li {margin-bottom: 1rem;}
		ul li a {padding: 1rem 1rem 0.7rem 1rem; display: block; background: #efefef; text-transform: uppercase; font-family: $headings-font-family; font-size: 1.2rem; color: #7b7b7b; margin-right: 40px;}
		ul li a:hover {color: #b90d00; margin-right: 0; background: url(/assets/img/icons/arrow-right.png) no-repeat center right rgba(#efefef, 0.6); font-weight: bold;}
	}
	.widget-video {
		video {
			object-fit: cover; width: 80vw; height: 80vh; position: fixed; top: 20vh; left: 20vw; z-index: -100;
		}
	}
}

// lg
@include media-breakpoint-down(lg) {
	#action article .content .widget-blocks-carousel {position: static; margin: 2rem auto 0 auto}
}

// md
@include media-breakpoint-down(md) {
	footer {padding: 0 1rem;}
	footer .bottom {position: static;}
	#action article .photo {display: block;}
	#action article .content {padding-left: 0;}
	#site.site-kontakt #action article .content .contacts {column-count: 2;}
	#site.site-kontakt #action article .content .map img {max-width: calc(100% - 180px);}
	#region-home .widget-video {display: none;}
	#site.site-o-nas {background: url(/assets/img/bgs/sites-mobile/bg.jpg) repeat;}
	#site.site-o-nas #layout-default {background: url(/assets/img/bgs/sites-mobile/o-nas.png) no-repeat center bottom; background-size: 100% auto; min-height: 100vh; padding-bottom: 80vw;}
	#site.site-turcja {background: url(/assets/img/bgs/sites-mobile/bg.jpg) repeat;}
	#site.site-turcja #layout-default {background: url(/assets/img/bgs/sites-mobile/turcja.png) no-repeat center bottom; background-size: 100% auto; min-height: 100vh; padding-bottom: 80vw;}
	#site.site-grecja {background: url(/assets/img/bgs/sites-mobile/bg.jpg) repeat;}
	#site.site-grecja #layout-default {background: url(/assets/img/bgs/sites-mobile/grecja.png) no-repeat center bottom; background-size: 100% auto; min-height: 100vh; padding-bottom: 80vw;}
	#site.site-doradztwo-handlowe {background: url(/assets/img/bgs/sites-mobile/bg.jpg) repeat;}
	#site.site-doradztwo-handlowe #layout-default {background: url(/assets/img/bgs/sites-mobile/doradztwo-handlowe.png) no-repeat center bottom; background-size: 100% auto; min-height: 100vh; padding-bottom: 80vw;}
	#site.site-wspieramy {background: url(/assets/img/bgs/sites-mobile/bg.jpg) repeat;}
	#site.site-wspieramy #layout-default {background: url(/assets/img/bgs/sites-mobile/wspieramy.png) no-repeat center bottom; background-size: 100% auto; min-height: 100vh; padding-bottom: 80vw;}
}

// sm
@include media-breakpoint-down(sm) {}

// xs
@include media-breakpoint-down(xs) {}

Youez - 2016 - github.com/yon3zu
LinuXploit