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.

78 lines
1.2 KiB

9 years ago
9 years ago
9 years ago
9 years ago
  1. body {
  2. /*font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;*/
  3. font-size:16px;
  4. }
  5. #linkStatus {
  6. font-size:12px;
  7. font-style: italic;
  8. }
  9. a.btn {
  10. width:130px;
  11. }
  12. a.header{
  13. color:#8bb9fb;
  14. }
  15. img.icon {
  16. position:relative;
  17. top:-2px;
  18. }
  19. img.featurette-image {
  20. border-radius:4px;
  21. }
  22. img.header {
  23. margin-bottom:10px;
  24. }
  25. div.wall {
  26. background-image: url("../images/wall.png");
  27. background-repeat: no-repeat;
  28. background-size:cover;
  29. margin-top:5px;
  30. }
  31. div.wallKickstarter {
  32. background-image: url("../images/wallKickstarter.png");
  33. background-repeat: no-repeat;
  34. background-size:cover;
  35. margin-top:5px;
  36. }
  37. div.trans {
  38. background-color: rgba(0,0,0,0);
  39. }
  40. div.jumbo {
  41. color: #fff;
  42. text-align: center;
  43. text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  44. }
  45. div.navbar-wrapper {
  46. background-color:#07508E;
  47. border-bottom: 3px solid #ffffff;
  48. }
  49. h2.featurette-heading {
  50. font-size:50px;
  51. }
  52. div.valign_parent {
  53. display:inline-flex;
  54. min-height: 457px;
  55. }
  56. div.valign_child {
  57. margin:auto 0;
  58. }
  59. div.vis-component {
  60. text-align: center;
  61. padding: 20px;
  62. /*background-color: #e3effb;*/
  63. /*border-radius: 4px;*/
  64. }