123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- @import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
-
- body {
- padding-top: 50px;
- }
- .starter-template {
- padding: 40px 15px;
- text-align: center;
- }
- .footer {
- padding-top: 40px;
- padding-bottom: 40px;
- margin-top: 40px;
- border-top: 1px solid #eee;
- }
- .alert {
- margin-bottom: 0;
- }
- .help-block {
- display: none;
- }
- .navbar-form {
- margin-right: 0;
- }
- /* Home page styling */
- .corporate-jumbo {
- background-image: url('/static/img/frontpage/mt-fuji-477832_1280.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: 0 0;
- -webkit-background-size: cover;
- background-size: cover;
- color: #f5f5f5;
- }
- .corporate-jumbo .well {
- background-color: rgba(245, 245, 245, .7);
- }
- .corporate-jumbo p, .corporate-jumbo h1 {
- color: #eee;
- text-shadow: 0px 0px 2px black;
- }
- .corporate-jumbo p {
- font-weight: 500;
- }
- .corporate-jumbo .well legend {
- color: #333;
- }
- .contact-banner {
- padding: 100px 0;
- background: #e0e0e0;
- margin-top: 100px;
- }
- .footer a:hover {
- text-decoration: none;
- }
-
-
- /* Login Form */
-
- .form-signin {
- max-width: 330px;
- padding: 15px;
- margin: 0 auto;
- }
- .form-signin .form-signin-heading,
- .form-signin .checkbox {
- margin-bottom: 10px;
- }
- .form-signin .checkbox {
- font-weight: normal;
- }
- .form-signin .form-control {
- position: relative;
- height: auto;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 10px;
- font-size: 16px;
- }
- .form-signin .form-control:focus {
- z-index: 2;
- }
- .form-signin input[type="text"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
|