@import "compass/css3";

#nine3digital-typed {
  dl {
    display: block;
    width: 100%;
  }

  dt, dd {
    display: inline-block;
    float: left;
    margin: 0;
  }

  dt {
    padding-right: 10px;
    width: 80px;

    &.input {
      line-height: 28px;
    }
  }

  input[type="number"] {
    width: 70px;
  }

}

#nine3digital-typed .help,
.shortcode .help {
  display: block;
  clear: both;
  font-style: italic;
  color: #aaa;
}

.type-strings {
  .strings {
    position: relative;

    label {
      display: block;
      position: absolute;
      right: 0;
      opacity: 0;
      cursor: pointer !important;
      @include transition(opacity 0.6s ease);

      &.visible {
        opacity: 1;
      }
    }
  }
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@include keyframes(blink) {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

#preview {
  min-height: 100px;
  width: 100%;
}

#typed,
#php {
  background: #fffbcc;
  border: 1px solid #e6db55;
  padding: 20px;
  margin: 20px;
}


.controls .add {
  margin-top: 20px !important;
}
