File: /datos/www/www.colombia.co/public_html/wp-content/plugins/image-slider-widget/inc/css/metabox.css
.ewicthumbhandler {
padding: 5px;
margin: 0px 0px 1.5% 0px;
background: none repeat scroll 0% 0% #FFF;
display: block;
vertical-align: top;
border: 2px solid #E1E1E1;
box-shadow: 0px 0px 5px #DDD;
-moz-box-sizing: border-box;
border-radius:5px;
cursor: move;
}
.ewicthumbhandler img {
margin-right: 20px;
max-width:60px !important;
max-height:60px !important;
border: 2px solid #5B9DD9;
}
.ewic-metabox-table td {
line-height: 0 !important;
}
.ewic-shorter {
margin-right: 5px;
vertical-align: middle;
position: relative;
float: left;
cursor: move;
width: 19px;
height: 19px;
background-image: url('../images/sort_both.png');
background-repeat: no-repeat;
}
.ewic-del-images {
margin-right: 5px;
vertical-align: middle;
position: relative;
float: right;
cursor: pointer;
width: 16px;
height: 16px;
background-image: url('../images/remove.png');
background-repeat: no-repeat;
}
input.images-title {
vertical-align:top;
display: inline-block;
width:50%;
margin-top:10px;
}
.ewicthumbhandler label {
font-size:12px;
color: #999;
font-style:italic;
vertical-align:top;
display: inline-block; width: 23px; padding-top:23px;
}
.titleholder {
border: 0 0 0 2px solid #666;
}
.ui-sortable-placeholder {
border-radius:5px;
border: 1px dashed #CACACA;
height: 60px;
width: 100%;
background: #F3F3F3;
}
.ewic-metabox-table th { width: 30%; }
div#ewic_meta_settings.postbox th { width: 40%; }
div#ewic_meta_settings.postbox th {border-right: 1px #CCC dotted;}
div#ewic_meta_settings.postbox td {padding-left: 20px;}
.ewic-metabox-table tr { border-top: 1px solid #eee; }
.ewic-metabox-table th {
padding: 10px 20px 10px 5px !important;
}
.ewic-metabox-table td {
vertical-align: middle !important;
}
.ewic-metabox-table label strong {
line-height: 20px;
display: block;
color: #000;
margin: 5px 0px 0px;
font-size: 12px !important;
font-weight: bold;
}
.ewic-metabox-table label span {
line-height: 20px;
display: block;
color: #999;
margin: 5px 0px 0px;
font-size: 12px !important;
font-weight: normal;
}
.ewic-metabox-table input,
.ewic-metabox-table textarea {
margin-right: 20px;
}
/* Input */
.ewic-metabox-table input[type="text"]{
padding: 3px;
border: 1px solid #DDDDDD;
/*Applying CSS3 gradient*/
background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 20px);
background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
/*Applying CSS 3radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*Applying CSS3 box shadow*/
-moz-box-shadow: 0 0 2px #DDDDDD;
-webkit-box-shadow: 0 0 2px #DDDDDD;
box-shadow: 0 0 2px #DDDDDD;
}
.ewic-metabox-table input[type="text"]:hover
{
border:1px solid #cccccc;
}
.ewic-metabox-table input[type="text"]:focus
{
box-shadow:0 0 2px #FFFE00;
}
/* Radio Box*/
input[type=radio].css-checkbox {
display:none;
}
input[type=radio].css-checkbox + label.css-label {
padding-left:24px;
height:19px;
display:inline-block;
line-height:19px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:14px;
vertical-align:middle;
cursor:pointer;
margin-right:20px;
}
input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -19px;
}
label.css-label {
background-image:url(../images/cssradio.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ewic-metabox-table .radio-label { margin-right: 10px; }
.ewic-metabox-table input.radio {
width: auto;
margin-right: 3px;
float: none;
}
.ewic-introjs {
float: none;
margin-right: 10px;
}
.ewic-intro-help {
margin-right: 10px;
float:left;
width: 24px;
height: 24px;
background-image: url('../images/help-me.png');
background-repeat: no-repeat;
background-position: center center;
}
.ewic-introjs a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF8000;
font-size: 12px !important;
text-decoration: none !important;
}
.ewic-introjs a:hover {
color: #505A87;
text-decoration: underline !important;
}
/* Button ( add image ) */
.ewic_add_images {
-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
box-shadow:inset 0px 1px 0px 0px #9acc85;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
background-color:#74ad5a;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #788f6d;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:bold;
padding:17px 22px;
text-decoration:none;
height:35px;
}
.ewic_add_images:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
background-color:#68a54b;
}
.ewic_add_images:active {
position:relative;
top:1px;
}
#cscontw, #csconth {display: inline-block;}
.ewicinfobox {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
padding: 16px;
margin: 0px 0px 15px 0px;
padding-left: 65px;
font-size: 14px;
background: #f6feff url(../images/info.png) no-repeat scroll 10px 23px;
border: 1px solid #98e1ec;
color: #646464;
width: auto;
line-height:1.5em;
font-weight:bold;
text-transform: uppercase;
}
.ewic_blink {
outline:none;
text-decoration: none;
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
50.01% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
50.01% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
50.01% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.ewic_blink:hover {
-webkit-animation:none;
-moz-animation: none;
animation: none;
}
.ewichvrbutton {
cursor:pointer;
margin-top: 7px;
-webkit-filter: grayscale(0%);
}
.ewichvrbutton:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.ewic-wpc {
display: block;
text-align: center;
}
.ewic_noimgs {
line-height: 14px !important;
border: 4px dashed #CCC;
width: 90px;
height: 90px;
vertical-align: middle;
border-radius: 10px;
text-align: center;
font-size: 11px !important;
color: #787878;
}
.ewic_noimgs span {
position: relative;
top: 33px;
}
@media (min-width:769px) and (max-width:1024px){
#cscontw, #csconth {display: block !important; margin-bottom: 5px;}
}