dragAnimDemo.css 555 B

12345678910111213
  1. ._jsPlumb_overlay { z-index:51; }
  2. ._jsPlumb_endpoint { z-index:50; cursor:move; }
  3. ._jsPlumb_connector { z-index:1; }
  4. .bigdot { cursor:pointer;width:162px; height:162px; background-image:url(../img/bigdot.png); z-index:5; position:absolute; border-radius:81px;}
  5. .bigdot-hover { border:2px solid orange; }
  6. .cmd { padding:0.3em; }
  7. .cmd:hover { background-color:yellow; }
  8. .dropHover { border:1px solid orange; }
  9. #bd1 { top:10em;left:26em;}
  10. #bd2 { top:3em;left:3em;}
  11. #bd3 { top:19em;left:4.5em;}
  12. #bd4 { top:19em;left:46em;}
  13. #explanation { text-align:center; }