HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/base.less.tar
httpdocs/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/styles/base.less000064400000006117151545235100033350 0ustar00var/www/vhosts/uyarreklam.com.tr@thumbnail_width: default;
@thumbnail_height: default;

@thumbnail_hover_width: default;
@thumbnail_hover_height: default;

@thumbnail_overlay_hover_opacity: 0.5;
@thumbnail_overlay_hover_color: #3279bb;
@navigation_color: #fff;
@navigation_color_hover: default;
@navigation_background: #333;
@navigation_hover_background: #444;

@breakpoint_tablet_landscape: default;
@breakpoint_tablet_portrait: default;
@breakpoint_mobile: default;
@navigation_arrows: default;
@navigation_desktop: default;
@navigation_tablet_landscape: default;
@navigation_tablet_portrait: default;
@navigation_mobile: default;
@item_title_tag: default;
@item_title_font_size: 15px;
@item_title_color: #474747;

@title_font: default;
@title_font_style: default;
@title_font_weight: 500;

.sow-carousel-title {

	.sow-carousel-navigation-hidden {
		display: none !important;
	}

	a.sow-carousel-next,
	a.sow-carousel-previous {
		background: @navigation_background;
		color: @navigation_color;

		&:not(.sow-carousel-disabled):focus,
		&:not(.sow-carousel-disabled):hover {
			background: @navigation_hover_background;
			color: @navigation_color_hover;
		}

		& when ( isnumber( @navigation_arrows ) ) {
			& when not ( isnumber( @navigation_desktop ) ) {
				@media (min-width: @breakpoint_tablet_landscape) {
					display: none;
				}
			}

			& when not ( isnumber( @navigation_tablet_landscape ) ) {
				@media (min-width: @breakpoint_tablet_portrait) and (max-width: @breakpoint_tablet_landscape) {
					display: none;
				}
			}

			& when not ( isnumber( @navigation_tablet_portrait ) ) {
				@media (min-width: @breakpoint_mobile) and (max-width: @breakpoint_tablet_portrait) {
					display: none;
				}
			}

			& when not ( isnumber(  @navigation_mobile ) ) {
				@media (max-width: @breakpoint_mobile) {
					display: none;
				}
			}
		}
	}
}

.sow-carousel-wrapper {

	.sow-carousel-items {

		.sow-carousel-item {
			width: @thumbnail_width;

			.sow-carousel-thumbnail a {
				background-repeat: no-repeat;
				background-size: @thumbnail_width @thumbnail_height;

				&,
				span.overlay {
					width: @thumbnail_width;
					height: @thumbnail_height;
				}

				span.overlay {
					background: @thumbnail_overlay_hover_color;
				}
			}

			@media (max-width: @breakpoint_mobile) {
				.sow-carousel-thumbnail a {
					background-size: cover;
				}

				&,
				.sow-carousel-thumbnail,
				a {
					max-width: 100vw;
				}
			}

			@{item_title_tag}.sow-carousel-item-title {
				font-family: @title_font;
				font-size: @item_title_font_size;
				font-style: @title_font_style;
				font-weight: @title_font_weight;
				margin: 10px 0 0 0;
				text-align: center;

				a {
					text-decoration: none;
					color: @item_title_color;
				}
			}

			&:focus,
			&:hover {

				.sow-carousel-thumbnail a {
					background-size: @thumbnail_hover_width @thumbnail_hover_height;

					span.overlay {
						opacity: @thumbnail_overlay_hover_opacity;
					}
				}
			}

			.sow-carousel-default-thumbnail {
				width: @thumbnail_width;
				height: @thumbnail_height;
			}
		}

		.sow-carousel-loading {
			width: @thumbnail_width;
			height: @thumbnail_height;
		}
	}
}
httpdocs/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/styles/base.less000064400000010422151554272170034206 0ustar00var/www/vhosts/uyarreklam.com.tr@import "../../../base/less/mixins";

@item_title_tag: h3;
@item_title_font: default;
@item_title_font_weight: default;
@item_title_font_size: default;
@item_title_font_style: default;
@item_title_color: default;
@bottom_margin: default;

@item_font: default;
@item_font_weight: default;
@item_font_size: default;
@item_font_style: default;
@item_color: default;
@item_margin: 0 12px 64px 12px;

