HEX
Server: Apache/2
System: Linux s01 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64
User: beestg (1003)
PHP: 8.3.25
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/beestg/public_html/wp-content/plugins/code-snippets/css/manage/_cloud.scss
.cloud-search-info {
	text-align: justify;

	small {
		color: #646970;
		float: right;
	}
}

.thickbox-code-viewer {
	min-height: 250px;
	background-color: hsl(0, 0%, 96.5%);
	padding: 20px;
	border-radius: 10px;
}

#snippet-code-thickbox {
	display: block;
	width: 100%;
}

.cloud-icon {
	margin-right: 3px;
}

.nav-tab-inactive .cloud-badge {
    color: #a7aaad;
}

.nav-tab-inactive[data-snippet-type=cloud]:hover .cloud-badge {
	color: #00bcd4;
}

.cloud-synced-legend {
	color: #00bcd4;
}

.cloud-synced {
	color: #00bcd4;
}

.cloud-downloaded {
	color: #e91e63;
}

.nav-tab-inactive[data-snippet-type=cloud_search]:hover .cloud-badge {
	color: #e91e63;
}

.nav-tab-inactive[data-snippet-type=bundles]:hover .cloud-badge {
	color: #50575e;
}

.cloud-not-downloaded {
	color: #9e9e9e;
}

.cloud-update {
	color: #ff9800 !important;
}

.cloud_update a {
	color: #ff9800 !important;
	text-decoration: underline;
}

.cloud-table > tbody > tr {
	height: 80px;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.cloud-table > tbody > tr > td {
	max-width: 250px;
}

.cloud-table tbody .active-snippet .column-name {
	font-weight: 400;
	max-width: 400px;
	white-space: normal !important;
}

.cloud-table td .no-results {
	margin-top: 15px;
	color: #e32121;
	text-align: center;
}

.updated.column-updated span {
	text-decoration: dotted underline;
}

.column-download a, .action-button-link {
	border: 1px solid;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	background: transparent;
}

.cloud-snippet-download {
	color: #2271b1 !important;
}

.cloud-snippet-downloaded, .cloud-snippet-preview-style {
	color: #616161 !important;
}

.cloud-snippet-update {
	color: #ff9800 !important;
}

.snippet-type-badge {
	white-space: nowrap;
}

.cloud-badge {
	margin-left: 10px;
	border: 1px solid;
	border-radius: 5px;
	font-size: 15px;
	line-height: 19px;
}

#cloud-search-form {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 900px;
	margin: 0 auto;
}

#cloud_search {
	display: block;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	color: #495057;
	background-clip: padding-box;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;

	&:focus {
		outline: 0;
		border: 1px solid #8c8f94;
		box-shadow: none;
	}
}

#cloud-select-prepend {
	margin-right: -3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 2;
	color: #2271b1;
	border-color: #2271b1;
	background-color: #f6f7f7;

	&:hover {
		background-color: #f0f0f1;
		border-color: #0a4b78;
		color: #0a4b78;
	}
}

#cloud-search-submit {
	padding: 0 15px;
	margin-left: -3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cloud-search {
	margin-left: 5px;
}

.bundle-group {
	margin-top: 10px;
	justify-content: space-between;
	display: flex;
	gap: 5px;
	flex-wrap: nowrap;
}

#cloud-bundles {
	color: #495057;
	display: flex;
	flex: 1 1 auto;
	font-size: 1rem;
	padding: 0.375rem 0.75rem;
	position: relative;
	width: 50%;
}

#cloud-bundle-show {
	width: 10%;
}

#cloud-bundle-run {
	width: 15%;
}

#bundle_share_name {
	color: #495057;
	font-size: 1rem;
	width: 25%;
}

.heading-box {
	max-width: 900px;
	margin: auto;
	padding-bottom: 1rem;
}

.cloud-search-heading {
	font-size: 23px;
	font-weight: 400;
	padding: 9px 0 4px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0;
}

.cloud-badge.ai-icon {
	font-size: 12px;
	padding: 3px;
	margin-left: 5px;
	color: #b22222;
}

.cloud-search-card-bottom {
	min-height: 40px;
}

#cloud-search-results .cloud-snippets #the-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cloud-snippets .plugin-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cloud-connect-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-height: 35px;
	margin: 0 3px;
	float: right;
	gap: 5px;
}

.cloud-status-dot {
	height: 10px;
	width: 10px;
	background-color: #ce0000;
	border-radius: 50%;


	.cloud-connect-active & {
		background-color: #25a349;
	}
}

.cloud-connect-text {
	color: #ce0000;

	.cloud-connect-active & {
		color: #2e7d32;
	}
}

.voted-info {
	display: inline-flex;
	gap: 3px;
	align-items: center;
	margin-bottom: 6px !important;

	&:hover {
		.thumbs-up {
			stroke: #059669;
			fill: #6ee7b7;
			animation: thumb 1s ease-in-out infinite;
		}
	}
}

.thumbs-up {
	width: 1.25rem; /* 20px */
	height: 1.25rem; /* 20px */
	transform-origin: bottom left;

	&:hover {
		stroke: #059669;
		fill: #6ee7b7;
	}
}

.ai-verified-snippet .badge, .snippet-type-badge[data-type=ai-verified] {
	background-color: #ccfbf1;
	color: #0f766e;
}

.private-snippet .badge, .snippet-type-badge[data-type=private] {
	background-color: #eff6ff;
	color: #1d4ed8;
}

.public-snippet .badge, .snippet-type-badge[data-type=public] {
	background-color: #fefce8;
	color: #a16207;
}

.unverified-snippet .badge, .snippet-type-badge[data-type=unverified] {
	background-color: #fff1f2;
	color: #be123c;

	&:hover {
		background-color: #fde2e4;
		color: #be123c;
	}
}

.no-results {
	font-size: 15px;
}

.css-badge {
	color: #8000ff !important;
}

.js-badge {
	color: #cd6600 !important;
}

.php-badge {
	color: #0073aa !important;
}

.html-badge {
	color: #548b54 !important;
}

.tooltip-box {
	position: relative;
	display: inline-block;
}

.tooltip-box .tooltip-text {
	visibility: hidden;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(3px);
	padding: 6px;
	position: absolute;
	z-index: 5;
	border-radius: 5px;
}

.tooltip-box:hover .tooltip-text {
	visibility: visible;
}

.tooltip-text-item, .tooltip-text-link {
	color: #fff !important;
	text-align: center;
}

.tooltip-text-title {
	font-weight: bold;
	text-decoration: underline;
	color: #fff !important;
	text-align: center;
}

.tooltip-text-link {
	text-decoration: underline;
}

.tooltip-box .cloud-key {
    right: 0;
    color: white;
    width: 450px;
}

.plugin-card-bottom {
	overflow: visible !important;
}

.beta-test-notice {
	margin-top: 20px;
}

.highlight-yellow {
	background: #ffee58;
	padding: 3px;
	border-radius: 3px;
}

@keyframes thumb {
	0% {
		transform: rotate(0)
	}
	33% {
		transform: rotate(7deg)
	}
	66% {
		transform: rotate(-15deg)
	}
	90% {
		transform: rotate(5deg)
	}
	to {
		transform: rotate(0)
	}
}