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/simple.less.tar
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/price-box/styles/simple.less000064400000001053151551674340034470 0ustar00var/www/vhosts/uyarreklam.com.tr/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@import "../../../less/mixins";
@borders: 1px solid #E0E0E0;
@background_color: #FCFCFC;
@box_shadow: 0 1px 2px rgba(0,0,0,0.1);

& {
	padding: 25px 20px;
	border: @borders;
	background: @background_color;
	.box-shadow(@box_shadow);

	h2 {
		line-height: 1;
		margin: 0 0 0.25em 0;
		text-align: center;
	}

	h4 {
		line-height: 1;
		margin: 0 0 1em 0;
		text-align: center;

		span {
			font-size: 0.6em;
		}
	}

	.origin-widget-button {
		margin-top: 30px;
	}
}httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/list/styles/simple.less000064400000000505151553305330033544 0ustar00var/www/vhosts/uyarreklam.com.tr/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@import "../../../less/mixins";

@image: white;

ul {
	margin: 0;
	padding: 0;

	li {
		@image_url: 'checks/@{image}.png';
		list-style: url(widgetimage(@image_url));
		line-height: 2em;
		margin-left: 24px;
		padding-left: 6px;
	}
}httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/call-to-action/styles/simple.less000064400000002145151555431620035405 0ustar00var/www/vhosts/uyarreklam.com.tr/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@import "../../../less/mixins";

/* Everything for the background */

@background_color: #F6F6F6;
@padding: 2em;
@rounding: 4px;
@shadow: 0.1;
@borders: 1px solid #E0E0E0;

/* Everything for the Title */

@title_text_color: #EFEFEF;
@title_font_weight: auto;
@subtitle_text_color: #CCCCCC;
@subtitle_font_weight: auto;
@texture: dark-dashed;

& {
	.clearfix();
	padding: @padding;
	position: relative;
	.rounded(@rounding);

	background: texture(@texture, @background_color);
	.box-shadow(0 1px 2px rgba(0,0,0,@shadow));
	border: @borders;

	.title {
		line-height: 1.6em;
		margin: 0;
		color: @title_text_color;
		font-weight: @title_font_weight;
	}

	.subtitle {
		line-height: 1.25em;
		margin: 0;
		color: @subtitle_text_color;
		font-weight: @subtitle_font_weight;
	}

	.origin-widget-button {
		position: absolute;
		display: block;
		top: 50%;
		right: 2em;
		margin-top: -22px;
	}
}

@media (max-width:680px) {
	& {
		.origin-widget-button {
			position: static;
			margin-top: 2em;

			a {
				display: block;
			}
		}
	}
}httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/button/styles/simple.less000064400000002477151556312770034127 0ustar00var/www/vhosts/uyarreklam.com.tr/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@background_color: #F5F5F5;

@text_darken: 35%;
@inset_highlight: 10%;
@drop_shadow: 0.1;
@text_shadow: 20%;

@rounded: 4px;
@font_size: 0.875em;

@padding_top: 10px;
@padding_sides: 45px;

@font_family: inherit;
@font_weight: 500;

@import "../../../less/mixins";

& {

	a {
		display:inline-block;
		padding: @padding_top @padding_sides;

		.rounded(@rounded);

		color: lumdarken(@background_color, @text_darken);

		font-size: @font_size;
		font-family: @font_family;
		font-weight: @font_weight;
		text-decoration:none;

		text-shadow: 0 1px 0 lumlighten(@background_color, @text_shadow);
		text-align: center;

		@inset_highlight_color: lumlighten(@background_color, @inset_highlight);
		.box-shadow(~"inset 0 1px 0 @{inset_highlight_color}, 0 1px 2px rgba(0,0,0,@{drop_shadow})");
		.button-style(@background_color);

		&:hover {
			.button-style( lumlighten(@background_color, 1.75%) );
		}

		&:active {
			.button-style(lumdarken(@background_color, 1.75), -2);
			.box-shadow(none);
			padding-top: @padding_top + 1;
			padding-bottom: @padding_top - 1;
		}
	}

	&.align-left {
		text-align: left;
	}

	&.align-right {
		text-align: right;
	}

	&.align-center {
		text-align: center;
	}

	&.align-justify {
		a {
			display: block;
		}
	}

}httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/testimonial/styles/simple.less000064400000001521151556325600035125 0ustar00var/www/vhosts/uyarreklam.com.tr/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@import "../../../less/mixins";

@borders: 1px solid #D0D0D0;
@background_color: #FCFCFC;

& {
	background: @background_color;
	border: @borders;
	padding: 20px;
	.clearfix();
	.box-shadow(0 1px 2px rgba(0,0,0,0.1));

	h5.testimonial-name {
		margin: 1em 0 5px 0;
		line-height: 1;
		color: #333;
		clear: none;

		a {
			color: inherit;
		}
	}

	small.testimonial-location {
		font-size: 0.9em;
		display: block;
		margin: 0;
		line-height: 1;
		color: #999;
		clear: none;
	}

	.text {
		margin-left: 80px;
		font-size: 0.95em;

		p:first-child {
			margin-top: 0;
		}
	}

	.testimonial-image-wrapper {
		.rounded(4px);
		float: left;
		width: 60px;
		height: 60px;
		overflow: hidden;
		background: #333;
		img {
			width: 100%;
			height: auto;
		}
	}
}