main.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. body {
  2. padding-top: 70px;
  3. }
  4. .footer {
  5. background: #887;
  6. color: white;
  7. }
  8. .footer a {
  9. color: #c0fff0;
  10. }
  11. .features .glyphicon {
  12. font-size: 32px;
  13. text-shadow: 1px 1px 5px #ccc;
  14. }
  15. .features .glyphicon {
  16. font-size: 32px;
  17. }
  18. /*
  19. html {
  20. position: relative;
  21. zoom: 60%;
  22. -ms-zoom: 60%;
  23. -moz-transform: scale(0.6);
  24. -moz-transform-origin: center top 0px;
  25. -o-transform: scale(60%);
  26. -o-transform-origin: center top 0px;
  27. -webkit-transform: scale(60%);
  28. -webkit-transform-origin: center top 0px;
  29. !*-moz-transform: scale(0.6,0.6);*!
  30. !*-moz-transform-origin: left center;*!
  31. }
  32. */
  33. body {
  34. /*margin-left: -25%;*/
  35. }
  36. .footer {
  37. bottom: 0;
  38. width: 100%;
  39. /* Set the fixed height of the footer here */
  40. height: 200px;
  41. }
  42. .footer {
  43. color: #efefef;
  44. background-color: #333;
  45. }
  46. .footer a {
  47. color: #9af7fe;
  48. }
  49. .footer .glyphicon {
  50. font-size: 14px;
  51. }
  52. .quote {
  53. background-color: #444;
  54. color: #e1e1e1;
  55. margin: 2em 0;
  56. }
  57. .quote blockquote {
  58. border: none;
  59. margin: 0;
  60. }
  61. .quote footer {
  62. color: #c1c1c1;
  63. }
  64. .transport-systems .row {
  65. margin-bottom: 2em;
  66. }
  67. .transport-systems .glyphicon {
  68. font-size: 14px;
  69. }