common.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5. body {
  6. padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  10. }
  11. .img-addon {
  12. margin-bottom: 10px;
  13. width:100%;
  14. }
  15. .img-hover:hover {
  16. opacity: 0.8;
  17. }
  18. .display-1 {
  19. font-size:44px;
  20. }
  21. .display-4 {
  22. font-size:24px;
  23. line-height:32px;
  24. }
  25. /* Home Page Carousel */
  26. header.carousel {
  27. height: 50%;
  28. }
  29. header.carousel .item,
  30. header.carousel .item.active,
  31. header.carousel .carousel-inner {
  32. height: 100%;
  33. }
  34. header.carousel .fill {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. /* 404 Page Styles */
  39. .error-404 {
  40. font-size: 100px;
  41. }
  42. /* Pricing Page Styles */
  43. .price {
  44. display: block;
  45. font-size: 50px;
  46. line-height: 50px;
  47. }
  48. .price sup {
  49. top: -20px;
  50. left: 2px;
  51. font-size: 20px;
  52. }
  53. .period {
  54. display: block;
  55. font-style: italic;
  56. }
  57. /* Footer Styles */
  58. footer {
  59. margin: 50px 0;
  60. }
  61. /* Responsive Styles */
  62. @media(max-width:991px) {
  63. .customer-img,
  64. .img-related {
  65. margin-bottom: 30px;
  66. }
  67. }
  68. @media(max-width:767px) {
  69. .img-addon {
  70. margin-bottom: 15px;
  71. }
  72. header.carousel .carousel {
  73. height: 70%;
  74. }
  75. }
  76. .carousel-body {
  77. position:absolute;
  78. width: 100%;
  79. top:25%;
  80. text-align:center;
  81. color:#fff;
  82. }
  83. .addonlist a > p{
  84. margin-bottom:15px;
  85. }