HEX
Server: LiteSpeed
System: Linux da4 4.18.0-553.74.1.lve.el8.x86_64 #1 SMP Tue Sep 9 14:25:24 UTC 2025 x86_64
User: wwwprimemarka (2294)
PHP: 5.6.40
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/wwwprimemarka/public_html/wp-content/themes/Zephyr/framework/admin/css/metabox.css
@charset "utf-8";
/* =Styles for 'normal' meta boxes
-------------------------------------------------------------- */

.rwmb-field {
	margin: 10px 0;
}
.rwmb-label,
.rwmb-input {
	display: inline-block;
	vertical-align: top;
}
.rwmb-label {
	width: 24%;
}
.rwmb-label.required > span {
	color: #c00;
	font-weight: bold;
}

/* 75% if field has label, 100% if no label */
.rwmb-input {
	width: 100%;
}
.rwmb-label ~ .rwmb-input {
	width: 75%;
}
.rwmb-input h4 {
	margin: 0;
}
.rwmb-textarea {
	resize: vertical;
}

/* Clone */
.rwmb-clone {
	min-height: 24px;
}
.rwmb-clone > input[type="radio"],
.rwmb-clone > input[type="checkbox"] {
	margin: 6px 0 0 4px;
}
.rwmb-button {
	display: inline;
	float: right;
}

/* Fix width to not overlap button for cloned sliders */
.rwmb-clone .rwmb-slider {
	width: 80%;
	margin: 6px 0 0;
}

/* Fix buttons after sliders */
.clearfix + .rwmb-button {
	margin-top: -16px;
}

/* Fix empty block below admin footer (issue #24) */
#ui-datepicker-div {
	display: none;
}

/* jQuery validation */
label.error {
	padding-left: 3px;
	color: red;
}
input.error,
textarea.error,
select.error {
	border: #c00 solid 1px !important;
	background: #ffebe8 !important;
}


/* =Styles for 'side' meta boxes
-------------------------------------------------------------- */

#side-sortables .rwmb-label,
#side-sortables .rwmb-input {
	width: 100%;
}


.rwmb-field {
	margin: 12px 0;
}
#side-sortables .rwmb-label {
	margin-bottom: 3px;
}
#post-body .rwmb-text,
#post-body .rwmb-select {
	width: 100%;
}
#portfolio_layout_settings .rwmb-label {
	padding-top: 3px;
	width: 220px;
}
.rwmb-images {
	padding-top: 3px;
	margin: 0;
}


/*                Metabox Select
 ************************************************/
#post-body .rwmb-select {
	height: auto;
	min-width: 200px;
}


/*                 Metabox File
 ************************************************/
.rwmb-file li{
	width: 250px;
	margin:0 10px 10px 0;;
	-moz-transition:width 0.25s, opacity 0.25s, -moz-opacity 0.25s;
	-webkit-transition:width 0.25s, opacity 0.25s, -webkit-opacity 0.25s;
	-o-transition:width 0.25s, opacity 0.25s, -o-opacity 0.25s;
	transition:width 0.25s, opacity 0.25s;
}
.rwmb-file .rwmb-icon {
	width: 60px;
	text-align:center;
	vertical-align:middle;
	overflow: hidden;
}
.rwmb-file .rwmb-icon img{
	max-height: 60px;
	max-width: 60px;
}
.rwmb-file .rwmb-info {
	width: 180px;
	vertical-align:top;
	overflow:hidden;
}
.rwmb-file .rwmb-info p {
	margin:.1em 0;
}
.rwmb-file .rwmb-info a {
	font-weight:bold;
	text-decoration:none;
}
.rwmb-file li, .rwmb-file .rwmb-icon, .rwmb-file .rwmb-info {
	display:inline-block;
}
.rwmb-file .rwmb-icon, .rwmb-file .rwmb-info {
	margin:0 0 2px 2px;
}

.rwmb-file li.removed {
	width: 0;
	margin: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
}

.rwmb-file li.removed:after {
	content: ' ';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
	opacity: .4;
	background-color: #F00;
}

/*                 Metabox Image
 ************************************************/
/* Uploaded image */
.rwmb-images {
	overflow: hidden;
}
.rwmb-images li {
	margin: 0 10px 10px 0;
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	cursor: move;
	position: relative;
	-moz-transition: width 0.25s, opacity 0.25s, -moz-opacity 0.25s;
	-webkit-transition: width 0.25s, opacity 0.25s, -webkit-opacity 0.25s;
	-o-transition: width 0.25s, opacity 0.25s, -o-opacity 0.25s;
	transition: width 0.25s, opacity 0.25s;
}
.rwmb-images img {
	width: 150px;
	height: 150px;
}
.rwmb-image-bar {
	color: #fff;
	font-weight: bold;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	display: none;
	text-align: center;
}
li:hover .rwmb-image-bar{
	display: block;
}
.rwmb-image-bar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.rwmb-image-bar a.rwmb-delete-file {
	font-size: 23px;
	width: 18px;
	font-weight: normal;
}
.rwmb-images li.removed {
	width: 0;
	margin: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
}
.rwmb-images li.removed:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: .4;
	background-color: #f00;
}


/*                 Metabox Color
 ************************************************/
.rwmb-color-picker {
	display: none; /* Hidden by default */
	z-index: 100;
	background: rgb(238, 238, 238);
	border: 1px solid rgb(204, 204, 204);
	position: absolute;
}


/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/*                 Metabox Slider
 ************************************************/
.rwmb-slider {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.rwmb-slider-value-label {
	margin-left: 10px;
	vertical-align: middle;
}
/* Fix slider handle being visible through jQuery panel */
.ui-slider .ui-slider-handle {
	z-index: 1;
}


/*                 Metabox Custom
 ************************************************/
#side-sortables .rwmb-slider-wrapper .rwmb-label {
	margin-bottom: 8px;
}
.rwmb-slider {
	display: inline-block;
	vertical-align: middle;
	height: 6px;
	width: 215px;
	border-radius: 0;
	border: none;
	cursor: pointer;
	background: #eee;
}
.ui-slider .ui-slider-range {
	border-radius: 0;
	background: #aaa;
}
.rwmb-slider-wrapper .ui-widget-content .ui-state-default {
	top: -8px;
	height: 18px;
	width: 18px;
	margin-left: -10px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: none;
	border: 2px solid #ccc;
	background: #fff;
}
.rwmb-slider-wrapper .ui-widget-content:hover .ui-state-default {
	border-color: #999;
}
.rwmb-slider-value-label {
	float: left;
	margin-left: 0;
	width: 30px;
}