2015-09-22 14:46:32 +02:00
|
|
|
$ikono--landing-bg-color: #093;
|
|
|
|
$ikono--bg-color: #06c;
|
2015-09-21 16:23:18 +02:00
|
|
|
$ikono--button-color: $ikono--bg-color;
|
2015-09-21 14:53:58 +02:00
|
|
|
$ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ikono_tv.png';
|
|
|
|
|
|
|
|
|
2015-09-22 14:46:32 +02:00
|
|
|
@include keyframes(color-loop) {
|
|
|
|
0% { background: $ikono--landing-bg-color; }
|
|
|
|
33% { background: #099; }
|
|
|
|
66% { background: #09f; }
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-18 15:36:01 +02:00
|
|
|
.client--ikonotv {
|
|
|
|
font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
|
|
|
|
}
|
|
|
|
|
2015-09-21 14:53:58 +02:00
|
|
|
|
|
|
|
.navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.client--ikonotv .navbar-default {
|
|
|
|
background-color: $ikono--bg-color;
|
|
|
|
|
|
|
|
// this is a horrible hack
|
|
|
|
.navbar-nav > li > a[href="https://www.ascribe.io/"] {
|
|
|
|
font-size: 11px;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a,
|
|
|
|
.navbar-nav > li > .active a {
|
|
|
|
text-transform: uppercase;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > .active a,
|
|
|
|
.navbar-nav > .active a:hover,
|
|
|
|
.navbar-nav > .active a:focus {
|
|
|
|
color: black;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > .active {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggle .icon-bar {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > .open > a,
|
|
|
|
.navbar-nav > .open > a:hover,
|
|
|
|
.navbar-nav > .open > a:focus,
|
|
|
|
.dropdown-menu > .active > a,
|
|
|
|
.dropdown-menu > .active > a:hover,
|
|
|
|
.dropdown-menu > .active > a:focus {
|
|
|
|
color: white;
|
|
|
|
background-color: $ikono--bg-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-brand.navbar-brand {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
padding-right: 120px;
|
|
|
|
padding-bottom: 36px;
|
|
|
|
padding-left: 30px;
|
|
|
|
background-image: url($ikono--logo);
|
|
|
|
background-color: transparent;
|
|
|
|
background-position: center 4px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 150px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-09-21 14:58:07 +02:00
|
|
|
.navbar-toggle:hover,
|
|
|
|
.navbar-toggle:focus {
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
2015-09-21 14:53:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-21 16:23:18 +02:00
|
|
|
.client--ikonotv .route--landing {
|
|
|
|
background-color: $ikono--landing-bg-color;
|
2015-09-22 14:46:32 +02:00
|
|
|
animation: color-loop 20s;
|
|
|
|
-moz-animation: color-loop 20s infinite;
|
|
|
|
-webkit-animation: color-loop 20s infinite;
|
|
|
|
|
2015-09-18 13:46:15 +02:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-21 16:23:18 +02:00
|
|
|
.client--ikonotv .route--login,
|
|
|
|
.client--ikonotv .route--signup {
|
|
|
|
background-color: $ikono--landing-bg-color;
|
2015-09-18 15:36:01 +02:00
|
|
|
|
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 {
|
2015-09-21 14:53:58 +02:00
|
|
|
background-color: $ikono--button-color;
|
2015-09-18 15:36:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-form-header {
|
2015-09-21 14:53:58 +02:00
|
|
|
background-image: url($ikono--logo);
|
2015-09-18 15:36:01 +02:00
|
|
|
background-color: transparent;
|
|
|
|
background-position: center 0;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 300px;
|
2015-09-21 14:53:58 +02:00
|
|
|
margin-bottom: 0;
|
2015-09-18 15:36:01 +02:00
|
|
|
height: 150px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
2015-09-21 14:53:58 +02:00
|
|
|
text-indent: -99999px;
|
|
|
|
font-size: 0;
|
2015-09-18 15:36:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-settings-wrapper {
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-left: 3px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-focused {
|
|
|
|
border-left: 3px solid transparent !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-12 15:25:21 +02:00
|
|
|
.ascribe-property {
|
2015-09-18 15:36:01 +02:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2015-10-12 15:25:21 +02:00
|
|
|
.ascribe-property > span {
|
2015-09-18 15:36:01 +02:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2015-10-12 15:25:21 +02:00
|
|
|
.ascribe-property > input {
|
2015-09-18 15:36:01 +02:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-22 17:11:38 +02:00
|
|
|
.client--ikonotv {
|
|
|
|
.route--login,
|
|
|
|
.route--signup {
|
|
|
|
.ascribe-form-bordered {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
2015-09-18 15:36:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2015-09-22 14:46:32 +02:00
|
|
|
font-size: 7em;
|
2015-09-16 18:31:46 +02:00
|
|
|
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
|
|
|
}
|
2015-09-21 16:23:18 +02:00
|
|
|
|
2015-09-22 13:44:19 +02:00
|
|
|
// disabled buttons
|
|
|
|
.client--ikonotv {
|
|
|
|
.btn-default.disabled,
|
|
|
|
.btn-default.disabled:hover,
|
|
|
|
.btn-default.disabled:focus,
|
|
|
|
.btn-default.disabled.focus,
|
|
|
|
.btn-default.disabled:active,
|
|
|
|
.btn-default.disabled.active,
|
|
|
|
.btn-default[disabled],
|
|
|
|
.btn-default[disabled]:hover,
|
|
|
|
.btn-default[disabled]:focus,
|
|
|
|
.btn-default[disabled].focus,
|
|
|
|
.btn-default[disabled]:active,
|
|
|
|
.btn-default[disabled].active,
|
|
|
|
fieldset[disabled] .btn-default,
|
|
|
|
fieldset[disabled] .btn-default:hover,
|
|
|
|
fieldset[disabled] .btn-default:focus,
|
|
|
|
fieldset[disabled] .btn-default.focus,
|
|
|
|
fieldset[disabled] .btn-default:active,
|
|
|
|
fieldset[disabled] .btn-default.active {
|
|
|
|
background-color: darken($ikono--button-color, 20%);
|
|
|
|
border-color: darken($ikono--button-color, 20%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-21 16:23:18 +02:00
|
|
|
// buttons!
|
|
|
|
// thought of the day:
|
|
|
|
// "every great atrocity is the result of people just following orders"
|
|
|
|
.client--ikonotv {
|
|
|
|
.ascribe-piece-list-toolbar-filter-widget button {
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
color: $ikono--button-color;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
background-color: $ikono--button-color !important;
|
|
|
|
border-color: $ikono--button-color !important;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-btn-login,
|
|
|
|
.btn-default {
|
|
|
|
background-color: $ikono--button-color;
|
|
|
|
border-color: $ikono--button-color;
|
|
|
|
|
|
|
|
&:active:hover,
|
|
|
|
&:active:focus,
|
|
|
|
&:active.focus,
|
|
|
|
&.active:hover,
|
|
|
|
&.active:focus,
|
|
|
|
&.active.focus {
|
|
|
|
background-color: darken($ikono--button-color, 20%);
|
|
|
|
border-color: darken($ikono--button-color, 20%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.open > .btn-default.dropdown-toggle:hover,
|
|
|
|
.open > .btn-default.dropdown-toggle:focus,
|
2015-09-22 15:02:36 +02:00
|
|
|
.open > .btn-default.dropdown-toggle.focus,
|
|
|
|
.open > .btn-default.dropdown-toggle.dropdown-toggle {
|
2015-09-21 16:23:18 +02:00
|
|
|
background-color: darken($ikono--button-color, 20%);
|
|
|
|
border-color: darken($ikono--button-color, 20%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager li > a, .pager li > span {
|
|
|
|
background-color: $ikono--button-color;
|
|
|
|
border-color: $ikono--button-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// inputs!
|
|
|
|
.client--ikonotv {
|
|
|
|
|
|
|
|
.ascribe-input-glyph > .form-group > .input-group > .input-group-addon > .filter-glyph {
|
|
|
|
color: $ikono--button-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-input-glyph > .form-group > .input-group > .input-group-addon,
|
|
|
|
.ascribe-input-glyph > .form-group > .input-group input {
|
|
|
|
border-color: $ikono--button-color;
|
|
|
|
}
|
|
|
|
|
2015-10-12 15:25:21 +02:00
|
|
|
.ascribe-property-collapsible-toggle [type=checkbox]:checked + .checkbox:before,
|
2015-09-21 16:23:18 +02:00
|
|
|
.ascribe-checkbox-wrapper [type=checkbox]:checked + .checkbox:before {
|
|
|
|
color: $ikono--button-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// properties!
|
|
|
|
.client--ikonotv {
|
|
|
|
.is-focused {
|
|
|
|
border-left-color: $ikono--button-color !important;
|
|
|
|
background-color: rgba($ikono--button-color, .05);
|
|
|
|
}
|
|
|
|
.ascribe-settings-wrapper:hover {
|
|
|
|
border-left-color: rgba($ikono--button-color, .5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.client--ikonotv {
|
|
|
|
.ascribe-accordion-list-item .wrapper:hover {
|
|
|
|
background-color: rgba($ikono--button-color, .05);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// intercom stuff
|
|
|
|
.client--ikonotv {
|
|
|
|
#intercom-container .intercom-launcher-button {
|
|
|
|
background-color: $ikono--button-color;
|
|
|
|
border-color: $ikono--button-color;
|
|
|
|
}
|
|
|
|
}
|
2015-09-22 13:37:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
// notifications
|
|
|
|
.client--ikonotv .ascribe-global-notification-success {
|
|
|
|
background-color: $ikono--button-color;
|
|
|
|
}
|
2015-09-22 15:13:48 +02:00
|
|
|
|
|
|
|
// progress bar
|
|
|
|
.client--ikonotv .ascribe-progress-bar > .progress-bar {
|
|
|
|
background-color: $ikono--button-color;
|
|
|
|
}
|