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.

91 lines
963 B

  1. body
  2. {
  3. font: 13px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  4. }
  5. h1
  6. {
  7. font-size: 180%;
  8. font-weight: bold;
  9. margin: 1em 0 1em 0;
  10. }
  11. h2
  12. {
  13. font-size: 140%;
  14. padding: 5px;
  15. border-bottom: 1px solid #a0c0f0;
  16. color: #2B7CE9;
  17. }
  18. h3
  19. {
  20. font-size: 100%;
  21. }
  22. hr
  23. {
  24. border: none 0;
  25. border-top: 1px solid #a0c0f0;
  26. height: 1px;
  27. }
  28. pre.code
  29. {
  30. display: block;
  31. padding: 8px;
  32. border: 1px dashed #ccc;
  33. }
  34. table
  35. {
  36. border-collapse: collapse;
  37. }
  38. th, td
  39. {
  40. font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  41. text-align: left;
  42. vertical-align: top;
  43. /*border: 1px solid #888;*/
  44. padding: 3px;
  45. }
  46. th
  47. {
  48. font-weight: bold;
  49. }
  50. textarea {
  51. width: 500px;
  52. height: 200px;
  53. border: 1px solid #888;
  54. }
  55. input[type=text] {
  56. border: 1px solid #888;
  57. }
  58. #datasourceText, #googlespreadsheetText {
  59. width: 500px;
  60. }
  61. .info {
  62. color: gray;
  63. }
  64. a {
  65. color: gray;
  66. }
  67. a:hover {
  68. color: red;
  69. }
  70. #graph {
  71. width: 100%;
  72. height: 600px;
  73. }