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.

104 lines
1.4 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. body {
  2. font-family: 'dejavu sans', verdana, arial, serif;
  3. font-size: 11pt;
  4. }
  5. h1 {
  6. font-size: 48px;
  7. line-height: 0.9em;
  8. }
  9. #menu {
  10. position: absolute;
  11. left: -200px;
  12. top: 35px;
  13. padding: 0 20px;
  14. border-radius: 2px;
  15. background-color: #f5f5f5;
  16. box-shadow: 5px 5px 15px rgba(128,128,128,0.5);
  17. }
  18. #forkme {
  19. position: fixed;
  20. top: 0;
  21. right: 0;
  22. border: 0;
  23. }
  24. div.nav {
  25. text-align: left;
  26. padding-left: 24px;
  27. }
  28. div.nav ul {
  29. text-decoration: none;
  30. text-transform: uppercase;
  31. margin-bottom: 30px;
  32. padding-left: 0;
  33. }
  34. li.nav {
  35. }
  36. div.nav ul li {
  37. text-decoration: none;
  38. text-transform: uppercase;
  39. font-weight: normal;
  40. font-size: 11pt;
  41. list-style: none;
  42. margin-top: 5px;
  43. }
  44. div.nav ul li ul li {
  45. text-decoration: none;
  46. text-transform: none;
  47. font-weight: normal;
  48. font-size: 11pt;
  49. color: #4D4D4D;
  50. list-style: none;
  51. }
  52. div.nav a {
  53. color: #2B7CE9;
  54. }
  55. .subtitle {
  56. text-transform: uppercase;
  57. font-size: 11pt;
  58. font-weight: normal;
  59. font-style: italic;
  60. margin-left: 40px;
  61. }
  62. .download td {
  63. border: none;
  64. padding: 5px 20px 5px 0;
  65. }
  66. .gallery .thumb {
  67. display: inline-block;
  68. text-align: center;
  69. margin-right: 10px;
  70. margin-bottom: 20px;
  71. }
  72. .gallery .thumb img {
  73. border: 1px solid white;
  74. border-radius: 5px;
  75. height: 90px;
  76. margin: 0;
  77. }
  78. .gallery .thumb a:hover img {
  79. border-color: lightgray;
  80. }
  81. .gallery .thumb div {
  82. margin: 0;
  83. }
  84. img {
  85. border: 0;
  86. }