@navigation_arrow_color: #626262;
@navigation_arrow_color_hover: #000;
@navigation_arrow_margin: default;
@navigation_dots_color: #bebebe;
@navigation_dots_color_hover: #f14e4e;

@navigation_arrows: default;
@breakpoint_tablet_landscape: default;
@breakpoint_tablet_portrait: default;
@breakpoint_mobile: default;
@navigation_desktop: default;
@navigation_tablet_landscape: default;
@navigation_tablet_portrait: default;
@navigation_mobile: default;
@navigation_dots_desktop: default;
@navigation_dots_tablet_landscape: default;
@navigation_dots_tablet_portrait: default;
@navigation_dots_mobile: default;

.sow-carousel-container {

	.sow-carousel-navigation-next {
		margin-left: @navigation_arrow_margin;
	}

	a.sow-carousel-next:after {
		content: "\e601";
	}

	.sow-carousel-navigation-prev {
		margin-right: @navigation_arrow_margin;
	}

	a.sow-carousel-previous:before {
		content: "\e600";
	}

	.sow-carousel-navigation {
		margin-top: 0;
		margin-bottom: 0;
		min-width: 34px; // FF may ignore width due to the parent being a flexbox. It won't ignore min-width.
		width: 34px;
	}

	a.sow-carousel-previous,
	a.sow-carousel-next {
		align-items: center;
		border-radius: 16px;
		border: 1px solid @navigation_arrow_color;
		color: @navigation_arrow_color !important;
		display: flex;
		font-size: 14px;
		height: 32px;
		justify-content: center;
		width: 32px;

		&:not(.sow-carousel-disabled):focus,
		&:not(.sow-carousel-disabled):hover {
			color: @navigation_arrow_color_hover !important;
			border-color: @navigation_arrow_color_hover;
		}

		& when ( isnumber( @navigation_arrows ) ) {
			& when not ( isnumber( @navigation_desktop ) ) {
				@media (min-width: @breakpoint_tablet_landscape) {
					display: none;
				}
			}

			& when not ( isnumber( @navigation_tablet_landscape ) ) {
				@media (min-width: @breakpoint_tablet_portrait) and (max-width: @breakpoint_tablet_landscape) {
					display: none;
				}
			}

			& when not ( isnumber( @navigation_tablet_portrait ) ) {
				@media (min-width: @breakpoint_mobile) and (max-width: @breakpoint_tablet_portrait) {
					display: none;
				}
			}

			& when not ( isnumber( @navigation_mobile ) ) {
				@media (max-width: @breakpoint_mobile) {
					display: none;
				}
			}
		}
	}

	.sow-carousel-navigation-hidden {
		display: none !important;
	}

	.sow-carousel-wrapper {

		.sow-carousel-items {

			.sow-carousel-item {
				margin: @item_margin;

				&,
				& p {
					color: @item_color;
					.font(@item_font, @item_font_weight);
					font-size: @item_font_size;
					font-style: @item_font_style;
				}

				@{item_title_tag}.sow-carousel-item-title {
					color: @item_title_color;
					.font(@item_title_font, @item_title_font_weight);
					font-size: @item_title_font_size;
					font-style: @item_title_font_style;
					margin: 0;
					margin-bottom: @bottom_margin;
				}
			}
		}

		.slick-dots {

			& when not ( isnumber( @navigation_dots_desktop ) ) {
				@media (min-width: @breakpoint_tablet_landscape) {
					display: none !important;
				}
			}

			& when not ( isnumber( @navigation_dots_tablet_landscape ) ) {
				@media (min-width: @breakpoint_tablet_portrait) and (max-width: @breakpoint_tablet_landscape) {
					display: none !important;
				}
			}

			& when not ( isnumber( @navigation_dots_tablet_portrait ) ) {
				@media (min-width: @breakpoint_mobile) and (max-width: @breakpoint_tablet_portrait) {
					display: none !important;
				}
			}

			& when not ( isnumber( @navigation_dots_mobile ) ) {
				@media (max-width: @breakpoint_mobile) {
					display: none !important;
				}
			}

			li {

				&.slick-active button:before {
					color: @navigation_dots_color_hover;
				}

				button {
					height: 12px;

					&:before {
						color: @navigation_dots_color;
						font-size: 41px;
						margin-right: 5px;
					}

					&:hover:before {
						color: @navigation_dots_color_hover;
					}
				}

				&:last-of-type button:before {
					margin-right: 0;
				}
			}
		}
	}
}