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.

66 lines
986 B

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. a.btn {
  6. width:130px;
  7. }
  8. a.header{
  9. color:#8bb9fb;
  10. }
  11. img.icon {
  12. position:relative;
  13. top:-2px;
  14. }
  15. img.featurette-image {
  16. border-radius:4px;
  17. }
  18. img.header {
  19. margin-bottom:10px;
  20. }
  21. div.wall {
  22. background-image: url("../images/wall.png");
  23. background-repeat: no-repeat;
  24. background-size:cover;
  25. margin-top:5px;
  26. }
  27. div.trans {
  28. background-color: rgba(0,0,0,0);
  29. }
  30. div.jumbo {
  31. color: #fff;
  32. text-align: center;
  33. text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  34. }
  35. div.navbar-wrapper {
  36. background-color:#07508E;
  37. border-bottom: 3px solid #ffffff;
  38. }
  39. h2.featurette-heading {
  40. font-size:50px;
  41. }
  42. div.valign_parent {
  43. display:inline-flex;
  44. min-height: 457px;
  45. }
  46. div.valign_child {
  47. margin:auto 0;
  48. }
  49. div.vis-component {
  50. text-align: center;
  51. padding: 20px;
  52. /*background-color: #e3effb;*/
  53. /*border-radius: 4px;*/
  54. }