multipleJsPlumbDemo.css 841 B

123456789101112131415161718192021222324252627
  1. body { font-family: Gill, Verdana, sans; }
  2. .blip { z-index:4;cursor:pointer; }
  3. .blip1 { width:1em; height:1em; border:1px solid blue; background-color:yellow; }
  4. .blip2 { width:0.5em; height:0.5em; border:1px dotted red; background-color:gray; }
  5. .blip3 { width:1.5em; height:0.7em; background-color:#0e66a4; border:0.01em dotted #ddd; }
  6. #info { height:4em;font-size:90%;}
  7. button { margin-top:25em;z-index:20;position:absolute;}
  8. .redo { left:11em;}
  9. .clear { left:4em; }
  10. _jsPlumb_connector { z-index:1; }
  11. .container {
  12. border:2px dashed #567;
  13. height:25em;
  14. width:20em;
  15. float:left;
  16. margin-left:3em;
  17. position:relative;
  18. margin-top:3em;
  19. overflow:scroll;
  20. cursor:move;
  21. background-color:#eee0fe;
  22. opacity:0.9;
  23. }
  24. .container:hover { border:2px dashed #500; background-color:#fff0fe; }
  25. .atestdiv {
  26. width:4em;height:4em; background-color:yellow;margin:2em;
  27. }