forked from projects/fipamo
2243 lines
47 KiB
CSS
2243 lines
47 KiB
CSS
/**
|
|
-------------------------------
|
|
-- Bulma
|
|
-------------------------------
|
|
**/
|
|
@-moz-keyframes spinAround {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spinAround {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-o-keyframes spinAround {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spinAround {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
.column {
|
|
display: block;
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
padding: 0.75rem;
|
|
}
|
|
.columns.is-mobile > .column.is-narrow {
|
|
flex: none;
|
|
}
|
|
.columns.is-mobile > .column.is-full {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.columns.is-mobile > .column.is-three-quarters {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.columns.is-mobile > .column.is-two-thirds {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.columns.is-mobile > .column.is-half {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.columns.is-mobile > .column.is-one-third {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.columns.is-mobile > .column.is-one-quarter {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.columns.is-mobile > .column.is-one-fifth {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.columns.is-mobile > .column.is-two-fifths {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.columns.is-mobile > .column.is-three-fifths {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.columns.is-mobile > .column.is-four-fifths {
|
|
flex: none;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-three-quarters {
|
|
margin-left: 75%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-two-thirds {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-half {
|
|
margin-left: 50%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-one-third {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-one-quarter {
|
|
margin-left: 25%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-one-fifth {
|
|
margin-left: 20%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-two-fifths {
|
|
margin-left: 40%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-three-fifths {
|
|
margin-left: 60%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-four-fifths {
|
|
margin-left: 80%;
|
|
}
|
|
.columns.is-mobile > .column.is-1 {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-1 {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.columns.is-mobile > .column.is-2 {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-2 {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.columns.is-mobile > .column.is-3 {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.columns.is-mobile > .column.is-4 {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-4 {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.columns.is-mobile > .column.is-5 {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-5 {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.columns.is-mobile > .column.is-6 {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.columns.is-mobile > .column.is-7 {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-7 {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.columns.is-mobile > .column.is-8 {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-8 {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.columns.is-mobile > .column.is-9 {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.columns.is-mobile > .column.is-10 {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-10 {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.columns.is-mobile > .column.is-11 {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-11 {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.columns.is-mobile > .column.is-12 {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.columns.is-mobile > .column.is-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column.is-narrow-mobile {
|
|
flex: none;
|
|
}
|
|
.column.is-full-mobile {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters-mobile {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds-mobile {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half-mobile {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third-mobile {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter-mobile {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth-mobile {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths-mobile {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths-mobile {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths-mobile {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters-mobile {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds-mobile {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half-mobile {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third-mobile {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter-mobile {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth-mobile {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths-mobile {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths-mobile {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths-mobile {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1-mobile {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1-mobile {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2-mobile {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2-mobile {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3-mobile {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3-mobile {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4-mobile {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4-mobile {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5-mobile {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5-mobile {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6-mobile {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6-mobile {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7-mobile {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7-mobile {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8-mobile {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8-mobile {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9-mobile {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9-mobile {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10-mobile {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10-mobile {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11-mobile {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11-mobile {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12-mobile {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12-mobile {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 769px), print {
|
|
.column.is-narrow,
|
|
.column.is-narrow-tablet {
|
|
flex: none;
|
|
}
|
|
.column.is-full,
|
|
.column.is-full-tablet {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters,
|
|
.column.is-three-quarters-tablet {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds,
|
|
.column.is-two-thirds-tablet {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half,
|
|
.column.is-half-tablet {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third,
|
|
.column.is-one-third-tablet {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter,
|
|
.column.is-one-quarter-tablet {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth,
|
|
.column.is-one-fifth-tablet {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths,
|
|
.column.is-two-fifths-tablet {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths,
|
|
.column.is-three-fifths-tablet {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths,
|
|
.column.is-four-fifths-tablet {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters,
|
|
.column.is-offset-three-quarters-tablet {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds,
|
|
.column.is-offset-two-thirds-tablet {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half,
|
|
.column.is-offset-half-tablet {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third,
|
|
.column.is-offset-one-third-tablet {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter,
|
|
.column.is-offset-one-quarter-tablet {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth,
|
|
.column.is-offset-one-fifth-tablet {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths,
|
|
.column.is-offset-two-fifths-tablet {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths,
|
|
.column.is-offset-three-fifths-tablet {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths,
|
|
.column.is-offset-four-fifths-tablet {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1,
|
|
.column.is-1-tablet {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1,
|
|
.column.is-offset-1-tablet {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2,
|
|
.column.is-2-tablet {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2,
|
|
.column.is-offset-2-tablet {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3,
|
|
.column.is-3-tablet {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3,
|
|
.column.is-offset-3-tablet {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4,
|
|
.column.is-4-tablet {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4,
|
|
.column.is-offset-4-tablet {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5,
|
|
.column.is-5-tablet {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5,
|
|
.column.is-offset-5-tablet {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6,
|
|
.column.is-6-tablet {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6,
|
|
.column.is-offset-6-tablet {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7,
|
|
.column.is-7-tablet {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7,
|
|
.column.is-offset-7-tablet {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8,
|
|
.column.is-8-tablet {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8,
|
|
.column.is-offset-8-tablet {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9,
|
|
.column.is-9-tablet {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9,
|
|
.column.is-offset-9-tablet {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10,
|
|
.column.is-10-tablet {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10,
|
|
.column.is-offset-10-tablet {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11,
|
|
.column.is-11-tablet {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11,
|
|
.column.is-offset-11-tablet {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12,
|
|
.column.is-12-tablet {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12,
|
|
.column.is-offset-12-tablet {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1023px) {
|
|
.column.is-narrow-touch {
|
|
flex: none;
|
|
}
|
|
.column.is-full-touch {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters-touch {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds-touch {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half-touch {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third-touch {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter-touch {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth-touch {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths-touch {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths-touch {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths-touch {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters-touch {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds-touch {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half-touch {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third-touch {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter-touch {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth-touch {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths-touch {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths-touch {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths-touch {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1-touch {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1-touch {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2-touch {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2-touch {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3-touch {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3-touch {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4-touch {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4-touch {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5-touch {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5-touch {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6-touch {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6-touch {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7-touch {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7-touch {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8-touch {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8-touch {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9-touch {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9-touch {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10-touch {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10-touch {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11-touch {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11-touch {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12-touch {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12-touch {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1024px) {
|
|
.column.is-narrow-desktop {
|
|
flex: none;
|
|
}
|
|
.column.is-full-desktop {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters-desktop {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds-desktop {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half-desktop {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third-desktop {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter-desktop {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth-desktop {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths-desktop {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths-desktop {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths-desktop {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters-desktop {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds-desktop {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half-desktop {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third-desktop {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter-desktop {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth-desktop {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths-desktop {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths-desktop {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths-desktop {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1-desktop {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1-desktop {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2-desktop {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2-desktop {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3-desktop {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3-desktop {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4-desktop {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4-desktop {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5-desktop {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5-desktop {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6-desktop {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6-desktop {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7-desktop {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7-desktop {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8-desktop {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8-desktop {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9-desktop {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9-desktop {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10-desktop {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10-desktop {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11-desktop {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11-desktop {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12-desktop {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12-desktop {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1216px) {
|
|
.column.is-narrow-widescreen {
|
|
flex: none;
|
|
}
|
|
.column.is-full-widescreen {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters-widescreen {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds-widescreen {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half-widescreen {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third-widescreen {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter-widescreen {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth-widescreen {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths-widescreen {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths-widescreen {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths-widescreen {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters-widescreen {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds-widescreen {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half-widescreen {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third-widescreen {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter-widescreen {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth-widescreen {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths-widescreen {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths-widescreen {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths-widescreen {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1-widescreen {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1-widescreen {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2-widescreen {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2-widescreen {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3-widescreen {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3-widescreen {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4-widescreen {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4-widescreen {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5-widescreen {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5-widescreen {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6-widescreen {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6-widescreen {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7-widescreen {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7-widescreen {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8-widescreen {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8-widescreen {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9-widescreen {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9-widescreen {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10-widescreen {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10-widescreen {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11-widescreen {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11-widescreen {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12-widescreen {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12-widescreen {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1408px) {
|
|
.column.is-narrow-fullhd {
|
|
flex: none;
|
|
}
|
|
.column.is-full-fullhd {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-three-quarters-fullhd {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-two-thirds-fullhd {
|
|
flex: none;
|
|
width: 66.6666%;
|
|
}
|
|
.column.is-half-fullhd {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-one-third-fullhd {
|
|
flex: none;
|
|
width: 33.3333%;
|
|
}
|
|
.column.is-one-quarter-fullhd {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-one-fifth-fullhd {
|
|
flex: none;
|
|
width: 20%;
|
|
}
|
|
.column.is-two-fifths-fullhd {
|
|
flex: none;
|
|
width: 40%;
|
|
}
|
|
.column.is-three-fifths-fullhd {
|
|
flex: none;
|
|
width: 60%;
|
|
}
|
|
.column.is-four-fifths-fullhd {
|
|
flex: none;
|
|
width: 80%;
|
|
}
|
|
.column.is-offset-three-quarters-fullhd {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-offset-two-thirds-fullhd {
|
|
margin-left: 66.6666%;
|
|
}
|
|
.column.is-offset-half-fullhd {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-offset-one-third-fullhd {
|
|
margin-left: 33.3333%;
|
|
}
|
|
.column.is-offset-one-quarter-fullhd {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-offset-one-fifth-fullhd {
|
|
margin-left: 20%;
|
|
}
|
|
.column.is-offset-two-fifths-fullhd {
|
|
margin-left: 40%;
|
|
}
|
|
.column.is-offset-three-fifths-fullhd {
|
|
margin-left: 60%;
|
|
}
|
|
.column.is-offset-four-fifths-fullhd {
|
|
margin-left: 80%;
|
|
}
|
|
.column.is-1-fullhd {
|
|
flex: none;
|
|
width: 8.333333333333332%;
|
|
}
|
|
.column.is-offset-1-fullhd {
|
|
margin-left: 8.333333333333332%;
|
|
}
|
|
.column.is-2-fullhd {
|
|
flex: none;
|
|
width: 16.666666666666664%;
|
|
}
|
|
.column.is-offset-2-fullhd {
|
|
margin-left: 16.666666666666664%;
|
|
}
|
|
.column.is-3-fullhd {
|
|
flex: none;
|
|
width: 25%;
|
|
}
|
|
.column.is-offset-3-fullhd {
|
|
margin-left: 25%;
|
|
}
|
|
.column.is-4-fullhd {
|
|
flex: none;
|
|
width: 33.33333333333333%;
|
|
}
|
|
.column.is-offset-4-fullhd {
|
|
margin-left: 33.33333333333333%;
|
|
}
|
|
.column.is-5-fullhd {
|
|
flex: none;
|
|
width: 41.66666666666667%;
|
|
}
|
|
.column.is-offset-5-fullhd {
|
|
margin-left: 41.66666666666667%;
|
|
}
|
|
.column.is-6-fullhd {
|
|
flex: none;
|
|
width: 50%;
|
|
}
|
|
.column.is-offset-6-fullhd {
|
|
margin-left: 50%;
|
|
}
|
|
.column.is-7-fullhd {
|
|
flex: none;
|
|
width: 58.333333333333336%;
|
|
}
|
|
.column.is-offset-7-fullhd {
|
|
margin-left: 58.333333333333336%;
|
|
}
|
|
.column.is-8-fullhd {
|
|
flex: none;
|
|
width: 66.66666666666666%;
|
|
}
|
|
.column.is-offset-8-fullhd {
|
|
margin-left: 66.66666666666666%;
|
|
}
|
|
.column.is-9-fullhd {
|
|
flex: none;
|
|
width: 75%;
|
|
}
|
|
.column.is-offset-9-fullhd {
|
|
margin-left: 75%;
|
|
}
|
|
.column.is-10-fullhd {
|
|
flex: none;
|
|
width: 83.33333333333334%;
|
|
}
|
|
.column.is-offset-10-fullhd {
|
|
margin-left: 83.33333333333334%;
|
|
}
|
|
.column.is-11-fullhd {
|
|
flex: none;
|
|
width: 91.66666666666666%;
|
|
}
|
|
.column.is-offset-11-fullhd {
|
|
margin-left: 91.66666666666666%;
|
|
}
|
|
.column.is-12-fullhd {
|
|
flex: none;
|
|
width: 100%;
|
|
}
|
|
.column.is-offset-12-fullhd {
|
|
margin-left: 100%;
|
|
}
|
|
}
|
|
.columns {
|
|
margin-left: -0.75rem;
|
|
margin-right: -0.75rem;
|
|
margin-top: -0.75rem;
|
|
}
|
|
.columns:last-child {
|
|
margin-bottom: -0.75rem;
|
|
}
|
|
.columns:not(:last-child) {
|
|
margin-bottom: calc(1.5rem - 0.75rem);
|
|
}
|
|
.columns.is-centered {
|
|
justify-content: center;
|
|
}
|
|
.columns.is-gapless {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
}
|
|
.columns.is-gapless > .column {
|
|
margin: 0;
|
|
padding: 0 !important;
|
|
}
|
|
.columns.is-gapless:not(:last-child) {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.columns.is-gapless:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.columns.is-mobile {
|
|
display: flex;
|
|
}
|
|
.columns.is-multiline {
|
|
flex-wrap: wrap;
|
|
}
|
|
.columns.is-vcentered {
|
|
align-items: center;
|
|
}
|
|
@media screen and (min-width: 769px), print {
|
|
.columns:not(.is-desktop) {
|
|
display: flex;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1024px) {
|
|
.columns.is-desktop {
|
|
display: flex;
|
|
}
|
|
}
|
|
.columns.is-variable {
|
|
--columnGap: 0.75rem;
|
|
margin-left: calc(-1 * var(--columnGap));
|
|
margin-right: calc(-1 * var(--columnGap));
|
|
}
|
|
.columns.is-variable .column {
|
|
padding-left: var(--columnGap);
|
|
padding-right: var(--columnGap);
|
|
}
|
|
.columns.is-variable.is-0 {
|
|
--columnGap: 0rem;
|
|
}
|
|
.columns.is-variable.is-1 {
|
|
--columnGap: 0.25rem;
|
|
}
|
|
.columns.is-variable.is-2 {
|
|
--columnGap: 0.5rem;
|
|
}
|
|
.columns.is-variable.is-3 {
|
|
--columnGap: 0.75rem;
|
|
}
|
|
.columns.is-variable.is-4 {
|
|
--columnGap: 1rem;
|
|
}
|
|
.columns.is-variable.is-5 {
|
|
--columnGap: 1.25rem;
|
|
}
|
|
.columns.is-variable.is-6 {
|
|
--columnGap: 1.5rem;
|
|
}
|
|
.columns.is-variable.is-7 {
|
|
--columnGap: 1.75rem;
|
|
}
|
|
.columns.is-variable.is-8 {
|
|
--columnGap: 2rem;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Typography
|
|
-------------------------------
|
|
**/
|
|
@font-face {
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-family: 'AlteHaasGrotesk';
|
|
src: url("fonts/app/AlteHaasGroteskRegular.eot"), url("fonts/app/AlteHaasGroteskRegular.eot?#iefix") format('embedded-opentype'), url("fonts/app/AlteHaasGroteskRegular.woff2") format('woff2'), url("fonts/app/AlteHaasGroteskRegular.woff") format('woff'), url("fonts/app/AlteHaasGroteskRegular.ttf") format('truetype'), url("fonts/app/AlteHaasGroteskRegular.svg?#AlteHaasGrotesk") format('svg');
|
|
}
|
|
@font-face {
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-family: 'AlteHaasGrotesk';
|
|
src: url("fonts/app/AlteHaasGroteskBold.eot"), url("fonts/app/AlteHaasGroteskBold.eot?#iefix") format('embedded-opentype'), url("fonts/app/AlteHaasGroteskBold.woff2") format('woff2'), url("fonts/app/AlteHaasGroteskBold.woff") format('woff'), url("fonts/app/AlteHaasGroteskBold.ttf") format('truetype'), url("fonts/app/AlteHaasGroteskBold.svg?#AlteHaasGrotesk") format('svg');
|
|
}
|
|
@font-face {
|
|
font-family: 'RobotoMono';
|
|
src: url("fonts/app/RobotoMono-Thin.eot"), url("fonts/app/RobotoMono-Thin.eot?#iefix") format('embedded-opentype'), url("fonts/app/RobotoMono-Thin.woff2") format('woff2'), url("fonts/app/RobotoMono-Thin.woff") format('woff'), url("fonts/app/RobotoMono-Thin.ttf") format('truetype'), url("fonts/app/RobotoMono-Thin.svg?#RobotoMono") format('svg');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'RobotoMono';
|
|
src: url("fonts/app/RobotoMono-Light.eot"), url("fonts/app/RobotoMono-Light.eot?#iefix") format('embedded-opentype'), url("fonts/app/RobotoMono-Light.woff2") format('woff2'), url("fonts/app/RobotoMono-Light.woff") format('woff'), url("fonts/app/RobotoMono-Light.ttf") format('truetype'), url("fonts/app/RobotoMono-Light.svg?#RobotoMono") format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'RobotoMono';
|
|
src: url("fonts/app/RobotoMono-Regular.eot"), url("fonts/app/RobotoMono-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/app/RobotoMono-Regular.woff2") format('woff2'), url("fonts/app/RobotoMono-Regular.woff") format('woff'), url("fonts/app/RobotoMono-Regular.ttf") format('truetype'), url("fonts/app/RobotoMono-Regular.svg?#RobotoMono") format('svg');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'RobotoMono';
|
|
src: url("fonts/app/RobotoMono-Bold.eot"), url("fonts/app/RobotoMono-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/app/RobotoMono-Bold.woff2") format('woff2'), url("fonts/app/RobotoMono-Bold.woff") format('woff'), url("fonts/app/RobotoMono-Bold.ttf") format('truetype'), url("fonts/app/RobotoMono-Bold.svg?#RobotoMono") format('svg');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Colors
|
|
-------------------------------
|
|
**/
|
|
/**
|
|
-------------------------------
|
|
-- Mixins
|
|
-------------------------------
|
|
**/
|
|
/**
|
|
-------------------------------
|
|
-- Normalize
|
|
-------------------------------
|
|
**/
|
|
html {
|
|
line-height: 1.15;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
}
|
|
article,
|
|
aside,
|
|
footer,
|
|
header,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
figcaption,
|
|
figure,
|
|
main {
|
|
display: block;
|
|
}
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
overflow: visible;
|
|
}
|
|
pre {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
a {
|
|
background-color: transparent;
|
|
-webkit-text-decoration-skip: objects;
|
|
}
|
|
a:active,
|
|
a:hover {
|
|
outline-width: 0;
|
|
}
|
|
abbr[title] {
|
|
border-bottom: none;
|
|
text-decoration: underline;
|
|
text-decoration: underline dotted;
|
|
}
|
|
b,
|
|
strong {
|
|
font-weight: inherit;
|
|
font-weight: bolder;
|
|
}
|
|
code,
|
|
kbd,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
mark {
|
|
background-color: #ff0;
|
|
color: #000;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub,
|
|
sup {
|
|
font-size: 60%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.55em;
|
|
background: #addbeb;
|
|
color: #2b8caf;
|
|
border-radius: 2px;
|
|
padding: 0 2px 0 2px;
|
|
margin: 0 2px 0 0;
|
|
}
|
|
audio,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
img {
|
|
border-style: none;
|
|
}
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: sans-serif;
|
|
font-size: 100%;
|
|
line-height: 1.15;
|
|
margin: 0;
|
|
}
|
|
button,
|
|
input {
|
|
overflow: visible;
|
|
}
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
button,
|
|
html [type="button"],
|
|
[type="reset"],
|
|
[type="submit"] {
|
|
-webkit-appearance: button;
|
|
}
|
|
[type="button"]::-moz-focus-inner,
|
|
[type="reset"]::-moz-focus-inner,
|
|
[type="submit"]::-moz-focus-inner,
|
|
button::-moz-focus-inner {
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
[type="button"]:-moz-focusring,
|
|
[type="reset"]:-moz-focusring,
|
|
[type="submit"]:-moz-focusring,
|
|
button:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
legend {
|
|
box-sizing: border-box;
|
|
color: inherit;
|
|
display: table;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
white-space: normal;
|
|
}
|
|
progress {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
}
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
[type="checkbox"],
|
|
[type="radio"] {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
outline-offset: -2px;
|
|
}
|
|
[type="search"]::-webkit-search-cancel-button,
|
|
[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
font: inherit;
|
|
}
|
|
details,
|
|
menu {
|
|
display: block;
|
|
}
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
canvas {
|
|
display: inline-block;
|
|
}
|
|
template {
|
|
display: none;
|
|
}
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Main Structure
|
|
-------------------------------
|
|
**/
|
|
html {
|
|
background: url("../images/bg-teal-pattern.png");
|
|
font: 300 1em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
color: #ebdfce;
|
|
}
|
|
a {
|
|
font: 300 1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #baf273;
|
|
text-decoration: underline;
|
|
-moz-transition: all 0.1s linear;
|
|
-webkit-transition: all 0.1s linear;
|
|
-o-transition: all 0.1s linear;
|
|
transition: all 0.1s linear;
|
|
}
|
|
a:hover {
|
|
color: #e8fbd0;
|
|
background: #2b8caf;
|
|
}
|
|
svg.icons {
|
|
width: 20px;
|
|
fill: #eb6b99;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
color: #eb6b99 !important;
|
|
font-weight: 600 !important;
|
|
}
|
|
#loader {
|
|
position: fixed;
|
|
z-index: 2000;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
#loader i {
|
|
color: #ebdfce;
|
|
}
|
|
.blog-container {
|
|
width: 100%;
|
|
}
|
|
.main-container {
|
|
margin: 0 auto;
|
|
z-index: 10;
|
|
position: relative;
|
|
}
|
|
.main-container section header {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
position: relative;
|
|
width: 100%;
|
|
font-size: 1em;
|
|
padding: 20px;
|
|
opacity: 0;
|
|
color: #ebdfce;
|
|
}
|
|
.main-container section header #float-bg {
|
|
background: url("../images/bg-teal-pattern.png");
|
|
position: absolute;
|
|
z-index: 5;
|
|
isolation: isolate;
|
|
opacity: 0;
|
|
left: 20%;
|
|
}
|
|
.main-container section header #float-bg img {
|
|
width: 250px;
|
|
mix-blend-mode: multiply;
|
|
}
|
|
.main-container section header #header-one,
|
|
.main-container section header #header-two {
|
|
z-index: 10;
|
|
position: relative;
|
|
}
|
|
.main-container section header #header-one label#the-title a,
|
|
.main-container section header #header-two label#the-title a {
|
|
font: 500 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
width: 97px;
|
|
height: 100px;
|
|
color: #eb6b99;
|
|
text-decoration: none;
|
|
display: block;
|
|
word-break: break-all;
|
|
}
|
|
@media only screen and (max-width: 640px) {
|
|
.main-container .content #the-intro {
|
|
font-size: 31px;
|
|
line-height: 35px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 480px) {
|
|
.main-container .content #the-intro {
|
|
font-size: 25px;
|
|
line-height: 33px;
|
|
}
|
|
.main-container .content #index-display span,
|
|
.main-container .content #index-display a {
|
|
font: 400 1.2em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 375px) {
|
|
.main-container .header {
|
|
width: 90%;
|
|
}
|
|
.main-container .header .header-desc h1 {
|
|
line-height: 1rem;
|
|
font-size: 3.3rem;
|
|
}
|
|
.main-container .header .header-desc span a {
|
|
color: #eee;
|
|
width: 250px;
|
|
font-weight: 300;
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
font: 300 7em/1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
text-decoration: none;
|
|
margin: 0 0 50px 0;
|
|
}
|
|
.main-container .header .header-desc #the-intro {
|
|
color: #eb6b99;
|
|
opacity: 0;
|
|
font: 400 1.8em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
display: inline-block;
|
|
width: 95%;
|
|
}
|
|
.main-container .header .header-desc #item-intro {
|
|
width: 95%;
|
|
}
|
|
.main-container .header .header-desc #item-intro label {
|
|
font-size: 2em;
|
|
}
|
|
.main-container .content #the-intro {
|
|
font-size: 24px;
|
|
line-height: 33px;
|
|
}
|
|
.main-container .content #index-display label {
|
|
font-size: 7em;
|
|
}
|
|
.main-container .content #index-display #recent-work,
|
|
.main-container .content #index-display #recent-blog {
|
|
float: none;
|
|
display: block;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
padding-bottom: 30px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 320px) {
|
|
.main-container .header .header-desc h1 {
|
|
line-height: 1rem;
|
|
font-size: 2.9rem;
|
|
}
|
|
.main-container .content #the-intro {
|
|
font-size: 19px;
|
|
line-height: 28px;
|
|
}
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Index
|
|
-------------------------------
|
|
**/
|
|
#index-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
header #header-one #the-intro,
|
|
header #header-two #the-intro {
|
|
margin: 80px 0 0 0;
|
|
}
|
|
#index-display {
|
|
padding: 20px;
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
font-size: 1em;
|
|
z-index: 10;
|
|
position: relative;
|
|
}
|
|
#index-display #recent-title {
|
|
color: #eee;
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
vertical-align: top;
|
|
}
|
|
#index-display .index-block {
|
|
width: 50%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 50px;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Fipamo
|
|
-------------------------------
|
|
**/
|
|
#bm-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#bm-content #header-two {
|
|
font: 400 1.5em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
}
|
|
#bm-content #bookmark-display {
|
|
padding: 0;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list .bookmark-entry {
|
|
background: #0f313d;
|
|
width: 50%;
|
|
height: 500px;
|
|
background-size: cover;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding: 10px;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list .bookmark-entry .bookmark-info {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list .bookmark-entry .bookmark-info label {
|
|
display: block;
|
|
font-size: 0.5em;
|
|
padding: 10px;
|
|
background: #2b8caf;
|
|
border-radius: 5px;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control {
|
|
width: 100%;
|
|
height: 300px;
|
|
background: #1e627b;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control #paginate {
|
|
margin: 0 auto;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control #paginate a,
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control #paginate label {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control #paginate label {
|
|
padding: 5px;
|
|
color: #ebdfce;
|
|
font-size: 2.2em;
|
|
}
|
|
#bm-content #bookmark-display .bookmark-list #paginate-control #paginate a {
|
|
padding: 20px;
|
|
margin-top: 4px;
|
|
}
|
|
@media only screen and (max-width: 768px) {
|
|
#bm-content #bookmark-display .bookmark-list .bookmark-entry {
|
|
width: 100%;
|
|
}
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Folio
|
|
-------------------------------
|
|
**/
|
|
#work-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#work-content #header #header-two p {
|
|
font: 400 1.5em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
}
|
|
#work-content #header #header-two p span {
|
|
color: #eb6b99;
|
|
}
|
|
#work-content #work-display {
|
|
padding: 0;
|
|
margin: 0 0 40px 0;
|
|
opacity: 0;
|
|
}
|
|
#work-content #work-list .work-item {
|
|
width: 50%;
|
|
height: 300px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background-size: cover;
|
|
background-color: #ebdfce;
|
|
color: #ebdfce;
|
|
}
|
|
#work-content #work-list .work-item span {
|
|
font: 600 0.7em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
}
|
|
#work-content #work-contact #contact-form {
|
|
opacity: 1;
|
|
}
|
|
#work-content #work-contact #contact-form label {
|
|
font: 600 0.8em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #baf273;
|
|
margin: 0 0 15px 0;
|
|
display: block;
|
|
}
|
|
#work-content #work-contact #contact-form #request-form input[type=email],
|
|
#work-content #work-contact #contact-form #request-form input[type=password],
|
|
#work-content #work-contact #contact-form #request-form input[type=text] {
|
|
width: 100%;
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
#work-content #work-contact #contact-form #request-form select {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
#work-content #work-contact #contact-form #request-form textarea {
|
|
width: 100%;
|
|
}
|
|
#work-content #work-contact #contact-info label#request-status {
|
|
font: 600 0.8em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #baf273;
|
|
margin: 0 0 15px 0;
|
|
display: block;
|
|
text-transform: uppercase;
|
|
}
|
|
#work-content #work-contact #contact-info p {
|
|
font: 400 1em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
color: #ebdfce;
|
|
}
|
|
#work-content #work-contact #contact-info p i {
|
|
color: #baf273;
|
|
}
|
|
#project-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#project-content #project-display {
|
|
padding: 0 20px 20px 20px;
|
|
}
|
|
#project-content #project-display #project-info span {
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#project-content #project-display #project-desc {
|
|
font: 300 1.2em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
color: #ebdfce;
|
|
}
|
|
#project-content #project-images {
|
|
margin: 10px 0 0 0;
|
|
opacity: 1;
|
|
}
|
|
#project-content #project-images .folio-image {
|
|
width: 100%;
|
|
margin: 0 0 50px 0;
|
|
opacity: 0;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
#work-content #work-list .work-item {
|
|
width: 100%;
|
|
}
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Admin
|
|
-------------------------------
|
|
**/
|
|
#admin-index-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#admin-index-content #admin-index-display {
|
|
padding: 20px;
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
z-index: 10;
|
|
position: relative;
|
|
}
|
|
#admin-index-content #admin-index-display #admin-login {
|
|
width: 300px;
|
|
}
|
|
#admin-index-content #admin-index-display #admin-index-title {
|
|
color: #eee;
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
vertical-align: top;
|
|
}
|
|
#admin-index-content #admin-index-display .admin-menu-main .admin-nav span {
|
|
display: inline-block;
|
|
padding: 0 0 0 5px;
|
|
}
|
|
#admin-index-content #admin-index-display .index-block {
|
|
width: 50%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 50px;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-edit label {
|
|
font: 600 1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-edit textarea#entry_title {
|
|
width: 100%;
|
|
background: none;
|
|
color: #ebdfce;
|
|
font: 500 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-edit textarea#entry_text {
|
|
width: 100%;
|
|
height: 600px;
|
|
padding: 10px;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-meta label {
|
|
font: 600 1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-meta input,
|
|
#admin-index-content #admin-index-display #blog-meta button {
|
|
width: 100%;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-meta input {
|
|
color: #eb6b99;
|
|
background: #32302f;
|
|
}
|
|
#admin-index-content #admin-index-display #blog-meta #featured-click {
|
|
display: none;
|
|
}
|
|
#blog-index-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#blog-index-content #blog-hub-display #blog-hub-title {
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#saved-index-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#saved-index-content #saved-hub-display #saved-hub-title label,
|
|
#saved-index-content #saved-hub-display #saved-hub-main label {
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#saved-index-content #saved-hub-display #saved-hub-title textarea,
|
|
#saved-index-content #saved-hub-display #saved-hub-main textarea {
|
|
width: 90%;
|
|
}
|
|
#saved-index-content #saved-hub-display #saved-hub-title button,
|
|
#saved-index-content #saved-hub-display #saved-hub-main button {
|
|
padding: 5px;
|
|
}
|
|
#post-edit-content {
|
|
width: 100%;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit {
|
|
margin: 100px 0 0 0;
|
|
position: relative;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit label {
|
|
font: 600 1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
display: block;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit #entry_title {
|
|
width: 90%;
|
|
background: none;
|
|
font: 400 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #ebdfce;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit #entry_text {
|
|
width: 90%;
|
|
height: 500px;
|
|
padding: 10px;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit pre {
|
|
background: #32302f;
|
|
}
|
|
#post-edit-content header#header #header-one #blog-edit pre code {
|
|
white-space: pre-wrap;
|
|
color: #ebdfce;
|
|
}
|
|
#post-edit-content header#header #header-two label {
|
|
font: 600 1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
}
|
|
#post-edit-content header#header #header-two #featured-image-drop {
|
|
border-radius: 3px;
|
|
border: 1px dashed #eee;
|
|
width: 100%;
|
|
font: 600 0.5em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
height: 100px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 100px;
|
|
overflow: hidden;
|
|
}
|
|
#post-edit-content header#header #header-two #featured-image-drop img {
|
|
width: 100%;
|
|
}
|
|
#post-edit-content header#header #header-two #blog-meta {
|
|
margin: 100px 0 0 0;
|
|
position: relative;
|
|
}
|
|
#post-edit-content header#header #header-two #blog-meta #featured-click {
|
|
display: none;
|
|
}
|
|
#post-edit-content header#header #header-two #blog-meta #entry_tags,
|
|
#post-edit-content header#header #header-two #blog-meta button {
|
|
width: 100%;
|
|
}
|
|
.folio-project-form {
|
|
display: inline-block;
|
|
width: 56%;
|
|
}
|
|
.folio-project-form input[type=email],
|
|
.folio-project-form input[type=password],
|
|
.folio-project-form input[type=text],
|
|
.folio-project-form select {
|
|
width: 400px;
|
|
}
|
|
.folio-project-form select {
|
|
margin: 10px 0 0 0;
|
|
}
|
|
.folio-project-form textarea {
|
|
width: 400px;
|
|
height: 133px;
|
|
}
|
|
.folio-hub {
|
|
padding: 20px;
|
|
}
|
|
.folio-hub span {
|
|
margin: 10px 10px 0 0;
|
|
}
|
|
.folio-hub .btn-add-project span {
|
|
font: 20px 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
margin: -35px 0 0 40px;
|
|
display: block;
|
|
height: 50px;
|
|
}
|
|
.folio-hub .project-list {
|
|
width: 95%;
|
|
}
|
|
.folio-hub .project-list span.drag-handle {
|
|
padding: 10px;
|
|
color: #ebdfce;
|
|
cursor: pointer;
|
|
}
|
|
.folio-hub .project-list .project-item {
|
|
width: 100%;
|
|
display: inline-block;
|
|
background: #144252;
|
|
padding: 5px;
|
|
margin-bottom: 10px;
|
|
border-radius: 5px;
|
|
-moz-transition: all 0.3s linear;
|
|
-webkit-transition: all 0.3s linear;
|
|
-o-transition: all 0.3s linear;
|
|
transition: all 0.3s linear;
|
|
}
|
|
.folio-hub .project-list .project-item:hover {
|
|
background: #1e627b;
|
|
}
|
|
.upload-list {
|
|
color: #addbeb;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 260px;
|
|
height: 330px;
|
|
margin: 45px 0 0;
|
|
}
|
|
.thumb {
|
|
height: 50px;
|
|
overflow: hidden;
|
|
border-radius: 3px;
|
|
margin: 10px 5px 0 0;
|
|
}
|
|
.upload-drop {
|
|
width: 400px;
|
|
height: 70px;
|
|
background: $form-background;
|
|
color: #addbeb;
|
|
text-align: center;
|
|
padding: 40px 0 0;
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
border-radius: 3px;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Forms
|
|
-------------------------------
|
|
**/
|
|
form {
|
|
display: inline-block;
|
|
}
|
|
input[type=email],
|
|
input[type=password],
|
|
input[type=text] {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
margin: 10px 5px 0 0;
|
|
font: 15px 'RobotoMono';
|
|
display: inline-block;
|
|
}
|
|
textarea {
|
|
border: 0;
|
|
border-radius: 3px;
|
|
color: $type02;
|
|
font: 15px 'RobotoMono';
|
|
}
|
|
button,
|
|
input[type=submit] {
|
|
background: #baf273;
|
|
color: #2b8caf;
|
|
font: 14px 'RobotoMono';
|
|
border-radius: 5px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
border: 0;
|
|
}
|
|
select {
|
|
font: 14px 'RobotoMono';
|
|
border: 1px solid #eb6b99;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
color: #2b8caf;
|
|
}
|
|
::-webkit-input-placeholder {
|
|
font: 14px 'RobotoMono';
|
|
color: #837e7c;
|
|
}
|
|
:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
font: 14px 'RobotoMono';
|
|
color: #837e7c;
|
|
}
|
|
::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
font: 14px 'RobotoMono';
|
|
color: #837e7c;
|
|
}
|
|
:-ms-input-placeholder {
|
|
font: 14px 'RobotoMono';
|
|
color: #837e7c;
|
|
}
|
|
/**
|
|
-------------------------------
|
|
-- Blog
|
|
-------------------------------
|
|
**/
|
|
#blog-content #blog-display #blog-list .blog-entry {
|
|
display: inline-block;
|
|
height: 500px;
|
|
width: 50%;
|
|
background-size: cover;
|
|
background: #32302f;
|
|
position: relative;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 250px;
|
|
}
|
|
#blog-content #blog-display #blog-list .blog-entry label {
|
|
background: #eb6b99;
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
}
|
|
#post-content {
|
|
width: 100%;
|
|
margin: -10px 0 0 0;
|
|
}
|
|
#post-content #header-post {
|
|
width: 100%;
|
|
min-height: 350px;
|
|
background: #32302f;
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
#post-content #header-post img {
|
|
padding: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
#post-content #header-post #header-one {
|
|
position: relative;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
padding: 30px 0 0 0;
|
|
}
|
|
#post-content #header-post #header-one label#the-title a {
|
|
font: 500 2em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
width: 97px;
|
|
height: 115px;
|
|
color: #eb6b99;
|
|
text-decoration: none;
|
|
display: block;
|
|
word-break: break-all;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
#post-content #header-post #header-one span#post-title {
|
|
font: 200 4.5em/1em 'RobotoMono', Helvetica, Arial, sans-serif;
|
|
color: #eee;
|
|
margin: 20px 0 0 10px;
|
|
padding: 20px 0 80px 0;
|
|
display: block;
|
|
}
|
|
#post-content #post-display {
|
|
color: #ebdfce;
|
|
width: 80%;
|
|
margin: 50px auto;
|
|
font: 400 1.5em 'AlteHaasGrotesk', Helvetica, Arial, sans-serif;
|
|
padding-bottom: 50px;
|
|
}
|
|
/*# sourceMappingURL=base.css.map */ |