Sha256: 5661d209d9827d3238d3b5fa2a993696b61bfe459b31a47c38c4ab885d16f7af

Contents?: true

Size: 1.74 KB

Versions: 11

Compression:

Stored size: 1.74 KB

Contents

@charset "UTF-8";

/* selector for element and children */
#copyray-overlay, #copyray-overlay *, #copyray-overlay a:hover, #copyray-overlay a:visited, #copyray-overlay a:active {
  background:none;
  border:none;
  bottom:auto;
  clear:none;
  cursor:default;
  float:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:medium;
  font-style:normal;
  font-weight:normal;
  height:auto;
  left:auto;
  letter-spacing:normal;
  line-height:normal;
  max-height:none;
  max-width:none;
  min-height:0;
  min-width:0;
  overflow:visible;
  position:static;
  right:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  top:auto;
  visibility:visible;
  white-space:normal;
  width:auto;
  z-index:auto;
}

#copyray-overlay {
  position: fixed; left: 0; top: 0; bottom: 0; right: 0;
  background: rgba(0,0,0,0.7);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.8) 100%);
  z-index: 9000;
}

.copyray-specimen {
  position: absolute;
  background: rgba(255,255,255,0.15);
  outline: 1px solid rgba(255,255,255,0.8);
  outline-offset: -1px;
  color: #666;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

  .copyray-specimen:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.4);
  }

  .copyray-specimen.BlurbSpecimen {
    outline: 1px solid rgba(255,50,50,0.8);
    background: rgba(255,50,50,0.1);
  }

  .copyray-specimen.BlurbSpecimen:hover {
    background: rgba(255,50,50,0.4);
  }

  .copyray-specimen-handle {
    float:left;
    background: #fff;
    padding: 0 3px;
    color: #333;
    font-size: 10px;
  }

  .copyray-specimen-handle.BlurbSpecimen {
    background: rgba(255,50,50,0.8);
    color: #fff;
  }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
copy_tuner_client-0.1.1.beta18 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta17 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta16 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta15 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta14 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta13 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta12 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta11 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta10 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta9 app/assets/stylesheets/copyray.css
copy_tuner_client-0.1.1.beta8 app/assets/stylesheets/copyray.css