-
Notifications
You must be signed in to change notification settings - Fork 0
site.css
WILSON DE OLIVEIRA JUNIOR edited this page Mar 8, 2020
·
2 revisions
Conteúdo do arquivo site.css:
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
a {
color: #0366d6;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
}
.search-background {
background: url('/images/dust_scratches.png');
}
.backgroundWhite {
background-color: white;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
}
.login-form {
width: 340px;
margin: 50px auto;
}
.login-form form {
margin-bottom: 15px;
background: #fff;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
}
.login-form h2 {
margin: 0 0 15px;
}
.form-control, .btn {
min-height: 38px;
border-radius: 2px;
}
#logreg-forms {
width: 412px;
margin: 10vh auto;
background-color: white;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
width: 100%;
max-width: 410px;
padding: 15px;
margin: auto;
}
#logreg-forms .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
#logreg-forms .form-control:focus {
z-index: 2;
}
#logreg-forms .form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#logreg-forms .social-login {
width: 390px;
margin: 0 auto;
margin-bottom: 14px;
}
#logreg-forms .social-btn {
font-weight: 100;
color: white;
width: 190px;
font-size: 0.9rem;
}
#logreg-forms a {
display: block;
padding-top: 10px;
color: lightseagreen;
}
#logreg-form .lines {
width: 200px;
border: 1px solid red;
}
#logreg-forms button[type="submit"] {
margin-top: 10px;
}
#logreg-forms .facebook-btn {
background-color: #3C589C;
}
#logreg-forms .microsoft-btn {
background-color: #2672ec;
}
#logreg-forms .form-reset, #logreg-forms .form-signup {
display: none;
}
#logreg-forms .form-signup .social-btn {
width: 210px;
}
#logreg-forms .form-signup input {
margin-bottom: 2px;
}
.form-signup .social-login {
width: 210px !important;
margin: 0 auto;
}
.dropdown-menu {
background-color: #2c3e50!important;
border: 1px solid #2c3e50!important;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #fff;
text-decoration: none;
background-color: #516376!important;
}