demo.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .component {
  2. opacity:0.8;
  3. filter:alpha(opacity=80);
  4. background-color:white;
  5. color:black;
  6. font-family:helvetica;
  7. padding:0.5em;
  8. }
  9. .window {
  10. border:2px solid #346789;
  11. width:14em;
  12. height:12em;
  13. z-index:20;
  14. position:absolute;
  15. font-size:0.8em;
  16. /*margin:1em;*/
  17. }
  18. .label {
  19. border:1px solid #346789;
  20. padding:8px;
  21. padding:8px;
  22. }
  23. .label:hover {
  24. border-color:#5d94a6;
  25. }
  26. .l1 {
  27. font-size:13px;
  28. }
  29. #window1 { top:2em;left:2em;}
  30. #window2 { top:14em; left:47em;}
  31. #window3 { top:28em;left:2em; }
  32. #window4 { top:6em; left:26em;}
  33. #window5 {top:40em;left:32em;}
  34. #window6 {top:25em;left:69em;}
  35. #window7 {top:54em;left:4em;}
  36. #window8 {left:63em;top:32em;}
  37. ._jsPlumb_connector { z-index:4; }
  38. ._jsPlumb_endpoint { z-index:5; }
  39. ._jsPlumb_overlay { z-index:6; }
  40. .hl { border:3px solid red; }
  41. /* SVG styles. Apart from the fact that SVG uses far less memory than Canvas, you can style it!
  42. .c1 path, .l1arrow {
  43. stroke-dasharray:40 20 40;
  44. stroke-linecap:round;
  45. stroke-opacity:0.5;
  46. fill-opacity:0.5;
  47. }
  48. */