yms/styles.css
author Dan Fuhry <dan@enanocms.org>
Wed, 11 Jan 2017 13:08:02 +0000
changeset 13 8a8cdc21aa15
parent 2 bbdd428926b9
permissions -rw-r--r--
Correct tolerance values for timestamp fuzz

p.yms-copypara {
  line-height: 220%;
  margin-left: 2.3em;
}

span.yms-copyfield {
  padding: 3px 7px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
}

div.yms-buttons {
  padding: 10px 0;
  text-align: right;
}

div#yms-float-wrapper {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  margin-top: 75px;
}

div#yms-float-body {
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  /* width: 708px; */
  width: 130px;
  height: 130px;
  
  clip: rect(0px, auto, auto, 0px);
  overflow: auto;
}

div.yms-float-closer {
  margin-top: 20px;
  text-align: center;
}

a.yms-enabled {
  color: white;
  padding: 2px 4px;
  background-color: #00aa00;
  cursor: pointer;
  text-decoration: none;
}

a.yms-disabled {
  color: white;
  padding: 2px 4px;
  background-color: #aa0000;
  cursor: pointer;
  text-decoration: none;
}

a.yms-enabled:hover, a.yms-disabled:hover, a.yms-enabled:visited, a.yms-disabled:visited {
  color: white !important;
}