556 lines
11 KiB
CSS
556 lines
11 KiB
CSS
/*!
|
|
* Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
|
|
* Code licensed under the Apache License v2.0.
|
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
|
*/
|
|
|
|
body,
|
|
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: 'Lato', sans-serif;
|
|
}
|
|
|
|
.allcaps {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.topnav {
|
|
font-size: 14px;
|
|
}
|
|
.topnav .navbar-fixed-top .navbar-collapse {
|
|
max-height: 740px;
|
|
}
|
|
.navbar-brand {
|
|
padding: 10px 15px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.navbar-brand {
|
|
padding: 10px 0;
|
|
}
|
|
}
|
|
|
|
.navbar-default {
|
|
background: #fff;
|
|
/* box-shadow: 0 3px 3px -2px hsla(0,0%,78%,.72); */
|
|
padding: 5px;
|
|
}
|
|
|
|
.navbar-default .navbar-header {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.navbar-transparent {
|
|
background: transparent;
|
|
border: none;
|
|
padding: 20px 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.navbar-transparent.topnav {
|
|
z-index: 1005;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.navbar-transparent .navbar-nav>li>a {
|
|
color: #fff;
|
|
cursor: pointer;
|
|
/*font-family: 'Lato-Regular', sans-serif;*/
|
|
font-weight: normal;
|
|
}
|
|
.navbar-transparent .navbar-nav>li>a:hover {
|
|
color: #fff;
|
|
}
|
|
.navbar-transparent .navbar-nav>li>a:focus, .navbar-transparent .navbar-nav>li>a:hover {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-transparent #logoWhite{
|
|
display: block;
|
|
width: 220px;
|
|
}
|
|
|
|
.navbar-right .highlights-dropdown .dropdown-menu {
|
|
left: 0 !important;
|
|
min-width: 155px;
|
|
margin-left: 15px;
|
|
padding: 0 5px 8px !important;
|
|
}
|
|
@media(min-width: 768px) {
|
|
.navbar-default .navbar-nav>li>a,
|
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a {
|
|
font-weight: 300;
|
|
}
|
|
.navbar-right .highlights-dropdown .dropdown-menu {
|
|
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.02);
|
|
border-width: 0 0 1px 0;
|
|
border-color: #e7e7e7;
|
|
box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
|
|
}
|
|
}
|
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a{
|
|
font-size: 13px;
|
|
font-family: 'Lato', sans-serif;
|
|
padding: 1px 10px 1px 18px !important;
|
|
background: transparent;
|
|
color: #333;
|
|
}
|
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a:hover,
|
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a:focus,
|
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a:active {
|
|
background: transparent;
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.lead {
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.intro-header {
|
|
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
color: #f8f8f8;
|
|
background: url(../img/intro-bg.jpg) no-repeat center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.intro-header-2 {
|
|
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
color: #f8f8f8;
|
|
background: url(../img/configure.jpg) no-repeat center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.intro-message {
|
|
position: relative;
|
|
padding-top: 20%;
|
|
padding-bottom: 20%;
|
|
}
|
|
|
|
.intro-auth {
|
|
text-align: center;
|
|
color: #f8f8f8;
|
|
position: relative;
|
|
}
|
|
|
|
.intro-message > h1 {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 5em;
|
|
}
|
|
|
|
.intro-divider {
|
|
width: 400px;
|
|
border-top: 1px solid #f8f8f8;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.intro-message > h3 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.intro-message {
|
|
padding-bottom: 15%;
|
|
}
|
|
|
|
.intro-message > h1 {
|
|
font-size: 3em;
|
|
}
|
|
|
|
ul.intro-social-buttons > li {
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.intro-social-buttons > li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.intro-divider {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.network-name {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.content-section-a {
|
|
padding: 50px 0;
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.content-section-b {
|
|
padding: 50px 0;
|
|
border-top: 1px solid #e7e7e7;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
|
|
.section-heading {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.section-heading-spacer {
|
|
float: left;
|
|
width: 200px;
|
|
border-top: 3px solid #e7e7e7;
|
|
}
|
|
|
|
.banner {
|
|
padding: 100px 0;
|
|
color: #f8f8f8;
|
|
background: url(../img/banner-bg.jpg) no-repeat center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.banner h2 {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 3em;
|
|
}
|
|
|
|
.banner ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/*------Auth section---------*/
|
|
.auth-container {
|
|
min-height: calc(100vh - 180px);
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.auth-bg {
|
|
background: url(../img/pattern.jpg) no-repeat center center;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
.auth-bg::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(90, 116, 175, 0.7);
|
|
z-index: 1;
|
|
}
|
|
|
|
.auth-container .container {
|
|
z-index: 1000;
|
|
}
|
|
|
|
.auth-container .auth-content {
|
|
width: 100%;
|
|
margin: 0 auto 15px;
|
|
max-width: 400px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.auth-container .auth-content.wide {
|
|
max-width: 480px;
|
|
}
|
|
|
|
.auth-box {
|
|
position: relative;
|
|
background: #fff;
|
|
padding: 40px 20px 20px;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.23);
|
|
z-index: 10;
|
|
}
|
|
|
|
.auth-box .section-heading {
|
|
color: #5a5a5a;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
font-size: 36px;
|
|
border-radius: 3px 3px 0px 0px;
|
|
margin: 0 auto 10px;
|
|
}
|
|
|
|
.auth-box .form {
|
|
padding: 20px;
|
|
margin: 0 auto;
|
|
max-width: 360px;
|
|
}
|
|
|
|
.auth-box .form .red {
|
|
color: #eb4d5c;
|
|
}
|
|
|
|
.auth-box .form .btn {
|
|
letter-spacing: 2px;
|
|
font-size: 16px;
|
|
padding: 6px 12px;
|
|
min-width: 140px;
|
|
margin-top: 15px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.auth-box .form .form-control {
|
|
height: 48px;
|
|
font-size: 14px;
|
|
padding: 10px 17px;
|
|
line-height: 30px;
|
|
border-color: #aaa;
|
|
}
|
|
|
|
.auth-box .form .form-control:focus,
|
|
.auth-box .form .form-control:active {
|
|
box-shadow: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.auth-box .form-control::-webkit-input-placeholder {
|
|
color: #aaa;
|
|
}
|
|
|
|
.auth-box .form-control:-moz-placeholder{
|
|
/* Firefox 18- */
|
|
color: #aaa;
|
|
}
|
|
|
|
.auth-box .form-control::-moz-placeholder{
|
|
/* Firefox 19+ */
|
|
color: #aaa;
|
|
}
|
|
|
|
.auth-box .form-control:-ms-input-placeholder {
|
|
color: #aaa;
|
|
}
|
|
|
|
.auth-box .auth-footer {
|
|
text-align: center;
|
|
padding: 5px;
|
|
}
|
|
|
|
.auth-box .auth-footer {
|
|
color: #777;
|
|
}
|
|
|
|
.auth-box .auth-footer a {
|
|
color: #1e94cc;
|
|
}
|
|
|
|
.auth-box .auth-footer .links a:hover {
|
|
color: #1e94cc;
|
|
}
|
|
|
|
.sign-up-message {
|
|
padding: 25px 30px 25px 30px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
font-weight: 300 !important;
|
|
}
|
|
|
|
.sign-up-message a {
|
|
font-size: 18px;
|
|
color: #1e94cc !important;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.banner h2 {
|
|
margin: 0;
|
|
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
|
|
font-size: 3em;
|
|
}
|
|
|
|
.auth-box .form {
|
|
padding: 15px 0 15px 0;
|
|
}
|
|
|
|
.auth-container .auth-title {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.auth-box .msg-list {
|
|
padding: 20px 25px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 540px) {
|
|
.auth-container .auth-title h2 {
|
|
font-size: 32px;
|
|
width: 90%;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.auth-container.auth-signup .auth-title h2 {
|
|
font-size: 20px;
|
|
width: 90%;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.auth-box .section-heading {
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
padding: 20px 0;
|
|
background-color: #f8f8f8;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
font-weight: 300;
|
|
}
|
|
|
|
p.copyright {
|
|
margin: 14px 0 0;
|
|
}
|
|
|
|
.content-404 h1 {
|
|
margin: 0 0 15px;
|
|
font-size: 200px;
|
|
line-height: 1;
|
|
font-weight: 700;
|
|
color: #6db97c;
|
|
}
|
|
|
|
a.unlink {
|
|
color: inherit;
|
|
}
|
|
|
|
a.unlink:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
@media only screen and (max-width: 1040px) and (min-width: 768px) {
|
|
.content-dashboard {
|
|
width: 96% !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
|
|
.content-dashboard {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
.footer-light {
|
|
position: relative;
|
|
}
|
|
.footer-light footer {
|
|
background: transparent;
|
|
color: #eee;
|
|
}
|
|
.footer-light a,
|
|
.footer-light .text-muted {
|
|
color: #ddd;
|
|
}
|
|
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
|
|
color: #fff;
|
|
}
|
|
.footer-vm p.copyright {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
|
|
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
/* bootstrap danger color override from #a94442 */
|
|
.text-danger,
|
|
.has-error .help-block,
|
|
.has-error .control-label,
|
|
.has-error .radio,
|
|
.has-error .checkbox,
|
|
.has-error .radio-inline,
|
|
.has-error .checkbox-inline,
|
|
.has-error.radio label,
|
|
.has-error.checkbox label,
|
|
.has-error.radio-inline label,
|
|
.has-error.checkbox-inline label,
|
|
.has-error .form-control-feedback,
|
|
.alert-danger,
|
|
.list-group-item-danger,
|
|
a.list-group-item-danger,
|
|
a.list-group-item-danger:hover,
|
|
a.list-group-item-danger:focus,
|
|
.panel-danger > .panel-heading {
|
|
color: #eb4d5c;
|
|
}
|
|
.alert-danger{
|
|
background: rgba(235, 204, 209, 0.2);
|
|
}
|
|
.has-error .form-control,
|
|
.has-error .form-control:focus,
|
|
.has-error .form-control:active,
|
|
.has-error .input-group-addon {
|
|
color: #eb4d5c;
|
|
border-color: #eb4d5c;
|
|
}
|
|
a.list-group-item-danger.active,
|
|
a.list-group-item-danger.active:hover,
|
|
a.list-group-item-danger.active:focus {
|
|
background-color: #eb4d5c;
|
|
border-color: #eb4d5c;
|
|
}
|
|
.panel-danger > .panel-heading .badge {
|
|
background-color: #eb4d5c;
|
|
}
|
|
|
|
/* bootstrap input box-shadom disable */
|
|
.has-error .form-control:focus,
|
|
.has-error .form-control:active,
|
|
.has-success .form-control:focus,
|
|
.has-success .form-control:active {
|
|
box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
|
|
}
|
|
.checkmark {
|
|
display: inline-block;
|
|
}
|
|
.checkmark:after {
|
|
/*Add another block-level blank space*/
|
|
content: '';
|
|
display: block;
|
|
/*Make it a small rectangle so the border will create an L-shape*/
|
|
width: 25px;
|
|
height: 60px;
|
|
/*Add a white border on the bottom and left, creating that 'L' */
|
|
border: solid #777;
|
|
border-width: 0 3px 3px 0;
|
|
/*Rotate the L 45 degrees to turn it into a checkmark*/
|
|
transform: rotate(45deg);
|
|
}
|