main.css 1.1 KB

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