combine.fm/public/stylesheets/style.css

259 lines
3.4 KiB
CSS

body {
font-family: "Open Sans";
color: #445470;
}
html, body {
height: 100%;
}
header {
background: #FE4365;
}
.page-wrap {
min-height: 100%;
margin-bottom: -180px;
}
.page-wrap:after {
content: "";
display: block;
}
footer, .page-wrap:after {
margin-top: 80px;
height: 100px;
}
footer {
line-height: 100px;
text-align: right;
}
header h1 {
margin: 0;
padding: 0;
text-align: center;
font-weight: 300;
font-size: 2em;
line-height: 80px;
}
header h1 a {
color: #fff;
}
a {
color: #C04969;
}
a:hover {
color: #824F6D;
}
header h1 a:hover, header h1 a:focus{
color: #ffacc5;
text-decoration: none;
}
.home input[type="text"]:focus {
border-color: rgba(255, 68, 109, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(255, 68, 109, 0.8);
outline: 0 none;
}
.faq ul {
padding: 0;
}
.faq li {
list-style: none;
}
.share header h1, .share header h1 {
text-align: left;
font-size: 1.5em;
line-height: 36px;
}
.audio-lighten {
color: #ffacc5;
}
.artist-lighten {
color: #8396b0;
font-weight: 300;
}
h2 {
font-size: 1.8em;
font-weight: 700;
margin-bottom: 40px;
}
h3 {
font-size: 1.5em;
color: #8396b0;
font-weight: 300;
}
.share-form {
margin-top: 25vh;
margin-bottom: 20px;
text-align: center;
}
.share-form form {
margin-bottom: 30px;
}
.share-form .alert {
margin-top: 20px;
}
.btn-custom {
background-color: #FE4365;
}
.btn-custom, .btn-custom:active, .btn-custom:hover, .btn-custom:focus {
color: #fff;
}
.blurb {
margin-bottom: 50px;
}
.recent .artwork {
margin-bottom: 30px;
}
.share-tools {
text-align: center;
margin-top: 40px;
font-weight: 300;
}
.share-tools img {
width: 20px;
}
.service {
padding: 40px 10px 10px 10px;
margin-bottom: 10px;
}
.matching-from {
position: absolute;
top: 10px;
left: 25px;
}
.source-service {
border-radius: 5px;
background: #eee;
}
.artwork {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
background-repeat: none;
background-size: cover;
border-radius: 5px;
}
.artwork-youtube {
background-position: 50% 0%;
}
.not-found {
opacity: 0.2;
}
.no-match {
position: absolute;
bottom: 80px;
right: 37px;
background: #fff;
color: #FE4365;
padding: 3px 6px;
border-radius: 3px;
opacity: 0.7;
font-weight: bold;
}
.youtube {
position: absolute;
font-weight: bold;
bottom: 65px;
left: 25px;
right: 25px;
padding: 10px;
opacity: 0.85;
background: #fff;
color: #FE4365;
}
.loading-wrap {
position: absolute;
top: 0;left: 0;
background: #fff;
height: 100%;
width: 100%;
opacity: 0.8;
}
.loading {
position: absolute;
top: 35%;
left: 40%;
width: 20%;
}
.service-link {
text-align: center;
}
.service-link a {
font-size: 1.8em;
color: #444;
}
.service-link a:hover {
text-decoration: none;
}
.service-link img {
height: 40px;
}
.error {
background: #FE4365;
color: #febdc9;
}
.error h1, .error h2 {
font-weight: 100;
}
.error .main h1 {
font-size: 2em;
margin-bottom: 20px;
color: #fff;
}
.error h2 {
color: #ff7c94;
font-size: 4em;
margin-top: 0px;
margin-bottom: 20px;
}
.error .col-md-12 {
margin-top: -1px;
}
.error a {
color: #fff;
}
.error-logo {
position: absolute;
top: 50px;
left: 15px;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}