1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .footer {
- background: #887;
- color: white;
- }
- .footer a {
- color: #c0fff0;
- }
- .features .glyphicon {
- font-size: 32px;
- text-shadow: 1px 1px 5px #ccc;
- }
- .features .glyphicon {
- font-size: 32px;
- }
- /*
- html {
- position: relative;
- zoom: 60%;
- -ms-zoom: 60%;
- -moz-transform: scale(0.6);
- -moz-transform-origin: center top 0px;
- -o-transform: scale(60%);
- -o-transform-origin: center top 0px;
- -webkit-transform: scale(60%);
- -webkit-transform-origin: center top 0px;
- !*-moz-transform: scale(0.6,0.6);*!
- !*-moz-transform-origin: left center;*!
- }
- */
- body {
- /*margin-left: -25%;*/
- }
- .footer {
- bottom: 0;
- width: 100%;
- /* Set the fixed height of the footer here */
- height: 200px;
- }
- .footer {
- color: #efefef;
- background-color: #333;
- }
- .footer a {
- color: #9af7fe;
- }
- .footer .glyphicon {
- font-size: 14px;
- }
- .quote {
- background-color: #444;
- color: #e1e1e1;
- margin: 2em 0;
- }
- .quote blockquote {
- border: none;
- margin: 0;
- }
- .quote footer {
- color: #c1c1c1;
- }
- .transport-systems .row {
- margin-bottom: 2em;
- }
- .transport-systems .glyphicon {
- font-size: 14px;
- }
|