File "vc_teaser_box.less"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/js_composer/assets/less/modules/vc_teaser_box.less
File size: 3.33 KB
MIME-type: text/plain
Charset: utf-8

#vc_teaser {
  .vc_teaser-constructor {
    display: none;
    .vc_toolbar {
      margin-top: 6px;
      text-align: center;
      .vc_teaser-checkbox {
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        height: 26px;
        margin-right: 4px;
        position: relative;
        label {

          float: left;
          width: auto;
          input {
            margin-right: 0px;
            position: absolute;
            top: -20px;
          }
          span {
            text-align: center;
            display: block;
            border: 1px solid #CCCCCC;
            padding: 2px 6px 1px;
            -webkit-border-radius: @vc_teaser_checkbox_radius;
            -moz-border-radius: @vc_teaser_checkbox_radius;
            border-radius: @vc_teaser_checkbox_radius;
            background: rgb(255, 255, 255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 70%, rgba(241, 241, 241, 1) 100%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(70%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(241, 241, 241, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 70%, rgba(241, 241, 241, 1) 100%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 70%, rgba(241, 241, 241, 1) 100%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 70%, rgba(241, 241, 241, 1) 100%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 70%, rgba(241, 241, 241, 1) 100%, rgba(246, 246, 246, 1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
          }
          input:checked + span {
            background: #FFF;
            box-shadow: inset 1px 1px 1px 1px #DDDDDD;
            color: #5e5e5e;
          }
          input:hover + span {
          }
        }
      }
    }
    .vc_teaser_loading_block {
      position: absolute;
      top: 5px;
      right: 5px;
    }
    .vc_teaser-control {
      position: relative;
      min-height: 20px;
      padding: 4px;
      border: 1px dashed #CCC;
      margin-bottom: 4px;
      .vc_text {
        word-break: break-all;
      }
      .vc_image-featured {
        font-size: 14px;

      }
      .vc_teaser_add_custom_image,
      .vc_image-featured {
        img {
          max-width: 100%;
        }
      }
      .vc_buttons {
        margin-bottom: 4px;
      }
      .vc_link-controls {
        margin-top: 4px;
      }
      textarea {
        width: 100%;
        height: 100px;
      }
      a.vc_active, a.vc_active-link {
        font-weight: bold;
      }
      .vc_move {
        background: url("../vc/drag_handler.gif") no-repeat center center #FCF8E3;
        width: 20px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: move;
      }
    }
  }
}