| html, body { | |
| min-height: 100%; | |
| } | |
| body { | |
| color: #e0e0e0; | |
| font-family: 'Lato', sans-serif; | |
| padding-top: 0; | |
| padding-bottom: 0; | |
| margin-bottom: 0; | |
| background-image: -webkit-radial-gradient(top center, ellipse cover, rgba(103, 103, 128, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/grey.png'); | |
| background-image: -moz-radial-gradient(top center, ellipse cover, rgba(103, 103, 128, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/grey.png'); | |
| background-image: -o-radial-gradient(top center, ellipse cover, rgba(103, 103, 128, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/grey.png'); | |
| background-image: -ms-radial-gradient(top center, ellipse cover, rgba(103, 103, 128, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/grey.png'); | |
| min-height: 100%; | |
| } | |
| .fill { | |
| } | |
| .container-fluid { | |
| border-top-left-radius: 0.35em; | |
| border-top-right-radius: 0.35em; | |
| box-shadow: 0 0 0.3em gray; | |
| max-width: 1000px; | |
| margin: 0 auto; | |
| background: -webkit-radial-gradient(bottom, ellipse cover, rgba(100, 00, 100, 0.5) 0%, rgba(50, 50, 50, 0.8) 100%); | |
| background: -moz-radial-gradient(bottom, ellipse cover, rgba(100, 00, 100, 0.5) 0%, rgba(50, 50, 50, 0.8) 100%); | |
| background: -ms-radial-gradient(bottom, ellipse cover, rgba(100, 00, 100, 0.5) 0%, rgba(50, 50, 50, 0.8) 100%); | |
| background: -o-radial-gradient(bottom, ellipse cover, rgba(100, 00, 100, 0.5) 0%, rgba(50, 50, 50, 0.8) 100%); | |
| padding-left: 0; | |
| padding-right: 0; | |
| } | |
| .content { | |
| padding-left: 1em; | |
| padding-right: 1em; | |
| padding-bottom: 2em; | |
| } | |
| .brand h4 { | |
| padding-left: 9px; | |
| } | |
| .hero-unit { | |
| box-shadow: 0 0 0.3em gray; | |
| border: thin solid white; | |
| background: url('images/ecp.png') no-repeat; | |
| } | |
| .feature { | |
| box-shadow: 0 0 0.3em gray; | |
| border: thin solid white; | |
| border-radius: 0.25em; | |
| color: #e0e0e0; | |
| font-size: 0.8em; | |
| margin: 1em; | |
| } | |
| .feature h6 { | |
| background-image: -webkit-radial-gradient(top left, ellipse cover, rgba(42, 30, 44, 0.8) 0%, rgba(42, 30, 40, 1) 100%); | |
| background-image: -moz-radial-gradient(top left, ellipse cover, rgba(255, 255, 255, 0.8) 0%, rgba(240, 240, 240, 1) 100%); | |
| background-image: -o-radial-gradient(top left, ellipse cover, rgba(255, 255, 255, 0.8) 0%, rgba(240, 240, 240, 1) 100%); | |
| background-image: -ms-radial-gradient(top left, ellipse cover, rgba(255, 255, 255, 0.8) 0%, rgba(240, 240, 240, 1) 100%); | |
| padding-left: 0.5em; | |
| margin: 0; | |
| border-bottom: thin solid #d5d5d5; | |
| } | |
| .feature ul { | |
| padding: 1em; | |
| } | |
| .navbar-inner { | |
| border: none; | |
| border-radius: 0; | |
| } | |
| .span4 { | |
| padding: 1em 0 0 0; | |
| } | |
| .btn { | |
| color: #0084cc; | |
| font-size: 0.8em; | |
| } | |
| .no-bullets { | |
| list-style-type: none; | |
| } | |
| .banner { | |
| border-radius: 0.35em; | |
| border-bottom-left-radius: 0; | |
| border-bottom-right-radius: 0; | |
| border: thin solid white; | |
| color: #fff; | |
| } | |
| .listing { | |
| background: #000000; | |
| font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; | |
| border-radius: 0.3em; | |
| border: thin solid white; | |
| padding: 0.3em; | |
| margin: 0.5em; | |
| } | |
| .footer { | |
| color: #d3d3d3; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| font-size: 0.7em; | |
| max-width: 1000px; | |
| margin: 0 auto; | |
| padding-top: 0.3em; | |
| background: #474747; | |
| } | |
| ul { | |
| list-style-type: circle; | |
| } | |
| .btn-primary { | |
| color: white; | |
| } | |
| .btn-primary { | |
| color: white; | |
| } | |
| .nav-image { | |
| width: 20px; | |
| height: 20px; | |
| vertical-align: middle; | |
| } | |
| a:link { | |
| color: #c795e4; | |
| text-decoration: none; | |
| } | |
| a:visited { | |
| color: #ed7b93; | |
| text-decoration: none; | |
| } | |
| a.btn { | |
| color: white; | |
| text-decoration: none; | |
| } | |
| a.btn:visited { | |
| color: white; | |
| text-decoration: none; | |
| } | |
| a:hover { | |
| color: #FFD6DF; | |
| text-decoration: none; | |
| text-shadow: 0 0 10px #c61a1a; | |
| } | |
| a:active, a:hover { | |
| outline: 0 none; | |
| } | |
| .modal-body { | |
| color: #474747; | |
| } | |
| .modal-header { | |
| color: #c795e4; | |
| } | |
| .thumbnail { | |
| border: 0 none; | |
| box-shadow: none; | |
| } | |
| .thumbnail, .thumbnail:hover { | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| border: none; | |
| } | |
| h2 { | |
| color: #72D0EB; | |
| font-family: 'Lato', sans-serif; | |
| } | |
| h3 { | |
| font-weight: normal; | |
| position: relative; | |
| text-shadow: 0 1px rgba(0, 0, 0, 0.6); | |
| background: #2A1E2C; | |
| padding: 0px 15px; | |
| color: #72D0EB; | |
| font-size: 1.35em; | |
| border-radius: 0 10px 0 10px; | |
| } | |
| h4 { | |
| margin: 1em 0 0.5em 0; | |
| font-weight: normal; | |
| position: relative; | |
| text-shadow: 0 1px rgba(0, 0, 0, 0.6); | |
| padding: 5px 15px; | |
| color: #F4723D; | |
| background: #2A1E2C; | |
| border-radius: 0 10px 0 10px; | |
| } | |
| h5 { | |
| margin: 1em 0 0.5em 0; | |
| font-weight: normal; | |
| position: relative; | |
| text-shadow: 0 1px rgba(0, 0, 0, 0.6); | |
| padding: 5px 15px; | |
| color: #F4723D; | |
| border-radius: 0 10px 0 10px; | |
| } | |
| .li { | |
| text-align: left; | |
| } | |
| @media (max-width: 980px) { | |
| .navbar-text.pull-right { | |
| float: none; | |
| padding-left: 5px; | |
| padding-right: 5px; | |
| } | |
| } |