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/edit.tar
_gpt.scss000064400000002046151540356760006410 0ustar00.cloud-create-modal {

	.components-modal__content {
		min-width: 550px;
	}

	.action-buttons {
		display: flex;
		justify-content: flex-end;
	}

	.components-button.is-secondary {
		box-shadow: none;
	}

	.notice {
		margin-left: 0;
		margin-right: 0;
	}
}

.generate-button {
	float: right;
	display: flex;
	align-items: center;

	.dashicons-warning {
		color: #b32d2e;
		margin-right: 11px;
	}
}

.code-line-explanation {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 0;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-left: 0;
	border-right: 0;
	color: #666;
	font-style: italic;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;

	img {
		height: 1rem;
		padding-right: 5px;
	}
}

.cloud-connect-modal {
	.icons-group {
		display: flex;
		align-items: center;
		justify-content: center;

		.dashicons {
			width: 50px;
			height: 50px;
			font-size: 50px;
		}
	}

	.action-buttons {
		display: flex;
		justify-content: flex-end;
	}
}
_tags.scss000064400000003020151540356760006545 0ustar00/**
 * Code based on Tagger, copyright (c) 2018-2022 Jakub T. Jankiewicz <https://jcubic.pl/me>.
 * Released under the MIT license.
 */

.tagger {
	border: 0;
}

.tagger > ul {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 4px 5px 0;
	justify-content: space-between;
	box-sizing: border-box;
	height: auto;
	flex: 0 0 auto;
	overflow-y: auto;
	margin: 0;
	list-style: none;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
}

.tagger > ul > li {
	padding-bottom: 0.4rem;
	margin: 0.4rem 5px 4px;

	&:not(.tagger-new) {
		a, a:visited {
			text-decoration: none;
			color: black;
		}

		> :first-child {
			padding: 4px 4px 4px 8px;
			background: #B1C3D7;
			border: 1px solid #4181ed;
			border-radius: 3px;
		}

		> span,
		> a > span {
			white-space: nowrap;
		}
	}
}

.tagger li a.close {
	padding: 4px;
	margin-left: 4px;

	&:hover {
		color: white;
	}
}

.tagger .tagger-new {
	flex-grow: 1;
	position: relative;
	min-width: 40px;

	input {
		border: none;
		outline: none;
		box-shadow: none;
		width: 100%;
		padding-left: 0;
		box-sizing: border-box;
		background: transparent;
	}
}

.tagger.wrap > ul {
	flex-wrap: wrap;
	justify-content: start;
}

.tagger-new ul,
.tagger > ul > li:not(.tagger-new) > a,
.tagger li:not(.tagger-new) > span {
	border-radius: 6px;
	border: 1px solid #cad8f3;
	background-color: #dee7f8;

	&:hover {
		background-color: #bbcef1;
		border-color: #6d95e0;
	}
}

.tagger-new ul,
.tagger > ul > li:not(.tagger-new) {
	a, a:visited {
		color: #555;
		font-size: 1.1em;
	}
}
_tooltips.scss000064400000001610151540356760007467 0ustar00
.editor-help-tooltip {
	cursor: help;
	padding: 0.3em 0.3em 0;
	display: inline-block;
	font-size: 10px;
	background: transparent !important;
}

.snippet-editor-help {
	position: absolute;
	right: 5px;
	top: 5px;

	&:hover .editor-help-text {
		visibility: visible;
		opacity: 1;
	}
}

.editor-help-text {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 99;
	top: 125%;
	right: 0;
	margin-right: -10px;
	opacity: 0;
	transition: opacity 0.3s;
	white-space: nowrap;
	font-size: small;

	&::after {
		content: "";
		position: absolute;
		bottom: 100%;
		right: 0;
		margin-right: 10px;
		border: 5px solid transparent;
		border-bottom-color: #555;
	}

	td:first-child {
		padding-right: 0.5em;
	}

	.mac-key {
		display: none;
	}

	&.platform-mac {
		.mac-key {
			display: inline;
		}

		.pc-key {
			display: none;
		}
	}
}
_types.scss000064400000001721151540356760006761 0ustar00
.CodeMirror-sizer {
	min-height: 300px !important;
	box-sizing: border-box;
	padding-bottom: 1.5em !important;

	&::after {
		position: absolute;
		bottom: 0;
	}
}

.snippet-scope {
	display: none;

	.description {
		display: block;
	}
}

.snippet-form.php-snippet {
	.php-scopes-list {
		display: block;
	}

	.CodeMirror-sizer {
		padding-bottom: 0 !important;

		&::before {
			content: '<?php';
		}
	}
}

.snippet-form.css-snippet {
	.css-scopes-list {
		display: block;
	}

	.CodeMirror-sizer {
		&::before {
			content: '<style>';
		}

		&::after {
			content: '</style>';
		}
	}
}

.snippet-form.js-snippet {
	.js-scopes-list {
		display: block;
	}

	.CodeMirror-sizer {
		&::before {
			content: '<script>';
		}

		&::after {
			content: '</script>';
		}
	}
}

.snippet-form.html-snippet {
	.html-scopes-list {
		display: block;
	}

	.CodeMirror-sizer {
		&::before {
			content: '<!-- begin content -->';
		}

		&::after {
			content: '<!-- end content -->';
		}
	}
}
_upgrade-dialog.scss000064400000001604151540356760010501 0ustar00.code-snippets-upgrade-dialog {
	.logo {
		font-size: 25px;
		display: grid;
		gap: 0.2em;
		grid-template-columns: auto auto;
		justify-content: center;
		align-items: center;
		color: #3f444b;

		img {
			height: 50px;
		}
	}

	p {
		text-align: left;
	}

	ul {
		list-style: none;

		li:before {
			content: '✓ ';
			margin-left: 1em;
			color: #2ecc40;
		}
	}

	.components-modal__content {
		margin-top: 0;
		padding: 32px;
	}

	.upgrade-plans {
		text-align: center;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 2em 0;
	}

	.action-buttons {
		display: grid;
		grid-template-columns: auto auto;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 0;
	}

	.current-plan-cost {
		font-size: 1rem;
	}

	.button .dashicons,
	.button svg {
		vertical-align: middle;
		margin-left: 1ch;
	}

	.components-external-link.button {
		text-decoration: none;
	}
}