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.

79 lines
1.4 KiB

  1. html {
  2. height:100%;
  3. }
  4. body {
  5. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  6. /*font-family: Lustria, Georgia, Times, "Times New Roman", serif !important;*/
  7. height:100%;
  8. font-size:16px;
  9. background: url('../../images/crosswordStrong.png') /* Background pattern from subtlepatterns.com */
  10. }
  11. img.icon {
  12. position:relative;
  13. top:-2px;
  14. }
  15. div.navbar-wrapper {
  16. background-color:#07508E;
  17. border-bottom: 3px solid #ffffff;
  18. font-size:16px;
  19. }
  20. div.blogHeader {
  21. margin-left:auto;
  22. margin-right:auto;
  23. text-align:center;
  24. width:910px;
  25. padding: 0px 30px 0px 30px;
  26. margin-top:-150px;
  27. color:#ffffff;
  28. text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  29. margin-bottom:60px;
  30. }
  31. div.full {
  32. min-height:100%;
  33. box-shadow:0px 2px 10px rgba(0,0,0,0.4);
  34. padding-left:20px;
  35. padding-right:20px;
  36. background-color:#ffffff;
  37. }
  38. table.moduleTable {
  39. border:1px solid #eeeeee;
  40. font-size:14px;
  41. margin-left:20px;
  42. max-width: 900px;
  43. }
  44. table.moduleTable td{
  45. min-width: 80px;
  46. padding:2px 5px 2px 5px;
  47. height:35px;
  48. }
  49. table.moduleTable tr{
  50. border:1px solid #eeeeee;
  51. vertical-align: top;
  52. }
  53. tr.header {
  54. color: #1f3350;
  55. background-color: #cccccc;
  56. border-bottom:1px solid #999999 !important;
  57. font-size:16px;
  58. font-style:italic;
  59. }
  60. td.mid {
  61. background-color: #f7f7f7;
  62. font-style:italic;
  63. }
  64. td.properties {
  65. width:150px;
  66. }