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.

93 lines
1.2 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. #menu {
  2. position: absolute;
  3. left: -170px;
  4. top: 35px;
  5. background-color: #a7c8f9;
  6. padding: 15px;
  7. border-radius: 3px;
  8. }
  9. #forkme {
  10. position: fixed;
  11. top: 0;
  12. right: 0;
  13. border: 0;
  14. }
  15. div.nav {
  16. text-align: center;
  17. }
  18. div.nav ul {
  19. text-decoration: none;
  20. text-transform: uppercase;
  21. margin-bottom: 30px;
  22. padding-left: 0;
  23. }
  24. li.nav {
  25. }
  26. div.nav ul li {
  27. text-decoration: none;
  28. text-transform: uppercase;
  29. font-weight: normal;
  30. font-size: 11pt;
  31. list-style: none;
  32. margin-top: 5px;
  33. }
  34. div.nav ul li ul li {
  35. text-decoration: none;
  36. text-transform: none;
  37. font-weight: normal;
  38. font-size: 11pt;
  39. color: #4D4D4D;
  40. list-style: none;
  41. }
  42. div.nav a {
  43. color: #2B7CE9;
  44. color: white;
  45. font-weight: bold;
  46. }
  47. .subtitle {
  48. color: gray;
  49. text-transform: uppercase;
  50. font-size: 11pt;
  51. }
  52. .download td {
  53. border: none;
  54. padding: 5px 20px 5px 0;
  55. }
  56. .gallery .thumb {
  57. display: inline-block;
  58. text-align: center;
  59. margin-right: 10px;
  60. margin-bottom: 20px;
  61. }
  62. .gallery .thumb img {
  63. border: 1px solid white;
  64. border-radius: 5px;
  65. height: 90px;
  66. margin: 0;
  67. }
  68. .gallery .thumb a:hover img {
  69. border-color: lightgray;
  70. }
  71. .gallery .thumb div {
  72. margin: 0;
  73. }
  74. img {
  75. border: 0;
  76. }