vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.2 KiB

  1. body {
  2. font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;
  3. background: url('../images/crossword.png') /* Background pattern from subtlepatterns.com */
  4. }
  5. div.contentWrapper {
  6. padding:10px;
  7. }
  8. div.container {
  9. max-width:970px;
  10. }
  11. div.navbar-wrapper {
  12. background-color:#07508E;
  13. border-bottom: 3px solid #ffffff;
  14. }
  15. pre {
  16. width:450px;
  17. height:552px;
  18. overflow:auto;
  19. }
  20. #visualization {
  21. display:block;
  22. margin-left:470px;
  23. margin-top:-562px;
  24. width:500px;
  25. height:552px;
  26. border: 1px solid #dddddd;
  27. border-radius:4px;
  28. background-color:#fcfcfc;
  29. }
  30. div.textHTMLContent {
  31. margin-top:10px;
  32. margin-bottom:10px;
  33. display:block;
  34. width:800px;
  35. }
  36. img.example {
  37. border:1px solid #dddddd;
  38. width:250px;
  39. height:250px;
  40. border-radius:10px;
  41. margin-top:10px;
  42. }
  43. div.exampleTitle {
  44. position:relative;
  45. top:-7px;
  46. width:100%;
  47. max-width:250px;
  48. height:30px;
  49. border: 1px solid #dddddd;
  50. background-color: #526b84;
  51. color:#ffffff;
  52. text-align:center;
  53. vertical-align:middle;
  54. line-height: 30px;
  55. border-bottom-left-radius:5px;
  56. border-bottom-right-radius:5px;
  57. }