anchorDemo.css 561 B

12345678910111213141516171819202122232425262728
  1. .window {
  2. border:2px dotted #346789;
  3. width:14em;
  4. height:4em;
  5. z-index:20;
  6. position:absolute;
  7. color:white;
  8. font-family:helvetica;
  9. padding:0.5em;
  10. font-size:0.8em;
  11. -moz-border-radius:0.6em;
  12. border-radius:0.6em;
  13. }
  14. .smallWindow { background-color:#558822; }
  15. #window1 {
  16. background-color:#225588;
  17. top:4em;
  18. left:12em;
  19. width:30em;
  20. height:6em;
  21. }
  22. #window2 { top:24em; left:44em;}
  23. #window3 { top:18em; left:2em; }
  24. #window4 { top:26em; left:26em; }
  25. #window5 {top:34em;left:13em; }
  26. #window6 {top:16em;left:56em; }
  27. ._jsPlumb_endpoint { z-index:32; }