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.

71 lines
1.0 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.trans {
  32. background-color: rgba(0,0,0,0);
  33. }
  34. div.jumbo {
  35. color: #fff;
  36. text-align: center;
  37. text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  38. }
  39. div.navbar-wrapper {
  40. background-color:#07508E;
  41. border-bottom: 3px solid #ffffff;
  42. }
  43. h2.featurette-heading {
  44. font-size:50px;
  45. }
  46. div.valign_parent {
  47. display:inline-flex;
  48. min-height: 457px;
  49. }
  50. div.valign_child {
  51. margin:auto 0;
  52. }
  53. div.vis-component {
  54. text-align: center;
  55. padding: 20px;
  56. /*background-color: #e3effb;*/
  57. /*border-radius: 4px;*/
  58. }