grantcallendar/app/assets/stylesheets/main.css

118 lines
2.7 KiB
CSS

.mainer-header {
position: relative;
min-height: 396px;
background: url("/assets/baner_main.png") no-repeat center center;
background-size: cover;
}
.mainer-header .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(33, 37, 41, 0.85);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.btn-outline-navy {
color: #1c509a;
border-color: #1c509a;
}
.btn-outline-navy:hover {
color: #fff;
background-color: #1c509a;
border-color: #1c509a;
}
.btn-outline-navy:focus, .btn-outline-navy.focus {
box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-navy.disabled, .btn-outline-navy:disabled {
color: #1c509a;
background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active,
.show > .btn-outline-navy.dropdown-toggle {
color: #fff;
background-color: #1c509a;
border-color: #1c509a;
}
.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-navy.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-navy {
color: #fff;
background-color: #1c509a;
border-color: #1c509a;
box-shadow: none;
}
.btn-navy:hover {
color: #fff;
background-color: #0a3a7e;
border-color: #0A3AB0;
}
.btn-navy:focus, .btn-navy.focus {
color: #fff;
background-color: #0a3a7e;
border-color: #1e7e34;
box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-navy.disabled, .btn-success:disabled {
color: #fff;
background-color: #1c509a;
border-color: #0A3AB0;
}
.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1c509a;
border-color: #0A3AB0;
}
.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.text-navy-new {
color: #1c509a;
}
.text-navy-new:hover {
color: #0a3a7e;
}
.dictionary-word {
text-decoration: underline;
-webkit-text-decoration-color: blue; /* Safari */
text-decoration-color: blue;
}