2015-09-18 15:36:01 +02:00
|
|
|
.client--ikonotv {
|
|
|
|
font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
|
|
|
|
}
|
|
|
|
|
2015-09-18 14:25:31 +02:00
|
|
|
.client--ikonotv.route--landing {
|
2015-09-18 13:46:15 +02:00
|
|
|
background-color: #c40050;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-18 15:36:01 +02:00
|
|
|
.client--ikonotv.route--login,
|
|
|
|
.client--ikonotv.route--signup {
|
|
|
|
background-color: #c40050;
|
|
|
|
|
2015-09-18 16:00:39 +02:00
|
|
|
.ascribe-btn-login {
|
2015-09-18 15:36:01 +02:00
|
|
|
display: block;
|
|
|
|
margin: 50px auto 0;
|
|
|
|
width: auto;
|
|
|
|
padding: 10px 30px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
2015-09-18 16:00:39 +02:00
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-btn-login-spinner {
|
|
|
|
background-color: #02b6a3;
|
2015-09-18 15:36:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-form-header {
|
|
|
|
background-image: url(https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ikono_tv.png);
|
|
|
|
background-color: transparent;
|
|
|
|
background-position: center 0;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 300px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
height: 150px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-settings-wrapper {
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-left: 3px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-focused {
|
|
|
|
border-left: 3px solid transparent !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-settings-property {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-settings-property > span {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-settings-property > input {
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #fff;
|
|
|
|
margin-top: .1em;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
background-color: #ffff00;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox,
|
|
|
|
.checkbox a {
|
|
|
|
color: white !important;
|
|
|
|
}
|
2015-09-18 16:00:39 +02:00
|
|
|
|
|
|
|
.ascribe-login-text {
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2015-09-18 15:36:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.client--ikonotv .ascribe-form-bordered {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.client--ikonotv .ascribe-login-wrapper {
|
2015-09-18 14:25:31 +02:00
|
|
|
}
|
|
|
|
|
2015-09-18 15:36:01 +02:00
|
|
|
.client--ikonotv .ascribe-footer {
|
2015-09-18 13:46:15 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-09-16 18:31:46 +02:00
|
|
|
.ikonotv-landing {
|
|
|
|
/* center all text on the page */
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
header {
|
|
|
|
/* center all images on the page */
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Ikonotv logo */
|
|
|
|
img:first-child {
|
2015-09-18 13:46:15 +02:00
|
|
|
max-width: 200px;
|
2015-09-16 18:31:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
> .tagline {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
|
|
|
> h1 {
|
|
|
|
font-size: 9em;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2015-09-18 13:46:15 +02:00
|
|
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .poster {
|
|
|
|
max-width: 600px;
|
|
|
|
margin: 0 auto;
|
|
|
|
> .content {
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 56.25%;
|
|
|
|
height: 0;
|
|
|
|
background-color: #ffff00;
|
|
|
|
}
|
2015-09-16 18:31:46 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> h2 {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 2.75em;
|
2015-09-18 13:46:15 +02:00
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
|
font-size: 1.75em;
|
|
|
|
}
|
2015-09-16 18:31:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
> h2 + h2 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
|
|
|
> section {
|
2015-09-18 13:46:15 +02:00
|
|
|
width: 100%;
|
|
|
|
max-width: 60em;
|
2015-09-16 18:31:46 +02:00
|
|
|
margin: 3em auto 1em auto;
|
|
|
|
|
|
|
|
> h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.35em;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
> p {
|
|
|
|
text-align: left;
|
|
|
|
font-size: 1.3em;
|
|
|
|
line-height: 1.8;
|
2015-09-18 13:46:15 +02:00
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
2015-09-16 18:31:46 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
margin-top: 5em;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
|
|
|
|
> p {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
> p + p {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .btn-default {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
}
|
2015-09-18 13:46:15 +02:00
|
|
|
}
|