code
stringlengths 2k
1.04M
| repo_path
stringlengths 5
517
| parsed_code
stringlengths 0
1.04M
| quality_prob
float64 0.02
0.95
| learning_prob
float64 0.02
0.93
|
---|---|---|---|---|
@import url('https://fonts.googleapis.com/css?family=Roboto|Codystar|Dosis');
/* RESET */
*{
margin: 0;
padding: 0;
}
/* CLEARER AND CLEARFIX */
.clearer {
clear: both;
}
.clearfix:after {
content: ".";
height: 0;
font-size: 0;
visibility: hidden;
display: block;
clear: both;
}
/* BODY */
body {
width: 100%;
background: linear-gradient(to right bottom, #0c0c3e, #f5e6ff);
font-family: 'Dosis', sans-serif;
font-size: 16px;
}
/* WRAPPER */
#wrapper {
width: 100%;
margin: 0 auto;
background: rgba(255,255,255,.8);
font-size: 1em;
}
/* HEADER */
header {
z-index: 100;
width: 100%;
height: 40vh;
background: url(https://source.unsplash.com/random?camera) no-repeat center center;
background-size: cover;
box-shadow: 3px 2px 5px 2px grey;
}
/* COMMON NAVIGATION */
nav,
footer {
width: 100%;
height: 10vh;
}
nav.top
{
background: rgba(0,0,0,.8);
position: fixed;
z-index: 1000;
}
nav ul {
list-style: none;
text-align: center;
}
nav ul li {
display: inline;
}
nav ul li a,
nav ul li a:hover,
nav ul li a:visited,
nav ul li a:focus,
nav ul li.active a{
text-decoration: none;
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size: 1em;
color: #b29090;
transition: border-bottom ease 1s, color ease 1s;
-webkit-transition: border-bottom ease 1s, color ease 1s;
}
nav ul li a:hover,
nav ul li.active a {
color: white;
}
/* TOP NAVIGATION */
header nav.top {
height: 3em;
}
header nav.top ul {
padding-top: 1em;
}
header nav.top ul li {
padding-right: 2em;
}
/* SOCIAL NAVIGATION */
header nav.social {
position: absolute;
right: 0;
top: 20vh;
width: auto;
height: 2em;
background: rgba(0,255,255,.4);
}
header nav.social ul {
padding-top: .3em;
padding-right: .75em;
}
header nav.social ul li {
padding-left: .75em;
}
nav.social ul li a:hover,
nav.social ul li.active a {
color: white;
}
/* COMPANY IMAGE */
header #companyImage {
width: 100%;
}
/* MAIN */
#main {
width: 100%;
}
/* SIDEBAR */
#main aside#sidebar {
float: left;
width: 180px;
padding: 20px;
background: linear-gradient(to bottom, yellowgreen, white);
}
/* Search form */
#main aside#sidebar #search {
width: 170px;
margin-top: 1em;
}
aside#sidebar #search form {
width: 170px;
}
aside#sidebar label {
width: 170px;
color: rgba(100,100,100,1);
}
aside#sidebar #search input {
width: 160px;
height: 2.5em;
background: rgba(0,0,0,.2);
color: white;
font-weight: bold;
font-size: .75em;
padding-left: 10px;
}
/* Category Navigation */
aside#sidebar nav.category {
width: 170px;
margin-top: 1em;
height: 15em;
}
aside#sidebar nav.category ul {
display: block;
margin: 0 30px 0 30px;
}
aside#sidebar nav.category ul li {
display: block;
text-align: left;
width: 180px;
}
aside#sidebar nav.category ul li a {
font-size: 1em;
}
/* Manufacturers Select Element */
aside#sidebar .manufacturers {
margin-top: 3em;
width: 170px;
font-size: 1em;
}
aside#sidebar .manufacturers form {
display: block;
width: 170px;
height: 2.5em;
}
aside#sidebar .manufacturers form select {
width: 170px;
height: 3em;
border-radius: 0;
}
aside#sidebar .manufacturers .gallery {
width: 170px;
height: 75px;
padding-top: 1em;
}
aside#sidebar .manufacturers .gallery .images {
list-style: none;
}
/* Follow us on Facebook */
aside#sidebar .facebook {
margin-top: 20px;
height: 100px;
}
/* MAIN CONTENT */
#main article.main-article {
padding: 2em;
padding-left: 270px;
background: white;
padding-bottom: 2.5em;
}
h1 {
padding: 25px 0;
color: #111;
font-size: 2em;
}
h2 {
padding-top: 25px;
color: #333;
font-size: 1.5em;
}
p {
padding-bottom: 10px;
text-align: justify;
font-size: 1em;
}
/* Novidades (News) */
#main article section#news .gallery {
width: 100%;
}
#main article section#news .gallery figure {
float: left;
width: 32%;
margin-bottom: 2em;
margin-top: 0;
margin-left: 1%;
position: relative;
transition: transform ease-in-out .1s;
z-index: 0;
}
#main article section#news .gallery figure:hover {
transform: scale(1.1);
z-index: 100;
box-shadow: 2px 2px 2px lightgray, -2px -2px 2px gray;
}
#main article section#news .gallery figure img {
width: 100%;
vertical-align: middle;
}
#main article section#news .gallery figure figcaption {
width: auto;
height: 2em;
text-align: center;
padding-top: .5em;
background-color: #b29090;
}
/* ADDRESS */
#main article div.address {
}
#main article div.address p {
font-weight: bold;
}
#main article figure.address {
}
/* FOOTER */
footer {
width: 100%;
background: rgba(0,0,0,.8);
}
footer p {
padding-top: .75em;
text-align: center;
color: lightgray;
}
|
css/style.css
|
@import url('https://fonts.googleapis.com/css?family=Roboto|Codystar|Dosis');
/* RESET */
*{
margin: 0;
padding: 0;
}
/* CLEARER AND CLEARFIX */
.clearer {
clear: both;
}
.clearfix:after {
content: ".";
height: 0;
font-size: 0;
visibility: hidden;
display: block;
clear: both;
}
/* BODY */
body {
width: 100%;
background: linear-gradient(to right bottom, #0c0c3e, #f5e6ff);
font-family: 'Dosis', sans-serif;
font-size: 16px;
}
/* WRAPPER */
#wrapper {
width: 100%;
margin: 0 auto;
background: rgba(255,255,255,.8);
font-size: 1em;
}
/* HEADER */
header {
z-index: 100;
width: 100%;
height: 40vh;
background: url(https://source.unsplash.com/random?camera) no-repeat center center;
background-size: cover;
box-shadow: 3px 2px 5px 2px grey;
}
/* COMMON NAVIGATION */
nav,
footer {
width: 100%;
height: 10vh;
}
nav.top
{
background: rgba(0,0,0,.8);
position: fixed;
z-index: 1000;
}
nav ul {
list-style: none;
text-align: center;
}
nav ul li {
display: inline;
}
nav ul li a,
nav ul li a:hover,
nav ul li a:visited,
nav ul li a:focus,
nav ul li.active a{
text-decoration: none;
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size: 1em;
color: #b29090;
transition: border-bottom ease 1s, color ease 1s;
-webkit-transition: border-bottom ease 1s, color ease 1s;
}
nav ul li a:hover,
nav ul li.active a {
color: white;
}
/* TOP NAVIGATION */
header nav.top {
height: 3em;
}
header nav.top ul {
padding-top: 1em;
}
header nav.top ul li {
padding-right: 2em;
}
/* SOCIAL NAVIGATION */
header nav.social {
position: absolute;
right: 0;
top: 20vh;
width: auto;
height: 2em;
background: rgba(0,255,255,.4);
}
header nav.social ul {
padding-top: .3em;
padding-right: .75em;
}
header nav.social ul li {
padding-left: .75em;
}
nav.social ul li a:hover,
nav.social ul li.active a {
color: white;
}
/* COMPANY IMAGE */
header #companyImage {
width: 100%;
}
/* MAIN */
#main {
width: 100%;
}
/* SIDEBAR */
#main aside#sidebar {
float: left;
width: 180px;
padding: 20px;
background: linear-gradient(to bottom, yellowgreen, white);
}
/* Search form */
#main aside#sidebar #search {
width: 170px;
margin-top: 1em;
}
aside#sidebar #search form {
width: 170px;
}
aside#sidebar label {
width: 170px;
color: rgba(100,100,100,1);
}
aside#sidebar #search input {
width: 160px;
height: 2.5em;
background: rgba(0,0,0,.2);
color: white;
font-weight: bold;
font-size: .75em;
padding-left: 10px;
}
/* Category Navigation */
aside#sidebar nav.category {
width: 170px;
margin-top: 1em;
height: 15em;
}
aside#sidebar nav.category ul {
display: block;
margin: 0 30px 0 30px;
}
aside#sidebar nav.category ul li {
display: block;
text-align: left;
width: 180px;
}
aside#sidebar nav.category ul li a {
font-size: 1em;
}
/* Manufacturers Select Element */
aside#sidebar .manufacturers {
margin-top: 3em;
width: 170px;
font-size: 1em;
}
aside#sidebar .manufacturers form {
display: block;
width: 170px;
height: 2.5em;
}
aside#sidebar .manufacturers form select {
width: 170px;
height: 3em;
border-radius: 0;
}
aside#sidebar .manufacturers .gallery {
width: 170px;
height: 75px;
padding-top: 1em;
}
aside#sidebar .manufacturers .gallery .images {
list-style: none;
}
/* Follow us on Facebook */
aside#sidebar .facebook {
margin-top: 20px;
height: 100px;
}
/* MAIN CONTENT */
#main article.main-article {
padding: 2em;
padding-left: 270px;
background: white;
padding-bottom: 2.5em;
}
h1 {
padding: 25px 0;
color: #111;
font-size: 2em;
}
h2 {
padding-top: 25px;
color: #333;
font-size: 1.5em;
}
p {
padding-bottom: 10px;
text-align: justify;
font-size: 1em;
}
/* Novidades (News) */
#main article section#news .gallery {
width: 100%;
}
#main article section#news .gallery figure {
float: left;
width: 32%;
margin-bottom: 2em;
margin-top: 0;
margin-left: 1%;
position: relative;
transition: transform ease-in-out .1s;
z-index: 0;
}
#main article section#news .gallery figure:hover {
transform: scale(1.1);
z-index: 100;
box-shadow: 2px 2px 2px lightgray, -2px -2px 2px gray;
}
#main article section#news .gallery figure img {
width: 100%;
vertical-align: middle;
}
#main article section#news .gallery figure figcaption {
width: auto;
height: 2em;
text-align: center;
padding-top: .5em;
background-color: #b29090;
}
/* ADDRESS */
#main article div.address {
}
#main article div.address p {
font-weight: bold;
}
#main article figure.address {
}
/* FOOTER */
footer {
width: 100%;
background: rgba(0,0,0,.8);
}
footer p {
padding-top: .75em;
text-align: center;
color: lightgray;
}
| 0.331336 | 0.056705 |
@font-face {
font-family: 'scriptless-socialbuttons';
src: url('fonts/scriptless-socialbuttons.eot?bjwlwc');
src: url('fonts/scriptless-socialbuttons.eot?bjwlwc#iefix') format('embedded-opentype'),
url('fonts/scriptless-socialbuttons.ttf?bjwlwc') format('truetype'),
url('fonts/scriptless-socialbuttons.woff?bjwlwc') format('woff'),
url('fonts/scriptless-socialbuttons.svg?bjwlwc#scriptless-socialbuttons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="sharingicon-"], [class*=" sharingicon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'scriptless-socialbuttons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sharingicon-evernote:before {
content: "\e901";
}
.sharingicon-stack:before {
content: "\e900";
}
.sharingicon-envelope-o:before {
content: "\f003";
}
.sharingicon-pencil:before {
content: "\f040";
}
.sharingicon-twitter:before {
content: "\f099";
}
.sharingicon-facebook:before {
content: "\f09a";
}
.sharingicon-facebook-f:before {
content: "\f09a";
}
.sharingicon-google-plus:before {
content: "\f0d5";
}
.sharingicon-linkedin:before {
content: "\f0e1";
}
.sharingicon-xing:before {
content: "\f168";
}
.sharingicon-tumblr:before {
content: "\f173";
}
.sharingicon-wordpress:before {
content: "\f19a";
}
.sharingicon-stumbleupon:before {
content: "\f1a4";
}
.sharingicon-delicious:before {
content: "\f1a5";
}
.sharingicon-digg:before {
content: "\f1a6";
}
.sharingicon-pinterest-p:before {
content: "\f231";
}
.sharingicon-whatsapp:before {
content: "\f232";
}
.sharingicon-get-pocket:before {
content: "\f265";
}
.sharingicon-reddit-alien:before {
content: "\f281";
}
/*
* Button styles
*/
ul.scriptless_socialsharing {
margin: 0 0 20px 0 !Important;
padding: 0 !Important;
min-height: 60px;
display: block;
clear: both;
}
ul.scriptless_socialsharing li {
display: inline;
margin: 0 0 0px 0;
padding: 0;
min-height: 20px;
}
ul.scriptless_socialsharing a {
padding: 0.4em 0.6em 0.6em 0.6em;
margin: 5px 5px 5px 5px;
display:block;
color: white;
background: blue;
min-width: 12px;
min-height: auto;
float: left;
font-size: 1em;
text-align: center;
}
ul.scriptless_socialsharing a:before {
margin: 5px 0px 0 0px !important;
position: relative;
top: 1px;
}
ul.scriptless_socialsharing li a:before{
font-weight: 300;
}
ul.scriptless_socialsharing a.sharingicon-facebook-f {
background: #3B5998;
}
ul.scriptless_socialsharing a.sharingicon-twitter {
background: #55acee;
}
ul.scriptless_socialsharing a.sharingicon-google-plus {
background: #d34836;
}
ul.scriptless_socialsharing a.sharingicon-xing {
background: #005b5f;
}
ul.scriptless_socialsharing a.sharingicon-pinterest-p {
background: #cc2127;
}
ul.scriptless_socialsharing a.sharingicon-linkedin {
background: #0177b5;
}
ul.scriptless_socialsharing a.sharingicon-reddit-alien {
background: #55acee;
}
ul.scriptless_socialsharing a.sharingicon-stumbleupon {
background: #d34836;
}
ul.scriptless_socialsharing a.sharingicon-tumblr {
background: #35465c;
}
ul.scriptless_socialsharing a.sharingicon-whatsapp {
background: #4dc247;
}
ul.scriptless_socialsharing a.sharingicon-digg {
background: black;
}
/* livejournal */
ul.scriptless_socialsharing a.sharingicon-pencil {
background: #55acee;
}
/* buffer */
ul.scriptless_socialsharing a.sharingicon-stack {
background: black;
}
ul.scriptless_socialsharing a.sharingicon-delicious {
background: #0082f9;
}
ul.scriptless_socialsharing a.sharingicon-evernote {
background: #04B45F;
}
ul.scriptless_socialsharing a.sharingicon-wordpress {
background: #21759b;
}
ul.scriptless_socialsharing a.sharingicon-get-pocket {
background: #DF013A;
}
/* mail */
ul.scriptless_socialsharing a.sharingicon-envelope-o {
background: gray;
}
ul.scriptless_socialsharing li a {
margin-left: 3px;
color: white !important;
}
ul.scriptless_socialsharing li a:hover,
ul.scriptless_socialsharing li a:active {
margin-left: 3px;
color: black !important;
}
ul.scriptless_socialsharing li:before {
margin-right: 0px;
}
ul.scriptless_socialsharing li.hidden {
display: none;
}
|
v0.3/SiteZappvion/zenphoto/zp-core/zp-extensions/scriptless-socialsharing/style.css
|
@font-face {
font-family: 'scriptless-socialbuttons';
src: url('fonts/scriptless-socialbuttons.eot?bjwlwc');
src: url('fonts/scriptless-socialbuttons.eot?bjwlwc#iefix') format('embedded-opentype'),
url('fonts/scriptless-socialbuttons.ttf?bjwlwc') format('truetype'),
url('fonts/scriptless-socialbuttons.woff?bjwlwc') format('woff'),
url('fonts/scriptless-socialbuttons.svg?bjwlwc#scriptless-socialbuttons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="sharingicon-"], [class*=" sharingicon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'scriptless-socialbuttons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sharingicon-evernote:before {
content: "\e901";
}
.sharingicon-stack:before {
content: "\e900";
}
.sharingicon-envelope-o:before {
content: "\f003";
}
.sharingicon-pencil:before {
content: "\f040";
}
.sharingicon-twitter:before {
content: "\f099";
}
.sharingicon-facebook:before {
content: "\f09a";
}
.sharingicon-facebook-f:before {
content: "\f09a";
}
.sharingicon-google-plus:before {
content: "\f0d5";
}
.sharingicon-linkedin:before {
content: "\f0e1";
}
.sharingicon-xing:before {
content: "\f168";
}
.sharingicon-tumblr:before {
content: "\f173";
}
.sharingicon-wordpress:before {
content: "\f19a";
}
.sharingicon-stumbleupon:before {
content: "\f1a4";
}
.sharingicon-delicious:before {
content: "\f1a5";
}
.sharingicon-digg:before {
content: "\f1a6";
}
.sharingicon-pinterest-p:before {
content: "\f231";
}
.sharingicon-whatsapp:before {
content: "\f232";
}
.sharingicon-get-pocket:before {
content: "\f265";
}
.sharingicon-reddit-alien:before {
content: "\f281";
}
/*
* Button styles
*/
ul.scriptless_socialsharing {
margin: 0 0 20px 0 !Important;
padding: 0 !Important;
min-height: 60px;
display: block;
clear: both;
}
ul.scriptless_socialsharing li {
display: inline;
margin: 0 0 0px 0;
padding: 0;
min-height: 20px;
}
ul.scriptless_socialsharing a {
padding: 0.4em 0.6em 0.6em 0.6em;
margin: 5px 5px 5px 5px;
display:block;
color: white;
background: blue;
min-width: 12px;
min-height: auto;
float: left;
font-size: 1em;
text-align: center;
}
ul.scriptless_socialsharing a:before {
margin: 5px 0px 0 0px !important;
position: relative;
top: 1px;
}
ul.scriptless_socialsharing li a:before{
font-weight: 300;
}
ul.scriptless_socialsharing a.sharingicon-facebook-f {
background: #3B5998;
}
ul.scriptless_socialsharing a.sharingicon-twitter {
background: #55acee;
}
ul.scriptless_socialsharing a.sharingicon-google-plus {
background: #d34836;
}
ul.scriptless_socialsharing a.sharingicon-xing {
background: #005b5f;
}
ul.scriptless_socialsharing a.sharingicon-pinterest-p {
background: #cc2127;
}
ul.scriptless_socialsharing a.sharingicon-linkedin {
background: #0177b5;
}
ul.scriptless_socialsharing a.sharingicon-reddit-alien {
background: #55acee;
}
ul.scriptless_socialsharing a.sharingicon-stumbleupon {
background: #d34836;
}
ul.scriptless_socialsharing a.sharingicon-tumblr {
background: #35465c;
}
ul.scriptless_socialsharing a.sharingicon-whatsapp {
background: #4dc247;
}
ul.scriptless_socialsharing a.sharingicon-digg {
background: black;
}
/* livejournal */
ul.scriptless_socialsharing a.sharingicon-pencil {
background: #55acee;
}
/* buffer */
ul.scriptless_socialsharing a.sharingicon-stack {
background: black;
}
ul.scriptless_socialsharing a.sharingicon-delicious {
background: #0082f9;
}
ul.scriptless_socialsharing a.sharingicon-evernote {
background: #04B45F;
}
ul.scriptless_socialsharing a.sharingicon-wordpress {
background: #21759b;
}
ul.scriptless_socialsharing a.sharingicon-get-pocket {
background: #DF013A;
}
/* mail */
ul.scriptless_socialsharing a.sharingicon-envelope-o {
background: gray;
}
ul.scriptless_socialsharing li a {
margin-left: 3px;
color: white !important;
}
ul.scriptless_socialsharing li a:hover,
ul.scriptless_socialsharing li a:active {
margin-left: 3px;
color: black !important;
}
ul.scriptless_socialsharing li:before {
margin-right: 0px;
}
ul.scriptless_socialsharing li.hidden {
display: none;
}
| 0.275519 | 0.109515 |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
text-decoration: none;
}
img {
display: inline-block;
vertical-align: middle;
}
img {
height: auto;
max-width: 100%;
}
#map img {
max-width: none;
}
*::-moz-selection {
background: #ffd42d;
color: #2a2a2a;
}
a:focus {
outline: 0;
}
iframe {
width: 100%;
frameborder: 0;
display: inline-block;
}
/* #Basic Styles
================================================== */
body {
background: #eaeaea;
font: 14px/22px "Source Sans Pro", "Helvetica", "Arial", sans-serif;
color: #999999;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
margin: 0;
position: relative;
}
/* #Typography and #Common style
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #2a2a2a;
}
em {
font-style: italic;
}
strong {
color: #2a2a2a;
}
small {
font-size: 80%;
}
.main-title h1 {
font-size: 55px;
font-weight: 400;
}
.main-title h3 {
font-size: 20px;
color: #999999;
font-weight: 300;
}
.main-title h5 {
font-size: 15px;
color: #999999;
font-weight: 300;
}
.sub-title h2 {
font-size: 15px;
font-weight: 700;
display: inline-block;
position: relative;
}
.sub-title h2:before {
background: #ffd42d;
content: "";
height: 8px;
left: 50%;
position: absolute;
top: -20px;
width: 20px;
transform: translate3d(-50%, 0, 0);
-webkit-transform: translate3d(-50%, 0, 0);
-ms-transform: translate3d(-50%, 0, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
.block-post.single blockquote,
.post-title h4,
.post-title a,
.work .item a .desc h5 span,
.filter li a,
.block-quote .block-profile,
.listing-large a,
.listing-large .listing-event .data.right li:nth-child(2) ul li,
.timeline .timeline-inner .name span.date,
.page-number,
.listing .listing-event .data li,
.listing a,
.main-nav ul li,
h1,
h2,
h3,
h4,
h5,
h6,
.but span,
.author a {
font-family: "Roboto Slab", "Helvetica", "Arial", sans-serif;
}
.main-title h5,
.timeline .timeline-inner .name span.date em,
.listing-large .listing-event .data.right li:nth-child(2) ul li span,
ul.hb-list li h6,
.block-quote .block-profile span,
.work .item a .desc h5 span,
.main-nav ul li a span {
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.exp:after,
.spinner,
.spinner:after,
.spinner,
.block-quote .block-img img,
.block-pagination ul li a.selected,
.block-pagination ul li a,
.comments .author-img img,
.rating span,
.services:before,
.services:after,
.listing-inner:before,
.timeline .timeline-inner .name:before,
.listing-large-inner:before,
.listing-large-inner:after,
ul.hb-list li span,
.listing-inner:after {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.uppercase {
text-transform: uppercase;
}
.white {
color: #ffffff;
}
.block-share h5,
.block-single h5 {
font-size: 15px;
font-weight: 600;
}
.block-share .social li {
display: inline-block;
margin-bottom: 0;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="search"]::-moz-placeholder {
color: #999999;
}
/* #Links
================================================== */
a,
input[type="text"],
textarea,
nav.main-nav ul,
.lines:before,
.contact-form .submit,
.reply-form .submit,
.item a .desc,
.owl-page span,
.insta-Feed li a:before,
.right-arr,
.left-arr {
transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
p a {
text-decoration: underline;
color: #2a2a2a;
}
.but {
padding: 8px 25px;
text-transform: uppercase;
display: inline-block;
color: #2a2a2a;
border: 1px solid #eaeaea;
font-size: 12px;
letter-spacing: 1px;
font-weight: 400;
}
.but:hover {
color: #2a2a2a;
background: #ffd42d;
border: 1px solid #ffd42d;
}
.but.opc {
color: #ffffff;
border: 1px solid #525252;
background: #525252;
}
.but.opc:hover {
background: #3f3f3f;
}
.but span {
display: inline-block;
padding-left: 10px;
}
a:hover .left-arr {
transform: translate3d(-6px, 0px, 0px);
-ms-transform: translate3d(-6px, 0px, 0px);
-webkit-transform: translate3d(-6px, 0px, 0px);
}
a:hover .right-arr {
transform: translate3d(6px, 0px, 0px);
-ms-transform: translate3d(6px, 0px, 0px);
-webkit-transform: translate3d(6px, 0px, 0px);
}
/* #Browser Fix
================================================== */
.main-header,
col-md-2.left-content,
col-md-2.right-content {
box-sizing: border-box;
-moz-box-sizing: border-box; /* Firefox */
}
/* #Misc
================================================== */
/*Misc*/
.pt-10 {
padding-top: 10px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pt-160 {
padding-top: 160px !important;
}
.pb-160 {
padding-bottom: 160px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mt-150 {
margin-top: 150px !important;
}
.mb-150 {
margin-bottom: 150px !important;
}
.mt-200 {
margin-top: 200px !important;
}
.mb-200 {
margin-bottom: 200px !important;
}
.t-center {
text-align: center;
}
.t-left {
text-align: left;
}
.t-right {
text-align: right;
}
.bg-white {
background: #ffffff;
}
.pd-r0 {
padding-right: 0 !important;
}
.pd-l0 {
padding-left: 0 !important;
}
.emph-1 {
color: #2a2a2a;
}
.emph-2 {
color: #ffd42d;
}
.emph-3 {
font-style: italic;
}
.emph-4 {
color: #999999;
}
|
css/base.css
|
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
text-decoration: none;
}
img {
display: inline-block;
vertical-align: middle;
}
img {
height: auto;
max-width: 100%;
}
#map img {
max-width: none;
}
*::-moz-selection {
background: #ffd42d;
color: #2a2a2a;
}
a:focus {
outline: 0;
}
iframe {
width: 100%;
frameborder: 0;
display: inline-block;
}
/* #Basic Styles
================================================== */
body {
background: #eaeaea;
font: 14px/22px "Source Sans Pro", "Helvetica", "Arial", sans-serif;
color: #999999;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
margin: 0;
position: relative;
}
/* #Typography and #Common style
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #2a2a2a;
}
em {
font-style: italic;
}
strong {
color: #2a2a2a;
}
small {
font-size: 80%;
}
.main-title h1 {
font-size: 55px;
font-weight: 400;
}
.main-title h3 {
font-size: 20px;
color: #999999;
font-weight: 300;
}
.main-title h5 {
font-size: 15px;
color: #999999;
font-weight: 300;
}
.sub-title h2 {
font-size: 15px;
font-weight: 700;
display: inline-block;
position: relative;
}
.sub-title h2:before {
background: #ffd42d;
content: "";
height: 8px;
left: 50%;
position: absolute;
top: -20px;
width: 20px;
transform: translate3d(-50%, 0, 0);
-webkit-transform: translate3d(-50%, 0, 0);
-ms-transform: translate3d(-50%, 0, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
.block-post.single blockquote,
.post-title h4,
.post-title a,
.work .item a .desc h5 span,
.filter li a,
.block-quote .block-profile,
.listing-large a,
.listing-large .listing-event .data.right li:nth-child(2) ul li,
.timeline .timeline-inner .name span.date,
.page-number,
.listing .listing-event .data li,
.listing a,
.main-nav ul li,
h1,
h2,
h3,
h4,
h5,
h6,
.but span,
.author a {
font-family: "Roboto Slab", "Helvetica", "Arial", sans-serif;
}
.main-title h5,
.timeline .timeline-inner .name span.date em,
.listing-large .listing-event .data.right li:nth-child(2) ul li span,
ul.hb-list li h6,
.block-quote .block-profile span,
.work .item a .desc h5 span,
.main-nav ul li a span {
font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.exp:after,
.spinner,
.spinner:after,
.spinner,
.block-quote .block-img img,
.block-pagination ul li a.selected,
.block-pagination ul li a,
.comments .author-img img,
.rating span,
.services:before,
.services:after,
.listing-inner:before,
.timeline .timeline-inner .name:before,
.listing-large-inner:before,
.listing-large-inner:after,
ul.hb-list li span,
.listing-inner:after {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.uppercase {
text-transform: uppercase;
}
.white {
color: #ffffff;
}
.block-share h5,
.block-single h5 {
font-size: 15px;
font-weight: 600;
}
.block-share .social li {
display: inline-block;
margin-bottom: 0;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="search"]::-moz-placeholder {
color: #999999;
}
/* #Links
================================================== */
a,
input[type="text"],
textarea,
nav.main-nav ul,
.lines:before,
.contact-form .submit,
.reply-form .submit,
.item a .desc,
.owl-page span,
.insta-Feed li a:before,
.right-arr,
.left-arr {
transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
p a {
text-decoration: underline;
color: #2a2a2a;
}
.but {
padding: 8px 25px;
text-transform: uppercase;
display: inline-block;
color: #2a2a2a;
border: 1px solid #eaeaea;
font-size: 12px;
letter-spacing: 1px;
font-weight: 400;
}
.but:hover {
color: #2a2a2a;
background: #ffd42d;
border: 1px solid #ffd42d;
}
.but.opc {
color: #ffffff;
border: 1px solid #525252;
background: #525252;
}
.but.opc:hover {
background: #3f3f3f;
}
.but span {
display: inline-block;
padding-left: 10px;
}
a:hover .left-arr {
transform: translate3d(-6px, 0px, 0px);
-ms-transform: translate3d(-6px, 0px, 0px);
-webkit-transform: translate3d(-6px, 0px, 0px);
}
a:hover .right-arr {
transform: translate3d(6px, 0px, 0px);
-ms-transform: translate3d(6px, 0px, 0px);
-webkit-transform: translate3d(6px, 0px, 0px);
}
/* #Browser Fix
================================================== */
.main-header,
col-md-2.left-content,
col-md-2.right-content {
box-sizing: border-box;
-moz-box-sizing: border-box; /* Firefox */
}
/* #Misc
================================================== */
/*Misc*/
.pt-10 {
padding-top: 10px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pt-160 {
padding-top: 160px !important;
}
.pb-160 {
padding-bottom: 160px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mt-150 {
margin-top: 150px !important;
}
.mb-150 {
margin-bottom: 150px !important;
}
.mt-200 {
margin-top: 200px !important;
}
.mb-200 {
margin-bottom: 200px !important;
}
.t-center {
text-align: center;
}
.t-left {
text-align: left;
}
.t-right {
text-align: right;
}
.bg-white {
background: #ffffff;
}
.pd-r0 {
padding-right: 0 !important;
}
.pd-l0 {
padding-left: 0 !important;
}
.emph-1 {
color: #2a2a2a;
}
.emph-2 {
color: #ffd42d;
}
.emph-3 {
font-style: italic;
}
.emph-4 {
color: #999999;
}
| 0.356447 | 0.071591 |
body {
/* falta propriedade aqui de largura em % */
width: 100%;
background-position: 50%, 50%;
padding: 0px;
margin: 0px;
background-color: rgb(243, 243, 243);
}
a {
color: rgb(81, 185, 255);
/* falta propriedade aqui.*/
}
a:hover {
color: blue;
text-decoration: none;
}
/***** INÍCIO DO HEADER DA PÁGINA ******/
body>header{
/* falta propriedade aqui de largura em % */
width: 100%;
/* falta propriedade aqui de margem */
margin: 0px;
padding: 10px;
/* falta propriedade aqui de altura */
height: 100px;
background: rgb(51, 51, 51);
}
#logo {
/* precisa de propriedades aqui? */
float: none;
margin-left: 159px;
}
.wrap-header{
width: 960px;
padding-top: 5px;
/* falta propriedade aqui para centralizar utilizando a margem */
margin: center;
}
/***** INÍCIO DOS ESTILOS DO MENU QUE FICAM NO TOPO DA PÁGINA ******/
#menu {
height: 37px;
/* falta propriedade aqui de flutuação */
float: right;
width: 50%;
box-sizing: border-box;
display: flex;
justify-content: space-around;
}
#menu ul {
/* precisa de propriedades aqui? */
margin-top: -121px;
margin-right: -346px;
}
#menu ul li {
/* falta propriedade aqui de flutuação */
float: none;
padding: 15px 15px 15px 15px;
/* falta propriedade aqui de altura dos elementos em px */
height: 90px;
/* falta propriedade aqui de largura em px */
width: auto;
/* falta propriedade aqui de centralizar o texto no meio */
text-align: center, top;
/* falta propriedade aqui para fazer a transição */
animation: exemplo 1s;
-moz-animation: exemplo 1s;
-webkit-animation: exemplo 1s;
-o-animation: exemplo 1s;
display: inline-block;
align-content: flex-end;
}
#menu ul li:hover {
background-color: rgb(81, 185, 255);
}
#menu ul li:hover {
background-color: rgb(81, 185, 255);
}
#menu ul li a {
font-size: 14px;
line-height: 14px;
color: #fff;
/* falta propriedade aqui */
padding: 6px 0px;
margin-bottom: 5px;
font-weight: bold;
text-transform: uppercase;
}
#menu a {
color: #FFF;
/* precisa de propriedades aqui? */
}
/***** ESTILO PARA LIMPAR A FLUTUAÇÃO ******/
.clear {
clear: both;
}
/***** PARTE CENTRAL DA PÁGINA ******/
.layoutCentro{
/* falta propriedade aqui de centralizar o elemento no meio da página*/
/* falta propriedade aqui de largura em px */
width: 960px;
margin-left: 171px;
float: none;
background-color: white;
display: table;
text-align: left;
}
.layoutCentro header{
/* falta propriedade aqui */
float: auto;
border-bottom-left-radius: 1px dashed rgb(51, 51, 51);
}
.layoutCentro header h4{
line-height: 0;
margin-top: 50px;
}
/***** PARTE DA LATERAL À ESQUERDA DA PARTE CENTRAL DA PÁGINA (ONDE FICAM OS FORMULÁRIOS E LINKS RÁPIDOS) ******/
.layoutCentro .lateral{
width: 30%;
/* falta propriedade aqui */
float: left;
background-color: #fff;
/* falta propriedade aqui */
/* falta propriedade aqui */
}
/***** INÍCIO DO FORMULÁRIO DE LOGIN ******/
#acessoConta{
display: block;
}
input{
margin: 5px 0;
}
/***** INÍCIO DOS LINKS RÁPIDOS ******/
.links {
padding-inline-start: 17px;
}
.links > li{
border-bottom: 1px solid rgb(225, 225, 225);
/* falta propriedade aqui ? */
}
.links > li > a{
/* precisa de propriedade aqui para alterar a cor do texto */
color: black;
/* precisa de propriedade aqui para remover a decoração do link */
text-decoration: none;
}
.links > li > a:hover{
/* precisa de propriedades aqui para alterar a cor */
color: red;
}
/***** PARTE RESTANTE DA PARTE CENTRAL DA PÁGINA (ONDE FICAM OS CONTEÚDOS PRINCIPAIS DAS PÁGINAS) ******/
.centro{
/* falta propriedade aqui para a largura em % */
width: 70%;
/* falta propriedade aqui para ajustar o layout */
float: right;
background-color: #fff;
/* falta propriedade aqui */
box-sizing: border-box;
}
a.button {
cursor: pointer;
/* falta propriedade aqui de deixar o texto em na cor rgb(255, 255, 255) */
background-color: rgb(255, 255, 255);
line-height: 14px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
/* falta propriedade aqui de deixar o texto em negrito */
font-weight: bold;
background: rgb(63, 63, 63);
/* falta propriedade aqui de arredondar a borda */
border-radius: 8px;
padding: 6px 12px;
}
#enviar{
/* precisa de propriedades aqui? */
/* não achei botão de enviar por isso não completei */
}
/* BLOCOS DE ARTICLES DA PÁGINA INDEX.HTML */
.bloco {
/* falta propriedade aqui para ajustar o layout flutuante */
float: left;
/* falta propriedade aqui de largura em 50% */
width: 50%;
/* falta propriedade aqui */
margin: 0px;
/* falta propriedade aqui para inserir a borda */
box-sizing: border-box;
/* falta propriedade aqui para ajustar o padding para ? px em cima e embaixo, e ? px para os lados */
padding: 0px 30px 0px 30px;
}
/***********************************************************************************/
/********************** INÍCIO DO RODAPÉ DE TODAS AS PÁGINAS ***********************/
/***********************************************************************************/
.row_footer {
/* precisa de propriedade aqui para centralizar o elemento */
justify-content: center;
text-align: center;
display: inline-block;
display: flex;
/* precisa de propriedade aqui para deixar a largura fixa em px */
width: 960px;
}
footer {
background-color: gray;
padding-left: 172px;
text-align: center;
}
footer .heading {
padding: 5px;
border-bottom: 3px double #ffffff;
}
footer .heading h2 {
font-size: 22px;
font-weight: normal;
padding: 0 10px;
}
.box_footer {
/* falta propriedade aqui */
/* falta propriedade aqui para ajustar a largura em % */
color: rgb(255, 255, 255);
/* falta propriedade aqui que deixa o texto centralizado */
text-align: center;
/* falta propriedade aqui que utiliza como valor border-box */
padding: 10px;
}
.copyright{
/* Falta colocar o seletor para o elemento com classe copyright * / {
text-align: center; */
text-align: center;
/* falta propriedade aqui para ajustar uma das margens */
margin-left: -172px;
/* falta propriedade aqui para mudar a cor de fundo */
padding: 10px 0px;
background-color: black;
color: white;
}
/***********************************************************************************/
/********************** INÍCIO DA PÁGINA DE GUIA MÉDICO ****************************/
/***********************************************************************************/
.pesquisa article{
/* falta propriedade aqui para configurar a largura em %*/
}
label{
/* falta propriedade aqui */
}
.pesquisa input[type="text"],
.pesquisa input[list],
.pesquisa select {
/* precisa de propriedades aqui? */
}
.medico{
/* precisa de propriedades aqui? */
}
.medico>img{
/* precisa de propriedades aqui? margem? largura? */
}
.figMedico{
/* falta propriedade aqui de display */
}
/* Falta colocar o seletor para o elemento img dentro de outro elemento com a clase figMedico * /{
/* falta propriedade aqui de sombra de caixa */
}
.contato{
/* falta propriedade aqui de display */
}
|
css/estilo.css
|
body {
/* falta propriedade aqui de largura em % */
width: 100%;
background-position: 50%, 50%;
padding: 0px;
margin: 0px;
background-color: rgb(243, 243, 243);
}
a {
color: rgb(81, 185, 255);
/* falta propriedade aqui.*/
}
a:hover {
color: blue;
text-decoration: none;
}
/***** INÍCIO DO HEADER DA PÁGINA ******/
body>header{
/* falta propriedade aqui de largura em % */
width: 100%;
/* falta propriedade aqui de margem */
margin: 0px;
padding: 10px;
/* falta propriedade aqui de altura */
height: 100px;
background: rgb(51, 51, 51);
}
#logo {
/* precisa de propriedades aqui? */
float: none;
margin-left: 159px;
}
.wrap-header{
width: 960px;
padding-top: 5px;
/* falta propriedade aqui para centralizar utilizando a margem */
margin: center;
}
/***** INÍCIO DOS ESTILOS DO MENU QUE FICAM NO TOPO DA PÁGINA ******/
#menu {
height: 37px;
/* falta propriedade aqui de flutuação */
float: right;
width: 50%;
box-sizing: border-box;
display: flex;
justify-content: space-around;
}
#menu ul {
/* precisa de propriedades aqui? */
margin-top: -121px;
margin-right: -346px;
}
#menu ul li {
/* falta propriedade aqui de flutuação */
float: none;
padding: 15px 15px 15px 15px;
/* falta propriedade aqui de altura dos elementos em px */
height: 90px;
/* falta propriedade aqui de largura em px */
width: auto;
/* falta propriedade aqui de centralizar o texto no meio */
text-align: center, top;
/* falta propriedade aqui para fazer a transição */
animation: exemplo 1s;
-moz-animation: exemplo 1s;
-webkit-animation: exemplo 1s;
-o-animation: exemplo 1s;
display: inline-block;
align-content: flex-end;
}
#menu ul li:hover {
background-color: rgb(81, 185, 255);
}
#menu ul li:hover {
background-color: rgb(81, 185, 255);
}
#menu ul li a {
font-size: 14px;
line-height: 14px;
color: #fff;
/* falta propriedade aqui */
padding: 6px 0px;
margin-bottom: 5px;
font-weight: bold;
text-transform: uppercase;
}
#menu a {
color: #FFF;
/* precisa de propriedades aqui? */
}
/***** ESTILO PARA LIMPAR A FLUTUAÇÃO ******/
.clear {
clear: both;
}
/***** PARTE CENTRAL DA PÁGINA ******/
.layoutCentro{
/* falta propriedade aqui de centralizar o elemento no meio da página*/
/* falta propriedade aqui de largura em px */
width: 960px;
margin-left: 171px;
float: none;
background-color: white;
display: table;
text-align: left;
}
.layoutCentro header{
/* falta propriedade aqui */
float: auto;
border-bottom-left-radius: 1px dashed rgb(51, 51, 51);
}
.layoutCentro header h4{
line-height: 0;
margin-top: 50px;
}
/***** PARTE DA LATERAL À ESQUERDA DA PARTE CENTRAL DA PÁGINA (ONDE FICAM OS FORMULÁRIOS E LINKS RÁPIDOS) ******/
.layoutCentro .lateral{
width: 30%;
/* falta propriedade aqui */
float: left;
background-color: #fff;
/* falta propriedade aqui */
/* falta propriedade aqui */
}
/***** INÍCIO DO FORMULÁRIO DE LOGIN ******/
#acessoConta{
display: block;
}
input{
margin: 5px 0;
}
/***** INÍCIO DOS LINKS RÁPIDOS ******/
.links {
padding-inline-start: 17px;
}
.links > li{
border-bottom: 1px solid rgb(225, 225, 225);
/* falta propriedade aqui ? */
}
.links > li > a{
/* precisa de propriedade aqui para alterar a cor do texto */
color: black;
/* precisa de propriedade aqui para remover a decoração do link */
text-decoration: none;
}
.links > li > a:hover{
/* precisa de propriedades aqui para alterar a cor */
color: red;
}
/***** PARTE RESTANTE DA PARTE CENTRAL DA PÁGINA (ONDE FICAM OS CONTEÚDOS PRINCIPAIS DAS PÁGINAS) ******/
.centro{
/* falta propriedade aqui para a largura em % */
width: 70%;
/* falta propriedade aqui para ajustar o layout */
float: right;
background-color: #fff;
/* falta propriedade aqui */
box-sizing: border-box;
}
a.button {
cursor: pointer;
/* falta propriedade aqui de deixar o texto em na cor rgb(255, 255, 255) */
background-color: rgb(255, 255, 255);
line-height: 14px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
/* falta propriedade aqui de deixar o texto em negrito */
font-weight: bold;
background: rgb(63, 63, 63);
/* falta propriedade aqui de arredondar a borda */
border-radius: 8px;
padding: 6px 12px;
}
#enviar{
/* precisa de propriedades aqui? */
/* não achei botão de enviar por isso não completei */
}
/* BLOCOS DE ARTICLES DA PÁGINA INDEX.HTML */
.bloco {
/* falta propriedade aqui para ajustar o layout flutuante */
float: left;
/* falta propriedade aqui de largura em 50% */
width: 50%;
/* falta propriedade aqui */
margin: 0px;
/* falta propriedade aqui para inserir a borda */
box-sizing: border-box;
/* falta propriedade aqui para ajustar o padding para ? px em cima e embaixo, e ? px para os lados */
padding: 0px 30px 0px 30px;
}
/***********************************************************************************/
/********************** INÍCIO DO RODAPÉ DE TODAS AS PÁGINAS ***********************/
/***********************************************************************************/
.row_footer {
/* precisa de propriedade aqui para centralizar o elemento */
justify-content: center;
text-align: center;
display: inline-block;
display: flex;
/* precisa de propriedade aqui para deixar a largura fixa em px */
width: 960px;
}
footer {
background-color: gray;
padding-left: 172px;
text-align: center;
}
footer .heading {
padding: 5px;
border-bottom: 3px double #ffffff;
}
footer .heading h2 {
font-size: 22px;
font-weight: normal;
padding: 0 10px;
}
.box_footer {
/* falta propriedade aqui */
/* falta propriedade aqui para ajustar a largura em % */
color: rgb(255, 255, 255);
/* falta propriedade aqui que deixa o texto centralizado */
text-align: center;
/* falta propriedade aqui que utiliza como valor border-box */
padding: 10px;
}
.copyright{
/* Falta colocar o seletor para o elemento com classe copyright * / {
text-align: center; */
text-align: center;
/* falta propriedade aqui para ajustar uma das margens */
margin-left: -172px;
/* falta propriedade aqui para mudar a cor de fundo */
padding: 10px 0px;
background-color: black;
color: white;
}
/***********************************************************************************/
/********************** INÍCIO DA PÁGINA DE GUIA MÉDICO ****************************/
/***********************************************************************************/
.pesquisa article{
/* falta propriedade aqui para configurar a largura em %*/
}
label{
/* falta propriedade aqui */
}
.pesquisa input[type="text"],
.pesquisa input[list],
.pesquisa select {
/* precisa de propriedades aqui? */
}
.medico{
/* precisa de propriedades aqui? */
}
.medico>img{
/* precisa de propriedades aqui? margem? largura? */
}
.figMedico{
/* falta propriedade aqui de display */
}
/* Falta colocar o seletor para o elemento img dentro de outro elemento com a clase figMedico * /{
/* falta propriedade aqui de sombra de caixa */
}
.contato{
/* falta propriedade aqui de display */
}
| 0.191365 | 0.067608 |
section[role="region"] {
width: 100%;
transition: all 0.25s ease;
position: relative;
z-index: 100;
}
section[role="region"]:target {
transform: translateX(80%);
}
/* Hide anchor to change target */
section[role="region"] > header:first-child > a:first-of-type {
display: none;
}
section[role="region"]:target > header:first-child > a:first-of-type {
display: block;
}
section[role="region"] > header:first-child > a:last-of-type {
display: block;
}
section[role="region"]:target > header:first-child > a:last-of-type {
display: none;
}
/* Main content */
[role="main"] {
background: #fff;
height: calc(100% - 4.5rem);
overflow: hidden;
}
/* Sidebar */
section[data-type="sidebar"] {
position: absolute;
width: 80%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
background: #004256;
}
/* Sidebar header */
section[data-type="sidebar"] > header {
position: relative;
}
section[data-type="sidebar"] > header h1 {
font-size: 2.2rem;
line-height: 4.5rem;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
padding: 0 0 0 3rem;
margin: 0;
height: 4.5rem;
font-weight: 500;
background: rgba(0,0,0,0.1);
color: #fff;
}
/* sidebar border */
section[data-type="sidebar"]:after {
background: #003144;
width: 0.1rem;
}
/* Generic set of actions in toolbar */
/*section[data-type="sidebar"] > header menu[type="toolbar"] {
height: 100%;
float: right;
}
section[data-type="sidebar"] > header menu[type="toolbar"] a,
section[data-type="sidebar"] > header menu[type="toolbar"] button {
height: 4.9rem;
line-height: 4.9rem;
float: left;
background: none;
padding: 0 1.75rem;
-moz-box-sizing: border-box;
min-width: 5rem;
text-align: center;
}
section[data-type="sidebar"] > header menu[type="toolbar"] {
padding: 0;
margin: 0;
}
section[data-type="sidebar"] > header a,
section[data-type="sidebar"] > header button {
border: none;
background: none;
padding: 0;
overflow: hidden;
font-weight: 600;
font-size: 1.4rem;
line-height: 1.1em;
color: #fff;
}*/
/* Pressed state */
section[data-type="sidebar"] > header menu[type="toolbar"] a:active,
section[data-type="sidebar"] > header menu[type="toolbar"] button:active {
background: rgba(0,0,0,0.3);
}
/* Navigation */
section[data-type="sidebar"] > nav {
overflow-y: auto;
height: 100%;
-moz-box-sizing: border-box;
}
section[data-type="sidebar"].has-toolbar > nav {
border-bottom: 5rem transparent solid;
}
section[data-type="sidebar"] > nav > h2 {
height: 4.5rem;
text-indent: 3rem;
color: #fff;
margin: 0;
padding-right: 0.8rem;
background: none;
font-size: 1.4rem;
height: 4.5rem;
line-height: 6rem;
text-transform: uppercase;
font-weight: 500;
border-bottom: 0.1rem solid rgba(0,0,0,0.1);
color: rgba(255,255,255,0.5);
}
section[data-type="sidebar"] > nav > ul {
width: 100%;
margin: 0;
padding: 0;
}
section[data-type="sidebar"] > nav > ul > li {
color: #fff;
list-style: none;
transition: background 0.2s ease;
}
section[data-type="sidebar"] > nav > ul > li:active,
section[data-type="sidebar"] > nav > ul > li.active {
background: rgba(0,0,0,0.3);
}
section[data-type="sidebar"] > nav > ul > li > a {
text-decoration: none;
font-size: 1.8rem;
font-weight: normal;
height: 4.5rem;
line-height: 4.5rem;
border-bottom: 0.1rem solid rgba(0,0,0,0.05);
text-indent: 3rem;
padding-right: 0.8rem;
width: 100%;
color: rgba(255,255,255,0.8);
-moz-box-sizing: border-box;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
section[data-type="sidebar"] > nav > ul > li:last-child > a {
border-bottom: none;
}
section[data-type="sidebar"] > nav > ul > li.active a {
color: rgba(255,255,255,1);
}
section[data-type="sidebar"] [role="toolbar"] {
background: #004256;
}
|
Apptuter-Firefox/FireFox_OS_FrameWork/themes/whatev/drawer.css
|
section[role="region"] {
width: 100%;
transition: all 0.25s ease;
position: relative;
z-index: 100;
}
section[role="region"]:target {
transform: translateX(80%);
}
/* Hide anchor to change target */
section[role="region"] > header:first-child > a:first-of-type {
display: none;
}
section[role="region"]:target > header:first-child > a:first-of-type {
display: block;
}
section[role="region"] > header:first-child > a:last-of-type {
display: block;
}
section[role="region"]:target > header:first-child > a:last-of-type {
display: none;
}
/* Main content */
[role="main"] {
background: #fff;
height: calc(100% - 4.5rem);
overflow: hidden;
}
/* Sidebar */
section[data-type="sidebar"] {
position: absolute;
width: 80%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
background: #004256;
}
/* Sidebar header */
section[data-type="sidebar"] > header {
position: relative;
}
section[data-type="sidebar"] > header h1 {
font-size: 2.2rem;
line-height: 4.5rem;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
padding: 0 0 0 3rem;
margin: 0;
height: 4.5rem;
font-weight: 500;
background: rgba(0,0,0,0.1);
color: #fff;
}
/* sidebar border */
section[data-type="sidebar"]:after {
background: #003144;
width: 0.1rem;
}
/* Generic set of actions in toolbar */
/*section[data-type="sidebar"] > header menu[type="toolbar"] {
height: 100%;
float: right;
}
section[data-type="sidebar"] > header menu[type="toolbar"] a,
section[data-type="sidebar"] > header menu[type="toolbar"] button {
height: 4.9rem;
line-height: 4.9rem;
float: left;
background: none;
padding: 0 1.75rem;
-moz-box-sizing: border-box;
min-width: 5rem;
text-align: center;
}
section[data-type="sidebar"] > header menu[type="toolbar"] {
padding: 0;
margin: 0;
}
section[data-type="sidebar"] > header a,
section[data-type="sidebar"] > header button {
border: none;
background: none;
padding: 0;
overflow: hidden;
font-weight: 600;
font-size: 1.4rem;
line-height: 1.1em;
color: #fff;
}*/
/* Pressed state */
section[data-type="sidebar"] > header menu[type="toolbar"] a:active,
section[data-type="sidebar"] > header menu[type="toolbar"] button:active {
background: rgba(0,0,0,0.3);
}
/* Navigation */
section[data-type="sidebar"] > nav {
overflow-y: auto;
height: 100%;
-moz-box-sizing: border-box;
}
section[data-type="sidebar"].has-toolbar > nav {
border-bottom: 5rem transparent solid;
}
section[data-type="sidebar"] > nav > h2 {
height: 4.5rem;
text-indent: 3rem;
color: #fff;
margin: 0;
padding-right: 0.8rem;
background: none;
font-size: 1.4rem;
height: 4.5rem;
line-height: 6rem;
text-transform: uppercase;
font-weight: 500;
border-bottom: 0.1rem solid rgba(0,0,0,0.1);
color: rgba(255,255,255,0.5);
}
section[data-type="sidebar"] > nav > ul {
width: 100%;
margin: 0;
padding: 0;
}
section[data-type="sidebar"] > nav > ul > li {
color: #fff;
list-style: none;
transition: background 0.2s ease;
}
section[data-type="sidebar"] > nav > ul > li:active,
section[data-type="sidebar"] > nav > ul > li.active {
background: rgba(0,0,0,0.3);
}
section[data-type="sidebar"] > nav > ul > li > a {
text-decoration: none;
font-size: 1.8rem;
font-weight: normal;
height: 4.5rem;
line-height: 4.5rem;
border-bottom: 0.1rem solid rgba(0,0,0,0.05);
text-indent: 3rem;
padding-right: 0.8rem;
width: 100%;
color: rgba(255,255,255,0.8);
-moz-box-sizing: border-box;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
section[data-type="sidebar"] > nav > ul > li:last-child > a {
border-bottom: none;
}
section[data-type="sidebar"] > nav > ul > li.active a {
color: rgba(255,255,255,1);
}
section[data-type="sidebar"] [role="toolbar"] {
background: #004256;
}
| 0.418697 | 0.092033 |
html, body
{
margin:0;
padding:0;
}
body
{
font: 11px Arial, Helvetica, sans-serif;
color:#444444;
}
fieldset
{
border: 3px double #999;
padding: 2px 1em 8px;
margin: 0 0 0 12px;
}
fieldset p
{
margin: 0;
line-height: 1.5em;
}
fieldset p input,
fieldset p label,
fieldset p button{vertical-align: middle;}
fieldset label{font-weight: bold; color: #334D64;}
form
{
padding:0;
margin:0;
}
legend
{
font-weight: bold;
text-transform: uppercase;
color: #A1040B;
}
.input{font: 11px Arial, Helvetica, sans-serif;}
button
{
font: bold 11px Arial, Helvetica, sans-serif;
background-color: #ccc;
color: #334D64;
}
.disabledButton{
background-color:#cccccc;
color:#FFFFFF;
text-shadow:#999999;
border:1px solid;
border-bottom:2px;
border-left-color:#ece9d8;
border-bottom-color:#716f64;
}
.imageInput{width:35px;}
#controls
{
/*border: 3px double #999;
margin: 20px;
padding: 12px 0;
background: #fff url(../images/controls_bg.gif);*/
}
#modes,
#imageInfo{display: block;}
/* ~~~ jQuery Image Resize/Crop Styles ~~~ */
#hiddenImage{display:none;}
#imageArea
{
position:relative;
left:0px;
top:0px;
}
#imageContainer{
position: absolute;
top: 20px;
left: 20px;
}
#resizeMe
{
position: relative;
top: 20px;
left: 20px;
}
#resizeMe{cursor: move;}
#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
overflow: hidden;
padding:0;
margin:0;
height:8px;
width:8px;
position: absolute;
background-color: #FF0000;
border: 1px solid #fff;
}
#loading{
overflow: hidden;
padding:0;
margin:0;
width:32px;
height:32px;
position:absolute;
left:50%;
z-index:1;
}
#resizeSE{
bottom: -10px;
right: -10px;
cursor: se-resize;
}
#resizeE
{
top: 50%;
right: -10px;
margin-top: -5px;
cursor: e-resize;
}
#resizeNE
{
top: -10px;
right: -10px;
cursor: ne-resize;
}
#resizeN
{
top: -10px;
left: 50%;
margin-left: -5px;
cursor: n-resize;
}
#resizeNW{
top: -10px;
left: -10px;
cursor: nw-resize;
}
#resizeW
{
top: 50%;
left: -10px;
margin-top: -5px;
cursor: w-resize;
}
#resizeSW
{
left: -10px;
bottom: -10px;
cursor: sw-resize;
}
#resizeS
{
bottom: -10px;
left: 50%;
margin-left: -5px;
cursor: s-resize;
}
table.tableForm
{
width: 400px;
border: 1px solid #2F3030;
margin: 1em auto;
border-collapse: collapse;
}
#windowSaveClose{
position:relative;
left:360px;
}
table.tableForm thead th
{
background-color: #000;
font-size:12px;
font-weight: bold;
text-transform : uppercase;
text-align: left;
color: #fff;
padding: 4px 8px;
border: 1px solid #2F3030;
white-space: nowrap;
}
table.tableForm thead th.center{text-align: center;}
table.tableForm thead th.right{text-align: right;}
table.tableForm tbody th
{
text-align: right;
white-space: nowrap;
width: 1%;
font-weight: normal;
color: #000;
padding: 4px 4px 4px 12px;
}
table.tableForm tbody td{padding: 4px 8px;}
table.tableForm tfoot th{}
table.tableForm tfoot td{padding: 4px 8px 12px;}
|
assets/plugins/tinymce/jscripts/tiny_mce/plugins/ajaxfilemanager/theme/default/css/ajaximageeditor.css
|
html, body
{
margin:0;
padding:0;
}
body
{
font: 11px Arial, Helvetica, sans-serif;
color:#444444;
}
fieldset
{
border: 3px double #999;
padding: 2px 1em 8px;
margin: 0 0 0 12px;
}
fieldset p
{
margin: 0;
line-height: 1.5em;
}
fieldset p input,
fieldset p label,
fieldset p button{vertical-align: middle;}
fieldset label{font-weight: bold; color: #334D64;}
form
{
padding:0;
margin:0;
}
legend
{
font-weight: bold;
text-transform: uppercase;
color: #A1040B;
}
.input{font: 11px Arial, Helvetica, sans-serif;}
button
{
font: bold 11px Arial, Helvetica, sans-serif;
background-color: #ccc;
color: #334D64;
}
.disabledButton{
background-color:#cccccc;
color:#FFFFFF;
text-shadow:#999999;
border:1px solid;
border-bottom:2px;
border-left-color:#ece9d8;
border-bottom-color:#716f64;
}
.imageInput{width:35px;}
#controls
{
/*border: 3px double #999;
margin: 20px;
padding: 12px 0;
background: #fff url(../images/controls_bg.gif);*/
}
#modes,
#imageInfo{display: block;}
/* ~~~ jQuery Image Resize/Crop Styles ~~~ */
#hiddenImage{display:none;}
#imageArea
{
position:relative;
left:0px;
top:0px;
}
#imageContainer{
position: absolute;
top: 20px;
left: 20px;
}
#resizeMe
{
position: relative;
top: 20px;
left: 20px;
}
#resizeMe{cursor: move;}
#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
overflow: hidden;
padding:0;
margin:0;
height:8px;
width:8px;
position: absolute;
background-color: #FF0000;
border: 1px solid #fff;
}
#loading{
overflow: hidden;
padding:0;
margin:0;
width:32px;
height:32px;
position:absolute;
left:50%;
z-index:1;
}
#resizeSE{
bottom: -10px;
right: -10px;
cursor: se-resize;
}
#resizeE
{
top: 50%;
right: -10px;
margin-top: -5px;
cursor: e-resize;
}
#resizeNE
{
top: -10px;
right: -10px;
cursor: ne-resize;
}
#resizeN
{
top: -10px;
left: 50%;
margin-left: -5px;
cursor: n-resize;
}
#resizeNW{
top: -10px;
left: -10px;
cursor: nw-resize;
}
#resizeW
{
top: 50%;
left: -10px;
margin-top: -5px;
cursor: w-resize;
}
#resizeSW
{
left: -10px;
bottom: -10px;
cursor: sw-resize;
}
#resizeS
{
bottom: -10px;
left: 50%;
margin-left: -5px;
cursor: s-resize;
}
table.tableForm
{
width: 400px;
border: 1px solid #2F3030;
margin: 1em auto;
border-collapse: collapse;
}
#windowSaveClose{
position:relative;
left:360px;
}
table.tableForm thead th
{
background-color: #000;
font-size:12px;
font-weight: bold;
text-transform : uppercase;
text-align: left;
color: #fff;
padding: 4px 8px;
border: 1px solid #2F3030;
white-space: nowrap;
}
table.tableForm thead th.center{text-align: center;}
table.tableForm thead th.right{text-align: right;}
table.tableForm tbody th
{
text-align: right;
white-space: nowrap;
width: 1%;
font-weight: normal;
color: #000;
padding: 4px 4px 4px 12px;
}
table.tableForm tbody td{padding: 4px 8px;}
table.tableForm tfoot th{}
table.tableForm tfoot td{padding: 4px 8px 12px;}
| 0.32338 | 0.038611 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
text-align: left;
}
h2 {
font-weight: 700;
padding-bottom: 1rem;
padding-top: 4rem;
text-align: center;
}
h4 {
text-align: center;
font-weight: 500;
font-style: italic;
padding-bottom: 0.75rem;
padding-top: 1.5rem;
}
#top-of-page {
margin-top: 2rem;
}
a {
color: #202020;
}
.italic {
font-style: italic;
}
.underline {
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #787878;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.side-margins {
margin: 0 15vw;
}
.top-margin {
margin-top: 1rem;
}
.really-centered {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.navbar.scrolled {
background-color: white !important;
-webkit-transition: background-color 200ms linear;
transition: background-color 200ms linear;
color: #202020;
}
nav {
font-weight: 500;
background-color: white;
color: #202020;
}
a.nav-link.blog {
color: #202020 !important;
margin-right: 30px;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle {
color: #202020;
margin-right: 15px;
}
.navbar-nav li:hover > ul.dropdown-menu {
display: block;
}
.bottom-border-red {
border-bottom: solid #E06B65;
}
.bottom-border-green {
border-bottom: solid #99CC99;
}
.bottom-border-blue {
border-bottom: solid #99CCFF;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle:hover {
text-decoration: none;
color: #787878;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
a.nav-link.blog:hover {
color: #787878 !important;
}
.dropdown-item:hover {
color: #787878 !important;
opacity: 1;
background-color: white;
}
.dropdown-menu {
border-style: none;
border-radius: 0;
text-align: right;
}
.navbar-toggler {
border-style: none;
padding-top: 15px;
color: hotpink;
}
.navbar-toggler:focus {
outline: none;
}
footer {
background-color: white;
color: #202020;
padding: 20px 10vw;
text-align: center;
margin-top: 5vw;
z-index: 1;
}
.footer-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-size: 2.5rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.col-5ths {
padding: 0 10px;
}
.footer-icon-1:hover {
color: #E06B65;
}
.footer-icon-2:hover {
color: #FEEB96;
}
.footer-icon-3:hover {
color: #99CC99;
}
.footer-icon-4:hover {
color: #99CCFF;
}
.footer-icon-5:hover {
color: #E06B65;
}
.banner {
width: 100vw;
}
.banner-img {
width: 100vw;
-o-object-fit: cover;
object-fit: cover;
}
.visible-mobile {
display: block !important;
}
.hidden-mobile {
display: none !important;
}
.left-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.right-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.button {
text-align: center !important;
display: inline-block;
font-size: 1rem;
font-weight: 600;
border-style: solid;
border-color: #202020;
border-radius: 1em;
padding: 0.75em 2em;
margin-top: 0.8rem;
}
.button:hover {
cursor: pointer;
color: white;
background-color: #202020;
}
@media (min-width: 576px) {
.visible-mobile {
display: none !important;
}
.hidden-mobile {
display: block !important;
}
.left-align {
display: inline;
padding-left: 0;
}
.right-align {
display: inline;
padding-right: 0;
-webkit-box-align: right;
-ms-flex-align: right;
align-items: right;
}
.right-align-self {
display: block;
margin-left: auto;
}
}
@media (min-width: 992px) {
h2 {
text-align: left;
}
h4 {
text-align: left;
}
body {
text-align: left;
}
.banner {
-webkit-transform: rotate(0);
transform: rotate(0);
}
a.nav-link.blog {
margin-right: 0px;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle {
margin-right: 0px;
}
.dropdown-menu {
border-style: none;
border-radius: 0;
text-align: left;
}
}
/*# sourceMappingURL=styles.css.map */
|
assets/css/styles.css
|
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
text-align: left;
}
h2 {
font-weight: 700;
padding-bottom: 1rem;
padding-top: 4rem;
text-align: center;
}
h4 {
text-align: center;
font-weight: 500;
font-style: italic;
padding-bottom: 0.75rem;
padding-top: 1.5rem;
}
#top-of-page {
margin-top: 2rem;
}
a {
color: #202020;
}
.italic {
font-style: italic;
}
.underline {
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #787878;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.side-margins {
margin: 0 15vw;
}
.top-margin {
margin-top: 1rem;
}
.really-centered {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.navbar.scrolled {
background-color: white !important;
-webkit-transition: background-color 200ms linear;
transition: background-color 200ms linear;
color: #202020;
}
nav {
font-weight: 500;
background-color: white;
color: #202020;
}
a.nav-link.blog {
color: #202020 !important;
margin-right: 30px;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle {
color: #202020;
margin-right: 15px;
}
.navbar-nav li:hover > ul.dropdown-menu {
display: block;
}
.bottom-border-red {
border-bottom: solid #E06B65;
}
.bottom-border-green {
border-bottom: solid #99CC99;
}
.bottom-border-blue {
border-bottom: solid #99CCFF;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle:hover {
text-decoration: none;
color: #787878;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
a.nav-link.blog:hover {
color: #787878 !important;
}
.dropdown-item:hover {
color: #787878 !important;
opacity: 1;
background-color: white;
}
.dropdown-menu {
border-style: none;
border-radius: 0;
text-align: right;
}
.navbar-toggler {
border-style: none;
padding-top: 15px;
color: hotpink;
}
.navbar-toggler:focus {
outline: none;
}
footer {
background-color: white;
color: #202020;
padding: 20px 10vw;
text-align: center;
margin-top: 5vw;
z-index: 1;
}
.footer-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-size: 2.5rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}
.col-5ths {
padding: 0 10px;
}
.footer-icon-1:hover {
color: #E06B65;
}
.footer-icon-2:hover {
color: #FEEB96;
}
.footer-icon-3:hover {
color: #99CC99;
}
.footer-icon-4:hover {
color: #99CCFF;
}
.footer-icon-5:hover {
color: #E06B65;
}
.banner {
width: 100vw;
}
.banner-img {
width: 100vw;
-o-object-fit: cover;
object-fit: cover;
}
.visible-mobile {
display: block !important;
}
.hidden-mobile {
display: none !important;
}
.left-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.right-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.button {
text-align: center !important;
display: inline-block;
font-size: 1rem;
font-weight: 600;
border-style: solid;
border-color: #202020;
border-radius: 1em;
padding: 0.75em 2em;
margin-top: 0.8rem;
}
.button:hover {
cursor: pointer;
color: white;
background-color: #202020;
}
@media (min-width: 576px) {
.visible-mobile {
display: none !important;
}
.hidden-mobile {
display: block !important;
}
.left-align {
display: inline;
padding-left: 0;
}
.right-align {
display: inline;
padding-right: 0;
-webkit-box-align: right;
-ms-flex-align: right;
align-items: right;
}
.right-align-self {
display: block;
margin-left: auto;
}
}
@media (min-width: 992px) {
h2 {
text-align: left;
}
h4 {
text-align: left;
}
body {
text-align: left;
}
.banner {
-webkit-transform: rotate(0);
transform: rotate(0);
}
a.nav-link.blog {
margin-right: 0px;
}
#navbarDropdownMenuLink.nav-link.dropdown-toggle {
margin-right: 0px;
}
.dropdown-menu {
border-style: none;
border-radius: 0;
text-align: left;
}
}
/*# sourceMappingURL=styles.css.map */
| 0.400046 | 0.066085 |
.bountysource-thumbs-box { position: absolute; width:50px; }
.bountysource-thumbs-box .thumb-wrapper { text-align: center; border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; background-image: linear-gradient(#fcfcfc, #eee); cursor: pointer; padding: 4px 0 6px; }
.bountysource-thumbs-box .thumb-wrapper img { width: 32px; height: 32px; }
.bountysource-thumbs-box .thumb-wrapper:hover { background-image: linear-gradient(#ececec, #ddd); }
.bountysource-thumbs-box .info-wrapper { background: white; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; height: 20px; text-align: center; overflow: hidden; color: #333; font-size: 17px; line-height: 20px; font-family: Helvetica, arial, freesans, clean, sans-serif; white-space: nowrap; }
.bountysource-thumbs-box .info-wrapper img { padding-top: 4px; }
.bountysource-thumbs-box-mini { float: left; white-space: nowrap; height: 20px; line-height: 0; }
.bountysource-thumbs-box-mini .thumb-wrapper { display: inline-block; padding: 0 2px; cursor: pointer; background-image: linear-gradient(#fcfcfc, #eee); }
.bountysource-thumbs-box-mini .thumb-wrapper img { width: 20px; height: 20px; }
.bountysource-thumbs-box-mini .thumb-wrapper:hover { background-image: linear-gradient(#ececec, #ddd); }
.bountysource-thumbs-box-mini .info-wrapper { display: inline-block; padding: 0 3px; color: #333; font-size: 13px; font-family: Helvetica, arial, freesans, clean, sans-serif; line-height: 21px; height: 20px; overflow: hidden; vertical-align: top; box-sizing: content-box; }
.bountysource-thumbs-box-mini .info-wrapper img { padding-top: 4px; }
.bountysource-thumbs-box-mini .thumb-wrapper, .bountysource-thumbs-box-mini .info-wrapper { border-color: #ccc; border-style: solid; }
.bountysource-thumbs-box-mini .thumb-wrapper:hover { border-color: #bbb; }
.bountysource-thumbs-box-mini .thumb-wrapper { border-width: 1px 1px 1px 1px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.bountysource-thumbs-box-mini .info-wrapper { border-width: 1px 1px 1px 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.bountysource-thumbs-box-mini.thumbs-at-zero .thumb-wrapper { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.bountysource-thumbs-box-mini.thumbs-at-zero .info-wrapper { display: none; }
.bountysource-thumbs-box .thumb-wrapper img,
.bountysource-thumbs-box-mini .thumb-wrapper img {
filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxmaWx0ZXIgaWQ9J2xpZ2h0Z3JheSc+PGZlQ29sb3JNYXRyaXggdHlwZT0nc2F0dXJhdGUnIHZhbHVlcz0nMCcvPjxmZUNvbXBvbmVudFRyYW5zZmVyPjxmZUZ1bmNSIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjxmZUZ1bmNHIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjxmZUZ1bmNCIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjwvZmVDb21wb25lbnRUcmFuc2Zlcj48L2ZpbHRlcj48L3N2Zz4=#lightgray"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%) brightness(110%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
opacity: 0.7;
}
.bountysource-thumbs-box .thumb-wrapper:hover img,
.bountysource-thumbs-box.has-thumbed-up .thumb-wrapper img,
.bountysource-thumbs-box-mini .thumb-wrapper:hover img,
.bountysource-thumbs-box-mini.has-thumbed-up .thumb-wrapper img {
filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxmaWx0ZXIgaWQ9J2dyYXlzY2FsZSc+PGZlQ29sb3JNYXRyaXggdHlwZT0nbWF0cml4JyB2YWx1ZXM9JzEgMCAwIDAgMCwgMCAxIDAgMCAwLCAwIDAgMSAwIDAsIDAgMCAwIDEgMCcvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale");
-webkit-filter: grayscale(0%);
opacity: 1.0;
}
|
app/assets/stylesheets/salt/thumbs.css
|
.bountysource-thumbs-box { position: absolute; width:50px; }
.bountysource-thumbs-box .thumb-wrapper { text-align: center; border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; background-image: linear-gradient(#fcfcfc, #eee); cursor: pointer; padding: 4px 0 6px; }
.bountysource-thumbs-box .thumb-wrapper img { width: 32px; height: 32px; }
.bountysource-thumbs-box .thumb-wrapper:hover { background-image: linear-gradient(#ececec, #ddd); }
.bountysource-thumbs-box .info-wrapper { background: white; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; height: 20px; text-align: center; overflow: hidden; color: #333; font-size: 17px; line-height: 20px; font-family: Helvetica, arial, freesans, clean, sans-serif; white-space: nowrap; }
.bountysource-thumbs-box .info-wrapper img { padding-top: 4px; }
.bountysource-thumbs-box-mini { float: left; white-space: nowrap; height: 20px; line-height: 0; }
.bountysource-thumbs-box-mini .thumb-wrapper { display: inline-block; padding: 0 2px; cursor: pointer; background-image: linear-gradient(#fcfcfc, #eee); }
.bountysource-thumbs-box-mini .thumb-wrapper img { width: 20px; height: 20px; }
.bountysource-thumbs-box-mini .thumb-wrapper:hover { background-image: linear-gradient(#ececec, #ddd); }
.bountysource-thumbs-box-mini .info-wrapper { display: inline-block; padding: 0 3px; color: #333; font-size: 13px; font-family: Helvetica, arial, freesans, clean, sans-serif; line-height: 21px; height: 20px; overflow: hidden; vertical-align: top; box-sizing: content-box; }
.bountysource-thumbs-box-mini .info-wrapper img { padding-top: 4px; }
.bountysource-thumbs-box-mini .thumb-wrapper, .bountysource-thumbs-box-mini .info-wrapper { border-color: #ccc; border-style: solid; }
.bountysource-thumbs-box-mini .thumb-wrapper:hover { border-color: #bbb; }
.bountysource-thumbs-box-mini .thumb-wrapper { border-width: 1px 1px 1px 1px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.bountysource-thumbs-box-mini .info-wrapper { border-width: 1px 1px 1px 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.bountysource-thumbs-box-mini.thumbs-at-zero .thumb-wrapper { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.bountysource-thumbs-box-mini.thumbs-at-zero .info-wrapper { display: none; }
.bountysource-thumbs-box .thumb-wrapper img,
.bountysource-thumbs-box-mini .thumb-wrapper img {
filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxmaWx0ZXIgaWQ9J2xpZ2h0Z3JheSc+PGZlQ29sb3JNYXRyaXggdHlwZT0nc2F0dXJhdGUnIHZhbHVlcz0nMCcvPjxmZUNvbXBvbmVudFRyYW5zZmVyPjxmZUZ1bmNSIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjxmZUZ1bmNHIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjxmZUZ1bmNCIHR5cGU9J2xpbmVhcicgc2xvcGU9JzEuMicvPjwvZmVDb21wb25lbnRUcmFuc2Zlcj48L2ZpbHRlcj48L3N2Zz4=#lightgray"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%) brightness(110%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
opacity: 0.7;
}
.bountysource-thumbs-box .thumb-wrapper:hover img,
.bountysource-thumbs-box.has-thumbed-up .thumb-wrapper img,
.bountysource-thumbs-box-mini .thumb-wrapper:hover img,
.bountysource-thumbs-box-mini.has-thumbed-up .thumb-wrapper img {
filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxmaWx0ZXIgaWQ9J2dyYXlzY2FsZSc+PGZlQ29sb3JNYXRyaXggdHlwZT0nbWF0cml4JyB2YWx1ZXM9JzEgMCAwIDAgMCwgMCAxIDAgMCAwLCAwIDAgMSAwIDAsIDAgMCAwIDEgMCcvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale");
-webkit-filter: grayscale(0%);
opacity: 1.0;
}
| 0.523908 | 0.194177 |
.main .menu-wrapper{height: 1500px;}
.main-header-content{width: 290px;margin: 0 auto;padding-top: 120px;}
.main-header {height: 656px;background: url(image/bg.png) no-repeat;background-size: 100% 100%;}
/*面包屑的样式*/
.main-wrapper .menus{margin: 20px;}
.main-wrapper .menus>li{display: inline-block;}
.main-wrapper .menus>li>a{font-size: 14px;color: #00a2ff;}
.main-wrapper .menus>li .iconfont{margin: 0 10px; color: #00a2ff;}
/*面包屑的样式结束*/
.user-authentication{float: left;padding-left: 20px;margin: 36px 0;}
.user-name {margin-bottom: 20px;font-size: 18px;color: #F4F4F4;}
.user-info{margin-top: 90px;text-align: center;}
.user-info>span:first-child{margin-right: 46px;}
.user-info>a{margin-left: 10px;color: #F4F4F4;}
button:disabled{
background: rgba(0,0,0,.3)!important;
}
.main-bottom {padding: 27px 30px 34px;background: #fff;}
.title{margin-bottom: 14px;font-size: 18px;font-weight: bold;}
.advantage-wrapper{margin-right: -40px;}
.advantage-wrapper>li{float: left;margin-right: 40px;padding: 0 30px;width: 258px;height: 144px;border: 1px solid #d8d7d9;}
.advantage-wrapper div{margin: 30px 0 15px;font-size: 18px;text-align: center;}
.main-bottom .iconfont {margin-right: 6px;color: #f5a623;}
.advantage-wrapper p{font-size: 16px;line-height: 24px;}
/*进度条的样式*/
.progresscliam{height: 150px;}
.progress {font-size: 0;margin-left: 130px;margin-top: 60px;}
.progress-item {display: inline-block;width: 200px;
text-align: center;
color: #ccc;
font-size: 14px;
}
.progress-outer:before {
position: absolute;
content: '';
left: -64px;
top: 6px;
width: 88px;
border-bottom: 2px solid #ccc;
}
.progress-item:first-child .progress-outer:before,
.progress-item:last-child .progress-outer:after{
content: none;
}
.progress-outer:after {
position: absolute;
content: '';
right: -78px;
top: 6px;
width: 100px;
border-bottom: 2px solid #d8d7d9;
}
.progress-outer {
position: relative;
margin: 0 auto 10px;
width: 59px;
height: 16px;
}
.progress-inner {
margin: 0 auto;
width: 16px;
height: 16px;
background: #d8d7d9;
margin-top: 2px;
border-radius: 50%;
}
.progress-item.active {
color: #00a2ff;
}
.progress-item.active .progress-inner{
background: #00a2ff;
}
.progress-item.active .progress-outer:before,
.progress-item.active .progress-outer:after {
border-bottom: 2px solid #00a2ff;
}
.progress-item.visited {
color: @themeColor11;
}
/*场景一的样式*/
.senceinner-one{
height:215px;
position: relative;
}
.senceinner-one>span{
padding-left: 20px;
font-size: 18px;
}
.senceinner-one .bottomline{
border-bottom: 1px solid #ccc;
padding-top: 10px;
margin: 0 20px;
}
.senceinner-one .senceoneinfo{
margin-top: 40px;
margin-left: 104px;
}
.senceinner-one .senceoneinfo>span{
font-family: "微软雅黑";
font-size: 16px;
font-weight: 700;
margin-right: 10px;
}
.senceinner-one .senceoneinfo>select{
width: 290px;
height: 40px;
background: none;
}
/*场景一下面的select的最右边的箭头*/
.senceinner-one .senceoneinfo>i{
position: absolute;
right: 640px;
top: 82px;
}
/*场景二的样式*/
.senceinner-two{
/*height:160px;*/
}
.senceinner-two .sencetwoinfo{
margin: 10px 0 0 450px;
cursor: pointer;
}
.senceinner-two .sencetwoinfo2{
margin: 10px 0 0 450px;
cursor: pointer;
}
.senceinner-two>span,.senceinner-three>span,.senceinner-four>span{
padding-left: 20px;
font-size: 18px;
}
.senceinner-two .bottomline,.senceinner-three .bottomline,.senceinner-four .bottomline{
border-bottom: 1px solid #ccc;
padding-top: 10px;
margin: 0 20px;
}
/*场景二原先隐藏的部分*/
.senceinner-two .importinfo{
}
.senceinner-two .importinfo .table-head{
border-bottom: 8px solid #f4f4f4;
margin: 0 20px;
}
.senceinner-two .importinfo .table-head>a{
border-right: 1px solid #f4f4f4;
padding: 0 45px;
}
.senceinner-two .importinfo .table-head>a:nth-child(1){
border: none;
}
.senceinner-two .importinfo .table-head>a:nth-child(7){
border: none;
}
/*场景二的表格*/
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col33{
float: left;
text-align: center;
}
.table-head>span{
border-right: 1px solid #f4f4f4;
}
.table-head>span:first-child{
padding-left: -13px;
box-sizing: border-box;
}
.table-head>span:last-child{
border-right: none;
}
.order-img{
float: left;
/*margin-right: 22px;*/
width: 60px;
height: 24px;
margin-left: 20px;
margin-top: -1px;
}
.order-name{
text-align: left;
display: inline-block;
margin: -24px 10px 0px 82px;
}
.order-code{
line-height: 46px;
font-size: 12px;
color: #adadad;
clear: both;
text-align: left;
}
.col1{
width: 252px;
}
.col33 label{
margin-left: -266px;
}
.table-body .col1{
width: 220px;
}
.col2{
position: relative;
width: 230px;
}
.table-body .col2 li{
padding: 0 12px;
line-height: 20px;
}
.table-body .tips{
position: absolute;
bottom: 12px;
left: 36px;
font-size: 12px;
color: #adadad;
}
.table-body .col2 .fl{
width: 110px;
text-align: left;
text-overflow:ellipsis;
white-space: nowrap;
overflow: hidden;
}
.table-body .col2 .icon-jiantou2{
margin-top: 4px;
cursor: pointer;
}
.table-body .col2 .icon-jiantou2:hover .order-rights{
display: block;
}
.order-rights{
display: none;
position: absolute;
top: 38px;
left: 144px;
padding: 10px 0;
width: 214px;
background: #fff;
box-shadow: 1px 1px 18px 3px rgba(0,0,0,.06);
z-index: 10;
}
.order-rights:after {
position: absolute;
display: inline-block;
top: 78px;
left: -6px;
width: 0;
height: 0;
content: '';
border-style: solid;
border-width: 6px;
border-color: #fff transparent #fff transparent;
transform: rotate(222deg);
box-shadow: 2px -2px 2px rgba(0,0,0,.06);
}
.col3{
width: 102px;
}
.col33{
width: 222px;
}
.table-body .col3{
color: #ffae00;
}
.table-body .col3,.table-body .col4,.table-body .col6{
margin-top: 24px;
}
.col4{
width: 100px;
}
.col5{
width: 130px;
}
.col5>div{
line-height: 20px;
}
.col6{
width: 140px;
}
.col7{
width: 136px;
}
.table-body .col7{
width: 112px;
height: 116px;
text-align: right;
position: relative;
}
.btn-wrapper{
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.table-tr-top>div{
padding-top: 50px;
}
.table-tr{
position: relative;
border-bottom: 1px solid #d8d7d9;
margin: 0 20px;
}
.table-tr-top {
margin: 0 30px;
height: 164px;
}
.table-tr-bottom{
padding: 0 30px;
height: 42px;
line-height: 42px;
font-size: 12px;
color: #adadad;
text-align: center;
border-bottom: 1px solid #f4f4f4;
text-align: left;
}
.table-tr-bottom>span{
display: inline-block;
margin-right: 30px;
}
.table-tr-bottom>span.fr{
margin: 0;
}
.table-tr-unpaid .col7,.table-tr-invalid .col7{
margin-top: 12px;
}
.paging-wrapper{
padding: 26px 30px;
background: #fff;
}
/*结束*/
/*场景三的样式*/
.senceinner-three{
margin-top: 90px;
height:360px;
}
.senceinner-three .sencethreeinfo{
margin: 56px 0 0 106px;
}
.senceinner-three .sencethreeinfo .yangshi{
font-size: 16px;
font-family: "微软雅黑";
font-weight: 700;
}
.senceinner-three .sencethreeinfo .yangshi>input{
border: none;
margin-left: 7px;
margin-right: 43px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom{
margin-top: 70px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom .zhifuinfo{
margin-left: 68px;
margin-top: -35px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom .zhifuinfo li p{
text-align: center;
display: block;
margin-left: -9px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom ul li{
display: inline-block;
padding: 0 25px;
cursor: pointer;
}
/*引过来的样式*/
/*隐藏的收款方式的信息*/
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1{
margin-top: 70px;
display: none;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo{
margin-left: 68px;
margin-top: -38px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo p{
text-align: center;
display: block;
margin-left: -9px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 ul li{
display: inline-block;
padding: 0 25px;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo{
font-size: 14px;
margin-left: 78px;
margin-top: -34px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo1{
font-size: 14px;
margin-left: 78px;
margin-top: -24px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo1>span:nth-child(2){
color: #00a2ff;
padding-left: 20px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo>span:nth-child(2){
color: #00a2ff;
padding-left: 20px;
}
/*银行卡账户*/
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper{
width: 560px;
height: 365px;
background-color:#fff;
border-radius: 10px;
box-shadow:2px -2px 27px #ccc;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper input{
width: 400px;
height: 50px;
border-radius: 15px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul{
padding: 50px;
position: relative;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li{
padding: 12px 0;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper .close{
position: absolute;
top: 10px;
right: 30px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .textinfo{
display: block;
margin: -40px 0 0 67px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li button{
display: inline-block;
margin: 0 auto;
width: 140px;
height: 45px;
line-height: 45px;
background-color:#00a2ff ;
color: #fff;
text-align: center;
margin-left: 132px;
border-radius: 5px;
}
/*微信账户下的样式*/
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .texterqode{
font-size: 16px;
font-family: "微软雅黑";
color: #00a2ff;
display: block;
float: right;
margin-top: 25px;
overflow: hidden;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .texterqode1{
font-size: 16px;
font-family: "微软雅黑";
color: #00a2ff;
display: block;
margin-top: 17px;
margin-left: 170px;
overflow: hidden;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .wxqrcode{
width: 250px;
height:250px;
margin: 0 auto;
}
/*提交成功的模态框*/
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper{
width: 445px;
height: 176px;
background-color:#666666;
border-radius: 10px;
box-shadow:2px -2px 27px #ccc;
}
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper .popupInfo{
width: 145px;
height: 50px;
text-align: center;
margin: 0 auto;
padding-top: 76px;
color: #fff;
font-size: 24px;
}
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper .popupInfo i{
font-size: 23px;
padding-right: 15px;
}
/*引过来的样式结束*/
/*场景四的样式*/
.senceinner-four{
height:360px;
}
.senceinner-four .sencefourinfo{
margin-top: 60px;
margin-left: 90px;
}
.senceinner-four .sencefourinfo .btnadd{
border: 2px dashed #dedede;
color: #00a2ff;
background-color: #f4f4f4;
padding: 30px 25px;
border-radius: 10px;
}
/*场景四上传图片的样式*/
.senceinner-four .sencefourinfo .photos-wrapper li {
margin: 0 20px 20px 0;
display: inline-block;
width: 110px;
height: 80px;
vertical-align: top;
}
.senceinner-four .sencefourinfo .photos-wrapper li img {
width: 100%;
height: 100%;
}
/*最下面的提交审核的按钮*/
.agreecontent{
height: 175px;
}
.agreecontent .contented{
padding: 33px 0 0 350px;
}
.agreecontent .contented .actives{
color: #00a2ff;
}
.agreecontent .contented .btn{
width: 208px;
height: 48px;
line-height: 48px;
text-align: center;
cursor: pointer;
background-color: #ffae00;
color: #fff;
margin-left: 45px;
}
.icon-danxuan{
color: #00a2ff;
}
/*隐藏的场景----暂无保单*/
.senceinner-two{
/*height:360px;*/
display: block;
}
.senceinner-two .sencefourinfo{
margin-top: 60px;
margin-left: 387px;
display: none;
}
.senceinner-two .sencefourinfo .pictureshow{
width: 280px;
height: 254px;
background: url(image/picture.png) no-repeat;
background-size: 100% 100%;
}
.senceinner-two .sencefourinfo>span{
font-family: "微软雅黑";
font-size: 14px;
font-weight: 700;
margin-left: 74px;
margin-top: 9px;
display: block;
overflow: hidden;
}
.senceinner-two .sencefourinfo .shop .btn{
width: 208px;
height: 48px;
line-height: 48px;
text-align: center;
cursor: pointer;
background-color: #ffae00;
color: #fff;
margin-left: 45px;
margin-top: 10px;
}
/*上传图片==放大显示时的样式*/
.previewPop-wrapper{
width: 704px;
height: 489px;
background-color:transparent;
border-radius: 10px;
}
.previewPop-wrapper .swiper-container{
position: relative;
display: block;
width: 100%;
height: 100%;
}
.previewPop-wrapper .swiper-button-white:disabled{
cursor: not-allowed;
}
.previewPop-wrapper .swiper-button-prev{
left: -100px;
}
.previewPop-wrapper .swiper-button-next{
right: -100px;
}
/*上传图片的背景层*/
.previewPop .popups-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.4);
z-index: 0;
}
.previewPop .btn-detele{
display: none;
position: absolute;
right: -47px;
bottom: -47px;
width: 100px;
height: 100px;
border-radius: 50%;
color: #fff;
font-size: 20px;
background: rgba(0,0,0,.6);
z-index: 10;
}
.previewPop .icon-delete{
transform: translate(-18px,-20px);
display: inline-block;
}
.swiper-slide{
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
|
public/view_2/person/css/claimofsence.css
|
.main .menu-wrapper{height: 1500px;}
.main-header-content{width: 290px;margin: 0 auto;padding-top: 120px;}
.main-header {height: 656px;background: url(image/bg.png) no-repeat;background-size: 100% 100%;}
/*面包屑的样式*/
.main-wrapper .menus{margin: 20px;}
.main-wrapper .menus>li{display: inline-block;}
.main-wrapper .menus>li>a{font-size: 14px;color: #00a2ff;}
.main-wrapper .menus>li .iconfont{margin: 0 10px; color: #00a2ff;}
/*面包屑的样式结束*/
.user-authentication{float: left;padding-left: 20px;margin: 36px 0;}
.user-name {margin-bottom: 20px;font-size: 18px;color: #F4F4F4;}
.user-info{margin-top: 90px;text-align: center;}
.user-info>span:first-child{margin-right: 46px;}
.user-info>a{margin-left: 10px;color: #F4F4F4;}
button:disabled{
background: rgba(0,0,0,.3)!important;
}
.main-bottom {padding: 27px 30px 34px;background: #fff;}
.title{margin-bottom: 14px;font-size: 18px;font-weight: bold;}
.advantage-wrapper{margin-right: -40px;}
.advantage-wrapper>li{float: left;margin-right: 40px;padding: 0 30px;width: 258px;height: 144px;border: 1px solid #d8d7d9;}
.advantage-wrapper div{margin: 30px 0 15px;font-size: 18px;text-align: center;}
.main-bottom .iconfont {margin-right: 6px;color: #f5a623;}
.advantage-wrapper p{font-size: 16px;line-height: 24px;}
/*进度条的样式*/
.progresscliam{height: 150px;}
.progress {font-size: 0;margin-left: 130px;margin-top: 60px;}
.progress-item {display: inline-block;width: 200px;
text-align: center;
color: #ccc;
font-size: 14px;
}
.progress-outer:before {
position: absolute;
content: '';
left: -64px;
top: 6px;
width: 88px;
border-bottom: 2px solid #ccc;
}
.progress-item:first-child .progress-outer:before,
.progress-item:last-child .progress-outer:after{
content: none;
}
.progress-outer:after {
position: absolute;
content: '';
right: -78px;
top: 6px;
width: 100px;
border-bottom: 2px solid #d8d7d9;
}
.progress-outer {
position: relative;
margin: 0 auto 10px;
width: 59px;
height: 16px;
}
.progress-inner {
margin: 0 auto;
width: 16px;
height: 16px;
background: #d8d7d9;
margin-top: 2px;
border-radius: 50%;
}
.progress-item.active {
color: #00a2ff;
}
.progress-item.active .progress-inner{
background: #00a2ff;
}
.progress-item.active .progress-outer:before,
.progress-item.active .progress-outer:after {
border-bottom: 2px solid #00a2ff;
}
.progress-item.visited {
color: @themeColor11;
}
/*场景一的样式*/
.senceinner-one{
height:215px;
position: relative;
}
.senceinner-one>span{
padding-left: 20px;
font-size: 18px;
}
.senceinner-one .bottomline{
border-bottom: 1px solid #ccc;
padding-top: 10px;
margin: 0 20px;
}
.senceinner-one .senceoneinfo{
margin-top: 40px;
margin-left: 104px;
}
.senceinner-one .senceoneinfo>span{
font-family: "微软雅黑";
font-size: 16px;
font-weight: 700;
margin-right: 10px;
}
.senceinner-one .senceoneinfo>select{
width: 290px;
height: 40px;
background: none;
}
/*场景一下面的select的最右边的箭头*/
.senceinner-one .senceoneinfo>i{
position: absolute;
right: 640px;
top: 82px;
}
/*场景二的样式*/
.senceinner-two{
/*height:160px;*/
}
.senceinner-two .sencetwoinfo{
margin: 10px 0 0 450px;
cursor: pointer;
}
.senceinner-two .sencetwoinfo2{
margin: 10px 0 0 450px;
cursor: pointer;
}
.senceinner-two>span,.senceinner-three>span,.senceinner-four>span{
padding-left: 20px;
font-size: 18px;
}
.senceinner-two .bottomline,.senceinner-three .bottomline,.senceinner-four .bottomline{
border-bottom: 1px solid #ccc;
padding-top: 10px;
margin: 0 20px;
}
/*场景二原先隐藏的部分*/
.senceinner-two .importinfo{
}
.senceinner-two .importinfo .table-head{
border-bottom: 8px solid #f4f4f4;
margin: 0 20px;
}
.senceinner-two .importinfo .table-head>a{
border-right: 1px solid #f4f4f4;
padding: 0 45px;
}
.senceinner-two .importinfo .table-head>a:nth-child(1){
border: none;
}
.senceinner-two .importinfo .table-head>a:nth-child(7){
border: none;
}
/*场景二的表格*/
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col33{
float: left;
text-align: center;
}
.table-head>span{
border-right: 1px solid #f4f4f4;
}
.table-head>span:first-child{
padding-left: -13px;
box-sizing: border-box;
}
.table-head>span:last-child{
border-right: none;
}
.order-img{
float: left;
/*margin-right: 22px;*/
width: 60px;
height: 24px;
margin-left: 20px;
margin-top: -1px;
}
.order-name{
text-align: left;
display: inline-block;
margin: -24px 10px 0px 82px;
}
.order-code{
line-height: 46px;
font-size: 12px;
color: #adadad;
clear: both;
text-align: left;
}
.col1{
width: 252px;
}
.col33 label{
margin-left: -266px;
}
.table-body .col1{
width: 220px;
}
.col2{
position: relative;
width: 230px;
}
.table-body .col2 li{
padding: 0 12px;
line-height: 20px;
}
.table-body .tips{
position: absolute;
bottom: 12px;
left: 36px;
font-size: 12px;
color: #adadad;
}
.table-body .col2 .fl{
width: 110px;
text-align: left;
text-overflow:ellipsis;
white-space: nowrap;
overflow: hidden;
}
.table-body .col2 .icon-jiantou2{
margin-top: 4px;
cursor: pointer;
}
.table-body .col2 .icon-jiantou2:hover .order-rights{
display: block;
}
.order-rights{
display: none;
position: absolute;
top: 38px;
left: 144px;
padding: 10px 0;
width: 214px;
background: #fff;
box-shadow: 1px 1px 18px 3px rgba(0,0,0,.06);
z-index: 10;
}
.order-rights:after {
position: absolute;
display: inline-block;
top: 78px;
left: -6px;
width: 0;
height: 0;
content: '';
border-style: solid;
border-width: 6px;
border-color: #fff transparent #fff transparent;
transform: rotate(222deg);
box-shadow: 2px -2px 2px rgba(0,0,0,.06);
}
.col3{
width: 102px;
}
.col33{
width: 222px;
}
.table-body .col3{
color: #ffae00;
}
.table-body .col3,.table-body .col4,.table-body .col6{
margin-top: 24px;
}
.col4{
width: 100px;
}
.col5{
width: 130px;
}
.col5>div{
line-height: 20px;
}
.col6{
width: 140px;
}
.col7{
width: 136px;
}
.table-body .col7{
width: 112px;
height: 116px;
text-align: right;
position: relative;
}
.btn-wrapper{
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.table-tr-top>div{
padding-top: 50px;
}
.table-tr{
position: relative;
border-bottom: 1px solid #d8d7d9;
margin: 0 20px;
}
.table-tr-top {
margin: 0 30px;
height: 164px;
}
.table-tr-bottom{
padding: 0 30px;
height: 42px;
line-height: 42px;
font-size: 12px;
color: #adadad;
text-align: center;
border-bottom: 1px solid #f4f4f4;
text-align: left;
}
.table-tr-bottom>span{
display: inline-block;
margin-right: 30px;
}
.table-tr-bottom>span.fr{
margin: 0;
}
.table-tr-unpaid .col7,.table-tr-invalid .col7{
margin-top: 12px;
}
.paging-wrapper{
padding: 26px 30px;
background: #fff;
}
/*结束*/
/*场景三的样式*/
.senceinner-three{
margin-top: 90px;
height:360px;
}
.senceinner-three .sencethreeinfo{
margin: 56px 0 0 106px;
}
.senceinner-three .sencethreeinfo .yangshi{
font-size: 16px;
font-family: "微软雅黑";
font-weight: 700;
}
.senceinner-three .sencethreeinfo .yangshi>input{
border: none;
margin-left: 7px;
margin-right: 43px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom{
margin-top: 70px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom .zhifuinfo{
margin-left: 68px;
margin-top: -35px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom .zhifuinfo li p{
text-align: center;
display: block;
margin-left: -9px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom ul li{
display: inline-block;
padding: 0 25px;
cursor: pointer;
}
/*引过来的样式*/
/*隐藏的收款方式的信息*/
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1{
margin-top: 70px;
display: none;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo{
margin-left: 68px;
margin-top: -38px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo p{
text-align: center;
display: block;
margin-left: -9px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 ul li{
display: inline-block;
padding: 0 25px;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo{
font-size: 14px;
margin-left: 78px;
margin-top: -34px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo1{
font-size: 14px;
margin-left: 78px;
margin-top: -24px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo1>span:nth-child(2){
color: #00a2ff;
padding-left: 20px;
}
.senceinner-three .sencethreeinfo .sencethreeinfo-bottom1 .zhifuinfo .bankinfo>span:nth-child(2){
color: #00a2ff;
padding-left: 20px;
}
/*银行卡账户*/
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper{
width: 560px;
height: 365px;
background-color:#fff;
border-radius: 10px;
box-shadow:2px -2px 27px #ccc;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper input{
width: 400px;
height: 50px;
border-radius: 15px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul{
padding: 50px;
position: relative;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li{
padding: 12px 0;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper .close{
position: absolute;
top: 10px;
right: 30px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .textinfo{
display: block;
margin: -40px 0 0 67px;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li button{
display: inline-block;
margin: 0 auto;
width: 140px;
height: 45px;
line-height: 45px;
background-color:#00a2ff ;
color: #fff;
text-align: center;
margin-left: 132px;
border-radius: 5px;
}
/*微信账户下的样式*/
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .texterqode{
font-size: 16px;
font-family: "微软雅黑";
color: #00a2ff;
display: block;
float: right;
margin-top: 25px;
overflow: hidden;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .texterqode1{
font-size: 16px;
font-family: "微软雅黑";
color: #00a2ff;
display: block;
margin-top: 17px;
margin-left: 170px;
overflow: hidden;
cursor: pointer;
}
.senceinner-three .sencethreeinfo .popup .popupbank-wrapper ul li .wxqrcode{
width: 250px;
height:250px;
margin: 0 auto;
}
/*提交成功的模态框*/
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper{
width: 445px;
height: 176px;
background-color:#666666;
border-radius: 10px;
box-shadow:2px -2px 27px #ccc;
}
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper .popupInfo{
width: 145px;
height: 50px;
text-align: center;
margin: 0 auto;
padding-top: 76px;
color: #fff;
font-size: 24px;
}
.senceinner-three .sencethreeinfo .popup .popupbankss-wrapper .popupInfo i{
font-size: 23px;
padding-right: 15px;
}
/*引过来的样式结束*/
/*场景四的样式*/
.senceinner-four{
height:360px;
}
.senceinner-four .sencefourinfo{
margin-top: 60px;
margin-left: 90px;
}
.senceinner-four .sencefourinfo .btnadd{
border: 2px dashed #dedede;
color: #00a2ff;
background-color: #f4f4f4;
padding: 30px 25px;
border-radius: 10px;
}
/*场景四上传图片的样式*/
.senceinner-four .sencefourinfo .photos-wrapper li {
margin: 0 20px 20px 0;
display: inline-block;
width: 110px;
height: 80px;
vertical-align: top;
}
.senceinner-four .sencefourinfo .photos-wrapper li img {
width: 100%;
height: 100%;
}
/*最下面的提交审核的按钮*/
.agreecontent{
height: 175px;
}
.agreecontent .contented{
padding: 33px 0 0 350px;
}
.agreecontent .contented .actives{
color: #00a2ff;
}
.agreecontent .contented .btn{
width: 208px;
height: 48px;
line-height: 48px;
text-align: center;
cursor: pointer;
background-color: #ffae00;
color: #fff;
margin-left: 45px;
}
.icon-danxuan{
color: #00a2ff;
}
/*隐藏的场景----暂无保单*/
.senceinner-two{
/*height:360px;*/
display: block;
}
.senceinner-two .sencefourinfo{
margin-top: 60px;
margin-left: 387px;
display: none;
}
.senceinner-two .sencefourinfo .pictureshow{
width: 280px;
height: 254px;
background: url(image/picture.png) no-repeat;
background-size: 100% 100%;
}
.senceinner-two .sencefourinfo>span{
font-family: "微软雅黑";
font-size: 14px;
font-weight: 700;
margin-left: 74px;
margin-top: 9px;
display: block;
overflow: hidden;
}
.senceinner-two .sencefourinfo .shop .btn{
width: 208px;
height: 48px;
line-height: 48px;
text-align: center;
cursor: pointer;
background-color: #ffae00;
color: #fff;
margin-left: 45px;
margin-top: 10px;
}
/*上传图片==放大显示时的样式*/
.previewPop-wrapper{
width: 704px;
height: 489px;
background-color:transparent;
border-radius: 10px;
}
.previewPop-wrapper .swiper-container{
position: relative;
display: block;
width: 100%;
height: 100%;
}
.previewPop-wrapper .swiper-button-white:disabled{
cursor: not-allowed;
}
.previewPop-wrapper .swiper-button-prev{
left: -100px;
}
.previewPop-wrapper .swiper-button-next{
right: -100px;
}
/*上传图片的背景层*/
.previewPop .popups-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.4);
z-index: 0;
}
.previewPop .btn-detele{
display: none;
position: absolute;
right: -47px;
bottom: -47px;
width: 100px;
height: 100px;
border-radius: 50%;
color: #fff;
font-size: 20px;
background: rgba(0,0,0,.6);
z-index: 10;
}
.previewPop .icon-delete{
transform: translate(-18px,-20px);
display: inline-block;
}
.swiper-slide{
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
| 0.11474 | 0.053034 |
.yn_tour_station>div {
border: 1px solid #bbb;
background: #eee;
padding: 5px;
top: 0;
left: 0;
font-size: 12px;
line-height: 18px;
font-family: Arial,serif;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.yn_tour_spot {
display: block;
position: relative !important;
z-index: 1000 !important;
-webkit-box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
-moz-box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
background-color: #fff !important;
border: 1px solid #FFF !important;
filter: progid:dximagetransform.microsoft.dropshadow(color=#969696, offx=1, offy=1) progid:dximagetransform.microsoft.dropshadow(color=#c2c2c2, offx=1, offy=1) progid:dximagetransform.microsoft.dropshadow(color=#efefef, offx=1, offy=1) !important;
}
.tl>.yn_tour_arrow, .tc>.yn_tour_arrow, .tr>.yn_tour_arrow{
background: url(../images/arrow_top.png) top center no-repeat;
width: 24px;
height: 12px;
position: absolute;
}
.bl>.yn_tour_arrow, .bc>.yn_tour_arrow, .br>.yn_tour_arrow{
background: url(../images/arrow_bottom.png) top center no-repeat;
width: 24px;
height: 12px;
position: absolute;
}
.lt>.yn_tour_arrow, .lc>.yn_tour_arrow, .lb>.yn_tour_arrow{
background: url(../images/arrow_left.png) top center no-repeat;
width: 11px;
height: 24px;
position: absolute;
}
.rt>.yn_tour_arrow, .rc>.yn_tour_arrow, .rb>.yn_tour_arrow{
background: url(../images/arrow_right.png) top center no-repeat;
width: 11px;
height: 24px;
position: absolute;
}
.yn_tour_ctrl{
border-top: solid 1px #FFF;
}
.yn_tour_text{
max-width: 260px;
min-width: 150px;
padding: 15px 10px;
}
.yn_tour_station p {
padding: 0;
margin: 0;
text-align: justify;
}
.yn_tour_station .ctrls {float: right; margin-top: 2px;}
.yn_tour_station .ctrls a {
margin: 0;
display: block;
float: left;
width: 32px;
height: 32px;
}
a.yn_bt_prev {
background: transparent url(../images/bt_prev.png) no-repeat scroll left top;
}
a.yn_bt_prev:hover {
background: transparent url(../images/bt_prev_hover.png) no-repeat scroll left top;
}
a.yn_bt_next {
background: transparent url(../images/bt_next.png) no-repeat scroll left top;
}
a.yn_bt_next:hover {
background: transparent url(../images/bt_next_hover.png) no-repeat scroll left top;
}
.l_tour .ctrls a.yn_bt_next {
background: transparent url(../images/bt_done.png) no-repeat scroll left top;
}
.l_tour .ctrls a.yn_bt_next:hover {
background: transparent url(../images/bt_done_hover.png) no-repeat scroll left top;
}
/*
Do not edit below this line
*/
.yn_tour_station {
position: absolute;
display: block;
}
.yn_tour_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 999;
background: #000;
}
.yn_tour_overlay_white {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1001;
}
/* popup select tour */
.yn_tour_popup_select{
position: fixed;
top: 100px;
z-index: 1002;
display: none;
}
.yn_tour_popup_select div.boxFirstHeader,
.yn_tour_popup_select .corner,
.yn_tour_popup_select .left_side,
.yn_tour_popup_select .right_side,
.yn_tour_popup_select .top_side,
.yn_tour_popup_select .bottom_side{
cursor: move
}
.yn_tour_unit_title{
float: left;
width: 250px;
margin-left:15px;
overflow: hidden;
}
.yn_tour_unit_tour {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
.yn_tour_unit_tour+.yn_tour_unit_tour{
border-top: 1px solid #CDCDCD;
}
.yn_tour_unit_tour:hover{
background-color: #F4F7FA;
}
.yn_tour_bt_run_it {
float: left;
margin: 5px 0;
}
.yn_tour_img_view {
float: left;
padding-top: 5px;
}
*+html .yn_tour_img_view {
padding-top: 0;
}
.yn_tour_img_view>img{
width: 24px;
height: 24px;
}
.yn_tour_popup_check_hide {
line-height: 35px;
margin-right: 15px;
text-align: right;
height: 35px;
}
.yn_tour_popup_button{
display: inline-block;
}
.yn_tour_bt_close_popup{
cursor: pointer;
margin-top: 2px;
z-index: 150;
position: absolute;
right: 0;
top: 0;
}
.yn_tour_z_index_auto{
z-index: auto !important;
}
.yn_tour_run_tour{
float: right;
margin-top: 5px;
}
*+html .yn_tour_run_tour {
margin-top: 0;
}
.yn_tour_run_tour > img {
width: 24px;
height: 24px;
cursor: pointer;
}
#yn_tooltip {
position: absolute;
z-index: 3000;
line-height: 30px;
opacity: 0.85;
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
}
.yn_tooltip p{
font-size: 11px;
color: #002BB8;
font-weight: 700;
padding: 0 3px;
margin-bottom: 0;
}
.yn_tooltip.classic {background: #FFA; border: 1px solid #FFAD33; }
.yn_tooltip.critical { background: #FCA; border: 1px solid #FF3334; }
.yn_tooltip.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
.yn_tooltip.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.yn_tour_ad_img_begin_tour{
background: no-repeat url(../images/begin_img.png);
height: 25px;
left: 6px;
width: 25px;
float: right;
}
#yn_tour_button_begin{
position: fixed;
top: 200px;
left: -96px;
}
#yn_tour_button_begin:hover{
left: -3px;
cursor: pointer;
-moz-animation: ynanimation 1s; /* Firefox */
-webkit-animation: ynanimation 1s; /* Safari and Chrome */
}
.yn_tour_ad_b_begin{
z-index:999;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
background: #F5F5F5;
border: 1px solid #D2D2D2;
border-right-width: 2px;
border-left-width: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
width: 120px;
height: 25px;
padding: 6px;
line-height: 25px;
position: absolute;
}
.yn_tour_ad_b_begin:hover{
-webkit-box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
-moz-box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
}
.yn_tour_ad_begin_text{
color: #3B5998;
font-weight: 700;
font-size: 13px;
}
.yn_t_ad_mana_tour .disignBoxFirst,
.yn_t_ad_mana_tour .disignBoxFirst .boxFirstHeader .dbTitle,
.yn_tour_popup_select .disignBoxFirst,
.yn_tour_popup_select .disignBoxFirst .boxFirstHeader .dbTitle{
position:static;
}
.yn_tour_order{
background-color: white;
border: 1px solid #C6C6C6;
border-radius: 8px 8px 8px 8px;
color: black;
float: left;
font-size: 14px;
font-weight: 700;
padding: 3px 12px;
margin-top: 6px;
margin-left: 10px;
}
@-moz-keyframes ynanimation /* Firefox */
{
from {left: -96px;}
to {left: -3px;}
}
@-webkit-keyframes ynanimation /* Safari and Chrome */
{
from {left: -96px;}
to {left: -3px;}
}
|
modules/younet/tour_guide/templates/base/css/tour_guide.css
|
.yn_tour_station>div {
border: 1px solid #bbb;
background: #eee;
padding: 5px;
top: 0;
left: 0;
font-size: 12px;
line-height: 18px;
font-family: Arial,serif;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.yn_tour_spot {
display: block;
position: relative !important;
z-index: 1000 !important;
-webkit-box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
-moz-box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
box-shadow: 0 0 18px rgba(0, 100, 141, 0.52) !important;
background-color: #fff !important;
border: 1px solid #FFF !important;
filter: progid:dximagetransform.microsoft.dropshadow(color=#969696, offx=1, offy=1) progid:dximagetransform.microsoft.dropshadow(color=#c2c2c2, offx=1, offy=1) progid:dximagetransform.microsoft.dropshadow(color=#efefef, offx=1, offy=1) !important;
}
.tl>.yn_tour_arrow, .tc>.yn_tour_arrow, .tr>.yn_tour_arrow{
background: url(../images/arrow_top.png) top center no-repeat;
width: 24px;
height: 12px;
position: absolute;
}
.bl>.yn_tour_arrow, .bc>.yn_tour_arrow, .br>.yn_tour_arrow{
background: url(../images/arrow_bottom.png) top center no-repeat;
width: 24px;
height: 12px;
position: absolute;
}
.lt>.yn_tour_arrow, .lc>.yn_tour_arrow, .lb>.yn_tour_arrow{
background: url(../images/arrow_left.png) top center no-repeat;
width: 11px;
height: 24px;
position: absolute;
}
.rt>.yn_tour_arrow, .rc>.yn_tour_arrow, .rb>.yn_tour_arrow{
background: url(../images/arrow_right.png) top center no-repeat;
width: 11px;
height: 24px;
position: absolute;
}
.yn_tour_ctrl{
border-top: solid 1px #FFF;
}
.yn_tour_text{
max-width: 260px;
min-width: 150px;
padding: 15px 10px;
}
.yn_tour_station p {
padding: 0;
margin: 0;
text-align: justify;
}
.yn_tour_station .ctrls {float: right; margin-top: 2px;}
.yn_tour_station .ctrls a {
margin: 0;
display: block;
float: left;
width: 32px;
height: 32px;
}
a.yn_bt_prev {
background: transparent url(../images/bt_prev.png) no-repeat scroll left top;
}
a.yn_bt_prev:hover {
background: transparent url(../images/bt_prev_hover.png) no-repeat scroll left top;
}
a.yn_bt_next {
background: transparent url(../images/bt_next.png) no-repeat scroll left top;
}
a.yn_bt_next:hover {
background: transparent url(../images/bt_next_hover.png) no-repeat scroll left top;
}
.l_tour .ctrls a.yn_bt_next {
background: transparent url(../images/bt_done.png) no-repeat scroll left top;
}
.l_tour .ctrls a.yn_bt_next:hover {
background: transparent url(../images/bt_done_hover.png) no-repeat scroll left top;
}
/*
Do not edit below this line
*/
.yn_tour_station {
position: absolute;
display: block;
}
.yn_tour_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 999;
background: #000;
}
.yn_tour_overlay_white {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1001;
}
/* popup select tour */
.yn_tour_popup_select{
position: fixed;
top: 100px;
z-index: 1002;
display: none;
}
.yn_tour_popup_select div.boxFirstHeader,
.yn_tour_popup_select .corner,
.yn_tour_popup_select .left_side,
.yn_tour_popup_select .right_side,
.yn_tour_popup_select .top_side,
.yn_tour_popup_select .bottom_side{
cursor: move
}
.yn_tour_unit_title{
float: left;
width: 250px;
margin-left:15px;
overflow: hidden;
}
.yn_tour_unit_tour {
height: 35px;
line-height: 35px;
padding: 0 10px;
}
.yn_tour_unit_tour+.yn_tour_unit_tour{
border-top: 1px solid #CDCDCD;
}
.yn_tour_unit_tour:hover{
background-color: #F4F7FA;
}
.yn_tour_bt_run_it {
float: left;
margin: 5px 0;
}
.yn_tour_img_view {
float: left;
padding-top: 5px;
}
*+html .yn_tour_img_view {
padding-top: 0;
}
.yn_tour_img_view>img{
width: 24px;
height: 24px;
}
.yn_tour_popup_check_hide {
line-height: 35px;
margin-right: 15px;
text-align: right;
height: 35px;
}
.yn_tour_popup_button{
display: inline-block;
}
.yn_tour_bt_close_popup{
cursor: pointer;
margin-top: 2px;
z-index: 150;
position: absolute;
right: 0;
top: 0;
}
.yn_tour_z_index_auto{
z-index: auto !important;
}
.yn_tour_run_tour{
float: right;
margin-top: 5px;
}
*+html .yn_tour_run_tour {
margin-top: 0;
}
.yn_tour_run_tour > img {
width: 24px;
height: 24px;
cursor: pointer;
}
#yn_tooltip {
position: absolute;
z-index: 3000;
line-height: 30px;
opacity: 0.85;
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
}
.yn_tooltip p{
font-size: 11px;
color: #002BB8;
font-weight: 700;
padding: 0 3px;
margin-bottom: 0;
}
.yn_tooltip.classic {background: #FFA; border: 1px solid #FFAD33; }
.yn_tooltip.critical { background: #FCA; border: 1px solid #FF3334; }
.yn_tooltip.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
.yn_tooltip.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.yn_tour_ad_img_begin_tour{
background: no-repeat url(../images/begin_img.png);
height: 25px;
left: 6px;
width: 25px;
float: right;
}
#yn_tour_button_begin{
position: fixed;
top: 200px;
left: -96px;
}
#yn_tour_button_begin:hover{
left: -3px;
cursor: pointer;
-moz-animation: ynanimation 1s; /* Firefox */
-webkit-animation: ynanimation 1s; /* Safari and Chrome */
}
.yn_tour_ad_b_begin{
z-index:999;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
background: #F5F5F5;
border: 1px solid #D2D2D2;
border-right-width: 2px;
border-left-width: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
width: 120px;
height: 25px;
padding: 6px;
line-height: 25px;
position: absolute;
}
.yn_tour_ad_b_begin:hover{
-webkit-box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
-moz-box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
box-shadow: 0 0 5px rgba(0, 100, 141, 0.72);
}
.yn_tour_ad_begin_text{
color: #3B5998;
font-weight: 700;
font-size: 13px;
}
.yn_t_ad_mana_tour .disignBoxFirst,
.yn_t_ad_mana_tour .disignBoxFirst .boxFirstHeader .dbTitle,
.yn_tour_popup_select .disignBoxFirst,
.yn_tour_popup_select .disignBoxFirst .boxFirstHeader .dbTitle{
position:static;
}
.yn_tour_order{
background-color: white;
border: 1px solid #C6C6C6;
border-radius: 8px 8px 8px 8px;
color: black;
float: left;
font-size: 14px;
font-weight: 700;
padding: 3px 12px;
margin-top: 6px;
margin-left: 10px;
}
@-moz-keyframes ynanimation /* Firefox */
{
from {left: -96px;}
to {left: -3px;}
}
@-webkit-keyframes ynanimation /* Safari and Chrome */
{
from {left: -96px;}
to {left: -3px;}
}
| 0.258888 | 0.123445 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background-color: #140032;
overflow: hidden;
}
body * {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 50%;
}
.circles {
width: 300px;
height: 300px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation: circlesAnimation 10s linear infinite;
animation: circlesAnimation 10s linear infinite;
}
.circles .dots {
width: 16px;
height: 16px;
}
.circles .dots:nth-child(1) {
-webkit-transform: rotate(0deg) translate(100px);
transform: rotate(0deg) translate(100px);
background-color: red;
-webkit-animation: dotsAnimation-1 2s linear -0.3333s infinite;
animation: dotsAnimation-1 2s linear -0.3333s infinite;
}
.circles .dots:nth-child(1):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 0, 0.8);
-webkit-animation: trackAnimation-1 2s linear -0.3333s infinite;
animation: trackAnimation-1 2s linear -0.3333s infinite;
}
.circles .dots:nth-child(2) {
-webkit-transform: rotate(11.25deg) translate(100px);
transform: rotate(11.25deg) translate(100px);
background-color: #ff3000;
-webkit-animation: dotsAnimation-2 2s linear -0.6666s infinite;
animation: dotsAnimation-2 2s linear -0.6666s infinite;
}
.circles .dots:nth-child(2):after {
border-top-width: 16px;
border-top-color: rgba(255, 48, 0, 0.8);
-webkit-animation: trackAnimation-2 2s linear -0.6666s infinite;
animation: trackAnimation-2 2s linear -0.6666s infinite;
}
.circles .dots:nth-child(3) {
-webkit-transform: rotate(22.5deg) translate(100px);
transform: rotate(22.5deg) translate(100px);
background-color: #ff6000;
-webkit-animation: dotsAnimation-3 2s linear -0.9999s infinite;
animation: dotsAnimation-3 2s linear -0.9999s infinite;
}
.circles .dots:nth-child(3):after {
border-top-width: 16px;
border-top-color: rgba(255, 96, 0, 0.8);
-webkit-animation: trackAnimation-3 2s linear -0.9999s infinite;
animation: trackAnimation-3 2s linear -0.9999s infinite;
}
.circles .dots:nth-child(4) {
-webkit-transform: rotate(33.75deg) translate(100px);
transform: rotate(33.75deg) translate(100px);
background-color: #ff8f00;
-webkit-animation: dotsAnimation-4 2s linear -1.3332s infinite;
animation: dotsAnimation-4 2s linear -1.3332s infinite;
}
.circles .dots:nth-child(4):after {
border-top-width: 16px;
border-top-color: rgba(255, 143, 0, 0.8);
-webkit-animation: trackAnimation-4 2s linear -1.3332s infinite;
animation: trackAnimation-4 2s linear -1.3332s infinite;
}
.circles .dots:nth-child(5) {
-webkit-transform: rotate(45deg) translate(100px);
transform: rotate(45deg) translate(100px);
background-color: #ffbf00;
-webkit-animation: dotsAnimation-5 2s linear -1.6665s infinite;
animation: dotsAnimation-5 2s linear -1.6665s infinite;
}
.circles .dots:nth-child(5):after {
border-top-width: 16px;
border-top-color: rgba(255, 191, 0, 0.8);
-webkit-animation: trackAnimation-5 2s linear -1.6665s infinite;
animation: trackAnimation-5 2s linear -1.6665s infinite;
}
.circles .dots:nth-child(6) {
-webkit-transform: rotate(56.25deg) translate(100px);
transform: rotate(56.25deg) translate(100px);
background-color: #ffef00;
-webkit-animation: dotsAnimation-6 2s linear -1.9998s infinite;
animation: dotsAnimation-6 2s linear -1.9998s infinite;
}
.circles .dots:nth-child(6):after {
border-top-width: 16px;
border-top-color: rgba(255, 239, 0, 0.8);
-webkit-animation: trackAnimation-6 2s linear -1.9998s infinite;
animation: trackAnimation-6 2s linear -1.9998s infinite;
}
.circles .dots:nth-child(7) {
-webkit-transform: rotate(67.5deg) translate(100px);
transform: rotate(67.5deg) translate(100px);
background-color: #dfff00;
-webkit-animation: dotsAnimation-7 2s linear -2.3331s infinite;
animation: dotsAnimation-7 2s linear -2.3331s infinite;
}
.circles .dots:nth-child(7):after {
border-top-width: 16px;
border-top-color: rgba(223, 255, 0, 0.8);
-webkit-animation: trackAnimation-7 2s linear -2.3331s infinite;
animation: trackAnimation-7 2s linear -2.3331s infinite;
}
.circles .dots:nth-child(8) {
-webkit-transform: rotate(78.75deg) translate(100px);
transform: rotate(78.75deg) translate(100px);
background-color: #afff00;
-webkit-animation: dotsAnimation-8 2s linear -2.6664s infinite;
animation: dotsAnimation-8 2s linear -2.6664s infinite;
}
.circles .dots:nth-child(8):after {
border-top-width: 16px;
border-top-color: rgba(175, 255, 0, 0.8);
-webkit-animation: trackAnimation-8 2s linear -2.6664s infinite;
animation: trackAnimation-8 2s linear -2.6664s infinite;
}
.circles .dots:nth-child(9) {
-webkit-transform: rotate(90deg) translate(100px);
transform: rotate(90deg) translate(100px);
background-color: #80ff00;
-webkit-animation: dotsAnimation-9 2s linear -2.9997s infinite;
animation: dotsAnimation-9 2s linear -2.9997s infinite;
}
.circles .dots:nth-child(9):after {
border-top-width: 16px;
border-top-color: rgba(128, 255, 0, 0.8);
-webkit-animation: trackAnimation-9 2s linear -2.9997s infinite;
animation: trackAnimation-9 2s linear -2.9997s infinite;
}
.circles .dots:nth-child(10) {
-webkit-transform: rotate(101.25deg) translate(100px);
transform: rotate(101.25deg) translate(100px);
background-color: #50ff00;
-webkit-animation: dotsAnimation-10 2s linear -3.333s infinite;
animation: dotsAnimation-10 2s linear -3.333s infinite;
}
.circles .dots:nth-child(10):after {
border-top-width: 16px;
border-top-color: rgba(80, 255, 0, 0.8);
-webkit-animation: trackAnimation-10 2s linear -3.333s infinite;
animation: trackAnimation-10 2s linear -3.333s infinite;
}
.circles .dots:nth-child(11) {
-webkit-transform: rotate(112.5deg) translate(100px);
transform: rotate(112.5deg) translate(100px);
background-color: #20ff00;
-webkit-animation: dotsAnimation-11 2s linear -3.6663s infinite;
animation: dotsAnimation-11 2s linear -3.6663s infinite;
}
.circles .dots:nth-child(11):after {
border-top-width: 16px;
border-top-color: rgba(32, 255, 0, 0.8);
-webkit-animation: trackAnimation-11 2s linear -3.6663s infinite;
animation: trackAnimation-11 2s linear -3.6663s infinite;
}
.circles .dots:nth-child(12) {
-webkit-transform: rotate(123.75deg) translate(100px);
transform: rotate(123.75deg) translate(100px);
background-color: #00ff10;
-webkit-animation: dotsAnimation-12 2s linear -3.9996s infinite;
animation: dotsAnimation-12 2s linear -3.9996s infinite;
}
.circles .dots:nth-child(12):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 16, 0.8);
-webkit-animation: trackAnimation-12 2s linear -3.9996s infinite;
animation: trackAnimation-12 2s linear -3.9996s infinite;
}
.circles .dots:nth-child(13) {
-webkit-transform: rotate(135deg) translate(100px);
transform: rotate(135deg) translate(100px);
background-color: #00ff40;
-webkit-animation: dotsAnimation-13 2s linear -4.3329s infinite;
animation: dotsAnimation-13 2s linear -4.3329s infinite;
}
.circles .dots:nth-child(13):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 64, 0.8);
-webkit-animation: trackAnimation-13 2s linear -4.3329s infinite;
animation: trackAnimation-13 2s linear -4.3329s infinite;
}
.circles .dots:nth-child(14) {
-webkit-transform: rotate(146.25deg) translate(100px);
transform: rotate(146.25deg) translate(100px);
background-color: #00ff70;
-webkit-animation: dotsAnimation-14 2s linear -4.6662s infinite;
animation: dotsAnimation-14 2s linear -4.6662s infinite;
}
.circles .dots:nth-child(14):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 112, 0.8);
-webkit-animation: trackAnimation-14 2s linear -4.6662s infinite;
animation: trackAnimation-14 2s linear -4.6662s infinite;
}
.circles .dots:nth-child(15) {
-webkit-transform: rotate(157.5deg) translate(100px);
transform: rotate(157.5deg) translate(100px);
background-color: #00ff9f;
-webkit-animation: dotsAnimation-15 2s linear -4.9995s infinite;
animation: dotsAnimation-15 2s linear -4.9995s infinite;
}
.circles .dots:nth-child(15):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 159, 0.8);
-webkit-animation: trackAnimation-15 2s linear -4.9995s infinite;
animation: trackAnimation-15 2s linear -4.9995s infinite;
}
.circles .dots:nth-child(16) {
-webkit-transform: rotate(168.75deg) translate(100px);
transform: rotate(168.75deg) translate(100px);
background-color: #00ffcf;
-webkit-animation: dotsAnimation-16 2s linear -5.3328s infinite;
animation: dotsAnimation-16 2s linear -5.3328s infinite;
}
.circles .dots:nth-child(16):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 207, 0.8);
-webkit-animation: trackAnimation-16 2s linear -5.3328s infinite;
animation: trackAnimation-16 2s linear -5.3328s infinite;
}
.circles .dots:nth-child(17) {
-webkit-transform: rotate(180deg) translate(100px);
transform: rotate(180deg) translate(100px);
background-color: cyan;
-webkit-animation: dotsAnimation-17 2s linear -5.6661s infinite;
animation: dotsAnimation-17 2s linear -5.6661s infinite;
}
.circles .dots:nth-child(17):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 255, 0.8);
-webkit-animation: trackAnimation-17 2s linear -5.6661s infinite;
animation: trackAnimation-17 2s linear -5.6661s infinite;
}
.circles .dots:nth-child(18) {
-webkit-transform: rotate(191.25deg) translate(100px);
transform: rotate(191.25deg) translate(100px);
background-color: #00cfff;
-webkit-animation: dotsAnimation-18 2s linear -5.9994s infinite;
animation: dotsAnimation-18 2s linear -5.9994s infinite;
}
.circles .dots:nth-child(18):after {
border-top-width: 16px;
border-top-color: rgba(0, 207, 255, 0.8);
-webkit-animation: trackAnimation-18 2s linear -5.9994s infinite;
animation: trackAnimation-18 2s linear -5.9994s infinite;
}
.circles .dots:nth-child(19) {
-webkit-transform: rotate(202.5deg) translate(100px);
transform: rotate(202.5deg) translate(100px);
background-color: #009fff;
-webkit-animation: dotsAnimation-19 2s linear -6.3327s infinite;
animation: dotsAnimation-19 2s linear -6.3327s infinite;
}
.circles .dots:nth-child(19):after {
border-top-width: 16px;
border-top-color: rgba(0, 159, 255, 0.8);
-webkit-animation: trackAnimation-19 2s linear -6.3327s infinite;
animation: trackAnimation-19 2s linear -6.3327s infinite;
}
.circles .dots:nth-child(20) {
-webkit-transform: rotate(213.75deg) translate(100px);
transform: rotate(213.75deg) translate(100px);
background-color: #0070ff;
-webkit-animation: dotsAnimation-20 2s linear -6.666s infinite;
animation: dotsAnimation-20 2s linear -6.666s infinite;
}
.circles .dots:nth-child(20):after {
border-top-width: 16px;
border-top-color: rgba(0, 112, 255, 0.8);
-webkit-animation: trackAnimation-20 2s linear -6.666s infinite;
animation: trackAnimation-20 2s linear -6.666s infinite;
}
.circles .dots:nth-child(21) {
-webkit-transform: rotate(225deg) translate(100px);
transform: rotate(225deg) translate(100px);
background-color: #0040ff;
-webkit-animation: dotsAnimation-21 2s linear -6.9993s infinite;
animation: dotsAnimation-21 2s linear -6.9993s infinite;
}
.circles .dots:nth-child(21):after {
border-top-width: 16px;
border-top-color: rgba(0, 64, 255, 0.8);
-webkit-animation: trackAnimation-21 2s linear -6.9993s infinite;
animation: trackAnimation-21 2s linear -6.9993s infinite;
}
.circles .dots:nth-child(22) {
-webkit-transform: rotate(236.25deg) translate(100px);
transform: rotate(236.25deg) translate(100px);
background-color: #0010ff;
-webkit-animation: dotsAnimation-22 2s linear -7.3326s infinite;
animation: dotsAnimation-22 2s linear -7.3326s infinite;
}
.circles .dots:nth-child(22):after {
border-top-width: 16px;
border-top-color: rgba(0, 16, 255, 0.8);
-webkit-animation: trackAnimation-22 2s linear -7.3326s infinite;
animation: trackAnimation-22 2s linear -7.3326s infinite;
}
.circles .dots:nth-child(23) {
-webkit-transform: rotate(247.5deg) translate(100px);
transform: rotate(247.5deg) translate(100px);
background-color: #2000ff;
-webkit-animation: dotsAnimation-23 2s linear -7.6659s infinite;
animation: dotsAnimation-23 2s linear -7.6659s infinite;
}
.circles .dots:nth-child(23):after {
border-top-width: 16px;
border-top-color: rgba(32, 0, 255, 0.8);
-webkit-animation: trackAnimation-23 2s linear -7.6659s infinite;
animation: trackAnimation-23 2s linear -7.6659s infinite;
}
.circles .dots:nth-child(24) {
-webkit-transform: rotate(258.75deg) translate(100px);
transform: rotate(258.75deg) translate(100px);
background-color: #5000ff;
-webkit-animation: dotsAnimation-24 2s linear -7.9992s infinite;
animation: dotsAnimation-24 2s linear -7.9992s infinite;
}
.circles .dots:nth-child(24):after {
border-top-width: 16px;
border-top-color: rgba(80, 0, 255, 0.8);
-webkit-animation: trackAnimation-24 2s linear -7.9992s infinite;
animation: trackAnimation-24 2s linear -7.9992s infinite;
}
.circles .dots:nth-child(25) {
-webkit-transform: rotate(270deg) translate(100px);
transform: rotate(270deg) translate(100px);
background-color: #8000ff;
-webkit-animation: dotsAnimation-25 2s linear -8.3325s infinite;
animation: dotsAnimation-25 2s linear -8.3325s infinite;
}
.circles .dots:nth-child(25):after {
border-top-width: 16px;
border-top-color: rgba(128, 0, 255, 0.8);
-webkit-animation: trackAnimation-25 2s linear -8.3325s infinite;
animation: trackAnimation-25 2s linear -8.3325s infinite;
}
.circles .dots:nth-child(26) {
-webkit-transform: rotate(281.25deg) translate(100px);
transform: rotate(281.25deg) translate(100px);
background-color: #af00ff;
-webkit-animation: dotsAnimation-26 2s linear -8.6658s infinite;
animation: dotsAnimation-26 2s linear -8.6658s infinite;
}
.circles .dots:nth-child(26):after {
border-top-width: 16px;
border-top-color: rgba(175, 0, 255, 0.8);
-webkit-animation: trackAnimation-26 2s linear -8.6658s infinite;
animation: trackAnimation-26 2s linear -8.6658s infinite;
}
.circles .dots:nth-child(27) {
-webkit-transform: rotate(292.5deg) translate(100px);
transform: rotate(292.5deg) translate(100px);
background-color: #df00ff;
-webkit-animation: dotsAnimation-27 2s linear -8.9991s infinite;
animation: dotsAnimation-27 2s linear -8.9991s infinite;
}
.circles .dots:nth-child(27):after {
border-top-width: 16px;
border-top-color: rgba(223, 0, 255, 0.8);
-webkit-animation: trackAnimation-27 2s linear -8.9991s infinite;
animation: trackAnimation-27 2s linear -8.9991s infinite;
}
.circles .dots:nth-child(28) {
-webkit-transform: rotate(303.75deg) translate(100px);
transform: rotate(303.75deg) translate(100px);
background-color: #ff00ef;
-webkit-animation: dotsAnimation-28 2s linear -9.3324s infinite;
animation: dotsAnimation-28 2s linear -9.3324s infinite;
}
.circles .dots:nth-child(28):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 239, 0.8);
-webkit-animation: trackAnimation-28 2s linear -9.3324s infinite;
animation: trackAnimation-28 2s linear -9.3324s infinite;
}
.circles .dots:nth-child(29) {
-webkit-transform: rotate(315deg) translate(100px);
transform: rotate(315deg) translate(100px);
background-color: #ff00bf;
-webkit-animation: dotsAnimation-29 2s linear -9.6657s infinite;
animation: dotsAnimation-29 2s linear -9.6657s infinite;
}
.circles .dots:nth-child(29):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 191, 0.8);
-webkit-animation: trackAnimation-29 2s linear -9.6657s infinite;
animation: trackAnimation-29 2s linear -9.6657s infinite;
}
.circles .dots:nth-child(30) {
-webkit-transform: rotate(326.25deg) translate(100px);
transform: rotate(326.25deg) translate(100px);
background-color: #ff008f;
-webkit-animation: dotsAnimation-30 2s linear -9.999s infinite;
animation: dotsAnimation-30 2s linear -9.999s infinite;
}
.circles .dots:nth-child(30):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 143, 0.8);
-webkit-animation: trackAnimation-30 2s linear -9.999s infinite;
animation: trackAnimation-30 2s linear -9.999s infinite;
}
.circles .dots:nth-child(31) {
-webkit-transform: rotate(337.5deg) translate(100px);
transform: rotate(337.5deg) translate(100px);
background-color: #ff0060;
-webkit-animation: dotsAnimation-31 2s linear -10.3323s infinite;
animation: dotsAnimation-31 2s linear -10.3323s infinite;
}
.circles .dots:nth-child(31):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 96, 0.8);
-webkit-animation: trackAnimation-31 2s linear -10.3323s infinite;
animation: trackAnimation-31 2s linear -10.3323s infinite;
}
.circles .dots:nth-child(32) {
-webkit-transform: rotate(348.75deg) translate(100px);
transform: rotate(348.75deg) translate(100px);
background-color: #ff0030;
-webkit-animation: dotsAnimation-32 2s linear -10.6656s infinite;
animation: dotsAnimation-32 2s linear -10.6656s infinite;
}
.circles .dots:nth-child(32):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 48, 0.8);
-webkit-animation: trackAnimation-32 2s linear -10.6656s infinite;
animation: trackAnimation-32 2s linear -10.6656s infinite;
}
.circles .dots:after {
content: "";
border-radius: 16px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 90px solid transparent;
position: absolute;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
top: 16px;
left: 16px;
}
@-webkit-keyframes dotsAnimation-1 {
50% {
-webkit-transform: rotate(0deg) translate(200px);
transform: rotate(0deg) translate(200px);
background-color: red;
}
}
@keyframes dotsAnimation-1 {
50% {
-webkit-transform: rotate(0deg) translate(200px);
transform: rotate(0deg) translate(200px);
background-color: red;
}
}
@-webkit-keyframes trackAnimation-1 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-1 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-2 {
50% {
-webkit-transform: rotate(11.25deg) translate(200px);
transform: rotate(11.25deg) translate(200px);
background-color: #ff3000;
}
}
@keyframes dotsAnimation-2 {
50% {
-webkit-transform: rotate(11.25deg) translate(200px);
transform: rotate(11.25deg) translate(200px);
background-color: #ff3000;
}
}
@-webkit-keyframes trackAnimation-2 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-2 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-3 {
50% {
-webkit-transform: rotate(22.5deg) translate(200px);
transform: rotate(22.5deg) translate(200px);
background-color: #ff6000;
}
}
@keyframes dotsAnimation-3 {
50% {
-webkit-transform: rotate(22.5deg) translate(200px);
transform: rotate(22.5deg) translate(200px);
background-color: #ff6000;
}
}
@-webkit-keyframes trackAnimation-3 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-3 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-4 {
50% {
-webkit-transform: rotate(33.75deg) translate(200px);
transform: rotate(33.75deg) translate(200px);
background-color: #ff8f00;
}
}
@keyframes dotsAnimation-4 {
50% {
-webkit-transform: rotate(33.75deg) translate(200px);
transform: rotate(33.75deg) translate(200px);
background-color: #ff8f00;
}
}
@-webkit-keyframes trackAnimation-4 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-4 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-5 {
50% {
-webkit-transform: rotate(45deg) translate(200px);
transform: rotate(45deg) translate(200px);
background-color: #ffbf00;
}
}
@keyframes dotsAnimation-5 {
50% {
-webkit-transform: rotate(45deg) translate(200px);
transform: rotate(45deg) translate(200px);
background-color: #ffbf00;
}
}
@-webkit-keyframes trackAnimation-5 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-5 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-6 {
50% {
-webkit-transform: rotate(56.25deg) translate(200px);
transform: rotate(56.25deg) translate(200px);
background-color: #ffef00;
}
}
@keyframes dotsAnimation-6 {
50% {
-webkit-transform: rotate(56.25deg) translate(200px);
transform: rotate(56.25deg) translate(200px);
background-color: #ffef00;
}
}
@-webkit-keyframes trackAnimation-6 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-6 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-7 {
50% {
-webkit-transform: rotate(67.5deg) translate(200px);
transform: rotate(67.5deg) translate(200px);
background-color: #dfff00;
}
}
@keyframes dotsAnimation-7 {
50% {
-webkit-transform: rotate(67.5deg) translate(200px);
transform: rotate(67.5deg) translate(200px);
background-color: #dfff00;
}
}
@-webkit-keyframes trackAnimation-7 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-7 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-8 {
50% {
-webkit-transform: rotate(78.75deg) translate(200px);
transform: rotate(78.75deg) translate(200px);
background-color: #afff00;
}
}
@keyframes dotsAnimation-8 {
50% {
-webkit-transform: rotate(78.75deg) translate(200px);
transform: rotate(78.75deg) translate(200px);
background-color: #afff00;
}
}
@-webkit-keyframes trackAnimation-8 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-8 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-9 {
50% {
-webkit-transform: rotate(90deg) translate(200px);
transform: rotate(90deg) translate(200px);
background-color: #80ff00;
}
}
@keyframes dotsAnimation-9 {
50% {
-webkit-transform: rotate(90deg) translate(200px);
transform: rotate(90deg) translate(200px);
background-color: #80ff00;
}
}
@-webkit-keyframes trackAnimation-9 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-9 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-10 {
50% {
-webkit-transform: rotate(101.25deg) translate(200px);
transform: rotate(101.25deg) translate(200px);
background-color: #50ff00;
}
}
@keyframes dotsAnimation-10 {
50% {
-webkit-transform: rotate(101.25deg) translate(200px);
transform: rotate(101.25deg) translate(200px);
background-color: #50ff00;
}
}
@-webkit-keyframes trackAnimation-10 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-10 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-11 {
50% {
-webkit-transform: rotate(112.5deg) translate(200px);
transform: rotate(112.5deg) translate(200px);
background-color: #20ff00;
}
}
@keyframes dotsAnimation-11 {
50% {
-webkit-transform: rotate(112.5deg) translate(200px);
transform: rotate(112.5deg) translate(200px);
background-color: #20ff00;
}
}
@-webkit-keyframes trackAnimation-11 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-11 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-12 {
50% {
-webkit-transform: rotate(123.75deg) translate(200px);
transform: rotate(123.75deg) translate(200px);
background-color: #00ff10;
}
}
@keyframes dotsAnimation-12 {
50% {
-webkit-transform: rotate(123.75deg) translate(200px);
transform: rotate(123.75deg) translate(200px);
background-color: #00ff10;
}
}
@-webkit-keyframes trackAnimation-12 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-12 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-13 {
50% {
-webkit-transform: rotate(135deg) translate(200px);
transform: rotate(135deg) translate(200px);
background-color: #00ff40;
}
}
@keyframes dotsAnimation-13 {
50% {
-webkit-transform: rotate(135deg) translate(200px);
transform: rotate(135deg) translate(200px);
background-color: #00ff40;
}
}
@-webkit-keyframes trackAnimation-13 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-13 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-14 {
50% {
-webkit-transform: rotate(146.25deg) translate(200px);
transform: rotate(146.25deg) translate(200px);
background-color: #00ff70;
}
}
@keyframes dotsAnimation-14 {
50% {
-webkit-transform: rotate(146.25deg) translate(200px);
transform: rotate(146.25deg) translate(200px);
background-color: #00ff70;
}
}
@-webkit-keyframes trackAnimation-14 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-14 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-15 {
50% {
-webkit-transform: rotate(157.5deg) translate(200px);
transform: rotate(157.5deg) translate(200px);
background-color: #00ff9f;
}
}
@keyframes dotsAnimation-15 {
50% {
-webkit-transform: rotate(157.5deg) translate(200px);
transform: rotate(157.5deg) translate(200px);
background-color: #00ff9f;
}
}
@-webkit-keyframes trackAnimation-15 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-15 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-16 {
50% {
-webkit-transform: rotate(168.75deg) translate(200px);
transform: rotate(168.75deg) translate(200px);
background-color: #00ffcf;
}
}
@keyframes dotsAnimation-16 {
50% {
-webkit-transform: rotate(168.75deg) translate(200px);
transform: rotate(168.75deg) translate(200px);
background-color: #00ffcf;
}
}
@-webkit-keyframes trackAnimation-16 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-16 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-17 {
50% {
-webkit-transform: rotate(180deg) translate(200px);
transform: rotate(180deg) translate(200px);
background-color: cyan;
}
}
@keyframes dotsAnimation-17 {
50% {
-webkit-transform: rotate(180deg) translate(200px);
transform: rotate(180deg) translate(200px);
background-color: cyan;
}
}
@-webkit-keyframes trackAnimation-17 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-17 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-18 {
50% {
-webkit-transform: rotate(191.25deg) translate(200px);
transform: rotate(191.25deg) translate(200px);
background-color: #00cfff;
}
}
@keyframes dotsAnimation-18 {
50% {
-webkit-transform: rotate(191.25deg) translate(200px);
transform: rotate(191.25deg) translate(200px);
background-color: #00cfff;
}
}
@-webkit-keyframes trackAnimation-18 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-18 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-19 {
50% {
-webkit-transform: rotate(202.5deg) translate(200px);
transform: rotate(202.5deg) translate(200px);
background-color: #009fff;
}
}
@keyframes dotsAnimation-19 {
50% {
-webkit-transform: rotate(202.5deg) translate(200px);
transform: rotate(202.5deg) translate(200px);
background-color: #009fff;
}
}
@-webkit-keyframes trackAnimation-19 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-19 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-20 {
50% {
-webkit-transform: rotate(213.75deg) translate(200px);
transform: rotate(213.75deg) translate(200px);
background-color: #0070ff;
}
}
@keyframes dotsAnimation-20 {
50% {
-webkit-transform: rotate(213.75deg) translate(200px);
transform: rotate(213.75deg) translate(200px);
background-color: #0070ff;
}
}
@-webkit-keyframes trackAnimation-20 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-20 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-21 {
50% {
-webkit-transform: rotate(225deg) translate(200px);
transform: rotate(225deg) translate(200px);
background-color: #0040ff;
}
}
@keyframes dotsAnimation-21 {
50% {
-webkit-transform: rotate(225deg) translate(200px);
transform: rotate(225deg) translate(200px);
background-color: #0040ff;
}
}
@-webkit-keyframes trackAnimation-21 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-21 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-22 {
50% {
-webkit-transform: rotate(236.25deg) translate(200px);
transform: rotate(236.25deg) translate(200px);
background-color: #0010ff;
}
}
@keyframes dotsAnimation-22 {
50% {
-webkit-transform: rotate(236.25deg) translate(200px);
transform: rotate(236.25deg) translate(200px);
background-color: #0010ff;
}
}
@-webkit-keyframes trackAnimation-22 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-22 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-23 {
50% {
-webkit-transform: rotate(247.5deg) translate(200px);
transform: rotate(247.5deg) translate(200px);
background-color: #2000ff;
}
}
@keyframes dotsAnimation-23 {
50% {
-webkit-transform: rotate(247.5deg) translate(200px);
transform: rotate(247.5deg) translate(200px);
background-color: #2000ff;
}
}
@-webkit-keyframes trackAnimation-23 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-23 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-24 {
50% {
-webkit-transform: rotate(258.75deg) translate(200px);
transform: rotate(258.75deg) translate(200px);
background-color: #5000ff;
}
}
@keyframes dotsAnimation-24 {
50% {
-webkit-transform: rotate(258.75deg) translate(200px);
transform: rotate(258.75deg) translate(200px);
background-color: #5000ff;
}
}
@-webkit-keyframes trackAnimation-24 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-24 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-25 {
50% {
-webkit-transform: rotate(270deg) translate(200px);
transform: rotate(270deg) translate(200px);
background-color: #8000ff;
}
}
@keyframes dotsAnimation-25 {
50% {
-webkit-transform: rotate(270deg) translate(200px);
transform: rotate(270deg) translate(200px);
background-color: #8000ff;
}
}
@-webkit-keyframes trackAnimation-25 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-25 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-26 {
50% {
-webkit-transform: rotate(281.25deg) translate(200px);
transform: rotate(281.25deg) translate(200px);
background-color: #af00ff;
}
}
@keyframes dotsAnimation-26 {
50% {
-webkit-transform: rotate(281.25deg) translate(200px);
transform: rotate(281.25deg) translate(200px);
background-color: #af00ff;
}
}
@-webkit-keyframes trackAnimation-26 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-26 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-27 {
50% {
-webkit-transform: rotate(292.5deg) translate(200px);
transform: rotate(292.5deg) translate(200px);
background-color: #df00ff;
}
}
@keyframes dotsAnimation-27 {
50% {
-webkit-transform: rotate(292.5deg) translate(200px);
transform: rotate(292.5deg) translate(200px);
background-color: #df00ff;
}
}
@-webkit-keyframes trackAnimation-27 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-27 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-28 {
50% {
-webkit-transform: rotate(303.75deg) translate(200px);
transform: rotate(303.75deg) translate(200px);
background-color: #ff00ef;
}
}
@keyframes dotsAnimation-28 {
50% {
-webkit-transform: rotate(303.75deg) translate(200px);
transform: rotate(303.75deg) translate(200px);
background-color: #ff00ef;
}
}
@-webkit-keyframes trackAnimation-28 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-28 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-29 {
50% {
-webkit-transform: rotate(315deg) translate(200px);
transform: rotate(315deg) translate(200px);
background-color: #ff00bf;
}
}
@keyframes dotsAnimation-29 {
50% {
-webkit-transform: rotate(315deg) translate(200px);
transform: rotate(315deg) translate(200px);
background-color: #ff00bf;
}
}
@-webkit-keyframes trackAnimation-29 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-29 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-30 {
50% {
-webkit-transform: rotate(326.25deg) translate(200px);
transform: rotate(326.25deg) translate(200px);
background-color: #ff008f;
}
}
@keyframes dotsAnimation-30 {
50% {
-webkit-transform: rotate(326.25deg) translate(200px);
transform: rotate(326.25deg) translate(200px);
background-color: #ff008f;
}
}
@-webkit-keyframes trackAnimation-30 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-30 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-31 {
50% {
-webkit-transform: rotate(337.5deg) translate(200px);
transform: rotate(337.5deg) translate(200px);
background-color: #ff0060;
}
}
@keyframes dotsAnimation-31 {
50% {
-webkit-transform: rotate(337.5deg) translate(200px);
transform: rotate(337.5deg) translate(200px);
background-color: #ff0060;
}
}
@-webkit-keyframes trackAnimation-31 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-31 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-32 {
50% {
-webkit-transform: rotate(348.75deg) translate(200px);
transform: rotate(348.75deg) translate(200px);
background-color: #ff0030;
}
}
@keyframes dotsAnimation-32 {
50% {
-webkit-transform: rotate(348.75deg) translate(200px);
transform: rotate(348.75deg) translate(200px);
background-color: #ff0030;
}
}
@-webkit-keyframes trackAnimation-32 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-32 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes circlesAnimation {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes circlesAnimation {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
|
magical-dots-spikes/css/style.css
|
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background-color: #140032;
overflow: hidden;
}
body * {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 50%;
}
.circles {
width: 300px;
height: 300px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation: circlesAnimation 10s linear infinite;
animation: circlesAnimation 10s linear infinite;
}
.circles .dots {
width: 16px;
height: 16px;
}
.circles .dots:nth-child(1) {
-webkit-transform: rotate(0deg) translate(100px);
transform: rotate(0deg) translate(100px);
background-color: red;
-webkit-animation: dotsAnimation-1 2s linear -0.3333s infinite;
animation: dotsAnimation-1 2s linear -0.3333s infinite;
}
.circles .dots:nth-child(1):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 0, 0.8);
-webkit-animation: trackAnimation-1 2s linear -0.3333s infinite;
animation: trackAnimation-1 2s linear -0.3333s infinite;
}
.circles .dots:nth-child(2) {
-webkit-transform: rotate(11.25deg) translate(100px);
transform: rotate(11.25deg) translate(100px);
background-color: #ff3000;
-webkit-animation: dotsAnimation-2 2s linear -0.6666s infinite;
animation: dotsAnimation-2 2s linear -0.6666s infinite;
}
.circles .dots:nth-child(2):after {
border-top-width: 16px;
border-top-color: rgba(255, 48, 0, 0.8);
-webkit-animation: trackAnimation-2 2s linear -0.6666s infinite;
animation: trackAnimation-2 2s linear -0.6666s infinite;
}
.circles .dots:nth-child(3) {
-webkit-transform: rotate(22.5deg) translate(100px);
transform: rotate(22.5deg) translate(100px);
background-color: #ff6000;
-webkit-animation: dotsAnimation-3 2s linear -0.9999s infinite;
animation: dotsAnimation-3 2s linear -0.9999s infinite;
}
.circles .dots:nth-child(3):after {
border-top-width: 16px;
border-top-color: rgba(255, 96, 0, 0.8);
-webkit-animation: trackAnimation-3 2s linear -0.9999s infinite;
animation: trackAnimation-3 2s linear -0.9999s infinite;
}
.circles .dots:nth-child(4) {
-webkit-transform: rotate(33.75deg) translate(100px);
transform: rotate(33.75deg) translate(100px);
background-color: #ff8f00;
-webkit-animation: dotsAnimation-4 2s linear -1.3332s infinite;
animation: dotsAnimation-4 2s linear -1.3332s infinite;
}
.circles .dots:nth-child(4):after {
border-top-width: 16px;
border-top-color: rgba(255, 143, 0, 0.8);
-webkit-animation: trackAnimation-4 2s linear -1.3332s infinite;
animation: trackAnimation-4 2s linear -1.3332s infinite;
}
.circles .dots:nth-child(5) {
-webkit-transform: rotate(45deg) translate(100px);
transform: rotate(45deg) translate(100px);
background-color: #ffbf00;
-webkit-animation: dotsAnimation-5 2s linear -1.6665s infinite;
animation: dotsAnimation-5 2s linear -1.6665s infinite;
}
.circles .dots:nth-child(5):after {
border-top-width: 16px;
border-top-color: rgba(255, 191, 0, 0.8);
-webkit-animation: trackAnimation-5 2s linear -1.6665s infinite;
animation: trackAnimation-5 2s linear -1.6665s infinite;
}
.circles .dots:nth-child(6) {
-webkit-transform: rotate(56.25deg) translate(100px);
transform: rotate(56.25deg) translate(100px);
background-color: #ffef00;
-webkit-animation: dotsAnimation-6 2s linear -1.9998s infinite;
animation: dotsAnimation-6 2s linear -1.9998s infinite;
}
.circles .dots:nth-child(6):after {
border-top-width: 16px;
border-top-color: rgba(255, 239, 0, 0.8);
-webkit-animation: trackAnimation-6 2s linear -1.9998s infinite;
animation: trackAnimation-6 2s linear -1.9998s infinite;
}
.circles .dots:nth-child(7) {
-webkit-transform: rotate(67.5deg) translate(100px);
transform: rotate(67.5deg) translate(100px);
background-color: #dfff00;
-webkit-animation: dotsAnimation-7 2s linear -2.3331s infinite;
animation: dotsAnimation-7 2s linear -2.3331s infinite;
}
.circles .dots:nth-child(7):after {
border-top-width: 16px;
border-top-color: rgba(223, 255, 0, 0.8);
-webkit-animation: trackAnimation-7 2s linear -2.3331s infinite;
animation: trackAnimation-7 2s linear -2.3331s infinite;
}
.circles .dots:nth-child(8) {
-webkit-transform: rotate(78.75deg) translate(100px);
transform: rotate(78.75deg) translate(100px);
background-color: #afff00;
-webkit-animation: dotsAnimation-8 2s linear -2.6664s infinite;
animation: dotsAnimation-8 2s linear -2.6664s infinite;
}
.circles .dots:nth-child(8):after {
border-top-width: 16px;
border-top-color: rgba(175, 255, 0, 0.8);
-webkit-animation: trackAnimation-8 2s linear -2.6664s infinite;
animation: trackAnimation-8 2s linear -2.6664s infinite;
}
.circles .dots:nth-child(9) {
-webkit-transform: rotate(90deg) translate(100px);
transform: rotate(90deg) translate(100px);
background-color: #80ff00;
-webkit-animation: dotsAnimation-9 2s linear -2.9997s infinite;
animation: dotsAnimation-9 2s linear -2.9997s infinite;
}
.circles .dots:nth-child(9):after {
border-top-width: 16px;
border-top-color: rgba(128, 255, 0, 0.8);
-webkit-animation: trackAnimation-9 2s linear -2.9997s infinite;
animation: trackAnimation-9 2s linear -2.9997s infinite;
}
.circles .dots:nth-child(10) {
-webkit-transform: rotate(101.25deg) translate(100px);
transform: rotate(101.25deg) translate(100px);
background-color: #50ff00;
-webkit-animation: dotsAnimation-10 2s linear -3.333s infinite;
animation: dotsAnimation-10 2s linear -3.333s infinite;
}
.circles .dots:nth-child(10):after {
border-top-width: 16px;
border-top-color: rgba(80, 255, 0, 0.8);
-webkit-animation: trackAnimation-10 2s linear -3.333s infinite;
animation: trackAnimation-10 2s linear -3.333s infinite;
}
.circles .dots:nth-child(11) {
-webkit-transform: rotate(112.5deg) translate(100px);
transform: rotate(112.5deg) translate(100px);
background-color: #20ff00;
-webkit-animation: dotsAnimation-11 2s linear -3.6663s infinite;
animation: dotsAnimation-11 2s linear -3.6663s infinite;
}
.circles .dots:nth-child(11):after {
border-top-width: 16px;
border-top-color: rgba(32, 255, 0, 0.8);
-webkit-animation: trackAnimation-11 2s linear -3.6663s infinite;
animation: trackAnimation-11 2s linear -3.6663s infinite;
}
.circles .dots:nth-child(12) {
-webkit-transform: rotate(123.75deg) translate(100px);
transform: rotate(123.75deg) translate(100px);
background-color: #00ff10;
-webkit-animation: dotsAnimation-12 2s linear -3.9996s infinite;
animation: dotsAnimation-12 2s linear -3.9996s infinite;
}
.circles .dots:nth-child(12):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 16, 0.8);
-webkit-animation: trackAnimation-12 2s linear -3.9996s infinite;
animation: trackAnimation-12 2s linear -3.9996s infinite;
}
.circles .dots:nth-child(13) {
-webkit-transform: rotate(135deg) translate(100px);
transform: rotate(135deg) translate(100px);
background-color: #00ff40;
-webkit-animation: dotsAnimation-13 2s linear -4.3329s infinite;
animation: dotsAnimation-13 2s linear -4.3329s infinite;
}
.circles .dots:nth-child(13):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 64, 0.8);
-webkit-animation: trackAnimation-13 2s linear -4.3329s infinite;
animation: trackAnimation-13 2s linear -4.3329s infinite;
}
.circles .dots:nth-child(14) {
-webkit-transform: rotate(146.25deg) translate(100px);
transform: rotate(146.25deg) translate(100px);
background-color: #00ff70;
-webkit-animation: dotsAnimation-14 2s linear -4.6662s infinite;
animation: dotsAnimation-14 2s linear -4.6662s infinite;
}
.circles .dots:nth-child(14):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 112, 0.8);
-webkit-animation: trackAnimation-14 2s linear -4.6662s infinite;
animation: trackAnimation-14 2s linear -4.6662s infinite;
}
.circles .dots:nth-child(15) {
-webkit-transform: rotate(157.5deg) translate(100px);
transform: rotate(157.5deg) translate(100px);
background-color: #00ff9f;
-webkit-animation: dotsAnimation-15 2s linear -4.9995s infinite;
animation: dotsAnimation-15 2s linear -4.9995s infinite;
}
.circles .dots:nth-child(15):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 159, 0.8);
-webkit-animation: trackAnimation-15 2s linear -4.9995s infinite;
animation: trackAnimation-15 2s linear -4.9995s infinite;
}
.circles .dots:nth-child(16) {
-webkit-transform: rotate(168.75deg) translate(100px);
transform: rotate(168.75deg) translate(100px);
background-color: #00ffcf;
-webkit-animation: dotsAnimation-16 2s linear -5.3328s infinite;
animation: dotsAnimation-16 2s linear -5.3328s infinite;
}
.circles .dots:nth-child(16):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 207, 0.8);
-webkit-animation: trackAnimation-16 2s linear -5.3328s infinite;
animation: trackAnimation-16 2s linear -5.3328s infinite;
}
.circles .dots:nth-child(17) {
-webkit-transform: rotate(180deg) translate(100px);
transform: rotate(180deg) translate(100px);
background-color: cyan;
-webkit-animation: dotsAnimation-17 2s linear -5.6661s infinite;
animation: dotsAnimation-17 2s linear -5.6661s infinite;
}
.circles .dots:nth-child(17):after {
border-top-width: 16px;
border-top-color: rgba(0, 255, 255, 0.8);
-webkit-animation: trackAnimation-17 2s linear -5.6661s infinite;
animation: trackAnimation-17 2s linear -5.6661s infinite;
}
.circles .dots:nth-child(18) {
-webkit-transform: rotate(191.25deg) translate(100px);
transform: rotate(191.25deg) translate(100px);
background-color: #00cfff;
-webkit-animation: dotsAnimation-18 2s linear -5.9994s infinite;
animation: dotsAnimation-18 2s linear -5.9994s infinite;
}
.circles .dots:nth-child(18):after {
border-top-width: 16px;
border-top-color: rgba(0, 207, 255, 0.8);
-webkit-animation: trackAnimation-18 2s linear -5.9994s infinite;
animation: trackAnimation-18 2s linear -5.9994s infinite;
}
.circles .dots:nth-child(19) {
-webkit-transform: rotate(202.5deg) translate(100px);
transform: rotate(202.5deg) translate(100px);
background-color: #009fff;
-webkit-animation: dotsAnimation-19 2s linear -6.3327s infinite;
animation: dotsAnimation-19 2s linear -6.3327s infinite;
}
.circles .dots:nth-child(19):after {
border-top-width: 16px;
border-top-color: rgba(0, 159, 255, 0.8);
-webkit-animation: trackAnimation-19 2s linear -6.3327s infinite;
animation: trackAnimation-19 2s linear -6.3327s infinite;
}
.circles .dots:nth-child(20) {
-webkit-transform: rotate(213.75deg) translate(100px);
transform: rotate(213.75deg) translate(100px);
background-color: #0070ff;
-webkit-animation: dotsAnimation-20 2s linear -6.666s infinite;
animation: dotsAnimation-20 2s linear -6.666s infinite;
}
.circles .dots:nth-child(20):after {
border-top-width: 16px;
border-top-color: rgba(0, 112, 255, 0.8);
-webkit-animation: trackAnimation-20 2s linear -6.666s infinite;
animation: trackAnimation-20 2s linear -6.666s infinite;
}
.circles .dots:nth-child(21) {
-webkit-transform: rotate(225deg) translate(100px);
transform: rotate(225deg) translate(100px);
background-color: #0040ff;
-webkit-animation: dotsAnimation-21 2s linear -6.9993s infinite;
animation: dotsAnimation-21 2s linear -6.9993s infinite;
}
.circles .dots:nth-child(21):after {
border-top-width: 16px;
border-top-color: rgba(0, 64, 255, 0.8);
-webkit-animation: trackAnimation-21 2s linear -6.9993s infinite;
animation: trackAnimation-21 2s linear -6.9993s infinite;
}
.circles .dots:nth-child(22) {
-webkit-transform: rotate(236.25deg) translate(100px);
transform: rotate(236.25deg) translate(100px);
background-color: #0010ff;
-webkit-animation: dotsAnimation-22 2s linear -7.3326s infinite;
animation: dotsAnimation-22 2s linear -7.3326s infinite;
}
.circles .dots:nth-child(22):after {
border-top-width: 16px;
border-top-color: rgba(0, 16, 255, 0.8);
-webkit-animation: trackAnimation-22 2s linear -7.3326s infinite;
animation: trackAnimation-22 2s linear -7.3326s infinite;
}
.circles .dots:nth-child(23) {
-webkit-transform: rotate(247.5deg) translate(100px);
transform: rotate(247.5deg) translate(100px);
background-color: #2000ff;
-webkit-animation: dotsAnimation-23 2s linear -7.6659s infinite;
animation: dotsAnimation-23 2s linear -7.6659s infinite;
}
.circles .dots:nth-child(23):after {
border-top-width: 16px;
border-top-color: rgba(32, 0, 255, 0.8);
-webkit-animation: trackAnimation-23 2s linear -7.6659s infinite;
animation: trackAnimation-23 2s linear -7.6659s infinite;
}
.circles .dots:nth-child(24) {
-webkit-transform: rotate(258.75deg) translate(100px);
transform: rotate(258.75deg) translate(100px);
background-color: #5000ff;
-webkit-animation: dotsAnimation-24 2s linear -7.9992s infinite;
animation: dotsAnimation-24 2s linear -7.9992s infinite;
}
.circles .dots:nth-child(24):after {
border-top-width: 16px;
border-top-color: rgba(80, 0, 255, 0.8);
-webkit-animation: trackAnimation-24 2s linear -7.9992s infinite;
animation: trackAnimation-24 2s linear -7.9992s infinite;
}
.circles .dots:nth-child(25) {
-webkit-transform: rotate(270deg) translate(100px);
transform: rotate(270deg) translate(100px);
background-color: #8000ff;
-webkit-animation: dotsAnimation-25 2s linear -8.3325s infinite;
animation: dotsAnimation-25 2s linear -8.3325s infinite;
}
.circles .dots:nth-child(25):after {
border-top-width: 16px;
border-top-color: rgba(128, 0, 255, 0.8);
-webkit-animation: trackAnimation-25 2s linear -8.3325s infinite;
animation: trackAnimation-25 2s linear -8.3325s infinite;
}
.circles .dots:nth-child(26) {
-webkit-transform: rotate(281.25deg) translate(100px);
transform: rotate(281.25deg) translate(100px);
background-color: #af00ff;
-webkit-animation: dotsAnimation-26 2s linear -8.6658s infinite;
animation: dotsAnimation-26 2s linear -8.6658s infinite;
}
.circles .dots:nth-child(26):after {
border-top-width: 16px;
border-top-color: rgba(175, 0, 255, 0.8);
-webkit-animation: trackAnimation-26 2s linear -8.6658s infinite;
animation: trackAnimation-26 2s linear -8.6658s infinite;
}
.circles .dots:nth-child(27) {
-webkit-transform: rotate(292.5deg) translate(100px);
transform: rotate(292.5deg) translate(100px);
background-color: #df00ff;
-webkit-animation: dotsAnimation-27 2s linear -8.9991s infinite;
animation: dotsAnimation-27 2s linear -8.9991s infinite;
}
.circles .dots:nth-child(27):after {
border-top-width: 16px;
border-top-color: rgba(223, 0, 255, 0.8);
-webkit-animation: trackAnimation-27 2s linear -8.9991s infinite;
animation: trackAnimation-27 2s linear -8.9991s infinite;
}
.circles .dots:nth-child(28) {
-webkit-transform: rotate(303.75deg) translate(100px);
transform: rotate(303.75deg) translate(100px);
background-color: #ff00ef;
-webkit-animation: dotsAnimation-28 2s linear -9.3324s infinite;
animation: dotsAnimation-28 2s linear -9.3324s infinite;
}
.circles .dots:nth-child(28):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 239, 0.8);
-webkit-animation: trackAnimation-28 2s linear -9.3324s infinite;
animation: trackAnimation-28 2s linear -9.3324s infinite;
}
.circles .dots:nth-child(29) {
-webkit-transform: rotate(315deg) translate(100px);
transform: rotate(315deg) translate(100px);
background-color: #ff00bf;
-webkit-animation: dotsAnimation-29 2s linear -9.6657s infinite;
animation: dotsAnimation-29 2s linear -9.6657s infinite;
}
.circles .dots:nth-child(29):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 191, 0.8);
-webkit-animation: trackAnimation-29 2s linear -9.6657s infinite;
animation: trackAnimation-29 2s linear -9.6657s infinite;
}
.circles .dots:nth-child(30) {
-webkit-transform: rotate(326.25deg) translate(100px);
transform: rotate(326.25deg) translate(100px);
background-color: #ff008f;
-webkit-animation: dotsAnimation-30 2s linear -9.999s infinite;
animation: dotsAnimation-30 2s linear -9.999s infinite;
}
.circles .dots:nth-child(30):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 143, 0.8);
-webkit-animation: trackAnimation-30 2s linear -9.999s infinite;
animation: trackAnimation-30 2s linear -9.999s infinite;
}
.circles .dots:nth-child(31) {
-webkit-transform: rotate(337.5deg) translate(100px);
transform: rotate(337.5deg) translate(100px);
background-color: #ff0060;
-webkit-animation: dotsAnimation-31 2s linear -10.3323s infinite;
animation: dotsAnimation-31 2s linear -10.3323s infinite;
}
.circles .dots:nth-child(31):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 96, 0.8);
-webkit-animation: trackAnimation-31 2s linear -10.3323s infinite;
animation: trackAnimation-31 2s linear -10.3323s infinite;
}
.circles .dots:nth-child(32) {
-webkit-transform: rotate(348.75deg) translate(100px);
transform: rotate(348.75deg) translate(100px);
background-color: #ff0030;
-webkit-animation: dotsAnimation-32 2s linear -10.6656s infinite;
animation: dotsAnimation-32 2s linear -10.6656s infinite;
}
.circles .dots:nth-child(32):after {
border-top-width: 16px;
border-top-color: rgba(255, 0, 48, 0.8);
-webkit-animation: trackAnimation-32 2s linear -10.6656s infinite;
animation: trackAnimation-32 2s linear -10.6656s infinite;
}
.circles .dots:after {
content: "";
border-radius: 16px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 90px solid transparent;
position: absolute;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
top: 16px;
left: 16px;
}
@-webkit-keyframes dotsAnimation-1 {
50% {
-webkit-transform: rotate(0deg) translate(200px);
transform: rotate(0deg) translate(200px);
background-color: red;
}
}
@keyframes dotsAnimation-1 {
50% {
-webkit-transform: rotate(0deg) translate(200px);
transform: rotate(0deg) translate(200px);
background-color: red;
}
}
@-webkit-keyframes trackAnimation-1 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-1 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-2 {
50% {
-webkit-transform: rotate(11.25deg) translate(200px);
transform: rotate(11.25deg) translate(200px);
background-color: #ff3000;
}
}
@keyframes dotsAnimation-2 {
50% {
-webkit-transform: rotate(11.25deg) translate(200px);
transform: rotate(11.25deg) translate(200px);
background-color: #ff3000;
}
}
@-webkit-keyframes trackAnimation-2 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-2 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-3 {
50% {
-webkit-transform: rotate(22.5deg) translate(200px);
transform: rotate(22.5deg) translate(200px);
background-color: #ff6000;
}
}
@keyframes dotsAnimation-3 {
50% {
-webkit-transform: rotate(22.5deg) translate(200px);
transform: rotate(22.5deg) translate(200px);
background-color: #ff6000;
}
}
@-webkit-keyframes trackAnimation-3 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-3 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-4 {
50% {
-webkit-transform: rotate(33.75deg) translate(200px);
transform: rotate(33.75deg) translate(200px);
background-color: #ff8f00;
}
}
@keyframes dotsAnimation-4 {
50% {
-webkit-transform: rotate(33.75deg) translate(200px);
transform: rotate(33.75deg) translate(200px);
background-color: #ff8f00;
}
}
@-webkit-keyframes trackAnimation-4 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-4 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-5 {
50% {
-webkit-transform: rotate(45deg) translate(200px);
transform: rotate(45deg) translate(200px);
background-color: #ffbf00;
}
}
@keyframes dotsAnimation-5 {
50% {
-webkit-transform: rotate(45deg) translate(200px);
transform: rotate(45deg) translate(200px);
background-color: #ffbf00;
}
}
@-webkit-keyframes trackAnimation-5 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-5 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-6 {
50% {
-webkit-transform: rotate(56.25deg) translate(200px);
transform: rotate(56.25deg) translate(200px);
background-color: #ffef00;
}
}
@keyframes dotsAnimation-6 {
50% {
-webkit-transform: rotate(56.25deg) translate(200px);
transform: rotate(56.25deg) translate(200px);
background-color: #ffef00;
}
}
@-webkit-keyframes trackAnimation-6 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-6 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-7 {
50% {
-webkit-transform: rotate(67.5deg) translate(200px);
transform: rotate(67.5deg) translate(200px);
background-color: #dfff00;
}
}
@keyframes dotsAnimation-7 {
50% {
-webkit-transform: rotate(67.5deg) translate(200px);
transform: rotate(67.5deg) translate(200px);
background-color: #dfff00;
}
}
@-webkit-keyframes trackAnimation-7 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-7 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-8 {
50% {
-webkit-transform: rotate(78.75deg) translate(200px);
transform: rotate(78.75deg) translate(200px);
background-color: #afff00;
}
}
@keyframes dotsAnimation-8 {
50% {
-webkit-transform: rotate(78.75deg) translate(200px);
transform: rotate(78.75deg) translate(200px);
background-color: #afff00;
}
}
@-webkit-keyframes trackAnimation-8 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-8 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-9 {
50% {
-webkit-transform: rotate(90deg) translate(200px);
transform: rotate(90deg) translate(200px);
background-color: #80ff00;
}
}
@keyframes dotsAnimation-9 {
50% {
-webkit-transform: rotate(90deg) translate(200px);
transform: rotate(90deg) translate(200px);
background-color: #80ff00;
}
}
@-webkit-keyframes trackAnimation-9 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-9 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-10 {
50% {
-webkit-transform: rotate(101.25deg) translate(200px);
transform: rotate(101.25deg) translate(200px);
background-color: #50ff00;
}
}
@keyframes dotsAnimation-10 {
50% {
-webkit-transform: rotate(101.25deg) translate(200px);
transform: rotate(101.25deg) translate(200px);
background-color: #50ff00;
}
}
@-webkit-keyframes trackAnimation-10 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-10 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-11 {
50% {
-webkit-transform: rotate(112.5deg) translate(200px);
transform: rotate(112.5deg) translate(200px);
background-color: #20ff00;
}
}
@keyframes dotsAnimation-11 {
50% {
-webkit-transform: rotate(112.5deg) translate(200px);
transform: rotate(112.5deg) translate(200px);
background-color: #20ff00;
}
}
@-webkit-keyframes trackAnimation-11 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-11 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-12 {
50% {
-webkit-transform: rotate(123.75deg) translate(200px);
transform: rotate(123.75deg) translate(200px);
background-color: #00ff10;
}
}
@keyframes dotsAnimation-12 {
50% {
-webkit-transform: rotate(123.75deg) translate(200px);
transform: rotate(123.75deg) translate(200px);
background-color: #00ff10;
}
}
@-webkit-keyframes trackAnimation-12 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-12 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-13 {
50% {
-webkit-transform: rotate(135deg) translate(200px);
transform: rotate(135deg) translate(200px);
background-color: #00ff40;
}
}
@keyframes dotsAnimation-13 {
50% {
-webkit-transform: rotate(135deg) translate(200px);
transform: rotate(135deg) translate(200px);
background-color: #00ff40;
}
}
@-webkit-keyframes trackAnimation-13 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-13 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-14 {
50% {
-webkit-transform: rotate(146.25deg) translate(200px);
transform: rotate(146.25deg) translate(200px);
background-color: #00ff70;
}
}
@keyframes dotsAnimation-14 {
50% {
-webkit-transform: rotate(146.25deg) translate(200px);
transform: rotate(146.25deg) translate(200px);
background-color: #00ff70;
}
}
@-webkit-keyframes trackAnimation-14 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-14 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-15 {
50% {
-webkit-transform: rotate(157.5deg) translate(200px);
transform: rotate(157.5deg) translate(200px);
background-color: #00ff9f;
}
}
@keyframes dotsAnimation-15 {
50% {
-webkit-transform: rotate(157.5deg) translate(200px);
transform: rotate(157.5deg) translate(200px);
background-color: #00ff9f;
}
}
@-webkit-keyframes trackAnimation-15 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-15 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-16 {
50% {
-webkit-transform: rotate(168.75deg) translate(200px);
transform: rotate(168.75deg) translate(200px);
background-color: #00ffcf;
}
}
@keyframes dotsAnimation-16 {
50% {
-webkit-transform: rotate(168.75deg) translate(200px);
transform: rotate(168.75deg) translate(200px);
background-color: #00ffcf;
}
}
@-webkit-keyframes trackAnimation-16 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-16 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-17 {
50% {
-webkit-transform: rotate(180deg) translate(200px);
transform: rotate(180deg) translate(200px);
background-color: cyan;
}
}
@keyframes dotsAnimation-17 {
50% {
-webkit-transform: rotate(180deg) translate(200px);
transform: rotate(180deg) translate(200px);
background-color: cyan;
}
}
@-webkit-keyframes trackAnimation-17 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-17 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-18 {
50% {
-webkit-transform: rotate(191.25deg) translate(200px);
transform: rotate(191.25deg) translate(200px);
background-color: #00cfff;
}
}
@keyframes dotsAnimation-18 {
50% {
-webkit-transform: rotate(191.25deg) translate(200px);
transform: rotate(191.25deg) translate(200px);
background-color: #00cfff;
}
}
@-webkit-keyframes trackAnimation-18 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-18 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-19 {
50% {
-webkit-transform: rotate(202.5deg) translate(200px);
transform: rotate(202.5deg) translate(200px);
background-color: #009fff;
}
}
@keyframes dotsAnimation-19 {
50% {
-webkit-transform: rotate(202.5deg) translate(200px);
transform: rotate(202.5deg) translate(200px);
background-color: #009fff;
}
}
@-webkit-keyframes trackAnimation-19 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-19 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-20 {
50% {
-webkit-transform: rotate(213.75deg) translate(200px);
transform: rotate(213.75deg) translate(200px);
background-color: #0070ff;
}
}
@keyframes dotsAnimation-20 {
50% {
-webkit-transform: rotate(213.75deg) translate(200px);
transform: rotate(213.75deg) translate(200px);
background-color: #0070ff;
}
}
@-webkit-keyframes trackAnimation-20 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-20 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-21 {
50% {
-webkit-transform: rotate(225deg) translate(200px);
transform: rotate(225deg) translate(200px);
background-color: #0040ff;
}
}
@keyframes dotsAnimation-21 {
50% {
-webkit-transform: rotate(225deg) translate(200px);
transform: rotate(225deg) translate(200px);
background-color: #0040ff;
}
}
@-webkit-keyframes trackAnimation-21 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-21 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-22 {
50% {
-webkit-transform: rotate(236.25deg) translate(200px);
transform: rotate(236.25deg) translate(200px);
background-color: #0010ff;
}
}
@keyframes dotsAnimation-22 {
50% {
-webkit-transform: rotate(236.25deg) translate(200px);
transform: rotate(236.25deg) translate(200px);
background-color: #0010ff;
}
}
@-webkit-keyframes trackAnimation-22 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-22 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-23 {
50% {
-webkit-transform: rotate(247.5deg) translate(200px);
transform: rotate(247.5deg) translate(200px);
background-color: #2000ff;
}
}
@keyframes dotsAnimation-23 {
50% {
-webkit-transform: rotate(247.5deg) translate(200px);
transform: rotate(247.5deg) translate(200px);
background-color: #2000ff;
}
}
@-webkit-keyframes trackAnimation-23 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-23 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-24 {
50% {
-webkit-transform: rotate(258.75deg) translate(200px);
transform: rotate(258.75deg) translate(200px);
background-color: #5000ff;
}
}
@keyframes dotsAnimation-24 {
50% {
-webkit-transform: rotate(258.75deg) translate(200px);
transform: rotate(258.75deg) translate(200px);
background-color: #5000ff;
}
}
@-webkit-keyframes trackAnimation-24 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-24 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-25 {
50% {
-webkit-transform: rotate(270deg) translate(200px);
transform: rotate(270deg) translate(200px);
background-color: #8000ff;
}
}
@keyframes dotsAnimation-25 {
50% {
-webkit-transform: rotate(270deg) translate(200px);
transform: rotate(270deg) translate(200px);
background-color: #8000ff;
}
}
@-webkit-keyframes trackAnimation-25 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-25 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-26 {
50% {
-webkit-transform: rotate(281.25deg) translate(200px);
transform: rotate(281.25deg) translate(200px);
background-color: #af00ff;
}
}
@keyframes dotsAnimation-26 {
50% {
-webkit-transform: rotate(281.25deg) translate(200px);
transform: rotate(281.25deg) translate(200px);
background-color: #af00ff;
}
}
@-webkit-keyframes trackAnimation-26 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-26 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-27 {
50% {
-webkit-transform: rotate(292.5deg) translate(200px);
transform: rotate(292.5deg) translate(200px);
background-color: #df00ff;
}
}
@keyframes dotsAnimation-27 {
50% {
-webkit-transform: rotate(292.5deg) translate(200px);
transform: rotate(292.5deg) translate(200px);
background-color: #df00ff;
}
}
@-webkit-keyframes trackAnimation-27 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-27 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-28 {
50% {
-webkit-transform: rotate(303.75deg) translate(200px);
transform: rotate(303.75deg) translate(200px);
background-color: #ff00ef;
}
}
@keyframes dotsAnimation-28 {
50% {
-webkit-transform: rotate(303.75deg) translate(200px);
transform: rotate(303.75deg) translate(200px);
background-color: #ff00ef;
}
}
@-webkit-keyframes trackAnimation-28 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-28 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-29 {
50% {
-webkit-transform: rotate(315deg) translate(200px);
transform: rotate(315deg) translate(200px);
background-color: #ff00bf;
}
}
@keyframes dotsAnimation-29 {
50% {
-webkit-transform: rotate(315deg) translate(200px);
transform: rotate(315deg) translate(200px);
background-color: #ff00bf;
}
}
@-webkit-keyframes trackAnimation-29 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-29 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-30 {
50% {
-webkit-transform: rotate(326.25deg) translate(200px);
transform: rotate(326.25deg) translate(200px);
background-color: #ff008f;
}
}
@keyframes dotsAnimation-30 {
50% {
-webkit-transform: rotate(326.25deg) translate(200px);
transform: rotate(326.25deg) translate(200px);
background-color: #ff008f;
}
}
@-webkit-keyframes trackAnimation-30 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-30 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-31 {
50% {
-webkit-transform: rotate(337.5deg) translate(200px);
transform: rotate(337.5deg) translate(200px);
background-color: #ff0060;
}
}
@keyframes dotsAnimation-31 {
50% {
-webkit-transform: rotate(337.5deg) translate(200px);
transform: rotate(337.5deg) translate(200px);
background-color: #ff0060;
}
}
@-webkit-keyframes trackAnimation-31 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-31 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes dotsAnimation-32 {
50% {
-webkit-transform: rotate(348.75deg) translate(200px);
transform: rotate(348.75deg) translate(200px);
background-color: #ff0030;
}
}
@keyframes dotsAnimation-32 {
50% {
-webkit-transform: rotate(348.75deg) translate(200px);
transform: rotate(348.75deg) translate(200px);
background-color: #ff0030;
}
}
@-webkit-keyframes trackAnimation-32 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@keyframes trackAnimation-32 {
25%,75% {
border-top-width: 90px;
}
50% {
border-top-width: 16px;
left: 16px;
-webkit-transform: scale(-1, 1) rotate(-90deg);
transform: scale(-1, 1) rotate(-90deg);
}
50.001%,100% {
border-top-width: 16px;
left: 0px;
-webkit-transform: scale(1, 1) rotate(-90deg);
transform: scale(1, 1) rotate(-90deg);
}
}
@-webkit-keyframes circlesAnimation {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes circlesAnimation {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
| 0.530236 | 0.089933 |
body,
p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.menu-item,
.main-navigation,
.site-description {
font-family: 'Kalam', cursive;
}
.widget .widget-title {
font-family: 'Kalam', cursive;
}
h1,
h2 {
font-weight: 700;
}
h3,
h4 {
font-weight: 400;
}
h5,
h6 {
font-weight: 300;
}
a {
color: #045943;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #233140;
text-decoration: underline;
}
.site {
margin: 0;
}
.site-header {
background: url(../../uploads/2017/07/sky-1.jpg);
background-size: cover;
padding: 0 3.5455%;
box-shadow: 0.5px 0.5px 2px #233140;
}
.site-branding .site-title a,
.main-navigation a,
.site-description {
color: white;
text-transform: uppercase;
font-weight: 300;
text-shadow: -1px -1px 10px #233140;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #233140;
text-shadow: 1px 1px 2px white;
text-decoration: none;
}
.site-branding .site-title a {
font-size: 40px;
}
.site-branding {
margin-top: 1.4em;
margin-bottom: 0;
}
.site-description {
font-size: 20px;
margin: 8px;
}
.site-content {
margin-top: 1px;
padding-top: 25px;
background: url(../../uploads/2017/07/sun1.jpg);
background-size: contain;
background-repeat: no-repeat;
}
.post {
background: white;
padding: 0 10px 10px 10px;
}
.entry-title a {
color: #045943;
font-size: 26px;
text-transform: uppercase;
}
.entry-title a:hover,
.entry-title a:focus {
color: #233140;
text-decoration: none;
}
@media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
height: 0;
}
}
.widget {
border-top: 2px solid #045943;
}
.site-main > article {
margin-bottom: 3.5em;
}
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: none;
}
/*.sidebar {
background: url(../../uploads/2017/07/sun-small.jpg);
padding: 10px;
}*/
.site-footer {
background-color: #233140;
}
|
blog/wordpress/wp-content/themes/twentysixteen-child/style.css
|
body,
p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.menu-item,
.main-navigation,
.site-description {
font-family: 'Kalam', cursive;
}
.widget .widget-title {
font-family: 'Kalam', cursive;
}
h1,
h2 {
font-weight: 700;
}
h3,
h4 {
font-weight: 400;
}
h5,
h6 {
font-weight: 300;
}
a {
color: #045943;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #233140;
text-decoration: underline;
}
.site {
margin: 0;
}
.site-header {
background: url(../../uploads/2017/07/sky-1.jpg);
background-size: cover;
padding: 0 3.5455%;
box-shadow: 0.5px 0.5px 2px #233140;
}
.site-branding .site-title a,
.main-navigation a,
.site-description {
color: white;
text-transform: uppercase;
font-weight: 300;
text-shadow: -1px -1px 10px #233140;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #233140;
text-shadow: 1px 1px 2px white;
text-decoration: none;
}
.site-branding .site-title a {
font-size: 40px;
}
.site-branding {
margin-top: 1.4em;
margin-bottom: 0;
}
.site-description {
font-size: 20px;
margin: 8px;
}
.site-content {
margin-top: 1px;
padding-top: 25px;
background: url(../../uploads/2017/07/sun1.jpg);
background-size: contain;
background-repeat: no-repeat;
}
.post {
background: white;
padding: 0 10px 10px 10px;
}
.entry-title a {
color: #045943;
font-size: 26px;
text-transform: uppercase;
}
.entry-title a:hover,
.entry-title a:focus {
color: #233140;
text-decoration: none;
}
@media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
height: 0;
}
}
.widget {
border-top: 2px solid #045943;
}
.site-main > article {
margin-bottom: 3.5em;
}
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: none;
}
/*.sidebar {
background: url(../../uploads/2017/07/sun-small.jpg);
padding: 10px;
}*/
.site-footer {
background-color: #233140;
}
| 0.293404 | 0.100348 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body {
font-size:20px;
line-height: 1.5;
color:black;
font-family: 'Lato', sans-serif;
color: #222;
line-height: normal;
}
h1, .h1, h2, .h2, h3, .h3 {
line-height:1.2;
font-weight:bold;
margin-top:10px;
}
h1, .h1, h2, .h2 {
text-transform: uppercase;
}
h1, .h1 {
font-size:50px;
margin-bottom:25px;
color:black;
}
h2, .h2 {
font-size:40px;
margin-bottom:40px;
color:black;
}
h3, .h3 {
font-size:34px;
margin-bottom:15px;
}
p {
margin-bottom:35px;
}
code {
white-space: nowrap;
color: #83C7AE;
font-family: 'Lato', sans-serif;
text-transform:lowercase;
}
pre {
display: block;
word-break: break-all;
word-wrap: break-word;
background-color: #C6C0BD;
border: solid 3px #F1F1F1;
color: #555555;
padding:20px;
font-size:16px;
line-height:1.5;
font-family: 'Lato', sans-serif;
margin-bottom:50px;
white-space: pre-wrap;
}
a {
color:black;
text-decoration:none;
}
ul {
padding-left:20px;
margin-bottom:60px;
}
li {
list-style-type: disc;
padding-left:10px;
margin-bottom:10px;
}
li:last-child {
margin-bottom:0;
}
label {
text-transform:uppercase;
}
textarea {
font-family: 'Lato', sans-serif;
background-color: #eeeeee;
border: solid 3px #eeeeee;
box-shadow: none;
color: #555555;
display: block;
font-size: 16px;
line-height: 1.5;
height: 400px;
padding: 1%;
transition: border-color 0.3s ease-in-out 0s;
-moz-transition: border-color 0.3s ease-in-out 0s;
-webkit-transition: border-color 0.3s ease-in-out 0s;
-o-transition: border-color 0.3s ease-in-out 0s;
width: 97%;
margin-bottom:30px;
margin-top:20px;
}
textarea:focus, textarea:hover, textarea:active {
border:solid 3px #79c791;
outline: 0 none;
}
input, textarea {
-webkit-appearance:none;
-webkit-border-radius:0;
border-radius:0;
}
small, .small {
font-size:16px;
}
.box {
background-color:#eeeeee;
}
.spaced {
padding:25px;
}
.tab {
display:inline-block;
padding:10px 25px 2px 25px;
margin-bottom:0;
text-transform: uppercase;
}
.upper {
text-transform: uppercase;
}
.pull-right {
float:right;
}
.pull-left {
float:left;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.lead {
font-weight:bold;
font-size:38px;
line-height:1.333;
margin-bottom:55px;
margin-top:0;
color:black;
text-transform: none;
}
.sub-lead {
font-size:20px;
line-height:1.333;
}
.header, .footer {
background-color: rgba(245,245,245,1);
border-top: solid 2px #79c791;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
padding:30px 0;
}
.header {
border-bottom: solid 2px #79c791;
}
.footer {
padding:60px 0 20px 0;
text-align: center;
}
.footer p{
font-size: 15px;
}
.footer a:hover, a:active, a:focus {
color:#79c791;
}
.header a:hover, a:active, a:focus {
color:#79c791;
}
.container {
width:80%;
max-width:980px;
margin:0 auto;
}
.main-content {
padding:70px 0 70px 0;
background-color:white;
}
.btn {
cursor: pointer;
display: inline-block;
font-size: 26px;
line-height: 1.42857;
padding:14px 22px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border:2px solid #79c791;
background-color:#f5f5f5;
text-transform:uppercase;
font-weight:bold;
opacity:1;
transition: opacity 0.15s ease-in-out 0s;
-moz-transition: opacity 0.15s ease-in-out 0s;
-webkit-transition: opacity 0.15s ease-in-out 0s;
-o-transition: opacity 0.15s ease-in-out 0s;
}
.btn:hover {
opacity:0.8;
text-decoration:none;
background-color:#79c791;
}
.bar-chart-container {
margin-bottom:80px;
}
.bar-chart {
color:black;
}
.bar {
height:30px;
margin-top: 5px;
margin-bottom:20px;
border-left:5px solid black;
overflow:hidden;
text-indent:-300px;
}
.bar:last-child {
margin-bottom:0;
}
.notch {
background-color:#79c791;
float:left;
margin-left:5px;
width: 3%;
height:30px;
}
.success {
color:#79c791;
}
.error {
color:#FAA086;
}
.warning {
color:#F05174;
}
.notice {
color:#90c6e4;
}
.nav {
margin:0;
padding-left:0;
}
.nav li {
float:left;
list-style-type: none;
margin:0 20px 0 0;
padding:0;
}
.nav li.last {
margin-right:0;
}
.nav li a {
text-transform: uppercase;
display:block;
padding:15px;
transition: background 0.15s ease-in-out 0s;
-moz-transition: background 0.15s ease-in-out 0s;
-webkit-transition: background 0.15s ease-in-out 0s;
-o-transition: background 0.15s ease-in-out 0s;
}
.nav li a:hover, .nav li .active {
background:#79c791;
color:#f1f1f1;
}
.header .nav {
float:right;
}
.results {
margin:0 0 70px 0;
}
.results p {
margin-bottom:5px;
}
.results li {
margin-bottom:30px;
padding:0;
list-style-type: none;
}
.result-detail {
font-size:16px;
line-height:1.25;
}
.error-detail {
color:#F8B7A4;
}
.warning-detail {
color:black;
}
.notice-detail {
color:#B6D8EC;
}
@media (max-width:800px) {
.header {
padding:20px 0;
}
.footer {
padding-top:60px;
padding-bottom:10px;
}
.lead {
font-size:28px;
color:black !important;
}
}
@media (max-width:640px) {
.container {
width:90%;
}
h3, .h3 {
font-size:28px;
margin-bottom:8px;
}
.nav li {
margin-right:5px;
}
.nav li a {
padding:8px;
font-size:16px;
}
pre {
font-size:12px;
padding:10px;
border-width:2px;
}
textarea {
height:300px;
}
}
@media (max-width:480px) {
body {
font-size:16px;
}
.container {
width:90%;
}
.lead {
font-size:22px;
margin-bottom:35px;
}
.sub-lead {
font-size:18px;
}
.header, .footer {
text-align:center;
}
.header h1, .header .h1 {
margin-bottom:10px;
}
.header .nav {
float:none;
}
.header .nav li {
width:50%;
float:left;
margin:0;
}
.main-content {
padding:40px 0;
}
}
@media (max-width:360px) {
body {
text-align:center;
}
pre, .bar-chart-container {
text-align:left;
}
.lead {
font-size:16px;
}
textarea {
height:250px;
}
.btn {
padding:7px 13px;
font-size:22px;
}
.result-detail {
font-size:14px;
}
}
|
public/css/main.css
|
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body {
font-size:20px;
line-height: 1.5;
color:black;
font-family: 'Lato', sans-serif;
color: #222;
line-height: normal;
}
h1, .h1, h2, .h2, h3, .h3 {
line-height:1.2;
font-weight:bold;
margin-top:10px;
}
h1, .h1, h2, .h2 {
text-transform: uppercase;
}
h1, .h1 {
font-size:50px;
margin-bottom:25px;
color:black;
}
h2, .h2 {
font-size:40px;
margin-bottom:40px;
color:black;
}
h3, .h3 {
font-size:34px;
margin-bottom:15px;
}
p {
margin-bottom:35px;
}
code {
white-space: nowrap;
color: #83C7AE;
font-family: 'Lato', sans-serif;
text-transform:lowercase;
}
pre {
display: block;
word-break: break-all;
word-wrap: break-word;
background-color: #C6C0BD;
border: solid 3px #F1F1F1;
color: #555555;
padding:20px;
font-size:16px;
line-height:1.5;
font-family: 'Lato', sans-serif;
margin-bottom:50px;
white-space: pre-wrap;
}
a {
color:black;
text-decoration:none;
}
ul {
padding-left:20px;
margin-bottom:60px;
}
li {
list-style-type: disc;
padding-left:10px;
margin-bottom:10px;
}
li:last-child {
margin-bottom:0;
}
label {
text-transform:uppercase;
}
textarea {
font-family: 'Lato', sans-serif;
background-color: #eeeeee;
border: solid 3px #eeeeee;
box-shadow: none;
color: #555555;
display: block;
font-size: 16px;
line-height: 1.5;
height: 400px;
padding: 1%;
transition: border-color 0.3s ease-in-out 0s;
-moz-transition: border-color 0.3s ease-in-out 0s;
-webkit-transition: border-color 0.3s ease-in-out 0s;
-o-transition: border-color 0.3s ease-in-out 0s;
width: 97%;
margin-bottom:30px;
margin-top:20px;
}
textarea:focus, textarea:hover, textarea:active {
border:solid 3px #79c791;
outline: 0 none;
}
input, textarea {
-webkit-appearance:none;
-webkit-border-radius:0;
border-radius:0;
}
small, .small {
font-size:16px;
}
.box {
background-color:#eeeeee;
}
.spaced {
padding:25px;
}
.tab {
display:inline-block;
padding:10px 25px 2px 25px;
margin-bottom:0;
text-transform: uppercase;
}
.upper {
text-transform: uppercase;
}
.pull-right {
float:right;
}
.pull-left {
float:left;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.lead {
font-weight:bold;
font-size:38px;
line-height:1.333;
margin-bottom:55px;
margin-top:0;
color:black;
text-transform: none;
}
.sub-lead {
font-size:20px;
line-height:1.333;
}
.header, .footer {
background-color: rgba(245,245,245,1);
border-top: solid 2px #79c791;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
padding:30px 0;
}
.header {
border-bottom: solid 2px #79c791;
}
.footer {
padding:60px 0 20px 0;
text-align: center;
}
.footer p{
font-size: 15px;
}
.footer a:hover, a:active, a:focus {
color:#79c791;
}
.header a:hover, a:active, a:focus {
color:#79c791;
}
.container {
width:80%;
max-width:980px;
margin:0 auto;
}
.main-content {
padding:70px 0 70px 0;
background-color:white;
}
.btn {
cursor: pointer;
display: inline-block;
font-size: 26px;
line-height: 1.42857;
padding:14px 22px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border:2px solid #79c791;
background-color:#f5f5f5;
text-transform:uppercase;
font-weight:bold;
opacity:1;
transition: opacity 0.15s ease-in-out 0s;
-moz-transition: opacity 0.15s ease-in-out 0s;
-webkit-transition: opacity 0.15s ease-in-out 0s;
-o-transition: opacity 0.15s ease-in-out 0s;
}
.btn:hover {
opacity:0.8;
text-decoration:none;
background-color:#79c791;
}
.bar-chart-container {
margin-bottom:80px;
}
.bar-chart {
color:black;
}
.bar {
height:30px;
margin-top: 5px;
margin-bottom:20px;
border-left:5px solid black;
overflow:hidden;
text-indent:-300px;
}
.bar:last-child {
margin-bottom:0;
}
.notch {
background-color:#79c791;
float:left;
margin-left:5px;
width: 3%;
height:30px;
}
.success {
color:#79c791;
}
.error {
color:#FAA086;
}
.warning {
color:#F05174;
}
.notice {
color:#90c6e4;
}
.nav {
margin:0;
padding-left:0;
}
.nav li {
float:left;
list-style-type: none;
margin:0 20px 0 0;
padding:0;
}
.nav li.last {
margin-right:0;
}
.nav li a {
text-transform: uppercase;
display:block;
padding:15px;
transition: background 0.15s ease-in-out 0s;
-moz-transition: background 0.15s ease-in-out 0s;
-webkit-transition: background 0.15s ease-in-out 0s;
-o-transition: background 0.15s ease-in-out 0s;
}
.nav li a:hover, .nav li .active {
background:#79c791;
color:#f1f1f1;
}
.header .nav {
float:right;
}
.results {
margin:0 0 70px 0;
}
.results p {
margin-bottom:5px;
}
.results li {
margin-bottom:30px;
padding:0;
list-style-type: none;
}
.result-detail {
font-size:16px;
line-height:1.25;
}
.error-detail {
color:#F8B7A4;
}
.warning-detail {
color:black;
}
.notice-detail {
color:#B6D8EC;
}
@media (max-width:800px) {
.header {
padding:20px 0;
}
.footer {
padding-top:60px;
padding-bottom:10px;
}
.lead {
font-size:28px;
color:black !important;
}
}
@media (max-width:640px) {
.container {
width:90%;
}
h3, .h3 {
font-size:28px;
margin-bottom:8px;
}
.nav li {
margin-right:5px;
}
.nav li a {
padding:8px;
font-size:16px;
}
pre {
font-size:12px;
padding:10px;
border-width:2px;
}
textarea {
height:300px;
}
}
@media (max-width:480px) {
body {
font-size:16px;
}
.container {
width:90%;
}
.lead {
font-size:22px;
margin-bottom:35px;
}
.sub-lead {
font-size:18px;
}
.header, .footer {
text-align:center;
}
.header h1, .header .h1 {
margin-bottom:10px;
}
.header .nav {
float:none;
}
.header .nav li {
width:50%;
float:left;
margin:0;
}
.main-content {
padding:40px 0;
}
}
@media (max-width:360px) {
body {
text-align:center;
}
pre, .bar-chart-container {
text-align:left;
}
.lead {
font-size:16px;
}
textarea {
height:250px;
}
.btn {
padding:7px 13px;
font-size:22px;
}
.result-detail {
font-size:14px;
}
}
| 0.4231 | 0.07627 |
body {
margin : 10px;
}
header {
display: flex;
justify-content: center;
}
h1.title {
font-family: Ubuntu, Segoe, 'Lucida Grande', sans-serif;
width: 600px;
}
.icon {
display: none;
}
.add-p {
display: flex;
justify-content: center;
}
img.add_png {
margin-right: 5px;
}
.add {
color: #ffffff;
font-weight: bold;
background-color: #cccccc;
width: 600px;
display: flex;
align-items: center;
justify-content: center;
margin: 10px 20px;
border: 0px solid #dddddd;
padding: 10px;
border-radius: 10px;
transition: 0.2s;
cursor: pointer;
}
.add:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.add:active {
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.main-p {
display: inline-block;
width: 570px;
}
.timezone-container-p {
width: 570px;
display: flex;
align-items: center;
}
.timezone-container {
display:inline-block;
margin: 10px 20px;
padding: 5px;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: 1s;
}
.clock-preview {
width: 135px; height: 135px;
margin: 10px;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px solid rgba(255, 255, 255, 0);
border-radius: 3px;
transition: 0.2s;
}
.clock-preview:hover {
cursor: pointer;
}
.disp-as-icon {
border: 2px solid #00BCD4;
}
.clock_time {
font-weight: bold;
}
div.dummy-inner-container-p {
display: flex;
justify-content: flex-end;
}
.dummy-inner-container {
margin-right: 30px;
width: 350px;
opacity: 0.5;
padding: 10px;
border: 1px solid #dddddd;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: 0.6s;
}
.innerItem {
margin: -5px 25px 10px 25px
}
.remove-icon-p {
text-align: right;
margin: 3px;
}
.remove-image {
padding:0; margin:0;
border-radius: 50%;
transition: 0.2s;
cursor: pointer;
}
.remove-image:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.remove-image:active {
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.setting-item {
margin: 0px 0px 10px 0px;
}
.update-label {
margin-left: 10px
}
.change-order {
margin: 0px 5px;
cursor: pointer;
}
#main-container {
display:flex;
justify-content: center;
}
div.snack_bar {
width: 100%;
position: fixed;
bottom: 0px;
display: flex;
justify-content: center;
z-index: 2;
transition: 0.5s;
}
span.snack_bar_text {
background-color: #666;
font-size: 1.2em;
color: #ffffff;
font-weight: bold;
padding: 10px 30px;
border-radius: 5px 5px 0px 0px;
}
.opacity_0 {
opacity: 0;
}
|
src/css/options.css
|
body {
margin : 10px;
}
header {
display: flex;
justify-content: center;
}
h1.title {
font-family: Ubuntu, Segoe, 'Lucida Grande', sans-serif;
width: 600px;
}
.icon {
display: none;
}
.add-p {
display: flex;
justify-content: center;
}
img.add_png {
margin-right: 5px;
}
.add {
color: #ffffff;
font-weight: bold;
background-color: #cccccc;
width: 600px;
display: flex;
align-items: center;
justify-content: center;
margin: 10px 20px;
border: 0px solid #dddddd;
padding: 10px;
border-radius: 10px;
transition: 0.2s;
cursor: pointer;
}
.add:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.add:active {
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.main-p {
display: inline-block;
width: 570px;
}
.timezone-container-p {
width: 570px;
display: flex;
align-items: center;
}
.timezone-container {
display:inline-block;
margin: 10px 20px;
padding: 5px;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: 1s;
}
.clock-preview {
width: 135px; height: 135px;
margin: 10px;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px solid rgba(255, 255, 255, 0);
border-radius: 3px;
transition: 0.2s;
}
.clock-preview:hover {
cursor: pointer;
}
.disp-as-icon {
border: 2px solid #00BCD4;
}
.clock_time {
font-weight: bold;
}
div.dummy-inner-container-p {
display: flex;
justify-content: flex-end;
}
.dummy-inner-container {
margin-right: 30px;
width: 350px;
opacity: 0.5;
padding: 10px;
border: 1px solid #dddddd;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: 0.6s;
}
.innerItem {
margin: -5px 25px 10px 25px
}
.remove-icon-p {
text-align: right;
margin: 3px;
}
.remove-image {
padding:0; margin:0;
border-radius: 50%;
transition: 0.2s;
cursor: pointer;
}
.remove-image:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.remove-image:active {
box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.setting-item {
margin: 0px 0px 10px 0px;
}
.update-label {
margin-left: 10px
}
.change-order {
margin: 0px 5px;
cursor: pointer;
}
#main-container {
display:flex;
justify-content: center;
}
div.snack_bar {
width: 100%;
position: fixed;
bottom: 0px;
display: flex;
justify-content: center;
z-index: 2;
transition: 0.5s;
}
span.snack_bar_text {
background-color: #666;
font-size: 1.2em;
color: #ffffff;
font-weight: bold;
padding: 10px 30px;
border-radius: 5px 5px 0px 0px;
}
.opacity_0 {
opacity: 0;
}
| 0.348091 | 0.131396 |
:root {
/* Solarized colors */
--base03: #002b36;
--base02: #073642;
--base01: #586e75;
--base00: #657b83;
--base0: #839496;
--base1: #93a1a1;
--base2: #eee8d5;
--base3: #fdf6e3;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
--blue: #268bd2;
--cyan: #2aa198;
--green: #859900;
/* Horizontal margin for screens that are open. */
--horiz-margin: 80px;
/* How long buttons colors/borders take to transition on hover. */
--button-transition-time: 0.1s;
/* Height of buttons */
--button-height: 32px;
}
.light-mode {
--background: var(--base3);
--background-highlights: var(--base2);
--foreground: var(--base00);
--foreground-emphasized: var(--base01);
--foreground-secondary: var(--base1);
--accent-color: var(--red);
--accent-foreground-color: var(--base3);
}
.dark-mode {
--background: var(--base03);
--background-highlights: var(--base02);
--foreground: var(--base0);
--foreground-emphasized: var(--base1);
--foreground-secondary: var(--base01);
--accent-color: var(--cyan);
--accent-foreground-color: var(--base3);
}
* {
/* For theme changes. */
transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
body {
--icon-color: var(--foreground-secondary);
margin: 0;
padding: 0;
background-color: var(--background);
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
height: 100vh;
}
body, input, textarea {
font-family: "Roboto", "Helvetica Neue", sans-serif;
font-size: 16px;
}
input::placeholder {
opacity: 50%;
}
/* Our own overrides for the material design icons. */
.material-icons-override {
color: var(--icon-color);
transition: color var(--button-transition-time) ease-in-out;
}
.hidden {
display: none !important;
}
.main-computer-screen {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
}
i.material-icons-round {
/* Don't allow selecting the text. */
user-select: none;
}
/* Slightly reduce size of these icons. Normal is 24px. */
.smaller-icon {
font-size: 20px;
}
.authentic-cursor {
/* The cursor font is tall and affects vertical centering of the text, so take it out of the
flow. Be sure to add some margin to make space for it. */
position: absolute;
/* This is loaded because we use the TRS-80 emulator, which uses it for its editor. */
font-family: "TreasureMIII64C", monospace;
font-size: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.navbar {
height: 50px;
background-color: var(--background-highlights);
padding: 3px 20px;
font-size: 20pt;
font-weight: 100;
color: var(--accent-color);
display: grid;
grid: "home-button . library-button theme-button sign-in-out-button" auto /
auto 1fr auto auto auto;
gap: 15px;
align-items: center;
}
.navbar .home-button:link,
.navbar .home-button:visited,
.navbar .home-button:active {
grid-area: home-button;
color: var(--accent-color);
text-decoration: none;
}
.navbar .library-button {
grid-area: library-button;
}
.navbar .theme-button {
grid-area: theme-button;
}
.navbar .sign-in-button,
.navbar .sign-out-button {
grid-area: sign-in-out-button;
}
body.signed-in .navbar .sign-in-button {
display: none;
}
body.signed-out .navbar .sign-out-button {
display: none;
}
/* ----------------------------------------------------------------------------------------------------- */
button {
border: 1px solid var(--foreground-secondary);
background-color: transparent;
color: var(--foreground-secondary);
border-radius: 999px;
cursor: pointer;
transition: border var(--button-transition-time) ease-in-out,
color var(--button-transition-time) ease-in-out,
opacity var(--button-transition-time) ease-in-out;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
gap: 6px;
}
button:hover:not(:disabled) {
border-color: var(--foreground-emphasized);
color: var(--foreground-emphasized);
}
button:focus,
button:active {
outline: 0;
}
button:disabled {
opacity: 0.3;
cursor: default;
}
button.text-button {
padding: 4px 13px;
min-height: var(--button-height);
font-size: 13px;
}
button.icon-button {
width: var(--button-height);
height: var(--button-height);
padding: 0;
border-radius: 50%;
}
button i {
transition: color var(--button-transition-time) ease-in-out,
opacity var(--button-transition-time) ease-in-out;
}
.icon-button:hover:not(:disabled) .material-icons-override {
color: var(--foreground-emphasized);
}
.tag {
position: relative; /* For absolute-positioned exclude mark. */
border-radius: 999px;
color: white;
font-size: 11px;
padding: 2px 7px;
white-space: nowrap;
user-select: none;
display: flex;
gap: 3px; /* Between text and delete icon. */
align-items: center; /* To align delete icon and text. */
}
.tag i {
/* Delete icon size */
font-size: 13px;
}
.tag-clickable {
cursor: pointer;
}
.tag-faint {
opacity: 30%;
}
/* See computeTagColor() */
.tag-0 { background-color: var(--green); }
.tag-1 { background-color: var(--orange); }
.tag-2 { background-color: var(--magenta); }
.tag-3 { background-color: var(--violet); }
.tag-4 { background-color: var(--blue); }
.tag-5 { background-color: var(--cyan); }
.tag-trash { background-color: var(--red); }
.tag .tag-exclude-icon {
position: absolute;
left: 50%;
top: 50%;
font-size: 40px;
transform: translate(-50%, -50%);
color: black;
opacity: 50%;
}
@keyframes spin {
from {
transform:rotate(360deg);
}
to {
transform:rotate(0deg);
}
}
@keyframes rainbow {
0% { color: var(--yellow); }
12.5% { color: var(--orange); }
25% { color: var(--red); }
37.5% { color: var(--magenta); }
50% { color: var(--violet); }
62.5% { color: var(--blue); }
75% { color: var(--cyan); }
87.5% { color: var(--green); }
100% { color: var(--yellow); }
}
/* ----------------------------------------------------------------------------------------------------- */
.panel-background,
.dialog-box-background {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
overflow: hidden hidden;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: opacity .20s ease-in-out, visibility .20s ease-in-out;
}
.dialog-box-background {
z-index: 20;
}
.panel-background.panel-shown,
.dialog-box-background.dialog-box-shown {
opacity: 1;
visibility: visible;
}
.panel-positioning {
position: absolute;
left: 50px;
top: 50px;
right: 50px;
bottom: 50px;
overflow: visible visible;
}
.panel {
--side-padding: 20px;
/* Start off-screen */
position: absolute;
left: 100vw;
top: 100vh;
right: -100vw;
bottom: -100vh;
transition: left 0.5s ease-in-out, right 0.5s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
/* So that backgrounds of nested divs don't mess with our rounded corners. */
overflow: hidden;
border-radius: 10px;
background-color: var(--background-highlights);
color: var(--foreground);
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* h1 and panel-content */
}
.panel-background.panel-shown .panel {
top: 0;
bottom: 0;
}
.panel h1 {
padding: var(--side-padding) var(--side-padding) 10px var(--side-padding);
margin: 0;
font-size: 28pt;
font-weight: 100;
color: var(--accent-color);
display: grid;
align-items: center;
gap: 10px;
/* Set grid pattern in panel-specific rule. */
}
.panel h1 > div + span {
/* More space between back button and header text. */
padding-left: 10px;
}
/* Make scrollbars blend in better. */
.panel ::-webkit-scrollbar {
width: 8px;
}
.panel ::-webkit-scrollbar-thumb {
background: var(--background-highlights);
border-radius: 999px;
}
.panel .action-bar {
padding: var(--side-padding);
margin: 0;
min-height: 34px;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
gap: 10px;
}
.panel .action-bar .action-bar-spacer {
flex-grow: 1;
}
.dialog-box-background {
display: flex;
justify-content: center;
align-items: center;
}
.dialog-box-background .dialog-box-frame {
--side-padding: 20px;
border-radius: 10px;
overflow: hidden;
background-color: var(--background);
color: var(--foreground);
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* h1 and content */
position: relative;
top: 100vh;
transition: top 0.2s ease-in-out;
}
.dialog-box-background.dialog-box-shown .dialog-box-frame {
top: 0;
}
.dialog-box-background .dialog-box-frame h1 {
padding: 10px;
margin: 0;
font-size: 28pt;
font-weight: 100;
background-color: var(--background-highlights);
color: var(--accent-color);
text-align: center;
}
.dialog-box-background .dialog-box-frame .dialog-box-content-frame {
padding: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.page-tabs-container {
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* page-tabs and tab-content */
}
.page-tabs {
padding: 5px var(--side-padding) 0 var(--side-padding);
display: flex;
flex-flow: row nowrap;
}
.page-tabs > div {
box-sizing: border-box;
padding: 9px 20px 7px 20px;
cursor: pointer;
}
.page-tabs > div.page-tab-active {
background-color: var(--background);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
cursor: default;
}
/* ----------------------------------------------------------------------------------------------------- */
.sign-in-instructions {
max-width: 250px;
margin-bottom: 2em;
text-align: center;
}
/* ----------------------------------------------------------------------------------------------------- */
.library-panel h1 {
grid-template-columns: 1fr auto auto;
}
/* ----------------------------------------------------------------------------------------------------- */
.your-files-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* content (files or empty-library) and action-bar */
}
.your-files-tab .files {
background-color: var(--background);
overflow: auto;
padding: var(--side-padding);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
column-gap: var(--side-padding);
row-gap: 40px;
align-content: start;
}
.your-files-tab .file {
cursor: default;
/* For long URLs that would force the box to be larger. */
overflow-wrap: break-word;
}
.your-files-tab .file .screenshots > :not(:first-child) {
display: none;
}
.your-files-tab .file .screenshots > * {
border-radius: 10px;
max-width: 100%;
}
.your-files-tab .file .screenshots.missing {
opacity: 30%;
}
.your-files-tab .file .name {
font-weight: 800;
color: var(--accent-color);
margin-top: 5px;
}
.your-files-tab .file .name .release-year {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
margin-left: 3px;
}
.your-files-tab .file .filename {
font-family: "Roboto Mono", monospace;
white-space: pre;
overflow: hidden;
}
.your-files-tab .file .note {
font-size: 80%;
margin-top: 5px;
color: var(--foreground-secondary);
}
.your-files-tab .file .tags {
margin-top: 10px;
display: flex;
flex-flow: row wrap;
gap: 5px;
}
.your-files-tab .file .buttons {
margin: 15px 0;
display: flex;
flex-flow: row wrap;
justify-content: start;
gap: 10px;
}
.your-files-tab .empty-library {
background-color: var(--background);
padding: var(--side-padding);
overflow: hidden;
display: grid;
grid:
"...... demon" 1fr
"header demon" auto
"...... demon" 50px
" body demon" auto
"...... demon" 1.2fr /
4fr 3fr;
column-gap: 40px;
}
.your-files-tab .empty-library h2 {
grid-area: header;
margin: 0;
font-size: 20pt;
font-weight: 100;
color: var(--accent-color);
text-align: right;
}
.your-files-tab .empty-library article {
grid-area: body;
margin: 0;
font-size: 14pt;
font-weight: 100;
color: var(--foreground);
text-align: right;
}
.your-files-tab .empty-library img {
grid-area: demon;
align-self: center;
}
.your-files-tab .empty-library article code {
font-family: "Roboto Mono", monospace;
color: var(--blue);
}
.your-files-tab .action-bar .tag-editor {
display: flex;
gap: 5px;
align-items: center;
}
.your-files-tab .action-bar .search-string {
/* Make space after "Search:". */
margin-left: 0.4em;
white-space: pre-wrap;
}
.your-files-tab .action-bar .search-button i {
/* Make space for the cursor, which is positioned absolutely and takes no space. */
margin-left: 5px;
}
.your-files-tab .action-bar .search-string,
.your-files-tab .action-bar .search-button .authentic-cursor {
color: var(--blue);
}
/* ----------------------------------------------------------------------------------------------------- */
.retro-store-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* retro-store-apps */
}
.retro-store-tab .retro-store-apps {
background-color: var(--background);
overflow: auto;
padding: var(--side-padding);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: var(--side-padding);
}
.retro-store-tab .retro-store-app {
cursor: default;
}
.retro-store-tab .retro-store-app .screenshot {
width: 100%;
border-radius: 5px;
object-fit: cover;
margin-bottom: 8px;
}
.retro-store-tab .retro-store-app .button-set {
margin: 10px 0;
display: grid;
gap: 10px;
grid-template-columns: auto auto;
justify-content: left;
}
.retro-store-tab .retro-store-app .name {
font-weight: 800;
color: var(--accent-color);
margin-bottom: 3px;
}
.retro-store-tab .retro-store-app .version {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
}
.retro-store-tab .retro-store-app .release-year {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
margin-left: 3px;
}
.retro-store-tab .retro-store-app .description {
font-size: 80%;
margin-top: 5px;
color: var(--foreground-secondary);
}
.signed-out .retro-store-app .import-button {
display: none;
}
.retro-store-tab .retro-store-more {
display: grid;
justify-content: center;
align-content: center;
min-height: 200px;
}
.retro-store-tab .retro-store-more i {
font-size: 60px;
opacity: .2;
animation: spin 1s infinite linear, rainbow 2s infinite linear;
}
/* ----------------------------------------------------------------------------------------------------- */
.file-panel h1 {
grid-template-columns: auto 1fr auto;
}
.file-info-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.file-panel-form-container {
background-color: var(--background);
padding: var(--side-padding);
overflow-y: hidden;
}
.file-panel-form {
height: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto auto 1fr;
column-gap: 20px;
row-gap: 20px;
overflow-y: auto;
}
.file-panel-form label {
display: block;
color: var(--foreground-secondary);
font-size: 80%;
}
.file-panel-form input,
.file-panel-form textarea {
display: block;
box-sizing: border-box;
width: 100%;
color: var(--foreground-emphasized);
background-color: var(--background-highlights);
border: none;
border-radius: 3px;
}
.file-panel-form input,
.file-panel-form textarea,
.file-panel-form .tags-editor {
margin-top: 5px;
}
.file-panel-form input:disabled,
.file-panel-form textarea:disabled {
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
.file-panel-form .screenshots {
grid-column: 3 / -1;
grid-row: 1 / -1;
display: flex;
flex-flow: column nowrap;
height: max-content;
}
.file-panel-form .screenshots-instructions,
.file-panel-form .tags-instructions {
margin-top: 5px;
font-style: italic;
color: var(--foreground-secondary);
}
.file-panel-form .filename input {
/* TODO makes the input field slightly taller than the non-mono ones */
font-family: "Roboto Mono", monospace;
}
.file-panel-form .note {
grid-column-end: span 2;
}
.file-panel-form .misc {
grid-column-end: span 2;
}
.file-panel-form .tags-editor .tag-list {
display: flex;
flex-flow: row wrap;
gap: 5px;
align-items: center;
}
.file-panel-form .tags-editor .new-tag-form {
/*margin-top: 8px;*/
}
.file-panel-form .tags-editor .new-tag-form input {
font-size: 12px;
width: 8em;
margin: 0;
border-radius: 999px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
}
.file-panel-form .shared input {
display: none;
}
.file-panel-form .shared i {
font-size: 36px;
display: block;
cursor: pointer;
}
.file-panel-form .shared input:disabled ~ i {
cursor: default;
}
.file-panel-form .shared i.on-state {
color: var(--blue);
}
.file-panel-form .shared input:checked ~ i.off-state {
display: none;
}
.file-panel-form .shared input:not(:checked) ~ i.on-state {
display: none;
}
.file-panel-form .screenshots .screenshot {
width: 100%;
position: relative;
}
.file-panel-form .screenshots .screenshot:not(:first-child) {
margin-top: 10px;
}
.file-panel-form .screenshots .screenshot img {
width: 100%;
}
.file-panel-form .screenshots .screenshot .icon-button {
position: absolute;
right: 10px;
top: 10px;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.file-panel-form .screenshots .screenshot:hover .icon-button {
opacity: 1;
visibility: visible;
}
.file-panel-form .screenshots .screenshot:hover .icon-button:hover i {
color: var(--red);
}
.file-panel .action-bar .save-button.saving i:nth-of-type(1),
.file-panel .action-bar .save-button.saving i:nth-of-type(3) {
display: none;
}
.file-panel .action-bar .save-button.success i:nth-of-type(1),
.file-panel .action-bar .save-button.success i:nth-of-type(2) {
display: none;
}
.file-panel .action-bar .save-button:not(.saving):not(.success) i:nth-of-type(2),
.file-panel .action-bar .save-button:not(.saving):not(.success) i:nth-of-type(3) {
display: none;
}
.file-panel .action-bar .save-button i:nth-of-type(2) {
animation: spin 1s infinite linear;
}
.file-panel .action-bar .save-button i:nth-of-type(3) {
color: var(--green);
}
.file-panel .action-bar button.save-button.saving:disabled {
opacity: 1;
}
/* ----------------------------------------------------------------------------------------------------- */
.hexdump-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.hexdump-tab .action-bar {
justify-content: flex-start;
gap: 20px;
}
.hexdump-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.hexdump {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.hexdump .address {
color: var(--foreground-secondary);
}
.hexdump .hex {
color: var(--blue);
}
.hexdump .ascii {
color: var(--cyan);
}
.hexdump .ascii-unprintable {
color: var(--foreground-secondary);
}
.hexdump .outside-annotation {
opacity: 0.2;
}
.hexdump .annotation {
color: var(--violet);
}
/* ----------------------------------------------------------------------------------------------------- */
.basic-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.basic-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.basic {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.basic .basic-error {
color: var(--red);
}
.basic .basic-line-number {
color: var(--foreground-secondary);
}
.basic .basic-punctuation {
color: var(--foreground-secondary);
}
.basic .basic-keyword {
color: var(--blue);
}
.basic .basic-regular {
color: var(--foreground);
}
.basic .basic-string {
color: var(--orange);
}
.basic .basic-comment {
color: var(--cyan);
}
/* ----------------------------------------------------------------------------------------------------- */
.cmd-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.cmd-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.cmd {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.cmd .cmd-error {
color: var(--red);
}
.cmd .cmd-address {
color: var(--foreground-secondary);
}
.cmd .cmd-hex {
color: var(--blue);
}
.cmd .cmd-opcodes {
color: var(--cyan);
}
.cmd .cmd-label {
color: var(--orange);
}
.cmd .cmd-space {
color: var(--foreground-secondary);
}
.cmd .cmd-punctuation {
color: var(--foreground-secondary);
}
/* ----------------------------------------------------------------------------------------------------- */
.system-program-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.system-program-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.system-program {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.system-program .system-program-error,
.system-program .system-program-highlight {
color: var(--red);
}
.system-program .system-program-address {
color: var(--foreground-secondary);
}
.system-program .system-program-hex {
color: var(--blue);
}
.system-program .system-program-explanation {
color: var(--cyan);
}
.system-program .system-program-entry-point {
margin-top: 10px;
}
.system-program .system-program-screenshot {
margin-bottom: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.disassembly-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.disassembly-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.disassembly {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.disassembly-space {
color: var(--foreground-secondary);
}
.disassembly-label {
color: var(--orange);
}
.disassembly-punctuation {
color: var(--foreground-secondary);
}
.disassembly-address {
color: var(--foreground-secondary);
}
.disassembly-hex {
color: var(--blue);
}
.disassembly-opcodes {
color: var(--cyan);
}
/* ----------------------------------------------------------------------------------------------------- */
.trsdos-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.trsdos-tab .action-bar {
justify-content: flex-end;
gap: 20px;
}
.trsdos {
background-color: var(--background);
padding: var(--side-padding);
overflow-y: auto;
}
.trsdos .info {
display: grid;
grid-template-columns: auto auto;
column-gap: 15px;
width: fit-content;
}
.trsdos .info .label {
font-weight: bold;
text-align: right;
color: var(--cyan);
}
.trsdos .info .value {
color: var(--blue);
}
.trsdos .info .empty-field {
opacity: 30%;
}
.trsdos .dir {
margin-top: 30px;
display: grid;
width: fit-content;
grid-template-columns: auto auto auto auto auto auto;
column-gap: 25px;
align-items: center;
}
/* Untested */
body.signed-out .trsdos .dir {
/* Missing import button. Might be easier to disable it. */
grid-template-columns: auto auto auto auto auto;
}
.trsdos .dir .filename {
color: var(--magenta);
}
.trsdos .dir .size {
text-align: right;
color: var(--cyan);
}
.trsdos .dir .date {
color: var(--blue);
}
.trsdos .dir .protection-level {
color: var(--violet);
}
.trsdos .dir .run,
.trsdos .dir .import {
cursor: pointer;
text-align: center;
}
.trsdos .dir .header {
font-weight: bold;
margin-bottom: 6px;
padding-bottom: 2px;
}
.trsdos .dir .filename.header {
border-bottom: 1px solid var(--magenta);
}
.trsdos .dir .size.header {
border-bottom: 1px solid var(--cyan);
}
.trsdos .dir .date.header {
border-bottom: 1px solid var(--blue);
}
.trsdos .dir .protection-level.header {
border-bottom: 1px solid var(--violet);
}
.trsdos .dir .run.header,
.trsdos .dir .import.header {
border-bottom: 1px solid var(--icon-color);
}
.trsdos .dir .hidden-file {
opacity: 30%;
}
/* ----------------------------------------------------------------------------------------------------- */
.duplicates-tab {
display: grid;
grid-template-rows: 1fr; /* contents */
background-color: var(--background);
padding: var(--side-padding);
overflow-y: auto;
}
.duplicates {
display: grid;
width: fit-content;
grid-template-columns: auto auto auto auto auto;
column-gap: 25px;
align-items: center;
align-content: start;
}
.duplicates .name {
color: var(--magenta);
}
.duplicates .filename {
color: var(--cyan);
}
.duplicates .type {
color: var(--blue);
}
.duplicates .in-trash {
color: var(--violet);
text-align: center;
}
.duplicates .edit {
cursor: pointer;
text-align: center;
}
.duplicates .edit.disabled {
cursor: default;
opacity: 30%;
}
.duplicates .header {
font-weight: bold;
margin-bottom: 6px;
padding-bottom: 2px;
}
.duplicates .name.header {
border-bottom: 1px solid var(--magenta);
}
.duplicates .filename.header {
border-bottom: 1px solid var(--cyan);
}
.duplicates .type.header {
border-bottom: 1px solid var(--blue);
}
.duplicates .in-trash.header {
border-bottom: 1px solid var(--violet);
}
.duplicates .edit.header {
border-bottom: 1px solid var(--icon-color);
}
|
packages/my-trs-80/docs/main.css
|
:root {
/* Solarized colors */
--base03: #002b36;
--base02: #073642;
--base01: #586e75;
--base00: #657b83;
--base0: #839496;
--base1: #93a1a1;
--base2: #eee8d5;
--base3: #fdf6e3;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
--blue: #268bd2;
--cyan: #2aa198;
--green: #859900;
/* Horizontal margin for screens that are open. */
--horiz-margin: 80px;
/* How long buttons colors/borders take to transition on hover. */
--button-transition-time: 0.1s;
/* Height of buttons */
--button-height: 32px;
}
.light-mode {
--background: var(--base3);
--background-highlights: var(--base2);
--foreground: var(--base00);
--foreground-emphasized: var(--base01);
--foreground-secondary: var(--base1);
--accent-color: var(--red);
--accent-foreground-color: var(--base3);
}
.dark-mode {
--background: var(--base03);
--background-highlights: var(--base02);
--foreground: var(--base0);
--foreground-emphasized: var(--base1);
--foreground-secondary: var(--base01);
--accent-color: var(--cyan);
--accent-foreground-color: var(--base3);
}
* {
/* For theme changes. */
transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
body {
--icon-color: var(--foreground-secondary);
margin: 0;
padding: 0;
background-color: var(--background);
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
height: 100vh;
}
body, input, textarea {
font-family: "Roboto", "Helvetica Neue", sans-serif;
font-size: 16px;
}
input::placeholder {
opacity: 50%;
}
/* Our own overrides for the material design icons. */
.material-icons-override {
color: var(--icon-color);
transition: color var(--button-transition-time) ease-in-out;
}
.hidden {
display: none !important;
}
.main-computer-screen {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
}
i.material-icons-round {
/* Don't allow selecting the text. */
user-select: none;
}
/* Slightly reduce size of these icons. Normal is 24px. */
.smaller-icon {
font-size: 20px;
}
.authentic-cursor {
/* The cursor font is tall and affects vertical centering of the text, so take it out of the
flow. Be sure to add some margin to make space for it. */
position: absolute;
/* This is loaded because we use the TRS-80 emulator, which uses it for its editor. */
font-family: "TreasureMIII64C", monospace;
font-size: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.navbar {
height: 50px;
background-color: var(--background-highlights);
padding: 3px 20px;
font-size: 20pt;
font-weight: 100;
color: var(--accent-color);
display: grid;
grid: "home-button . library-button theme-button sign-in-out-button" auto /
auto 1fr auto auto auto;
gap: 15px;
align-items: center;
}
.navbar .home-button:link,
.navbar .home-button:visited,
.navbar .home-button:active {
grid-area: home-button;
color: var(--accent-color);
text-decoration: none;
}
.navbar .library-button {
grid-area: library-button;
}
.navbar .theme-button {
grid-area: theme-button;
}
.navbar .sign-in-button,
.navbar .sign-out-button {
grid-area: sign-in-out-button;
}
body.signed-in .navbar .sign-in-button {
display: none;
}
body.signed-out .navbar .sign-out-button {
display: none;
}
/* ----------------------------------------------------------------------------------------------------- */
button {
border: 1px solid var(--foreground-secondary);
background-color: transparent;
color: var(--foreground-secondary);
border-radius: 999px;
cursor: pointer;
transition: border var(--button-transition-time) ease-in-out,
color var(--button-transition-time) ease-in-out,
opacity var(--button-transition-time) ease-in-out;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
gap: 6px;
}
button:hover:not(:disabled) {
border-color: var(--foreground-emphasized);
color: var(--foreground-emphasized);
}
button:focus,
button:active {
outline: 0;
}
button:disabled {
opacity: 0.3;
cursor: default;
}
button.text-button {
padding: 4px 13px;
min-height: var(--button-height);
font-size: 13px;
}
button.icon-button {
width: var(--button-height);
height: var(--button-height);
padding: 0;
border-radius: 50%;
}
button i {
transition: color var(--button-transition-time) ease-in-out,
opacity var(--button-transition-time) ease-in-out;
}
.icon-button:hover:not(:disabled) .material-icons-override {
color: var(--foreground-emphasized);
}
.tag {
position: relative; /* For absolute-positioned exclude mark. */
border-radius: 999px;
color: white;
font-size: 11px;
padding: 2px 7px;
white-space: nowrap;
user-select: none;
display: flex;
gap: 3px; /* Between text and delete icon. */
align-items: center; /* To align delete icon and text. */
}
.tag i {
/* Delete icon size */
font-size: 13px;
}
.tag-clickable {
cursor: pointer;
}
.tag-faint {
opacity: 30%;
}
/* See computeTagColor() */
.tag-0 { background-color: var(--green); }
.tag-1 { background-color: var(--orange); }
.tag-2 { background-color: var(--magenta); }
.tag-3 { background-color: var(--violet); }
.tag-4 { background-color: var(--blue); }
.tag-5 { background-color: var(--cyan); }
.tag-trash { background-color: var(--red); }
.tag .tag-exclude-icon {
position: absolute;
left: 50%;
top: 50%;
font-size: 40px;
transform: translate(-50%, -50%);
color: black;
opacity: 50%;
}
@keyframes spin {
from {
transform:rotate(360deg);
}
to {
transform:rotate(0deg);
}
}
@keyframes rainbow {
0% { color: var(--yellow); }
12.5% { color: var(--orange); }
25% { color: var(--red); }
37.5% { color: var(--magenta); }
50% { color: var(--violet); }
62.5% { color: var(--blue); }
75% { color: var(--cyan); }
87.5% { color: var(--green); }
100% { color: var(--yellow); }
}
/* ----------------------------------------------------------------------------------------------------- */
.panel-background,
.dialog-box-background {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
overflow: hidden hidden;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: opacity .20s ease-in-out, visibility .20s ease-in-out;
}
.dialog-box-background {
z-index: 20;
}
.panel-background.panel-shown,
.dialog-box-background.dialog-box-shown {
opacity: 1;
visibility: visible;
}
.panel-positioning {
position: absolute;
left: 50px;
top: 50px;
right: 50px;
bottom: 50px;
overflow: visible visible;
}
.panel {
--side-padding: 20px;
/* Start off-screen */
position: absolute;
left: 100vw;
top: 100vh;
right: -100vw;
bottom: -100vh;
transition: left 0.5s ease-in-out, right 0.5s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
/* So that backgrounds of nested divs don't mess with our rounded corners. */
overflow: hidden;
border-radius: 10px;
background-color: var(--background-highlights);
color: var(--foreground);
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* h1 and panel-content */
}
.panel-background.panel-shown .panel {
top: 0;
bottom: 0;
}
.panel h1 {
padding: var(--side-padding) var(--side-padding) 10px var(--side-padding);
margin: 0;
font-size: 28pt;
font-weight: 100;
color: var(--accent-color);
display: grid;
align-items: center;
gap: 10px;
/* Set grid pattern in panel-specific rule. */
}
.panel h1 > div + span {
/* More space between back button and header text. */
padding-left: 10px;
}
/* Make scrollbars blend in better. */
.panel ::-webkit-scrollbar {
width: 8px;
}
.panel ::-webkit-scrollbar-thumb {
background: var(--background-highlights);
border-radius: 999px;
}
.panel .action-bar {
padding: var(--side-padding);
margin: 0;
min-height: 34px;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
gap: 10px;
}
.panel .action-bar .action-bar-spacer {
flex-grow: 1;
}
.dialog-box-background {
display: flex;
justify-content: center;
align-items: center;
}
.dialog-box-background .dialog-box-frame {
--side-padding: 20px;
border-radius: 10px;
overflow: hidden;
background-color: var(--background);
color: var(--foreground);
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* h1 and content */
position: relative;
top: 100vh;
transition: top 0.2s ease-in-out;
}
.dialog-box-background.dialog-box-shown .dialog-box-frame {
top: 0;
}
.dialog-box-background .dialog-box-frame h1 {
padding: 10px;
margin: 0;
font-size: 28pt;
font-weight: 100;
background-color: var(--background-highlights);
color: var(--accent-color);
text-align: center;
}
.dialog-box-background .dialog-box-frame .dialog-box-content-frame {
padding: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.page-tabs-container {
display: grid;
grid-template-rows: auto minmax(0, 1fr); /* page-tabs and tab-content */
}
.page-tabs {
padding: 5px var(--side-padding) 0 var(--side-padding);
display: flex;
flex-flow: row nowrap;
}
.page-tabs > div {
box-sizing: border-box;
padding: 9px 20px 7px 20px;
cursor: pointer;
}
.page-tabs > div.page-tab-active {
background-color: var(--background);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
cursor: default;
}
/* ----------------------------------------------------------------------------------------------------- */
.sign-in-instructions {
max-width: 250px;
margin-bottom: 2em;
text-align: center;
}
/* ----------------------------------------------------------------------------------------------------- */
.library-panel h1 {
grid-template-columns: 1fr auto auto;
}
/* ----------------------------------------------------------------------------------------------------- */
.your-files-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* content (files or empty-library) and action-bar */
}
.your-files-tab .files {
background-color: var(--background);
overflow: auto;
padding: var(--side-padding);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
column-gap: var(--side-padding);
row-gap: 40px;
align-content: start;
}
.your-files-tab .file {
cursor: default;
/* For long URLs that would force the box to be larger. */
overflow-wrap: break-word;
}
.your-files-tab .file .screenshots > :not(:first-child) {
display: none;
}
.your-files-tab .file .screenshots > * {
border-radius: 10px;
max-width: 100%;
}
.your-files-tab .file .screenshots.missing {
opacity: 30%;
}
.your-files-tab .file .name {
font-weight: 800;
color: var(--accent-color);
margin-top: 5px;
}
.your-files-tab .file .name .release-year {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
margin-left: 3px;
}
.your-files-tab .file .filename {
font-family: "Roboto Mono", monospace;
white-space: pre;
overflow: hidden;
}
.your-files-tab .file .note {
font-size: 80%;
margin-top: 5px;
color: var(--foreground-secondary);
}
.your-files-tab .file .tags {
margin-top: 10px;
display: flex;
flex-flow: row wrap;
gap: 5px;
}
.your-files-tab .file .buttons {
margin: 15px 0;
display: flex;
flex-flow: row wrap;
justify-content: start;
gap: 10px;
}
.your-files-tab .empty-library {
background-color: var(--background);
padding: var(--side-padding);
overflow: hidden;
display: grid;
grid:
"...... demon" 1fr
"header demon" auto
"...... demon" 50px
" body demon" auto
"...... demon" 1.2fr /
4fr 3fr;
column-gap: 40px;
}
.your-files-tab .empty-library h2 {
grid-area: header;
margin: 0;
font-size: 20pt;
font-weight: 100;
color: var(--accent-color);
text-align: right;
}
.your-files-tab .empty-library article {
grid-area: body;
margin: 0;
font-size: 14pt;
font-weight: 100;
color: var(--foreground);
text-align: right;
}
.your-files-tab .empty-library img {
grid-area: demon;
align-self: center;
}
.your-files-tab .empty-library article code {
font-family: "Roboto Mono", monospace;
color: var(--blue);
}
.your-files-tab .action-bar .tag-editor {
display: flex;
gap: 5px;
align-items: center;
}
.your-files-tab .action-bar .search-string {
/* Make space after "Search:". */
margin-left: 0.4em;
white-space: pre-wrap;
}
.your-files-tab .action-bar .search-button i {
/* Make space for the cursor, which is positioned absolutely and takes no space. */
margin-left: 5px;
}
.your-files-tab .action-bar .search-string,
.your-files-tab .action-bar .search-button .authentic-cursor {
color: var(--blue);
}
/* ----------------------------------------------------------------------------------------------------- */
.retro-store-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* retro-store-apps */
}
.retro-store-tab .retro-store-apps {
background-color: var(--background);
overflow: auto;
padding: var(--side-padding);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: var(--side-padding);
}
.retro-store-tab .retro-store-app {
cursor: default;
}
.retro-store-tab .retro-store-app .screenshot {
width: 100%;
border-radius: 5px;
object-fit: cover;
margin-bottom: 8px;
}
.retro-store-tab .retro-store-app .button-set {
margin: 10px 0;
display: grid;
gap: 10px;
grid-template-columns: auto auto;
justify-content: left;
}
.retro-store-tab .retro-store-app .name {
font-weight: 800;
color: var(--accent-color);
margin-bottom: 3px;
}
.retro-store-tab .retro-store-app .version {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
}
.retro-store-tab .retro-store-app .release-year {
font-weight: 100;
color: var(--foreground);
font-size: 80%;
margin-left: 3px;
}
.retro-store-tab .retro-store-app .description {
font-size: 80%;
margin-top: 5px;
color: var(--foreground-secondary);
}
.signed-out .retro-store-app .import-button {
display: none;
}
.retro-store-tab .retro-store-more {
display: grid;
justify-content: center;
align-content: center;
min-height: 200px;
}
.retro-store-tab .retro-store-more i {
font-size: 60px;
opacity: .2;
animation: spin 1s infinite linear, rainbow 2s infinite linear;
}
/* ----------------------------------------------------------------------------------------------------- */
.file-panel h1 {
grid-template-columns: auto 1fr auto;
}
.file-info-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.file-panel-form-container {
background-color: var(--background);
padding: var(--side-padding);
overflow-y: hidden;
}
.file-panel-form {
height: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto auto 1fr;
column-gap: 20px;
row-gap: 20px;
overflow-y: auto;
}
.file-panel-form label {
display: block;
color: var(--foreground-secondary);
font-size: 80%;
}
.file-panel-form input,
.file-panel-form textarea {
display: block;
box-sizing: border-box;
width: 100%;
color: var(--foreground-emphasized);
background-color: var(--background-highlights);
border: none;
border-radius: 3px;
}
.file-panel-form input,
.file-panel-form textarea,
.file-panel-form .tags-editor {
margin-top: 5px;
}
.file-panel-form input:disabled,
.file-panel-form textarea:disabled {
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
.file-panel-form .screenshots {
grid-column: 3 / -1;
grid-row: 1 / -1;
display: flex;
flex-flow: column nowrap;
height: max-content;
}
.file-panel-form .screenshots-instructions,
.file-panel-form .tags-instructions {
margin-top: 5px;
font-style: italic;
color: var(--foreground-secondary);
}
.file-panel-form .filename input {
/* TODO makes the input field slightly taller than the non-mono ones */
font-family: "Roboto Mono", monospace;
}
.file-panel-form .note {
grid-column-end: span 2;
}
.file-panel-form .misc {
grid-column-end: span 2;
}
.file-panel-form .tags-editor .tag-list {
display: flex;
flex-flow: row wrap;
gap: 5px;
align-items: center;
}
.file-panel-form .tags-editor .new-tag-form {
/*margin-top: 8px;*/
}
.file-panel-form .tags-editor .new-tag-form input {
font-size: 12px;
width: 8em;
margin: 0;
border-radius: 999px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
}
.file-panel-form .shared input {
display: none;
}
.file-panel-form .shared i {
font-size: 36px;
display: block;
cursor: pointer;
}
.file-panel-form .shared input:disabled ~ i {
cursor: default;
}
.file-panel-form .shared i.on-state {
color: var(--blue);
}
.file-panel-form .shared input:checked ~ i.off-state {
display: none;
}
.file-panel-form .shared input:not(:checked) ~ i.on-state {
display: none;
}
.file-panel-form .screenshots .screenshot {
width: 100%;
position: relative;
}
.file-panel-form .screenshots .screenshot:not(:first-child) {
margin-top: 10px;
}
.file-panel-form .screenshots .screenshot img {
width: 100%;
}
.file-panel-form .screenshots .screenshot .icon-button {
position: absolute;
right: 10px;
top: 10px;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.file-panel-form .screenshots .screenshot:hover .icon-button {
opacity: 1;
visibility: visible;
}
.file-panel-form .screenshots .screenshot:hover .icon-button:hover i {
color: var(--red);
}
.file-panel .action-bar .save-button.saving i:nth-of-type(1),
.file-panel .action-bar .save-button.saving i:nth-of-type(3) {
display: none;
}
.file-panel .action-bar .save-button.success i:nth-of-type(1),
.file-panel .action-bar .save-button.success i:nth-of-type(2) {
display: none;
}
.file-panel .action-bar .save-button:not(.saving):not(.success) i:nth-of-type(2),
.file-panel .action-bar .save-button:not(.saving):not(.success) i:nth-of-type(3) {
display: none;
}
.file-panel .action-bar .save-button i:nth-of-type(2) {
animation: spin 1s infinite linear;
}
.file-panel .action-bar .save-button i:nth-of-type(3) {
color: var(--green);
}
.file-panel .action-bar button.save-button.saving:disabled {
opacity: 1;
}
/* ----------------------------------------------------------------------------------------------------- */
.hexdump-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.hexdump-tab .action-bar {
justify-content: flex-start;
gap: 20px;
}
.hexdump-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.hexdump {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.hexdump .address {
color: var(--foreground-secondary);
}
.hexdump .hex {
color: var(--blue);
}
.hexdump .ascii {
color: var(--cyan);
}
.hexdump .ascii-unprintable {
color: var(--foreground-secondary);
}
.hexdump .outside-annotation {
opacity: 0.2;
}
.hexdump .annotation {
color: var(--violet);
}
/* ----------------------------------------------------------------------------------------------------- */
.basic-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.basic-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.basic {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.basic .basic-error {
color: var(--red);
}
.basic .basic-line-number {
color: var(--foreground-secondary);
}
.basic .basic-punctuation {
color: var(--foreground-secondary);
}
.basic .basic-keyword {
color: var(--blue);
}
.basic .basic-regular {
color: var(--foreground);
}
.basic .basic-string {
color: var(--orange);
}
.basic .basic-comment {
color: var(--cyan);
}
/* ----------------------------------------------------------------------------------------------------- */
.cmd-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.cmd-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.cmd {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.cmd .cmd-error {
color: var(--red);
}
.cmd .cmd-address {
color: var(--foreground-secondary);
}
.cmd .cmd-hex {
color: var(--blue);
}
.cmd .cmd-opcodes {
color: var(--cyan);
}
.cmd .cmd-label {
color: var(--orange);
}
.cmd .cmd-space {
color: var(--foreground-secondary);
}
.cmd .cmd-punctuation {
color: var(--foreground-secondary);
}
/* ----------------------------------------------------------------------------------------------------- */
.system-program-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.system-program-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.system-program {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.system-program .system-program-error,
.system-program .system-program-highlight {
color: var(--red);
}
.system-program .system-program-address {
color: var(--foreground-secondary);
}
.system-program .system-program-hex {
color: var(--blue);
}
.system-program .system-program-explanation {
color: var(--cyan);
}
.system-program .system-program-entry-point {
margin-top: 10px;
}
.system-program .system-program-screenshot {
margin-bottom: 20px;
}
/* ----------------------------------------------------------------------------------------------------- */
.disassembly-tab {
display: grid;
grid-template-rows: minmax(0, 1fr); /* contents */
}
.disassembly-outer {
background-color: var(--background);
padding: var(--side-padding);
display: grid;
grid-template-rows: minmax(0, 1fr);
}
.disassembly {
font-family: "Roboto Mono", monospace;
overflow-y: auto;
white-space: pre;
}
.disassembly-space {
color: var(--foreground-secondary);
}
.disassembly-label {
color: var(--orange);
}
.disassembly-punctuation {
color: var(--foreground-secondary);
}
.disassembly-address {
color: var(--foreground-secondary);
}
.disassembly-hex {
color: var(--blue);
}
.disassembly-opcodes {
color: var(--cyan);
}
/* ----------------------------------------------------------------------------------------------------- */
.trsdos-tab {
display: grid;
grid-template-rows: minmax(0, 1fr) auto; /* contents and action-bar */
}
.trsdos-tab .action-bar {
justify-content: flex-end;
gap: 20px;
}
.trsdos {
background-color: var(--background);
padding: var(--side-padding);
overflow-y: auto;
}
.trsdos .info {
display: grid;
grid-template-columns: auto auto;
column-gap: 15px;
width: fit-content;
}
.trsdos .info .label {
font-weight: bold;
text-align: right;
color: var(--cyan);
}
.trsdos .info .value {
color: var(--blue);
}
.trsdos .info .empty-field {
opacity: 30%;
}
.trsdos .dir {
margin-top: 30px;
display: grid;
width: fit-content;
grid-template-columns: auto auto auto auto auto auto;
column-gap: 25px;
align-items: center;
}
/* Untested */
body.signed-out .trsdos .dir {
/* Missing import button. Might be easier to disable it. */
grid-template-columns: auto auto auto auto auto;
}
.trsdos .dir .filename {
color: var(--magenta);
}
.trsdos .dir .size {
text-align: right;
color: var(--cyan);
}
.trsdos .dir .date {
color: var(--blue);
}
.trsdos .dir .protection-level {
color: var(--violet);
}
.trsdos .dir .run,
.trsdos .dir .import {
cursor: pointer;
text-align: center;
}
.trsdos .dir .header {
font-weight: bold;
margin-bottom: 6px;
padding-bottom: 2px;
}
.trsdos .dir .filename.header {
border-bottom: 1px solid var(--magenta);
}
.trsdos .dir .size.header {
border-bottom: 1px solid var(--cyan);
}
.trsdos .dir .date.header {
border-bottom: 1px solid var(--blue);
}
.trsdos .dir .protection-level.header {
border-bottom: 1px solid var(--violet);
}
.trsdos .dir .run.header,
.trsdos .dir .import.header {
border-bottom: 1px solid var(--icon-color);
}
.trsdos .dir .hidden-file {
opacity: 30%;
}
/* ----------------------------------------------------------------------------------------------------- */
.duplicates-tab {
display: grid;
grid-template-rows: 1fr; /* contents */
background-color: var(--background);
padding: var(--side-padding);
overflow-y: auto;
}
.duplicates {
display: grid;
width: fit-content;
grid-template-columns: auto auto auto auto auto;
column-gap: 25px;
align-items: center;
align-content: start;
}
.duplicates .name {
color: var(--magenta);
}
.duplicates .filename {
color: var(--cyan);
}
.duplicates .type {
color: var(--blue);
}
.duplicates .in-trash {
color: var(--violet);
text-align: center;
}
.duplicates .edit {
cursor: pointer;
text-align: center;
}
.duplicates .edit.disabled {
cursor: default;
opacity: 30%;
}
.duplicates .header {
font-weight: bold;
margin-bottom: 6px;
padding-bottom: 2px;
}
.duplicates .name.header {
border-bottom: 1px solid var(--magenta);
}
.duplicates .filename.header {
border-bottom: 1px solid var(--cyan);
}
.duplicates .type.header {
border-bottom: 1px solid var(--blue);
}
.duplicates .in-trash.header {
border-bottom: 1px solid var(--violet);
}
.duplicates .edit.header {
border-bottom: 1px solid var(--icon-color);
}
| 0.515864 | 0.100084 |
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
margin-block-end: unset;
margin-block-start: unset;
-webkit-margin-before: unset;
-webkit-margin-after: unset;
font-family: Inter, sans-serif;
padding: 0;
}
textarea, input, button {
outline: none;
-webkit-appearance: none;
border: none;
background-color: #fff;
}
a {
color: #000 !important;
font-weight: 400 !important;
}
h2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
.body-regular {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.body-large {
font-size: 20px;
line-height: 24px;
}
.body-medium {
font-size: 16px;
line-height: 19px;
}
.body-small {
font-size: 12px;
line-height: 16px;
color: #7f7f7f;
}
.label-regular {
font-size: 14px;
line-height: 24px;
}
.label-small {
font-size: 14px;
line-height: 24px;
}
.label-small-mono {
font-size: 12px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.body-regular-400 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.plus-font {
font-size: 32px;
line-height: 24px;
}
.btn-font {
font-size: 14px;
line-height: 16px;
font-weight: 600 !important;
}
.fw-normal {
font-weight: 400;
}
.fw-bold {
font-weight: bold;
}
.fs-italic {
font-style: italic;
}
.td-underline {
text-decoration: underline;
}
.bg-v-light-gray {
background-color: #f9f9f9;
}
.nice-green {
color: #2AA779 !important;
}
.bg-nice-green {
background: #2ED196;
}
.nice-red {
color: #EE5432 !important;
}
.inter {
font-family: Inter, sans-serif;
}
.clamp-3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.clamp-message {
max-width: calc(100% - 36px - 1.5rem);
}
.clamp-attachment {
overflow: scroll;
max-height: 10em;
max-width: 100%;
}
.lh-16 {
line-height: 16px;
}
.mono {
font-family: "Source Code Pro", monospace;
}
.label-small-mono.list-ship {
line-height: 29px;
}
|
pkg/interface/chat/src/css/custom.css
|
p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
margin-block-end: unset;
margin-block-start: unset;
-webkit-margin-before: unset;
-webkit-margin-after: unset;
font-family: Inter, sans-serif;
padding: 0;
}
textarea, input, button {
outline: none;
-webkit-appearance: none;
border: none;
background-color: #fff;
}
a {
color: #000 !important;
font-weight: 400 !important;
}
h2 {
font-size: 32px;
line-height: 48px;
font-weight: bold;
}
.body-regular {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.body-large {
font-size: 20px;
line-height: 24px;
}
.body-medium {
font-size: 16px;
line-height: 19px;
}
.body-small {
font-size: 12px;
line-height: 16px;
color: #7f7f7f;
}
.label-regular {
font-size: 14px;
line-height: 24px;
}
.label-small {
font-size: 14px;
line-height: 24px;
}
.label-small-mono {
font-size: 12px;
line-height: 24px;
font-family: "Source Code Pro", monospace;
}
.body-regular-400 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.plus-font {
font-size: 32px;
line-height: 24px;
}
.btn-font {
font-size: 14px;
line-height: 16px;
font-weight: 600 !important;
}
.fw-normal {
font-weight: 400;
}
.fw-bold {
font-weight: bold;
}
.fs-italic {
font-style: italic;
}
.td-underline {
text-decoration: underline;
}
.bg-v-light-gray {
background-color: #f9f9f9;
}
.nice-green {
color: #2AA779 !important;
}
.bg-nice-green {
background: #2ED196;
}
.nice-red {
color: #EE5432 !important;
}
.inter {
font-family: Inter, sans-serif;
}
.clamp-3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.clamp-message {
max-width: calc(100% - 36px - 1.5rem);
}
.clamp-attachment {
overflow: scroll;
max-height: 10em;
max-width: 100%;
}
.lh-16 {
line-height: 16px;
}
.mono {
font-family: "Source Code Pro", monospace;
}
.label-small-mono.list-ship {
line-height: 29px;
}
| 0.33928 | 0.092606 |
@charset "utf-8";
/* CSS Document */
/*
ICERRR - default css
This css is targeted at phones (~320 x ~480)
*/
/* -- FONTS */
body, table, input, select {
font-family: 'Roboto', sans-serif;
font-size:12pt;
color:#212121; /* rgba(0,0,0,0.87); */
}
/* -- ELEMENTS */
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
overflow:hidden;
width:100%;
height:100%;
background-color:#607D8B;
}
body {
overflow:hidden;
width:100%;
height:100%;
margin:0;
padding:0;
background-color:#607D8B;
}
a {
color:#FF5722;
text-decoration:none;
}
a:hover {
/* text-decoration:underline; */
}
h1 {
font-size:32pt;
font-weight:200;
}
label {
margin-left:8px;
color:#727272;
}
input,select {
width:98%;
margin:0;
padding:1%;
font-size:16pt;
background:none;
border:none;
border-bottom:1px solid rgba(0,0,0,0.16);
outline: none;
}
input:focus,select:focus {
border-bottom:1px solid #FF5722;
}
input:active,select:active {
border-bottom:1px solid #FF5722;
}
input::selection {
background-color:#FF5722;
color:#fff;
}
select {
width:100%;
margin:0;
}
input[type="text"] {
}
input[type="checkbox"] {
width:24px;
height:24px;
margin-top:8px;
}
/*
select {
margin:0;
padding:5px;
background:#fff;
}
/**/
/* -- SECTIONS */
/* Common */
section {
overflow:hidden;
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
width:100%;
height:100%;
background:#ECEFF1;
}
.actionbar {
z-index:3;
overflow:hidden;
position:absolute;
top:0; left:0; right:0;
width:100%;
height:56px;
background-color:#607D8B /* #2D6073; */ /* #61AE24; */
}
.actionbar .icon_app {
position:absolute;
top:0; left:0;
height:40px;
margin:8px;
border-radius:64px;
}
.actionbar .icon_app img {
display:block;
width:24px; height:24px;
padding:8px;
}
.actionbar .title {
position:absolute;
bottom:14px; left:72px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:16pt;
xfont-weight:300;
color:#FFF; /* #D0D102; */
}
.actionbar .actions {
position:absolute;
top:0; right:0;
height:56px;
}
.actionbar .actions .action {
float:right;
width:24px;
height:24px;
margin:8px 8px 8px 8px;
padding:8px;
border-radius:64px;
}
.actionbar .actions .action img {
width:24px; height:24px;
}
.actionbar .actions .action.more-vert {
width:12px;
}
.actionbar .actions .action.more-vert img {
width:12px;
}
.tabbar {
z-index:2;
position:absolute;
top:56px; left:0; right:0;
width:100%;
height:48px;
background-color:#607D8B;
color:#fff; /* rgba(255,255,255,0.87); */
text-transform:uppercase;
}
.tab {
float:left;
width:50%;
height:48px;
color:rgba(255,255,255,0.33);
}
.tab.active {
background:rgba(0,0,0,0.0);
color:#fff; /* rgba(255,255,255,0.87); */
}
.tab_sep {
float:left;
width:2%;
height:48px;
background:rgba(0,0,0,0.25);
}
.tabline {
position:absolute;
bottom:0; left:0;
width:50%; height:2px;
background:#fff;
transition: transform 375ms linear;
}
.main {
z-index:1;
overflow:auto;
position:relative;
top:56px; left:0; right:0; bottom:0;
width:100%;
}
.main .block {
}
.main .block.header {
position:relative;
top:0; left:0; right:0;
height:64px;
padding:0;
font-size:16pt;
font-weight:300;
background:#455A64;
color:#fff;
}
.main .block.header .text {
position:absolute;
left:16px; bottom:19px;
}
.footer {
z-index:2;
position:absolute;
bottom:0; left:0; right:0;
width:100%;
height:88px;
}
.footer .button {
width:33.3%;
height:88px;
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.0) 40%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
color:rgba(255,255,255,0.87);
}
.footer .button.active {
background-color: rgba(0,0,0,0.25);
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.0) 40%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
}
.footer .button.busy img {
opacity:0.5;
}
.footer .button.left {
position:absolute;
left:0; top:0;
}
.footer .button.center {
position:absolute;
left:33.34%; top:0;
}
.footer .button.right {
position:absolute;
right:0; top:0;
}
.footer .button_inner {
position:absolute;
width:100%; height:24px;
padding:32px 0 32px 0;
}
.footer .button_inner img {
width:40px;
height:40px;
margin:-8px 0 0 0;
}
.footer .button.center .button_inner img {
width:48px;
height:48px;
}
.fab {
z-index:50;
position:fixed;
bottom:16px; right:16px;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
transition:bottom 250ms;
}
.fab img {
width:24px;
height:24px;
margin:16px;
}
/* Specific */
#splash {
z-index:90;
display:block;
background:#607D8B;
-webkit-transition: -webkit-transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
}
#splash img {
width:256px; height:256px;
}
#install {
}
#install .main .log {
padding:16px;
font-size:16pt;
font-weight:300;
color:#727272; /* rgba(0,0,0,0.54); */
}
#install .main .log h1 {
margin:0 0 0 0;
}
#install .main .log li {
margin-left:1em;
font-size:14pt;
}
#install .main .log span.e {
color:#f00;
}
#firstlaunch {
}
#home {
display:block;
}
#home .actionbar {
}
#home .actionbar .icon_app {
display:none;
}
#home .actionbar .title {
left:16px;
}
#home .main {
overflow:hidden;
width:100%; height:100%;
}
#home .main .station_image {
position:absolute;
top:-5%; left:-5%;
width:110%;
height:110%;
margin:0;
background-color:#333;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
background-image:url(../img/bg_home_default.jpg);
}
#home .main .station_image_wrap {
display:none;
position:absolute;
top:50%; left:50%;
width:268px; height:268px;
margin:-136px 0 0 -136px;
}
#home .main .station_image_wrap img {
width:256px;
height:256px;
padding:8px;
transition:opacity 500ms;
opacity:0.0;
border-radius: 136px;
}
#home .main .station_image_color {
position:absolute;
top:0; left:0; right:0; bottom:0;
background:#607D8B;
/* transition: background 500ms; */
opacity:0.5;
}
#home .main .station_image_overlay {
position:absolute;
top:0; left:0; right:0;
height:33%;
background: -webkit-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.0) 100%);
}
#home .main .station_image_overlay_bottom {
position:absolute;
bottom:0; left:0; right:0;
height:16%;
background: -webkit-linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.50) 100%);
}
#home .main .station_info_wrap {
position:absolute;
top:0; left:0; right:0; height:72px;
}
#home .main .station_icon {
position:absolute;
top:0; left:0;
}
#home .main .station_icon img {
width:40px;
height:40px;
margin:15px;
padding:1px;
border-radius:40px;
}
#home .main .station_name {
position:absolute;
top:14px; left:71px; right:16px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:18pt;
font-weight:300;
color:rgba(255,255,255,0.87);
}
#home .main .station_nowplaying {
position:absolute;
top:39px; left:72px; right:16px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
color:rgba(255,255,255,0.87);
}
/*
#home .main .station_name {
position:absolute;
top:40px; left:15px; right:16px;
margin:0;
font-size:24pt;
font-weight:300;
text-transform:capitalize;
color:rgba(255,255,255,0.87);
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
#home .main .station_nowplaying {
position:absolute;
top:16px; left:16px; right:16px;
margin:0;
color:rgba(255,255,255,0.87);
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
/**/
#home .button_play_wrap {
display:none;
position:relative;
left:50%;
width:48px;
height:48px;
margin:-4px 0 0 -24px;
}
#home .button_play_bufferAnim {
display:none;
position:absolute;
top:-8px;
width: 44px;
height: 44px;
border: 2px solid #fff;
border-radius: 100%;
position: absolute;
clip: rect(0px, 24px, 48px, 0px);
-webkit-animation-duration: 1s;
-webkit-animation-name: keyframes_button_play_buffer;
-webkit-animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function:ease-in-out;
}
#home .fab_play_shadow {
position:absolute;
left:50%; bottom:0px;
width:88px; height:88px;
margin-left:-44px;
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 17%, rgba(0, 0, 0, 0.0) 66%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
color:rgba(255,255,255,0.87);
}
#home .fab_play_wrap {
z-index:2;
position:absolute;
left:50%; bottom:16px;
width:56px;
height:56px;
margin-left:-28px;
}
#home .fab_play {
position:absolute;
top:0; left:0;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
/* transition: background 500ms; */
}
#home .fab_play img {
position:absolute;
top:16px; left:16px;
width:24px; height:24px;
}
#home .fab_play_wrap.busy .fab_play img {
opacity:0.5;
}
#home .fab_play_bufferAnim {
display:block;
position:absolute;
top:-4px; left:-4px;
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 100%;
position: absolute;
clip: rect(0px, 32px, 64px, 0px);
-webkit-animation-duration: 1s;
-webkit-animation-name: keyframes_button_play_buffer;
-webkit-animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function:ease-in-out;
}
#home .alarm_dialog {
z-index:3;
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
background:rgba(0,0,0,0.67);
}
#home .alarm_dialog_inner {
position:absolute;
top:50%; left:50%;
width:280px; height:280px;
margin:-140px 0 0 -140px;
background:rgba(255,255,255,0.87);
color:#212121; /*rgba(0,0,0,0.87);*/
}
#home .alarm_dialog .time {
position:absolute;
top:88px; left:0; right:0;
text-align:center;
font-size:56pt;
font-weight:300;
color:#727272; /* rgba(0,0,0,0.54); */
}
#home .alarm_dialog .button {
position:absolute;
bottom:0;
width:108px;
padding:16px;
text-align:center;
font-size:14pt;
color:#FF5722;
}
#home .alarm_dialog .button.snooze {
left:0;
}
#home .alarm_dialog .button.stop {
right:0;
}
#channellist {
}
#channellist .actionbar {
height:58px;
}
#channellist .actionbar .title {
bottom:16px;
}
#channellist .main {
top:104px;
/* transition: transform 500ms ease-out; */
}
/* TODO: Fow now let's keep this universal? */
.resultheader {
position:relative;
top:0; left:0; right:0;
height:16px;
padding:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
border-bottom:1px solid #ccc;
text-transform:uppercase;
}
.resultitem {
float:left;
position:relative;
width:100%;
height:71px;
background:#fff;
border-bottom:1px solid #ddd;
}
.resultitem .resulticon {
position:absolute;
top:0; left:0;
width:40px;
height:40px;
margin:16px;
border-radius:40px;
background-color:#f9f9f9;
}
.resultitem .resultname {
position:absolute;
bottom:24px; left:72px; right:72px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:14pt;
color:#212121;
}
.resultitem .resultstar {
position:absolute;
top:0; right:0;
width:24px;
height:24px;
padding:24px;
}
.resultitem .resultstarred {
}
.resultitem_spacer {
/* for bottom, space for fab */
height:64px;
background:#ECEFF1;
border:none;
}
.resultfooter {
/* for credits, powered by ... */
position:fixed;
right:0; left:0; bottom:0;
padding:16px;
background:#ECEFF1;
text-align:center;
font-size:10pt;
}
#detailstation {
}
#detailstation .main {
}
#detailstation .main .header {
position:absolute;
top:0; left:0; right:0;
height:192px;
background-color:#455A64;
background-image:url(../img/bg_home_default.jpg);
background-size:cover;
background-position:center center;
}
#detailstation .main .header .overlay {
position:absolute;
top:0; left:0; right:0; height:192px;;
background: -webkit-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0.25) 100%);
}
#detailstation .main .header .station_image {
position:absolute;
top:50%; left:50%;
margin-left:-65px; margin-top:-65px;
}
#detailstation .main .header .station_image img {
width:128px;
height:128px;
background:#fff;
border:2px solid #fff;
border-radius:100%;
}
#detailstation .main .header .station_starred {
position:absolute;
top:0; right:0;
}
#detailstation .main .header .station_starred img {
width:24px; height:24px;
padding:24px;
}
#detailstation .main .header_station {
position:absolute;
bottom:-72px; left:0; right:0; height:72px;
background-color:#455A64;
}
#detailstation .main .header_station .station_name {
position:absolute;
top:13px; left:16px; right:72px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:18pt;
font-weight:300;
color:rgba(255,255,255,0.87);
}
#detailstation .main .header_station .station_nowplaying {
position:absolute;
top:39px; left:16px; right:24px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
/* font-weight:300; */
color:rgba(255,255,255,0.87);
}
#detailstation .header_fab {
position:absolute;
bottom:-28px; right:16px;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
transition:bottom 250ms;
}
#detailstation .header_fab img {
width:24px;
height:24px;
margin:16px;
}
#detailstation .main .content,
#detailstation .main .content_loading {
position:absolute;
top:264px; left:0; right:0; bottom:0;
}
#detailstation .main .content_loading {
display:none;
}
#detailstation .main .content_loading .content_loading_message {
position:absolute;
top:50%; left:50%;
width:200px;
margin-top:-4px; margin-left:-100px;
text-align:center;
font-size:16pt;
font-weight:300;
}
#detailstation .main .content .content_item {
overflow:hidden;
position:relative;
top:0; left:0; right:0;
height:72px;
transition: height 500ms;
}
#detailstation .main .content .content_item .icon {
position:absolute;
top:24px; left:24px;
}
#detailstation .main .content .content_item .icon img {
width:24px; height:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .text {
position:absolute;
top:0; left:72px; right:0;
height:71px;
border-bottom:1px solid #ddd;
}
#detailstation .main .content .content_item .text .title {
position:absolute;
top:16px; left:0; right:16px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#detailstation .main .content .content_item .text .subtitle {
position:absolute;
top:36px; left:0; right:16px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list {
position:relative;
top:0; left:0; right:0;
height:0;
margin-top:72px;
}
#detailstation .main .content .content_item .inline_list .divider {
position:relative;
top:0; left:72px; right:0;
height:1px;
background:#ddd;
}
#detailstation .main .content .content_item .inline_list .ic_collapsed {
position:absolute;
top:72px; left:0; right:0;
height:72px;
}
#detailstation .main .content .content_item .inline_list .ic_collapsed img {
width:24px; height:24px;
margin:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .inline_list .playlist_item {
position:relative;
top:0; left:0; right:0;
height:72px;
margin-left:0px;
}
#detailstation .main .content .content_item .inline_list .playlist_item_timeago {
position:absolute;
top:27px; left:0;
width:72px; height:72px;
text-align: center;
font-size:10pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list .playlist_item_name {
position:absolute;
top:16px; left:72px; right:112px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#detailstation .main .content .content_item .inline_list .playlist_item_title {
position:absolute;
top:36px; left:72px; right:112px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list .playlist_item_spotify,
#detailstation .main .content .content_item .inline_list .playlist_item_gpmusic {
position:absolute;
top:24px; right:24px;
width:24px; height:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .inline_list .playlist_item_spotify {
right:72px;
}
#detailstation .main .content .content_item .inline_list .playlist_item_gpmusic {
}
#editstation, #searchstation, #searchstation_results {
}
#editstation .block, #searchstation .block, #alarms_add .block, #about .block, #viewlog .block {
padding:0 16px 16px 16px;
}
#editstation .block.header, #searchstation .block.header, #alarms_add .block.header, #about .block.header, #viewlog .block.header {
/* padding:16px; */
padding:0;
}
#editstation .block label a, #searchstation .block label a, #alarms_add .block label a {
float:right;
}
#editstation .station_icon_wrap {
width:100%;
}
#editstation .station_icon_wrap .station_icon {
float:left;
width:40px; height:40px;
margin:0 24px 0 8px;
border-radius: 20px;
}
#editstation .station_icon_wrap .station_icon_button {
display:table-cell;;
width:112px; height:40px;
text-align: center;
vertical-align: middle;
color:#FF5722;
font-weight: normal;
}
#editstation .block .button, #searchstation .block .button {}
#editstation #chedit_station_url_hq {
display:none;
}
#searchstation_results {
}
#searchstation_results .resultitem .resultname,
#alarms .resultitem .resultname {
/*
position:absolute;
top:16px; left:72px; right:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
color:#212121;
/**/
position:absolute;
top:16px; left:72px; right:16px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#searchstation_results .resultitem .resultsub,
#alarms .resultitem .resultsub {
/*
position:absolute;
bottom:16px; left:72px; right:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:10pt;
color:#727272;
/**/
position:absolute;
top:36px; left:72px; right:16px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#searchicon {
}
#searchicon .main {
padding-bottom:48px;
}
.resultwrap_chicon {
margin:auto;
padding:10px;
}
.resultitem_chicon {
float:left;
width:80px;
height:80px;
margin:5px;
padding:5px;
background:#fff;
overflow:hidden;
}
.resulticon_chicon {
width:100%;
}
#searchicon .main .gsc-branding {
position:fixed;
right:0; left:0; bottom:0;
padding:16px;
background:#ECEFF1;
text-align:center;
font-size:10pt;
}
/* Alarms */
#alarms {
}
#alarms_add {
}
#alarms_add .block {
padding:0 16px 16px 16px;
}
#alarms_add .block.header {
/* padding:16px; */
padding:0;
}
#alarms_add .block.borderTop {
border:1px solid #ddd;
}
#alarms_add .range_wrap {
margin-top:0px;
background:#f00;
}
#alarms_add input[type="range"] {
position:relative;
top:8px; left:0px; /* top: -1 + 4 */
-webkit-appearance: none;
width:100%;
height:1px;
margin-bottom:22px;
padding:0;
background-color: rgba(0,0,0,0.16);
border:none;
}
#alarms_add input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
position:relative;
top:0;
background-color: #455A64;
opacity: 1.0;
width: 24px;
height: 24px;
border-radius: 16px;
transition:background-color 250ms, width 250ms, height 250ms, top 250ms;
}
#alarms_add input[type="range"]:active::-webkit-slider-thumb,
#alarms_add input[type="range"]:focus::-webkit-slider-thumb {
background-color:#FF5722;
top:0px;
width: 32px;
height: 32px;
}
#alarms_add .weekschedule {
height:48px;
}
#alarms_add .weekboxWrap {
float:left;
position:relative;
width:14.28571%;
height:48px;
}
#alarms_add .weekboxIndicator {
position:absolute;
left:4px; right:4px; bottom:4px;
height:4px;
background:#ccc;
transition:background 250ms;
}
#alarms_add .weekboxWrap.active .weekboxIndicator {
background:#455A64;
}
#alarms_add .weekboxText {
position:absolute;
left:4px; right:4px; top:12px;
text-align:center;
}
/* Viewlog */
#viewlog {
}
#viewlog .main {
left:0; right:0;
overflow-x:hidden;
}
#viewlog .main .block span {
font-size:9pt;
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor:text;
}
/* About */
#about {
display:none;
}
#about input.paypal {
width:147px;
cursor:pointer;
}
#about .spacer {
width:16px;
height:16px;
}
/* Settings */
#settings {
}
#settings .block {
position:relative;
left:0px; right:0px;
padding:16px 16px 0 16px;
}
#settings .block.header {
padding:0;
/*
padding:16px;
font-size:18pt;
font-weight:300;
background:#455A64;
color:#fff;
/**/
}
/* Item defaults */
#settings .block .itemWrap {
position:relative;
left:0px; right:0px;
}
#settings .block .itemWrap.disabled {
color:rgba(0,0,0,0.54);
}
#settings .block .item {
}
#settings .block .item.spacer {
width:100%;
height:1px;
margin:16px 0 16px 0;
background:#ddd;
}
#settings .block .item.spacer.invis {
height:0;
background:none;
}
#settings .block .item.endspacer {
width:100%;
height:16px;
}
#settings .block .item.title {
position:relative;
margin-right:32px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#settings .block .item.subtitle {
position:relative;
margin-top:0px;
margin-right:32px;
font-size:12pt;
font-weight:300;
color:#727272;
}
#settings .checkboxWrap {
position:absolute;
top:0px; right:0px;
}
/* -- OVERFLOW_MENU */
.overflow_menu {
display:none;
z-index:90;
overflow:hidden;
position:absolute;
top:4px; right:4px;
width:0px; max-height:0px;
width:240px;
max-height:600px;
margin:0;
background:#fff; /* rgba(255,255,255,1); */
}
.overflow_menu.active {
width:240px;
max-height:600px;
}
.overflow_menu .menu_item_space {
display:none;
position:relative;
width:100%; height:8px;
}
.overflow_menu .menu_item {
position:relative;
width:100%;
height:47px;
padding-top:1px;
border-bottom:1px solid #eee;
}
.overflow_menu .menu_item .center_td {
text-align:left;
}
.overflow_menu_button_close {
z-index:2;
position:absolute;
top:0; right:0;
padding:12px;
}
.overflow_menu_button_close img {
width:24px; height:24px;
}
/* -- OVERLAYS */
/* Common */
.overlay_wrap {
z-index:80; /* high zindex */
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.67);
font-size:24pt;
font-weight:300;
color:#fff;
}
.overlay_submsg {
font-size:12pt;
}
/* Specific */
#loading.overlay_wrap {
}
#dialog.overlay_wrap {
}
#dialog_inner {
position:absolute;
top:16px; left:16px; right:16px; bottom:16px;
padding:16px;
background:#fff;
font-size:14pt;
color:rgba(0,0,0,0.87);
}
/* Other */
#overlay_toast {
z-index:85;
display:none;
position:absolute;
/* left:24px; right:24px; bottom:24px; /**/
left:0; right:0; bottom:0;
height:auto;
/* padding:16px 16px 16px 16px; /**/
padding:24px 24px 22px 24px;
color:rgba(255,255,255,0.87);
background-color:rgba(0,0,0,0.67);
pointer-events:auto;
}
#overlay_toast.top {
bottom:auto;
top:56px;
}
/* -- COMMON */
/* Center tools */
.center_table {
display:table;
width:100%;
height:100%;
}
.center_td {
display:table-cell;
width:100%; height:100%;
text-align:center;
vertical-align:middle;
}
/* Round */
.roundedCorners2, .round2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.roundedCorners4, .round4 {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Shadow */
.textshadow25 {
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.shadow_z1 {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.shadow_z2 {
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.37);
}
.shadow_z3 {
box-shadow: 0px 3px 8px rgba(0, 0, 0, .37);
}
.shadow_z4 {
box-shadow: 1px 4px 12px rgba(0, 0, 0, .25);
}
.shadow_z5 {
box-shadow: 1px 5px 10px rgba(0, 0, 0, .25);
}
.shadow_z1u {
box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.25);
}
.shadow_z2u {
box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.37);
}
.shadow_z3u {
box-shadow: 0px -3px 6px rgba(0, 0, 0, .5);
}
.shadow_z4u {
box-shadow: 0px -4px 8px rgba(0, 0, 0, .5);
}
.shadow_z5u {
box-shadow: 0px -5px 10px rgba(0, 0, 0, .5);
}
.shadowInset {
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
/* -- LOADER BAR */
.loadbar {
display:none;
overflow:hidden;
position:absolute;
top:54px; left:0; right:0;
height:2px;
background:none;
}
.loadbar_inner_base {
position:absolute;
top:0; left:-48px; bottom:0; right:-48px;
}
.loadbar_inner_color {
position:absolute;
top:0; left:0; bottom:0;
width:48px; height:2px;
background:#fff; /* #D0D102; */
}
.loadbar_inner_1 {
-webkit-animation: loadbar_inner 2s infinite;
}
.loadbar_inner_2 {
-webkit-animation: loadbar_inner 2s 0.5s infinite;
}
.loadbar_inner_3 {
-webkit-animation: loadbar_inner 2s 1s infinite;
}
@-webkit-keyframes loadbar_inner {
/**/
0% { -webkit-transform: translate3d(0px,0px,0px); }
100% { -webkit-transform: translate3d(100%,0px,0px); }
/*
0% {left:-48px;}
100% {left:100%;}
/**/
}
/* Selectable */
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor:default;
}
.selectable, p, input, textarea {
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor:text;
}
/* Activatable */
/* TODO: FIXME: having issues with :active when elem is hidden while :active
http://stackoverflow.com/questions/25338174/android-webview-active-stays-on-when-elem-is-hidden-while-it-is-active
*/
/* TODO: deprecated polymer ? */
/**/
.activatablel,.activatabled,.activatableb,.activatablew {
transition:background-color 250ms;
}
.activatablel:active {
background-color:rgba(69,90,100,0.25);
}
.activatabled:active {
background-color:rgba(69,90,100,0.25);
}
.activatableb:active {
background-color:rgba(0,0,0,0.25);
}
.activatablew:active {
background-color:rgba(255,255,255,0.25);
}
.activatablelh_active {
background-color:rgba(69,90,100,0.25);
}
.activatabledh_active {
background-color:rgba(69,90,100,0.25);
}
.activatablebh_active {
background-color:rgba(0,0,0,0.25);
}
.activatablewh_active {
background-color:rgba(255,255,255,0.25);
}
/**/
/* Hoverable */
.hoverablel:hover {
background-color:rgba(208,209,2,0.25);
}
.hoverabled:hover {
background-color:rgba(50,116,44,0.25);
}
/* HW ACC animations! */
.section_translate_in {
transform: translate3d(0,0,0);
}
/* -- ANIMATIONS */
@-webkit-keyframes keyframes_button_play_buffer {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
|
androidapp/com.rejh.icerrr.itson-wwwdev/css/default.css
|
@charset "utf-8";
/* CSS Document */
/*
ICERRR - default css
This css is targeted at phones (~320 x ~480)
*/
/* -- FONTS */
body, table, input, select {
font-family: 'Roboto', sans-serif;
font-size:12pt;
color:#212121; /* rgba(0,0,0,0.87); */
}
/* -- ELEMENTS */
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
overflow:hidden;
width:100%;
height:100%;
background-color:#607D8B;
}
body {
overflow:hidden;
width:100%;
height:100%;
margin:0;
padding:0;
background-color:#607D8B;
}
a {
color:#FF5722;
text-decoration:none;
}
a:hover {
/* text-decoration:underline; */
}
h1 {
font-size:32pt;
font-weight:200;
}
label {
margin-left:8px;
color:#727272;
}
input,select {
width:98%;
margin:0;
padding:1%;
font-size:16pt;
background:none;
border:none;
border-bottom:1px solid rgba(0,0,0,0.16);
outline: none;
}
input:focus,select:focus {
border-bottom:1px solid #FF5722;
}
input:active,select:active {
border-bottom:1px solid #FF5722;
}
input::selection {
background-color:#FF5722;
color:#fff;
}
select {
width:100%;
margin:0;
}
input[type="text"] {
}
input[type="checkbox"] {
width:24px;
height:24px;
margin-top:8px;
}
/*
select {
margin:0;
padding:5px;
background:#fff;
}
/**/
/* -- SECTIONS */
/* Common */
section {
overflow:hidden;
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
width:100%;
height:100%;
background:#ECEFF1;
}
.actionbar {
z-index:3;
overflow:hidden;
position:absolute;
top:0; left:0; right:0;
width:100%;
height:56px;
background-color:#607D8B /* #2D6073; */ /* #61AE24; */
}
.actionbar .icon_app {
position:absolute;
top:0; left:0;
height:40px;
margin:8px;
border-radius:64px;
}
.actionbar .icon_app img {
display:block;
width:24px; height:24px;
padding:8px;
}
.actionbar .title {
position:absolute;
bottom:14px; left:72px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:16pt;
xfont-weight:300;
color:#FFF; /* #D0D102; */
}
.actionbar .actions {
position:absolute;
top:0; right:0;
height:56px;
}
.actionbar .actions .action {
float:right;
width:24px;
height:24px;
margin:8px 8px 8px 8px;
padding:8px;
border-radius:64px;
}
.actionbar .actions .action img {
width:24px; height:24px;
}
.actionbar .actions .action.more-vert {
width:12px;
}
.actionbar .actions .action.more-vert img {
width:12px;
}
.tabbar {
z-index:2;
position:absolute;
top:56px; left:0; right:0;
width:100%;
height:48px;
background-color:#607D8B;
color:#fff; /* rgba(255,255,255,0.87); */
text-transform:uppercase;
}
.tab {
float:left;
width:50%;
height:48px;
color:rgba(255,255,255,0.33);
}
.tab.active {
background:rgba(0,0,0,0.0);
color:#fff; /* rgba(255,255,255,0.87); */
}
.tab_sep {
float:left;
width:2%;
height:48px;
background:rgba(0,0,0,0.25);
}
.tabline {
position:absolute;
bottom:0; left:0;
width:50%; height:2px;
background:#fff;
transition: transform 375ms linear;
}
.main {
z-index:1;
overflow:auto;
position:relative;
top:56px; left:0; right:0; bottom:0;
width:100%;
}
.main .block {
}
.main .block.header {
position:relative;
top:0; left:0; right:0;
height:64px;
padding:0;
font-size:16pt;
font-weight:300;
background:#455A64;
color:#fff;
}
.main .block.header .text {
position:absolute;
left:16px; bottom:19px;
}
.footer {
z-index:2;
position:absolute;
bottom:0; left:0; right:0;
width:100%;
height:88px;
}
.footer .button {
width:33.3%;
height:88px;
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.0) 40%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
color:rgba(255,255,255,0.87);
}
.footer .button.active {
background-color: rgba(0,0,0,0.25);
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.0) 40%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
}
.footer .button.busy img {
opacity:0.5;
}
.footer .button.left {
position:absolute;
left:0; top:0;
}
.footer .button.center {
position:absolute;
left:33.34%; top:0;
}
.footer .button.right {
position:absolute;
right:0; top:0;
}
.footer .button_inner {
position:absolute;
width:100%; height:24px;
padding:32px 0 32px 0;
}
.footer .button_inner img {
width:40px;
height:40px;
margin:-8px 0 0 0;
}
.footer .button.center .button_inner img {
width:48px;
height:48px;
}
.fab {
z-index:50;
position:fixed;
bottom:16px; right:16px;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
transition:bottom 250ms;
}
.fab img {
width:24px;
height:24px;
margin:16px;
}
/* Specific */
#splash {
z-index:90;
display:block;
background:#607D8B;
-webkit-transition: -webkit-transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
}
#splash img {
width:256px; height:256px;
}
#install {
}
#install .main .log {
padding:16px;
font-size:16pt;
font-weight:300;
color:#727272; /* rgba(0,0,0,0.54); */
}
#install .main .log h1 {
margin:0 0 0 0;
}
#install .main .log li {
margin-left:1em;
font-size:14pt;
}
#install .main .log span.e {
color:#f00;
}
#firstlaunch {
}
#home {
display:block;
}
#home .actionbar {
}
#home .actionbar .icon_app {
display:none;
}
#home .actionbar .title {
left:16px;
}
#home .main {
overflow:hidden;
width:100%; height:100%;
}
#home .main .station_image {
position:absolute;
top:-5%; left:-5%;
width:110%;
height:110%;
margin:0;
background-color:#333;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
background-image:url(../img/bg_home_default.jpg);
}
#home .main .station_image_wrap {
display:none;
position:absolute;
top:50%; left:50%;
width:268px; height:268px;
margin:-136px 0 0 -136px;
}
#home .main .station_image_wrap img {
width:256px;
height:256px;
padding:8px;
transition:opacity 500ms;
opacity:0.0;
border-radius: 136px;
}
#home .main .station_image_color {
position:absolute;
top:0; left:0; right:0; bottom:0;
background:#607D8B;
/* transition: background 500ms; */
opacity:0.5;
}
#home .main .station_image_overlay {
position:absolute;
top:0; left:0; right:0;
height:33%;
background: -webkit-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.0) 100%);
}
#home .main .station_image_overlay_bottom {
position:absolute;
bottom:0; left:0; right:0;
height:16%;
background: -webkit-linear-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.50) 100%);
}
#home .main .station_info_wrap {
position:absolute;
top:0; left:0; right:0; height:72px;
}
#home .main .station_icon {
position:absolute;
top:0; left:0;
}
#home .main .station_icon img {
width:40px;
height:40px;
margin:15px;
padding:1px;
border-radius:40px;
}
#home .main .station_name {
position:absolute;
top:14px; left:71px; right:16px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:18pt;
font-weight:300;
color:rgba(255,255,255,0.87);
}
#home .main .station_nowplaying {
position:absolute;
top:39px; left:72px; right:16px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
color:rgba(255,255,255,0.87);
}
/*
#home .main .station_name {
position:absolute;
top:40px; left:15px; right:16px;
margin:0;
font-size:24pt;
font-weight:300;
text-transform:capitalize;
color:rgba(255,255,255,0.87);
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
#home .main .station_nowplaying {
position:absolute;
top:16px; left:16px; right:16px;
margin:0;
color:rgba(255,255,255,0.87);
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
/**/
#home .button_play_wrap {
display:none;
position:relative;
left:50%;
width:48px;
height:48px;
margin:-4px 0 0 -24px;
}
#home .button_play_bufferAnim {
display:none;
position:absolute;
top:-8px;
width: 44px;
height: 44px;
border: 2px solid #fff;
border-radius: 100%;
position: absolute;
clip: rect(0px, 24px, 48px, 0px);
-webkit-animation-duration: 1s;
-webkit-animation-name: keyframes_button_play_buffer;
-webkit-animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function:ease-in-out;
}
#home .fab_play_shadow {
position:absolute;
left:50%; bottom:0px;
width:88px; height:88px;
margin-left:-44px;
background: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.33) 17%, rgba(0, 0, 0, 0.0) 66%);
background-size:88px 88px;
background-position:center;
background-repeat:no-repeat;
color:rgba(255,255,255,0.87);
}
#home .fab_play_wrap {
z-index:2;
position:absolute;
left:50%; bottom:16px;
width:56px;
height:56px;
margin-left:-28px;
}
#home .fab_play {
position:absolute;
top:0; left:0;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
/* transition: background 500ms; */
}
#home .fab_play img {
position:absolute;
top:16px; left:16px;
width:24px; height:24px;
}
#home .fab_play_wrap.busy .fab_play img {
opacity:0.5;
}
#home .fab_play_bufferAnim {
display:block;
position:absolute;
top:-4px; left:-4px;
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 100%;
position: absolute;
clip: rect(0px, 32px, 64px, 0px);
-webkit-animation-duration: 1s;
-webkit-animation-name: keyframes_button_play_buffer;
-webkit-animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function:ease-in-out;
}
#home .alarm_dialog {
z-index:3;
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
background:rgba(0,0,0,0.67);
}
#home .alarm_dialog_inner {
position:absolute;
top:50%; left:50%;
width:280px; height:280px;
margin:-140px 0 0 -140px;
background:rgba(255,255,255,0.87);
color:#212121; /*rgba(0,0,0,0.87);*/
}
#home .alarm_dialog .time {
position:absolute;
top:88px; left:0; right:0;
text-align:center;
font-size:56pt;
font-weight:300;
color:#727272; /* rgba(0,0,0,0.54); */
}
#home .alarm_dialog .button {
position:absolute;
bottom:0;
width:108px;
padding:16px;
text-align:center;
font-size:14pt;
color:#FF5722;
}
#home .alarm_dialog .button.snooze {
left:0;
}
#home .alarm_dialog .button.stop {
right:0;
}
#channellist {
}
#channellist .actionbar {
height:58px;
}
#channellist .actionbar .title {
bottom:16px;
}
#channellist .main {
top:104px;
/* transition: transform 500ms ease-out; */
}
/* TODO: Fow now let's keep this universal? */
.resultheader {
position:relative;
top:0; left:0; right:0;
height:16px;
padding:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
border-bottom:1px solid #ccc;
text-transform:uppercase;
}
.resultitem {
float:left;
position:relative;
width:100%;
height:71px;
background:#fff;
border-bottom:1px solid #ddd;
}
.resultitem .resulticon {
position:absolute;
top:0; left:0;
width:40px;
height:40px;
margin:16px;
border-radius:40px;
background-color:#f9f9f9;
}
.resultitem .resultname {
position:absolute;
bottom:24px; left:72px; right:72px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:14pt;
color:#212121;
}
.resultitem .resultstar {
position:absolute;
top:0; right:0;
width:24px;
height:24px;
padding:24px;
}
.resultitem .resultstarred {
}
.resultitem_spacer {
/* for bottom, space for fab */
height:64px;
background:#ECEFF1;
border:none;
}
.resultfooter {
/* for credits, powered by ... */
position:fixed;
right:0; left:0; bottom:0;
padding:16px;
background:#ECEFF1;
text-align:center;
font-size:10pt;
}
#detailstation {
}
#detailstation .main {
}
#detailstation .main .header {
position:absolute;
top:0; left:0; right:0;
height:192px;
background-color:#455A64;
background-image:url(../img/bg_home_default.jpg);
background-size:cover;
background-position:center center;
}
#detailstation .main .header .overlay {
position:absolute;
top:0; left:0; right:0; height:192px;;
background: -webkit-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0.25) 100%);
}
#detailstation .main .header .station_image {
position:absolute;
top:50%; left:50%;
margin-left:-65px; margin-top:-65px;
}
#detailstation .main .header .station_image img {
width:128px;
height:128px;
background:#fff;
border:2px solid #fff;
border-radius:100%;
}
#detailstation .main .header .station_starred {
position:absolute;
top:0; right:0;
}
#detailstation .main .header .station_starred img {
width:24px; height:24px;
padding:24px;
}
#detailstation .main .header_station {
position:absolute;
bottom:-72px; left:0; right:0; height:72px;
background-color:#455A64;
}
#detailstation .main .header_station .station_name {
position:absolute;
top:13px; left:16px; right:72px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:18pt;
font-weight:300;
color:rgba(255,255,255,0.87);
}
#detailstation .main .header_station .station_nowplaying {
position:absolute;
top:39px; left:16px; right:24px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
/* font-weight:300; */
color:rgba(255,255,255,0.87);
}
#detailstation .header_fab {
position:absolute;
bottom:-28px; right:16px;
width:56px;
height:56px;
border-radius:50%;
background:#FF5722;
transition:bottom 250ms;
}
#detailstation .header_fab img {
width:24px;
height:24px;
margin:16px;
}
#detailstation .main .content,
#detailstation .main .content_loading {
position:absolute;
top:264px; left:0; right:0; bottom:0;
}
#detailstation .main .content_loading {
display:none;
}
#detailstation .main .content_loading .content_loading_message {
position:absolute;
top:50%; left:50%;
width:200px;
margin-top:-4px; margin-left:-100px;
text-align:center;
font-size:16pt;
font-weight:300;
}
#detailstation .main .content .content_item {
overflow:hidden;
position:relative;
top:0; left:0; right:0;
height:72px;
transition: height 500ms;
}
#detailstation .main .content .content_item .icon {
position:absolute;
top:24px; left:24px;
}
#detailstation .main .content .content_item .icon img {
width:24px; height:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .text {
position:absolute;
top:0; left:72px; right:0;
height:71px;
border-bottom:1px solid #ddd;
}
#detailstation .main .content .content_item .text .title {
position:absolute;
top:16px; left:0; right:16px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#detailstation .main .content .content_item .text .subtitle {
position:absolute;
top:36px; left:0; right:16px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list {
position:relative;
top:0; left:0; right:0;
height:0;
margin-top:72px;
}
#detailstation .main .content .content_item .inline_list .divider {
position:relative;
top:0; left:72px; right:0;
height:1px;
background:#ddd;
}
#detailstation .main .content .content_item .inline_list .ic_collapsed {
position:absolute;
top:72px; left:0; right:0;
height:72px;
}
#detailstation .main .content .content_item .inline_list .ic_collapsed img {
width:24px; height:24px;
margin:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .inline_list .playlist_item {
position:relative;
top:0; left:0; right:0;
height:72px;
margin-left:0px;
}
#detailstation .main .content .content_item .inline_list .playlist_item_timeago {
position:absolute;
top:27px; left:0;
width:72px; height:72px;
text-align: center;
font-size:10pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list .playlist_item_name {
position:absolute;
top:16px; left:72px; right:112px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#detailstation .main .content .content_item .inline_list .playlist_item_title {
position:absolute;
top:36px; left:72px; right:112px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#detailstation .main .content .content_item .inline_list .playlist_item_spotify,
#detailstation .main .content .content_item .inline_list .playlist_item_gpmusic {
position:absolute;
top:24px; right:24px;
width:24px; height:24px;
opacity:0.54;
}
#detailstation .main .content .content_item .inline_list .playlist_item_spotify {
right:72px;
}
#detailstation .main .content .content_item .inline_list .playlist_item_gpmusic {
}
#editstation, #searchstation, #searchstation_results {
}
#editstation .block, #searchstation .block, #alarms_add .block, #about .block, #viewlog .block {
padding:0 16px 16px 16px;
}
#editstation .block.header, #searchstation .block.header, #alarms_add .block.header, #about .block.header, #viewlog .block.header {
/* padding:16px; */
padding:0;
}
#editstation .block label a, #searchstation .block label a, #alarms_add .block label a {
float:right;
}
#editstation .station_icon_wrap {
width:100%;
}
#editstation .station_icon_wrap .station_icon {
float:left;
width:40px; height:40px;
margin:0 24px 0 8px;
border-radius: 20px;
}
#editstation .station_icon_wrap .station_icon_button {
display:table-cell;;
width:112px; height:40px;
text-align: center;
vertical-align: middle;
color:#FF5722;
font-weight: normal;
}
#editstation .block .button, #searchstation .block .button {}
#editstation #chedit_station_url_hq {
display:none;
}
#searchstation_results {
}
#searchstation_results .resultitem .resultname,
#alarms .resultitem .resultname {
/*
position:absolute;
top:16px; left:72px; right:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:12pt;
color:#212121;
/**/
position:absolute;
top:16px; left:72px; right:16px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#searchstation_results .resultitem .resultsub,
#alarms .resultitem .resultsub {
/*
position:absolute;
bottom:16px; left:72px; right:16px;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
font-size:10pt;
color:#727272;
/**/
position:absolute;
top:36px; left:72px; right:16px;
font-size:12pt;
font-weight:300;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#727272;
}
#searchicon {
}
#searchicon .main {
padding-bottom:48px;
}
.resultwrap_chicon {
margin:auto;
padding:10px;
}
.resultitem_chicon {
float:left;
width:80px;
height:80px;
margin:5px;
padding:5px;
background:#fff;
overflow:hidden;
}
.resulticon_chicon {
width:100%;
}
#searchicon .main .gsc-branding {
position:fixed;
right:0; left:0; bottom:0;
padding:16px;
background:#ECEFF1;
text-align:center;
font-size:10pt;
}
/* Alarms */
#alarms {
}
#alarms_add {
}
#alarms_add .block {
padding:0 16px 16px 16px;
}
#alarms_add .block.header {
/* padding:16px; */
padding:0;
}
#alarms_add .block.borderTop {
border:1px solid #ddd;
}
#alarms_add .range_wrap {
margin-top:0px;
background:#f00;
}
#alarms_add input[type="range"] {
position:relative;
top:8px; left:0px; /* top: -1 + 4 */
-webkit-appearance: none;
width:100%;
height:1px;
margin-bottom:22px;
padding:0;
background-color: rgba(0,0,0,0.16);
border:none;
}
#alarms_add input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
position:relative;
top:0;
background-color: #455A64;
opacity: 1.0;
width: 24px;
height: 24px;
border-radius: 16px;
transition:background-color 250ms, width 250ms, height 250ms, top 250ms;
}
#alarms_add input[type="range"]:active::-webkit-slider-thumb,
#alarms_add input[type="range"]:focus::-webkit-slider-thumb {
background-color:#FF5722;
top:0px;
width: 32px;
height: 32px;
}
#alarms_add .weekschedule {
height:48px;
}
#alarms_add .weekboxWrap {
float:left;
position:relative;
width:14.28571%;
height:48px;
}
#alarms_add .weekboxIndicator {
position:absolute;
left:4px; right:4px; bottom:4px;
height:4px;
background:#ccc;
transition:background 250ms;
}
#alarms_add .weekboxWrap.active .weekboxIndicator {
background:#455A64;
}
#alarms_add .weekboxText {
position:absolute;
left:4px; right:4px; top:12px;
text-align:center;
}
/* Viewlog */
#viewlog {
}
#viewlog .main {
left:0; right:0;
overflow-x:hidden;
}
#viewlog .main .block span {
font-size:9pt;
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor:text;
}
/* About */
#about {
display:none;
}
#about input.paypal {
width:147px;
cursor:pointer;
}
#about .spacer {
width:16px;
height:16px;
}
/* Settings */
#settings {
}
#settings .block {
position:relative;
left:0px; right:0px;
padding:16px 16px 0 16px;
}
#settings .block.header {
padding:0;
/*
padding:16px;
font-size:18pt;
font-weight:300;
background:#455A64;
color:#fff;
/**/
}
/* Item defaults */
#settings .block .itemWrap {
position:relative;
left:0px; right:0px;
}
#settings .block .itemWrap.disabled {
color:rgba(0,0,0,0.54);
}
#settings .block .item {
}
#settings .block .item.spacer {
width:100%;
height:1px;
margin:16px 0 16px 0;
background:#ddd;
}
#settings .block .item.spacer.invis {
height:0;
background:none;
}
#settings .block .item.endspacer {
width:100%;
height:16px;
}
#settings .block .item.title {
position:relative;
margin-right:32px;
font-size:14pt;
font-weight:normal;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#212121;
}
#settings .block .item.subtitle {
position:relative;
margin-top:0px;
margin-right:32px;
font-size:12pt;
font-weight:300;
color:#727272;
}
#settings .checkboxWrap {
position:absolute;
top:0px; right:0px;
}
/* -- OVERFLOW_MENU */
.overflow_menu {
display:none;
z-index:90;
overflow:hidden;
position:absolute;
top:4px; right:4px;
width:0px; max-height:0px;
width:240px;
max-height:600px;
margin:0;
background:#fff; /* rgba(255,255,255,1); */
}
.overflow_menu.active {
width:240px;
max-height:600px;
}
.overflow_menu .menu_item_space {
display:none;
position:relative;
width:100%; height:8px;
}
.overflow_menu .menu_item {
position:relative;
width:100%;
height:47px;
padding-top:1px;
border-bottom:1px solid #eee;
}
.overflow_menu .menu_item .center_td {
text-align:left;
}
.overflow_menu_button_close {
z-index:2;
position:absolute;
top:0; right:0;
padding:12px;
}
.overflow_menu_button_close img {
width:24px; height:24px;
}
/* -- OVERLAYS */
/* Common */
.overlay_wrap {
z-index:80; /* high zindex */
display:none;
position:absolute;
top:0; left:0; right:0; bottom:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.67);
font-size:24pt;
font-weight:300;
color:#fff;
}
.overlay_submsg {
font-size:12pt;
}
/* Specific */
#loading.overlay_wrap {
}
#dialog.overlay_wrap {
}
#dialog_inner {
position:absolute;
top:16px; left:16px; right:16px; bottom:16px;
padding:16px;
background:#fff;
font-size:14pt;
color:rgba(0,0,0,0.87);
}
/* Other */
#overlay_toast {
z-index:85;
display:none;
position:absolute;
/* left:24px; right:24px; bottom:24px; /**/
left:0; right:0; bottom:0;
height:auto;
/* padding:16px 16px 16px 16px; /**/
padding:24px 24px 22px 24px;
color:rgba(255,255,255,0.87);
background-color:rgba(0,0,0,0.67);
pointer-events:auto;
}
#overlay_toast.top {
bottom:auto;
top:56px;
}
/* -- COMMON */
/* Center tools */
.center_table {
display:table;
width:100%;
height:100%;
}
.center_td {
display:table-cell;
width:100%; height:100%;
text-align:center;
vertical-align:middle;
}
/* Round */
.roundedCorners2, .round2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.roundedCorners4, .round4 {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Shadow */
.textshadow25 {
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.shadow_z1 {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.shadow_z2 {
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.37);
}
.shadow_z3 {
box-shadow: 0px 3px 8px rgba(0, 0, 0, .37);
}
.shadow_z4 {
box-shadow: 1px 4px 12px rgba(0, 0, 0, .25);
}
.shadow_z5 {
box-shadow: 1px 5px 10px rgba(0, 0, 0, .25);
}
.shadow_z1u {
box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.25);
}
.shadow_z2u {
box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.37);
}
.shadow_z3u {
box-shadow: 0px -3px 6px rgba(0, 0, 0, .5);
}
.shadow_z4u {
box-shadow: 0px -4px 8px rgba(0, 0, 0, .5);
}
.shadow_z5u {
box-shadow: 0px -5px 10px rgba(0, 0, 0, .5);
}
.shadowInset {
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
/* -- LOADER BAR */
.loadbar {
display:none;
overflow:hidden;
position:absolute;
top:54px; left:0; right:0;
height:2px;
background:none;
}
.loadbar_inner_base {
position:absolute;
top:0; left:-48px; bottom:0; right:-48px;
}
.loadbar_inner_color {
position:absolute;
top:0; left:0; bottom:0;
width:48px; height:2px;
background:#fff; /* #D0D102; */
}
.loadbar_inner_1 {
-webkit-animation: loadbar_inner 2s infinite;
}
.loadbar_inner_2 {
-webkit-animation: loadbar_inner 2s 0.5s infinite;
}
.loadbar_inner_3 {
-webkit-animation: loadbar_inner 2s 1s infinite;
}
@-webkit-keyframes loadbar_inner {
/**/
0% { -webkit-transform: translate3d(0px,0px,0px); }
100% { -webkit-transform: translate3d(100%,0px,0px); }
/*
0% {left:-48px;}
100% {left:100%;}
/**/
}
/* Selectable */
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor:default;
}
.selectable, p, input, textarea {
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor:text;
}
/* Activatable */
/* TODO: FIXME: having issues with :active when elem is hidden while :active
http://stackoverflow.com/questions/25338174/android-webview-active-stays-on-when-elem-is-hidden-while-it-is-active
*/
/* TODO: deprecated polymer ? */
/**/
.activatablel,.activatabled,.activatableb,.activatablew {
transition:background-color 250ms;
}
.activatablel:active {
background-color:rgba(69,90,100,0.25);
}
.activatabled:active {
background-color:rgba(69,90,100,0.25);
}
.activatableb:active {
background-color:rgba(0,0,0,0.25);
}
.activatablew:active {
background-color:rgba(255,255,255,0.25);
}
.activatablelh_active {
background-color:rgba(69,90,100,0.25);
}
.activatabledh_active {
background-color:rgba(69,90,100,0.25);
}
.activatablebh_active {
background-color:rgba(0,0,0,0.25);
}
.activatablewh_active {
background-color:rgba(255,255,255,0.25);
}
/**/
/* Hoverable */
.hoverablel:hover {
background-color:rgba(208,209,2,0.25);
}
.hoverabled:hover {
background-color:rgba(50,116,44,0.25);
}
/* HW ACC animations! */
.section_translate_in {
transform: translate3d(0,0,0);
}
/* -- ANIMATIONS */
@-webkit-keyframes keyframes_button_play_buffer {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
| 0.312055 | 0.045735 |
.background_glassyOldLace6,
.hover_background_glassyOldLace6:hover,
.active_background_glassyOldLace6:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(179, 121, 14)), color-stop(50%, rgb(159, 108, 13)), color-stop(55%, rgb(139, 94, 11)), color-stop(100%, rgb(198, 135, 16)));
background-image: -webkit-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -o-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -ms-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: linear-gradient(to bottom, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3790e', endColorstr='#c68710',GradientType=0 );
}
.background_glassyOldLace6h,
.hover_background_glassyOldLace6h:hover,
.active_background_glassyOldLace6h:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(214, 146, 17)), color-stop(50%, rgb(190, 130, 15)), color-stop(55%, rgb(167, 113, 13)), color-stop(100%, rgb(236, 161, 21)));
background-image: -webkit-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -o-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -ms-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: linear-gradient(to bottom, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d69211', endColorstr='#eca115',GradientType=0 );
}
.background_glassyOldLace6a,
.hover_background_glassyOldLace6a:hover,
.active_background_glassyOldLace6a:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(236, 161, 21)), color-stop(50%, rgb(167, 113, 13)), color-stop(55%, rgb(190, 130, 15)), color-stop(100%, rgb(214, 146, 17)));
background-image: -webkit-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -o-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -ms-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: linear-gradient(to bottom, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca115', endColorstr='#d69211',GradientType=0 );
}
.background_glassyOldLace6s,
.hover_background_glassyOldLace6s:hover,
.active_background_glassyOldLace6s:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(239, 173, 51)), color-stop(50%, rgb(236, 161, 21)), color-stop(55%, rgb(208, 142, 17)), color-stop(100%, rgb(241, 185, 80)));
background-image: -webkit-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -o-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -ms-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: linear-gradient(to bottom, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efad33', endColorstr='#f1b950',GradientType=0 );
}
.background_color_glassyOldLace6,
.hover_background_color_glassyOldLace6:hover,
.active_background_color_glassyOldLace6:active:hover {
background-color:#c68710;
}
.background_first_color_glassyOldLace6,
.hover_background_first_color_glassyOldLace6:hover,
.active_background_first_color_glassyOldLace6:active:hover {
background-color:#b3790e;
}
.background_last_color_glassyOldLace6,
.hover_background_last_color_glassyOldLace6:hover,
.active_background_color_last_glassyOldLace6:active:hover {
background-color:#c68710;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyOldLace6,
.hover_color_glassyOldLace6:hover,
.active_color_glassyOldLace6:active:hover {
color: #c8c8c8;
}
.color_glassyOldLace6h,
.hover_color_glassyOldLace6h:hover,
.active_color_glassyOldLace6h:active:hover {
color: #c8c8c8;
}
.color_glassyOldLace6a,
.hover_color_glassyOldLace6a:hover,
.active_color_glassyOldLace6a:active:hover {
color: #ff0;
}
.color_glassyOldLace6s,
.hover_color_glassyOldLace6s:hover,
.active_color_glassyOldLace6s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyOldLace6,
.hover_border_glassyOldLace6:hover,
.active_border_glassyOldLace6:active:hover {
border-color: #8f610b #77510a #77510a #8f610b;
}
.border_glassyOldLace6h,
.hover_border_glassyOldLace6h:hover,
.active_border_glassyOldLace6h:active:hover {
border-color: #8f610b #77510a #77510a #8f610b;
}
.border_glassyOldLace6a,
.hover_border_glassyOldLace6a:hover,
.active_border_glassyOldLace6a:active:hover {
border-color: #6f4c09 #6f4c09 #6f4c09 #6f4c09;
}
.border_glassyOldLace6s,
.hover_border_glassyOldLace6s:hover,
.active_border_glassyOldLace6s:active:hover {
border-color: #6f4c09 #6f4c09 #6f4c09 #6f4c09;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyOldLace6,
.hover_shadow_expand_glassyOldLace6:hover,
.active_shadow_expand_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
}
.shadow_expand_glassyOldLace6h,
.hover_shadow_expand_glassyOldLace6h:hover,
.active_shadow_expand_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
}
.shadow_expand_glassyOldLace6a,
.hover_shadow_expand_glassyOldLace6a:hover,
.active_shadow_expand_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
}
.shadow_expand_glassyOldLace6s,
.hover_shadow_expand_glassyOldLace6s:hover,
.active_shadow_expand_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyOldLace6,
.hover_shadow_left_glassyOldLace6:hover,
.active_shadow_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_left_glassyOldLace6h,
.hover_shadow_left_glassyOldLace6h:hover,
.active_shadow_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_left_glassyOldLace6a,
.hover_shadow_left_glassyOldLace6a:hover,
.active_shadow_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_left_glassyOldLace6s,
.hover_shadow_left_glassyOldLace6s:hover,
.active_shadow_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyOldLace6,
.hover_shadow_right_glassyOldLace6:hover,
.active_shadow_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
}
.shadow_right_glassyOldLace6h,
.hover_shadow_right_glassyOldLace6h:hover,
.active_shadow_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
}
.shadow_right_glassyOldLace6a,
.hover_shadow_right_glassyOldLace6a:hover,
.active_shadow_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
}
.shadow_right_glassyOldLace6s,
.hover_shadow_right_glassyOldLace6s:hover,
.active_shadow_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyOldLace6,
.hover_shadow_top_glassyOldLace6:hover,
.active_shadow_top_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_glassyOldLace6h,
.hover_shadow_top_glassyOldLace6h:hover,
.active_shadow_top_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_glassyOldLace6a,
.hover_shadow_top_glassyOldLace6a:hover,
.active_shadow_top_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_glassyOldLace6s,
.hover_shadow_top_glassyOldLace6s:hover,
.active_shadow_top_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyOldLace6,
.hover_shadow_bottom_glassyOldLace6:hover,
.active_shadow_bottom_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_glassyOldLace6h,
.hover_shadow_bottom_glassyOldLace6h:hover,
.active_shadow_bottom_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_glassyOldLace6a,
.hover_shadow_bottom_glassyOldLace6a:hover,
.active_shadow_bottom_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_glassyOldLace6s,
.hover_shadow_bottom_glassyOldLace6s:hover,
.active_shadow_bottom_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyOldLace6,
.hover_shadow_top_left_glassyOldLace6:hover,
.active_shadow_top_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_left_glassyOldLace6h,
.hover_shadow_top_left_glassyOldLace6h:hover,
.active_shadow_top_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_left_glassyOldLace6a,
.hover_shadow_top_left_glassyOldLace6a:hover,
.active_shadow_top_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_left_glassyOldLace6s,
.hover_shadow_top_left_glassyOldLace6s:hover,
.active_shadow_top_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyOldLace6,
.hover_shadow_top_right_glassyOldLace6:hover,
.active_shadow_top_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_right_glassyOldLace6h,
.hover_shadow_top_right_glassyOldLace6h:hover,
.active_shadow_top_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_right_glassyOldLace6a,
.hover_shadow_top_right_glassyOldLace6a:hover,
.active_shadow_top_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_right_glassyOldLace6s,
.hover_shadow_top_right_glassyOldLace6s:hover,
.active_shadow_top_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyOldLace6,
.hover_shadow_bottom_left_glassyOldLace6:hover,
.active_shadow_bottom_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_left_glassyOldLace6h,
.hover_shadow_bottom_left_glassyOldLace6h:hover,
.active_shadow_bottom_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_left_glassyOldLace6a,
.hover_shadow_bottom_left_glassyOldLace6a:hover,
.active_shadow_bottom_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_left_glassyOldLace6s,
.hover_shadow_bottom_left_glassyOldLace6s:hover,
.active_shadow_bottom_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyOldLace6,
.hover_shadow_bottom_right_glassyOldLace6:hover,
.active_shadow_bottom_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_right_glassyOldLace6h,
.hover_shadow_bottom_right_glassyOldLace6h:hover,
.active_shadow_bottom_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_right_glassyOldLace6a,
.hover_shadow_bottom_right_glassyOldLace6a:hover,
.active_shadow_bottom_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_right_glassyOldLace6s,
.hover_shadow_bottom_right_glassyOldLace6s:hover,
.active_shadow_bottom_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
}
|
widgets/common/assets/gradients/glassy/glassyOldLace/glassyOldLace6.css
|
.background_glassyOldLace6,
.hover_background_glassyOldLace6:hover,
.active_background_glassyOldLace6:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(179, 121, 14)), color-stop(50%, rgb(159, 108, 13)), color-stop(55%, rgb(139, 94, 11)), color-stop(100%, rgb(198, 135, 16)));
background-image: -webkit-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -o-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: -ms-linear-gradient(top, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
background-image: linear-gradient(to bottom, rgb(179, 121, 14) 0%, rgb(159, 108, 13) 50%, rgb(139, 94, 11) 55%, rgb(198, 135, 16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3790e', endColorstr='#c68710',GradientType=0 );
}
.background_glassyOldLace6h,
.hover_background_glassyOldLace6h:hover,
.active_background_glassyOldLace6h:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(214, 146, 17)), color-stop(50%, rgb(190, 130, 15)), color-stop(55%, rgb(167, 113, 13)), color-stop(100%, rgb(236, 161, 21)));
background-image: -webkit-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -o-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: -ms-linear-gradient(top, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
background-image: linear-gradient(to bottom, rgb(214, 146, 17) 0%, rgb(190, 130, 15) 50%, rgb(167, 113, 13) 55%, rgb(236, 161, 21) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d69211', endColorstr='#eca115',GradientType=0 );
}
.background_glassyOldLace6a,
.hover_background_glassyOldLace6a:hover,
.active_background_glassyOldLace6a:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(236, 161, 21)), color-stop(50%, rgb(167, 113, 13)), color-stop(55%, rgb(190, 130, 15)), color-stop(100%, rgb(214, 146, 17)));
background-image: -webkit-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -o-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: -ms-linear-gradient(top, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
background-image: linear-gradient(to bottom, rgb(236, 161, 21) 0%, rgb(167, 113, 13) 50%, rgb(190, 130, 15) 55%, rgb(214, 146, 17) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca115', endColorstr='#d69211',GradientType=0 );
}
.background_glassyOldLace6s,
.hover_background_glassyOldLace6s:hover,
.active_background_glassyOldLace6s:active:hover {
background: #c68710;
background-image: -moz-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(239, 173, 51)), color-stop(50%, rgb(236, 161, 21)), color-stop(55%, rgb(208, 142, 17)), color-stop(100%, rgb(241, 185, 80)));
background-image: -webkit-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -o-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: -ms-linear-gradient(top, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
background-image: linear-gradient(to bottom, rgb(239, 173, 51) 0%, rgb(236, 161, 21) 50%, rgb(208, 142, 17) 55%, rgb(241, 185, 80) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efad33', endColorstr='#f1b950',GradientType=0 );
}
.background_color_glassyOldLace6,
.hover_background_color_glassyOldLace6:hover,
.active_background_color_glassyOldLace6:active:hover {
background-color:#c68710;
}
.background_first_color_glassyOldLace6,
.hover_background_first_color_glassyOldLace6:hover,
.active_background_first_color_glassyOldLace6:active:hover {
background-color:#b3790e;
}
.background_last_color_glassyOldLace6,
.hover_background_last_color_glassyOldLace6:hover,
.active_background_color_last_glassyOldLace6:active:hover {
background-color:#c68710;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyOldLace6,
.hover_color_glassyOldLace6:hover,
.active_color_glassyOldLace6:active:hover {
color: #c8c8c8;
}
.color_glassyOldLace6h,
.hover_color_glassyOldLace6h:hover,
.active_color_glassyOldLace6h:active:hover {
color: #c8c8c8;
}
.color_glassyOldLace6a,
.hover_color_glassyOldLace6a:hover,
.active_color_glassyOldLace6a:active:hover {
color: #ff0;
}
.color_glassyOldLace6s,
.hover_color_glassyOldLace6s:hover,
.active_color_glassyOldLace6s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyOldLace6,
.hover_border_glassyOldLace6:hover,
.active_border_glassyOldLace6:active:hover {
border-color: #8f610b #77510a #77510a #8f610b;
}
.border_glassyOldLace6h,
.hover_border_glassyOldLace6h:hover,
.active_border_glassyOldLace6h:active:hover {
border-color: #8f610b #77510a #77510a #8f610b;
}
.border_glassyOldLace6a,
.hover_border_glassyOldLace6a:hover,
.active_border_glassyOldLace6a:active:hover {
border-color: #6f4c09 #6f4c09 #6f4c09 #6f4c09;
}
.border_glassyOldLace6s,
.hover_border_glassyOldLace6s:hover,
.active_border_glassyOldLace6s:active:hover {
border-color: #6f4c09 #6f4c09 #6f4c09 #6f4c09;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyOldLace6,
.hover_shadow_expand_glassyOldLace6:hover,
.active_shadow_expand_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
box-shadow: 0em 0em 1em 0.25em rgba(198, 135, 16, .39);
}
.shadow_expand_glassyOldLace6h,
.hover_shadow_expand_glassyOldLace6h:hover,
.active_shadow_expand_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
box-shadow: 0em 0em 1em 0.25em rgba(236, 161, 21, .50);
}
.shadow_expand_glassyOldLace6a,
.hover_shadow_expand_glassyOldLace6a:hover,
.active_shadow_expand_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .63);
}
.shadow_expand_glassyOldLace6s,
.hover_shadow_expand_glassyOldLace6s:hover,
.active_shadow_expand_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
box-shadow: 0em 0em 1em 0.25em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyOldLace6,
.hover_shadow_left_glassyOldLace6:hover,
.active_shadow_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_left_glassyOldLace6h,
.hover_shadow_left_glassyOldLace6h:hover,
.active_shadow_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_left_glassyOldLace6a,
.hover_shadow_left_glassyOldLace6a:hover,
.active_shadow_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_left_glassyOldLace6s,
.hover_shadow_left_glassyOldLace6s:hover,
.active_shadow_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyOldLace6,
.hover_shadow_right_glassyOldLace6:hover,
.active_shadow_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em 0em 1em rgba(198, 135, 16, .39);
}
.shadow_right_glassyOldLace6h,
.hover_shadow_right_glassyOldLace6h:hover,
.active_shadow_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em 0em 1em rgba(236, 161, 21, .50);
}
.shadow_right_glassyOldLace6a,
.hover_shadow_right_glassyOldLace6a:hover,
.active_shadow_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .63);
}
.shadow_right_glassyOldLace6s,
.hover_shadow_right_glassyOldLace6s:hover,
.active_shadow_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em 0em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyOldLace6,
.hover_shadow_top_glassyOldLace6:hover,
.active_shadow_top_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_glassyOldLace6h,
.hover_shadow_top_glassyOldLace6h:hover,
.active_shadow_top_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_glassyOldLace6a,
.hover_shadow_top_glassyOldLace6a:hover,
.active_shadow_top_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_glassyOldLace6s,
.hover_shadow_top_glassyOldLace6s:hover,
.active_shadow_top_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyOldLace6,
.hover_shadow_bottom_glassyOldLace6:hover,
.active_shadow_bottom_glassyOldLace6:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_glassyOldLace6h,
.hover_shadow_bottom_glassyOldLace6h:hover,
.active_shadow_bottom_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_glassyOldLace6a,
.hover_shadow_bottom_glassyOldLace6a:hover,
.active_shadow_bottom_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_glassyOldLace6s,
.hover_shadow_bottom_glassyOldLace6s:hover,
.active_shadow_bottom_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0em 0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyOldLace6,
.hover_shadow_top_left_glassyOldLace6:hover,
.active_shadow_top_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_left_glassyOldLace6h,
.hover_shadow_top_left_glassyOldLace6h:hover,
.active_shadow_top_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_left_glassyOldLace6a,
.hover_shadow_top_left_glassyOldLace6a:hover,
.active_shadow_top_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_left_glassyOldLace6s,
.hover_shadow_top_left_glassyOldLace6s:hover,
.active_shadow_top_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyOldLace6,
.hover_shadow_top_right_glassyOldLace6:hover,
.active_shadow_top_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em -0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_top_right_glassyOldLace6h,
.hover_shadow_top_right_glassyOldLace6h:hover,
.active_shadow_top_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em -0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_top_right_glassyOldLace6a,
.hover_shadow_top_right_glassyOldLace6a:hover,
.active_shadow_top_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_top_right_glassyOldLace6s,
.hover_shadow_top_right_glassyOldLace6s:hover,
.active_shadow_top_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em -0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyOldLace6,
.hover_shadow_bottom_left_glassyOldLace6:hover,
.active_shadow_bottom_left_glassyOldLace6:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: -0.5em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_left_glassyOldLace6h,
.hover_shadow_bottom_left_glassyOldLace6h:hover,
.active_shadow_bottom_left_glassyOldLace6h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: -0.5em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_left_glassyOldLace6a,
.hover_shadow_bottom_left_glassyOldLace6a:hover,
.active_shadow_bottom_left_glassyOldLace6a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_left_glassyOldLace6s,
.hover_shadow_bottom_left_glassyOldLace6s:hover,
.active_shadow_bottom_left_glassyOldLace6s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: -0.5em 0.5em 1em rgba(214, 146, 17, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyOldLace6,
.hover_shadow_bottom_right_glassyOldLace6:hover,
.active_shadow_bottom_right_glassyOldLace6:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
box-shadow: 0.5em 0.5em 1em rgba(198, 135, 16, .39);
}
.shadow_bottom_right_glassyOldLace6h,
.hover_shadow_bottom_right_glassyOldLace6h:hover,
.active_shadow_bottom_right_glassyOldLace6h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
box-shadow: 0.5em 0.5em 1em rgba(236, 161, 21, .50);
}
.shadow_bottom_right_glassyOldLace6a,
.hover_shadow_bottom_right_glassyOldLace6a:hover,
.active_shadow_bottom_right_glassyOldLace6a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .63);
}
.shadow_bottom_right_glassyOldLace6s,
.hover_shadow_bottom_right_glassyOldLace6s:hover,
.active_shadow_bottom_right_glassyOldLace6s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
box-shadow: 0.5em 0.5em 1em rgba(214, 146, 17, .78);
}
| 0.471223 | 0.100702 |
.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
/* 16:9 aspect ratio */
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
}
/* 1:1 aspect ratio */
.ose-vine.responsive {
padding-bottom: 100%;
}
/* Mixed aspect ratio */
.ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu > div > div > div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
}
/* Fix scrolling on iOS devices */
.ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
|
wp-content/plugins/embedpress/assets/css/embedpress.css
|
.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
/* 16:9 aspect ratio */
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
}
/* 1:1 aspect ratio */
.ose-vine.responsive {
padding-bottom: 100%;
}
/* Mixed aspect ratio */
.ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu > div > div > div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
}
/* Fix scrolling on iOS devices */
.ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
| 0.566498 | 0.068569 |
.audio-container,
.audio-container *,
.audio-container::after,
.audio-containero::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
}
.player-audio-cursor-show{
cursor: default;
}
.player-audio-cursor-hidden{
cursor: none;
}
.player-audio-cursor-show input[type=range],
.player-audio-cursor-show button{
cursor: pointer;
}
.player-audio-cursor-hidden input[type=range],
.player-audio-cursor-hidden button{
cursor: none;
}
.player-audio-cursor-show .player-audio-controls {
opacity: 1;
}
.player-audio-cursor-hidden .player-audio-controls{
opacity: 0;
}
.player-audio-cursor-show .player-audio-play-center{
opacity: 1;
visibility: visible;
}
.player-audio-cursor-hidden .player-audio-play-center{
opacity: 0;
visibility: hidden;
}
.player-audio a,
.player-audio button,
.player-audio input{
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.audio-container {
position: relative;
width: 100%;
min-width: 150px;
height: 100%;
/* padding-bottom: 100px; */
border-radius: inherit;
direction: ltr;
background-color: #ffffff;
background-repeat: no-repeat;
}
.player-audio-fullscreen-on{
height: 100vh;
padding-bottom: 0;
}
.player-audio:focus {
outline: 0;
}
.player-audio audio {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
border-radius: inherit;
}
.player-audio .player-audio-legends {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding: 20px;
color: #fff;
transition: transform .3s ease, -webkit-transform .3s ease;
}
.player-audio .player-audio-legends span {
display: inline-block;
border-radius: 4px;
padding: 5px 10px;
background: rgba(0, 0, 0, .6);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 150%;
font-size: inherit;
}
.player-audio .player-audio-legends span:empty {
display: none;
}
.player-audio-cursor-show .player-audio-legends{
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
.player-audio-cursor-hidden .player-audio-legends{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
@media (min-width: 768px) {
.player-audio .player-audio-legends {
font-size: 24px;
}
}
@media (min-width:1024px) {
.player-audio .player-audio-legends {
font-size: 32px
}
}
.player-audio::-webkit-media-controls {
display: none;
}
.player-audio audio::-webkit-media-text-track-container {
display: none;
}
.player-audio .player-audio-controls {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
left: 0px;
right: 0px;
bottom: 0px;
color: #fff;
z-index: 2;
padding: 7px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
text-align: center;
pointer-events: none;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, .4)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.548), rgba(0, 0, 0, 0.527));
background: -o-linear-gradient(rgba(0, 0, 0, 0.623), rgba(0, 0, 0, .4));
background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, .4));
border-radius: inherit;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.player-audio .player-audio-controls>* {
pointer-events: all;
}
.player-audio button {
position: relative;
display: inline-block;
vertical-align: middle;
border: 0;
outline: 0;
background-color: transparent;
margin-left: 10px;
border-radius: 4px;
color: inherit;
overflow: visible;
padding: 7px;
-webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
-o-transition: background .3s ease, color .3s ease, opacity .3s ease;
transition: background .3s ease, color .3s ease, opacity .3s ease;
}
.btns-audio-centrais {
position: relative;
display: flex;
justify-content: center;
margin-left: 0;
padding: 0;
transform: translate(2%, 0%);
z-index: 2;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.btns-audio-centrais button {
position: relative;
top: 20px;
color: white;
margin-right: 10px;
padding: 10px;
font-size: 12px;
background-color: rgba(51, 51, 51, 0.849);
}
.btns-audio-centrais button:hover {
color: rgb(0, 0, 0);
background-color: #000000;
}
.player-audio button.disabled svg{
opacity: 0.5;
}
.player-audio button:first-child {
margin-left: 0;
margin-right: 10px;
}
.player-audio button:hover {
background-color: #9e9e9ecb;
}
.player-audio button svg {
position: relative;
margin: 0 auto;
display: block;
fill: #fff;
width: 18px;
height: 18px;
padding-top: 1px;
}
.player-audio .player-audio-play-center {
position: absolute;
margin-left: 0;
left: 50%;
top: 50%;
width: 50px;
height: 50px;
background-color: #101cca;
border-radius: 50%;
vertical-align:middle;
box-sizing: border-box;
padding: 0;
transform: translate(-50%, -50%);
z-index: 2;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.player-audio .player-audio-play-center svg{
width:20px;
height: 20px;
}
.player-audio .player-audio-presentation,
.player-audio .player-audio-volume {
position: relative;
display: inline-block;
height: 20px;
}
.player-audio .player-audio-presentation {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.player-audio .player-audio-volume{margin-left: 0; width: 0; height: 0; overflow: hidden; visibility: hidden;}
@media (min-width:560px) {.player-audio .player-audio-volume{width: 60px; height: auto; visibility: visible; margin-left: 10px;}}
@media (min-width:1024px) {.player-audio .player-audio-volume {width: 80px;}}
.player-audio button,
.player-audio input {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.player-audio input[type=range] {
position: relative;
display: block;
z-index: 2;
height: 20px;
width: 100%;
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: 0 0;
}
.player-audio input[type=range]::-webkit-slider-runnable-track {
position: relative;
vertical-align: middle;
background: 0 0;
outline: 0;
border: 0;
-webkit-user-select: none;
user-select: none;
background: 0 0;
}
.player-audio input[type=range]::-webkit-slider-thumb {
position: relative;
background: #efeff1;
-webkit-appearance: none;
-moz-appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.player-audio input[type=range]::-moz-range-thumb {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
}
.player-audio input[type=range]::-ms-thumb {
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
}
.player-audio input[type=range]::-ms-tooltip {
display: none;
}
.player-audio input[type=range]::-moz-focus-outer {
border: 0;
}
.player-audio input[type=range]::-moz-range-track {
background: 0 0;
outline: 0;
border: 0;
height: 6px;
-moz-user-select: none;
user-select: none;
border-radius: 4px;
}
.player-audio input[type=range]::-ms-track {
background: 0 0;
outline: 0;
border: 0;
height: 6px;
color: transparent;
background: 0 0;
}
.player-audio input[type=range]::-ms-fill-upper {
background: 0 0;
-ms-user-select: none;
user-select: none;
background: 0 0;
border: 0;
}
.player-audio input[type=range]::-ms-fill-lower {
background: 0 0;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
background-color: #ffffff;
}
.player-audio input[type=range]:focus {
outline: 0;
}
.player-audio .player-audio-progress {
position: absolute;
left: 0;
top: calc(50% - 3px);
width: 100%;
height: 6px;
border-radius: 4px;
background-color: rgba(255, 255, 255, .25);
}
.player-audio .player-audio-progress span {
position: absolute;
display: block;
top: 0;
left: 0;
height: 6px;
width: 0;
border-radius: 4px;
background-color: #ffffff;
max-width: 100%;
}
.player-audio span.player-audio-pbuffer {
background-color: rgba(255, 255, 255, .25);
}
/*.player-audio .player-audio-totalTime*/
.player-audio .player-audio-time {
display: inline-block;
margin-left: 10px;
height: 20px;
line-height: 20px;
}
.player-audio .player-audio-tooltip {
position: absolute;
display: block;
background-color: rgba(0, 0, 0, .7);
line-height: 1.2;
padding: 5px 7px;
border-radius: 4px;
width: auto;
bottom: 100%;
margin-bottom: 10px;
opacity: 0;
line-height: 1.3;
left: 50%;
z-index: 2;
pointer-events: none;
left: 50%;
-webkit-transform: translate(-50%, 0) scale(.8);
-ms-transform: translate(-50%, 0) scale(.8);
transform: translate(-50%, 0) scale(.8);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
-o-transition: transform .2s .1s ease, opacity .2s .1s ease;
transition: transform .2s .1s ease, opacity .2s .1s ease;
transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}
.player-audio button:hover .player-audio-tooltip,
.player-audio .player-audio-presentation:hover .player-audio-tooltip {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1);
}
.player-audio button:hover .player-audio-tooltip {
z-index: 3;
}
.player-audio .player-audio-tooltip:after {
content: '';
position: absolute;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
border-right: 5px solid transparent;
border-top: 5px solid rgba(0, 0, 0, .7);
border-left: 5px solid transparent;
z-index: 2;
}
.player-audio button:first-child .player-audio-tooltip {
left: 0;
-webkit-transform: translate(0, 0) scale(.8);
-ms-transform: translate(0, 0) scale(.8);
transform: translate(0, 0) scale(.8);
}
.player-audio button:first-child .player-audio-tooltip:after {
left: 0;
-webkit-transform: translate(10px, 0);
-ms-transform: translate(10px, 0);
transform: translate(10px, 0);
}
.player-audio button:last-child .player-audio-tooltip {
left: auto;
right: 0;
-webkit-transform: translate(0, 0) scale(.8);
-ms-transform: translate(0, 0) scale(.8);
transform: translate(0, 0) scale(.8);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.player-audio button:last-child .player-audio-tooltip:after {
left: auto;
right: 16px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.player-audio button:first-child:hover .player-audio-tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.player-audio button:last-child:hover .player-audio-tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.player-audio-loader {
display: none;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.player-audio .player-audio-loader-box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
border-radius: inherit;
}
.player-audio .player-audio-gif {
position: relative;
width: 100px;
}
.player-audio .player-audio-spinner {
margin-left: auto;
margin-right: auto;
width: 70px;
text-align: center;
}
.player-audio .player-audio-spinner > div {
width: 16px;
height: 16px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: player-audio-sk-bouncedelay 1s infinite ease-in-out both;
animation: player-audio-sk-bouncedelay 1s infinite ease-in-out both;
}
.player-audio .player-audio-spinner .player-audio-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.player-audio .player-audio-spinner .player-audio-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes player-audio-sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes player-audio-sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
/* Qualidade de audio
.player-audio-loader .quality-hd {
position: absolute;
top: 100px;
background-color: rgb(145, 145, 145);
}
.player-audio-loader .quality-sd {
position: absolute;
}*/
|
public/player-audio/player_audio.css
|
.audio-container,
.audio-container *,
.audio-container::after,
.audio-containero::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
}
.player-audio-cursor-show{
cursor: default;
}
.player-audio-cursor-hidden{
cursor: none;
}
.player-audio-cursor-show input[type=range],
.player-audio-cursor-show button{
cursor: pointer;
}
.player-audio-cursor-hidden input[type=range],
.player-audio-cursor-hidden button{
cursor: none;
}
.player-audio-cursor-show .player-audio-controls {
opacity: 1;
}
.player-audio-cursor-hidden .player-audio-controls{
opacity: 0;
}
.player-audio-cursor-show .player-audio-play-center{
opacity: 1;
visibility: visible;
}
.player-audio-cursor-hidden .player-audio-play-center{
opacity: 0;
visibility: hidden;
}
.player-audio a,
.player-audio button,
.player-audio input{
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.audio-container {
position: relative;
width: 100%;
min-width: 150px;
height: 100%;
/* padding-bottom: 100px; */
border-radius: inherit;
direction: ltr;
background-color: #ffffff;
background-repeat: no-repeat;
}
.player-audio-fullscreen-on{
height: 100vh;
padding-bottom: 0;
}
.player-audio:focus {
outline: 0;
}
.player-audio audio {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
border-radius: inherit;
}
.player-audio .player-audio-legends {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding: 20px;
color: #fff;
transition: transform .3s ease, -webkit-transform .3s ease;
}
.player-audio .player-audio-legends span {
display: inline-block;
border-radius: 4px;
padding: 5px 10px;
background: rgba(0, 0, 0, .6);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 150%;
font-size: inherit;
}
.player-audio .player-audio-legends span:empty {
display: none;
}
.player-audio-cursor-show .player-audio-legends{
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
.player-audio-cursor-hidden .player-audio-legends{
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
@media (min-width: 768px) {
.player-audio .player-audio-legends {
font-size: 24px;
}
}
@media (min-width:1024px) {
.player-audio .player-audio-legends {
font-size: 32px
}
}
.player-audio::-webkit-media-controls {
display: none;
}
.player-audio audio::-webkit-media-text-track-container {
display: none;
}
.player-audio .player-audio-controls {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
left: 0px;
right: 0px;
bottom: 0px;
color: #fff;
z-index: 2;
padding: 7px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
text-align: center;
pointer-events: none;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, .4)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.548), rgba(0, 0, 0, 0.527));
background: -o-linear-gradient(rgba(0, 0, 0, 0.623), rgba(0, 0, 0, .4));
background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, .4));
border-radius: inherit;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.player-audio .player-audio-controls>* {
pointer-events: all;
}
.player-audio button {
position: relative;
display: inline-block;
vertical-align: middle;
border: 0;
outline: 0;
background-color: transparent;
margin-left: 10px;
border-radius: 4px;
color: inherit;
overflow: visible;
padding: 7px;
-webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
-o-transition: background .3s ease, color .3s ease, opacity .3s ease;
transition: background .3s ease, color .3s ease, opacity .3s ease;
}
.btns-audio-centrais {
position: relative;
display: flex;
justify-content: center;
margin-left: 0;
padding: 0;
transform: translate(2%, 0%);
z-index: 2;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.btns-audio-centrais button {
position: relative;
top: 20px;
color: white;
margin-right: 10px;
padding: 10px;
font-size: 12px;
background-color: rgba(51, 51, 51, 0.849);
}
.btns-audio-centrais button:hover {
color: rgb(0, 0, 0);
background-color: #000000;
}
.player-audio button.disabled svg{
opacity: 0.5;
}
.player-audio button:first-child {
margin-left: 0;
margin-right: 10px;
}
.player-audio button:hover {
background-color: #9e9e9ecb;
}
.player-audio button svg {
position: relative;
margin: 0 auto;
display: block;
fill: #fff;
width: 18px;
height: 18px;
padding-top: 1px;
}
.player-audio .player-audio-play-center {
position: absolute;
margin-left: 0;
left: 50%;
top: 50%;
width: 50px;
height: 50px;
background-color: #101cca;
border-radius: 50%;
vertical-align:middle;
box-sizing: border-box;
padding: 0;
transform: translate(-50%, -50%);
z-index: 2;
-webkit-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
-o-transition: opacity .2s .1s ease;
transition: opacity .2s .1s ease;
}
.player-audio .player-audio-play-center svg{
width:20px;
height: 20px;
}
.player-audio .player-audio-presentation,
.player-audio .player-audio-volume {
position: relative;
display: inline-block;
height: 20px;
}
.player-audio .player-audio-presentation {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.player-audio .player-audio-volume{margin-left: 0; width: 0; height: 0; overflow: hidden; visibility: hidden;}
@media (min-width:560px) {.player-audio .player-audio-volume{width: 60px; height: auto; visibility: visible; margin-left: 10px;}}
@media (min-width:1024px) {.player-audio .player-audio-volume {width: 80px;}}
.player-audio button,
.player-audio input {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.player-audio input[type=range] {
position: relative;
display: block;
z-index: 2;
height: 20px;
width: 100%;
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: 0 0;
}
.player-audio input[type=range]::-webkit-slider-runnable-track {
position: relative;
vertical-align: middle;
background: 0 0;
outline: 0;
border: 0;
-webkit-user-select: none;
user-select: none;
background: 0 0;
}
.player-audio input[type=range]::-webkit-slider-thumb {
position: relative;
background: #efeff1;
-webkit-appearance: none;
-moz-appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.player-audio input[type=range]::-moz-range-thumb {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
}
.player-audio input[type=range]::-ms-thumb {
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
box-sizing: border-box;
}
.player-audio input[type=range]::-ms-tooltip {
display: none;
}
.player-audio input[type=range]::-moz-focus-outer {
border: 0;
}
.player-audio input[type=range]::-moz-range-track {
background: 0 0;
outline: 0;
border: 0;
height: 6px;
-moz-user-select: none;
user-select: none;
border-radius: 4px;
}
.player-audio input[type=range]::-ms-track {
background: 0 0;
outline: 0;
border: 0;
height: 6px;
color: transparent;
background: 0 0;
}
.player-audio input[type=range]::-ms-fill-upper {
background: 0 0;
-ms-user-select: none;
user-select: none;
background: 0 0;
border: 0;
}
.player-audio input[type=range]::-ms-fill-lower {
background: 0 0;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
background-color: #ffffff;
}
.player-audio input[type=range]:focus {
outline: 0;
}
.player-audio .player-audio-progress {
position: absolute;
left: 0;
top: calc(50% - 3px);
width: 100%;
height: 6px;
border-radius: 4px;
background-color: rgba(255, 255, 255, .25);
}
.player-audio .player-audio-progress span {
position: absolute;
display: block;
top: 0;
left: 0;
height: 6px;
width: 0;
border-radius: 4px;
background-color: #ffffff;
max-width: 100%;
}
.player-audio span.player-audio-pbuffer {
background-color: rgba(255, 255, 255, .25);
}
/*.player-audio .player-audio-totalTime*/
.player-audio .player-audio-time {
display: inline-block;
margin-left: 10px;
height: 20px;
line-height: 20px;
}
.player-audio .player-audio-tooltip {
position: absolute;
display: block;
background-color: rgba(0, 0, 0, .7);
line-height: 1.2;
padding: 5px 7px;
border-radius: 4px;
width: auto;
bottom: 100%;
margin-bottom: 10px;
opacity: 0;
line-height: 1.3;
left: 50%;
z-index: 2;
pointer-events: none;
left: 50%;
-webkit-transform: translate(-50%, 0) scale(.8);
-ms-transform: translate(-50%, 0) scale(.8);
transform: translate(-50%, 0) scale(.8);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
-o-transition: transform .2s .1s ease, opacity .2s .1s ease;
transition: transform .2s .1s ease, opacity .2s .1s ease;
transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}
.player-audio button:hover .player-audio-tooltip,
.player-audio .player-audio-presentation:hover .player-audio-tooltip {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1);
}
.player-audio button:hover .player-audio-tooltip {
z-index: 3;
}
.player-audio .player-audio-tooltip:after {
content: '';
position: absolute;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
border-right: 5px solid transparent;
border-top: 5px solid rgba(0, 0, 0, .7);
border-left: 5px solid transparent;
z-index: 2;
}
.player-audio button:first-child .player-audio-tooltip {
left: 0;
-webkit-transform: translate(0, 0) scale(.8);
-ms-transform: translate(0, 0) scale(.8);
transform: translate(0, 0) scale(.8);
}
.player-audio button:first-child .player-audio-tooltip:after {
left: 0;
-webkit-transform: translate(10px, 0);
-ms-transform: translate(10px, 0);
transform: translate(10px, 0);
}
.player-audio button:last-child .player-audio-tooltip {
left: auto;
right: 0;
-webkit-transform: translate(0, 0) scale(.8);
-ms-transform: translate(0, 0) scale(.8);
transform: translate(0, 0) scale(.8);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.player-audio button:last-child .player-audio-tooltip:after {
left: auto;
right: 16px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.player-audio button:first-child:hover .player-audio-tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.player-audio button:last-child:hover .player-audio-tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.player-audio-loader {
display: none;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.player-audio .player-audio-loader-box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
border-radius: inherit;
}
.player-audio .player-audio-gif {
position: relative;
width: 100px;
}
.player-audio .player-audio-spinner {
margin-left: auto;
margin-right: auto;
width: 70px;
text-align: center;
}
.player-audio .player-audio-spinner > div {
width: 16px;
height: 16px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: player-audio-sk-bouncedelay 1s infinite ease-in-out both;
animation: player-audio-sk-bouncedelay 1s infinite ease-in-out both;
}
.player-audio .player-audio-spinner .player-audio-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.player-audio .player-audio-spinner .player-audio-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes player-audio-sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes player-audio-sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
/* Qualidade de audio
.player-audio-loader .quality-hd {
position: absolute;
top: 100px;
background-color: rgb(145, 145, 145);
}
.player-audio-loader .quality-sd {
position: absolute;
}*/
| 0.480966 | 0.069195 |
@import "fonts/fontello.css";
body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
margin-bottom: 70px;
line-height: 2;
}
#contentarea {
padding: 40px 30px;
background: #fff;
border-radius: 8px;
}
#panel {
width: 100%;
height: 55px;
border-top: #eee 1px solid;
background: rgba(255, 255, 255, 0.95);
position: fixed;
bottom: 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
white-space: nowrap;
z-index: 10001;
}
#panel button {
border-radius: 4px;
padding: 10px 15px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
line-height: 1;
}
/**********************************
Header Image with Caption
***********************************/
figure.hdr {
position: relative;
width: 100%;
overflow: hidden;
background-color: #000;
}
figure.hdr img {
position: relative;
display: block;
width: 100%;
opacity: 0.8;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
figure.hdr:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.hdr figcaption {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 60%;
padding: 0 2.5em;
color: #fff;
font-size: 1.55em;
text-align: center;
box-sizing: border-box;
z-index: 1;
}
/* Text */
figure.hdr h2 {
font-weight: 300;
text-transform: uppercase;
}
figure.hdr h2 span {
font-weight: 800;
}
figure.hdr p {
letter-spacing: 1px;
font-size: 68.5%;
text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
margin: 0;
z-index: 10000;
}
/* Cosmetic */
figure.hdr div {
height: 100%;
z-index: 0;
}
figure.hdr div::before,
figure.hdr div::after {
position: absolute;
content: '';
}
/* One */
figure.one div::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
figure.one div::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
figure.two div::after {
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
height: 70%;
}
figure.three p {
margin: 1em 0 0;
padding: 2em;
border: 1px solid #fff;
}
/* Four */
figure.four figcaption {
height: 60%;
text-align: left;
}
figure.four p {
position: absolute;
right: 50px;
bottom: 50px;
left: 50px;
padding: 2em;
border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
height: 100%;
text-align: right;
}
figure.five h2 {
position: absolute;
left: 50px;
right: 50px;
top: 10%;
border-bottom: 5px solid #fff;
}
figure.five p {
position: absolute;
right: 50px;
bottom: 10%;
}
/* Six */
figure.six figcaption {
height: 70%;
}
figure.six h2 {
padding-bottom: 3%;
border-bottom: 1px solid #fff;
}
figure.six p {
padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
height: 90%;
text-align: left;
}
figure.seven h2 {
border-bottom: 3px solid #fff;
}
figure.seven p {
padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
height: 100%;
text-align: right;
}
figure.eight h2 {
position: absolute;
left: 50%;
right: 50px;
bottom: 10%;
}
figure.eight p {
position: absolute;
left: 50px;
right: 50%;
top: 10%;
padding-right: 0.5em;
border-right: 1px solid #fff;
}
.animate-spin {
animation: spin 2s linear 0s normal none infinite running;
display: inline-block;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.block-placeholder {
background: rgba(225, 225, 225, 1) none repeat scroll 0 0;
height: 15px;
}
.ui-draggable {
position: relative;
}
.ui-draggable.code > div:first-child {
cursor: default;
opacity: 0.5;
}
.ui-dragbox {
box-shadow: 11px 0 0 -6px rgba(224, 224, 224, 1) inset;
z-index: 1;
}
.ui-dragbox-outlined > div:first-child {
outline: 1px solid rgba(228, 156, 90, 0.5);
z-index: 1;
}
.ui-dragbox-outlined.firefox > div:first-child {
outline: 1px dotted rgba(113, 54, 0, 0.5);
z-index: 1;
}
.dynamic {
background: transparent none repeat scroll 0 0 !important;
border: 5px solid rgba(225, 225, 225, 0.9) !important;
height: 60px !important;
width: 150px !important;
}
.row-tool {
color: rgba(200, 200, 200, 0.8);
display: none;
font-size: 15px;
left: -37px;
position: absolute;
top: 0;
width: 30px;
z-index: 2;
}
.row-handle {
background: rgb(175, 206, 1) none repeat scroll 0 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
cursor: move;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-html {
background: rgb(0, 172, 214) none repeat scroll 0 0;
color: #fff;
cursor: pointer;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-copy {
background: rgb(77, 77, 77) none repeat scroll 0 0;
color: #fff;
cursor: pointer;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-remove {
background: rgb(247, 99, 46) none repeat scroll 0 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
#divTool {
background-color: rgba(213, 213, 213, 0.9);
box-sizing: border-box;
color: #111;
height: 100%;
padding: 13px;
position: fixed;
right: -300px;
top: 0;
width: 270px;
z-index: 10001;
}
#lnkToolOpen {
background: rgba(213, 213, 213, 0.9) none repeat scroll 0 0;
border-bottom-left-radius: 5px;
border-right: medium none;
border-top-left-radius: 5px;
box-sizing: border-box;
color: rgb(37, 37, 37);
font-family: sans-serif;
font-size: 1.2em;
left: -30px;
line-height: 1;
margin: 0;
padding: 10px 3px;
position: absolute;
text-align: center;
text-decoration: none;
top: 100px;
width: 30px;
}
#lnkToolOpen.leftside {
border-left: medium none;
border-radius: 0 5px 5px 0;
left: auto;
right: -30px;
}
#divSnippetList {
box-sizing: border-box;
height: 94%;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 5px;
width: 100%;
}
#divSnippetList div {
background: #acacac none repeat scroll 0 0;
cursor: move;
float: left;
margin: 0 10px 12px 0;
padding: 0;
}
#divSnippetList div:hover img {
opacity: 0.5;
outline: 1px solid rgba(0, 0, 0, 0.5);
transition: all 0.2s ease-in-out 0s;
}
#divSnippetList div img {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
display: block;
margin: 0;
max-width: 194px;
width: 100%;
}
:focus {
outline: medium none;
}
#rte-toolbar {
background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
box-shadow: none;
box-sizing: border-box;
display: none;
height: 63px;
left: 0;
margin: 0;
opacity: 1;
padding: 12px;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 1001;
}
#rte-toolbar.rte-side {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
height: 480px;
padding: 0;
top: 70px;
width: 70px;
}
#rte-toolbar.rte-side.right {
left: auto;
right: 10px;
}
#rte-toolbar a {
-moz-user-select: none;
background-color: rgba(224, 224, 224, 0.95);
border-radius: 0;
box-sizing: border-box;
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 12px;
line-height: 1.6;
padding: 9px 12px;
text-align: center;
text-decoration: none;
transition: all 0.3s ease-in-out 0s;
width: 40px;
}
#rte-toolbar a:hover {
background-color: #d3d3d3;
}
#rte-toolbar a:first-child {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
#rte-toolbar a:last-child {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
#rte-toolbar.rte-side a:first-child {
border-radius: 4px 4px 0 0;
}
#rte-toolbar.rte-side a:last-child {
border-radius: 0 0 4px 4px;
}
#divRteLink {
background: #1aa3ff none repeat scroll 0 0;
border: 0 solid #b7def3;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: none;
font-family: sans-serif;
font-size: 11px;
height: 22px;
line-height: 22px;
opacity: 0.9;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 67px;
z-index: 1000;
}
#divRteLink.forceshow {
display: block !important;
}
#divFrameLink {
background: #1aa3ff none repeat scroll 0 0;
border: 0 solid #b7def3;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: none;
font-family: sans-serif;
font-size: 11px;
height: 22px;
line-height: 22px;
opacity: 0.9;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 67px;
z-index: 1000;
}
#divRteHtml {
display: none;
height: 35px;
position: absolute;
text-align: right;
vertical-align: middle;
white-space: nowrap;
width: 100px;
z-index: 1;
}
#divRteHtml #lnkRteHtml {
background: #000 none repeat scroll 0 0;
border: 0 solid #fff;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 12px;
height: 27px;
line-height: 27px;
margin: 2px;
opacity: 0.9;
text-align: center;
width: 27px;
}
@media (max-width: 600px) {
#rte-toolbar {
display: none !important;
}
}
div.fileinputs {
position: relative;
}
div.fakefile {
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
div.fakefile img {
border-radius: 50px;
height: 50px;
width: 50px;
}
#img-file {
cursor: pointer;
height: 50px;
opacity: 0;
position: relative;
text-align: right;
width: 50px;
z-index: 2;
}
#divUploadImg {
background: #2a2a2a none repeat scroll 0 0;
border-radius: 50px;
cursor: pointer;
display: none;
height: 50px;
opacity: 0.95;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 50px;
z-index: 15;
}
#divUploadImg i {
color: #ffffff;
display: inline-block;
font-size: 20px;
line-height: 50px;
text-align: center;
}
input.my-file {
cursor: pointer;
height: 30px;
opacity: 0;
position: relative;
text-align: right;
width: 30px;
z-index: 2;
}
#divToolImg {
background: rgba(0, 163, 204, 0.9) none repeat scroll 0 0;
border-radius: 4px;
cursor: pointer;
display: none;
height: 30px;
opacity: 0.8;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 30px;
z-index: 10000;
}
#divToolImg #lnkEditImage {
color: #ffffff;
display: inline-block;
font-size: 16px;
line-height: 30px;
text-align: center;
}
#divToolImgSettings {
display: none;
height: 35px;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 30px;
z-index: 10000;
}
#divToolImgSettings #lnkImageSettings {
background: rgba(233, 84, 0, 0.9) none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
height: 30px;
line-height: 30px;
opacity: 0.8;
text-align: center;
width: 30px;
}
#divToolImgLoader {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
border-radius: 50px;
cursor: pointer;
display: none;
height: 50px;
margin-left: -15px;
margin-top: -15px;
opacity: 0.8;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 50px;
z-index: 10000;
}
#divToolImgLoader #lnkImageLoader {
color: rgba(0, 163, 204, 1);
display: inline-block;
font-size: 30px;
line-height: 50px;
text-align: center;
}
#img-control button {
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
color: #333;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 0;
margin-right: 2px;
padding: 5px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
#img-control #btnChangeImage {
background-color: rgba(0, 163, 204, 0.8);
border-color: rgba(0, 163, 204, 1);
color: #ffffff;
padding-right: 4px;
}
.rangeslider, .rangeslider__fill {
background: #e6e6e6 none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.3) inset;
display: block;
height: 10px;
width: 100%;
}
.rangeslider {
position: relative;
}
.rangeslider--disabled {
opacity: 0.4;
}
.rangeslider__fill {
background: #ccc none repeat scroll 0 0;
position: absolute;
top: 0;
}
.rangeslider__handle {
background: white none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 50%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: inline-block;
height: 20px;
position: absolute;
top: -5px;
width: 20px;
}
.rangeslider__handle::after {
border-radius: 50%;
bottom: 0;
content: "";
display: block;
height: 18px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 18px;
}
#divCb input[type="range"]:focus + .rangeslider .rangeslider__handle {
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.md-modal {
backface-visibility: hidden;
border-radius: 5px;
box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
display: none;
height: auto;
left: 50%;
min-width: 150px;
position: fixed;
top: 50%;
transform: translateX(-50%) translateY(-50%);
visibility: hidden;
width: 50%;
z-index: 10002;
}
.md-show {
display: block;
visibility: visible;
}
.md-overlay {
background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
display: block;
height: 100%;
left: 0;
opacity: 1;
position: fixed;
top: 0;
transition: all 0.3s ease 0s;
visibility: visible;
width: 100%;
z-index: 10001;
}
.md-content {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
color: #000;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.md-body {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 13px;
margin: 0;
padding: 0;
}
.md-footer {
background: #ffffff none repeat scroll 0 0;
border-radius: 5px;
margin: 0;
padding: 0;
text-align: right;
}
.md-body input[type="text"], .md-body textarea {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
background-image: none;
border-collapse: collapse;
border-color: -moz-use-text-color -moz-use-text-color #eaeaea;
border-image: none;
border-style: none none solid;
border-width: medium medium 1px;
box-sizing: border-box;
color: #000;
display: block;
font-size: 14px;
height: 63px;
letter-spacing: 1px;
line-height: 1.7;
margin: 0;
padding: 20px;
width: 100%;
}
.md-body select {
background: #eee none repeat scroll 0 0;
border: medium none;
border-radius: 5px;
color: #454545;
font-size: 14px;
height: 35px;
letter-spacing: 1px;
line-height: 1.7;
margin: 0 0 10px;
padding: 5px;
}
.md-body select option {
background: #fff none repeat scroll 0 0;
}
.md-body .inpchk {
box-sizing: border-box;
float: left;
font-family: sans-serif;
font-size: 14px;
height: 63px;
letter-spacing: 1px;
line-height: 1.7;
padding: 20px;
}
.md-footer button {
background-color: #ddd;
border: medium none;
border-radius: 0 0 5px 5px;
color: #000;
cursor: pointer;
font-size: 11px !important;
letter-spacing: 2px !important;
line-height: 1.7;
margin: 0;
padding: 19px;
text-transform: uppercase !important;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
.md-footer button:hover {
background-color: #d9d9d9;
}
.md-label {
background: #f7f7f7 none repeat scroll 0 0;
border-top-left-radius: 5px;
box-sizing: border-box;
color: #333;
float: left;
font-family: sans-serif;
font-size: 14px;
height: 63px;
line-height: 63px;
padding: 0 0 0 20px;
width: 30%;
}
.md-btnbrowse {
background: #efefef none repeat scroll 0 0;
box-sizing: border-box;
color: #aaa;
cursor: pointer;
float: left;
font-size: 15px;
height: 63px;
line-height: 1.7;
padding-top: 20px;
text-align: center;
}
#md-imageselect, #md-fileselect {
z-index: 10005;
}
.md-pick {
border-radius: 500px;
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
height: 44px;
margin: 3px;
padding: 0;
width: 44px;
}
.md-pickpara {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0;
width: 170px;
}
.md-pickpara * {
line-height: 0 !important;
margin: 0 !important;
}
.md-pickalign {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0 0 0 35px;
text-align: left;
width: 150px;
}
.md-picklist {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0 0 0 22px;
text-align: left;
width: 150px;
}
.md-picklist.half {
display: inline;
margin-bottom: 2px;
width: 70px;
}
.md-pickalign *, .md-picklist * {
color: #555;
font-size: 14px;
}
.md-pickalign span, .md-picklist span {
margin-left: 7px;
}
.md-picksize {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
margin: 10px;
min-height: 40px;
padding: 7px;
width: 170px;
}
.md-picksize * {
line-height: 0 !important;
margin: 0 !important;
}
*::-moz-selection {
background: rgb(255, 156, 38) none repeat scroll 0 0;
color: #fff;
}
#btnInsertPlh, #btnDelRowCancel, #btnDelRowOk {
font-size: 11px;
height: 35px;
letter-spacing: 1px;
line-height: 35px;
padding: 0 30px;
text-transform: uppercase;
}
.custom-block {
background: #eaeaea none repeat scroll 0 0;
min-height: 100px;
padding-bottom: 50px;
padding-top: 50px;
}
|
views/backend/default/layouts/js/lib/editors/contentbuilder/builder.css
|
@import "fonts/fontello.css";
body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
margin-bottom: 70px;
line-height: 2;
}
#contentarea {
padding: 40px 30px;
background: #fff;
border-radius: 8px;
}
#panel {
width: 100%;
height: 55px;
border-top: #eee 1px solid;
background: rgba(255, 255, 255, 0.95);
position: fixed;
bottom: 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
white-space: nowrap;
z-index: 10001;
}
#panel button {
border-radius: 4px;
padding: 10px 15px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
line-height: 1;
}
/**********************************
Header Image with Caption
***********************************/
figure.hdr {
position: relative;
width: 100%;
overflow: hidden;
background-color: #000;
}
figure.hdr img {
position: relative;
display: block;
width: 100%;
opacity: 0.8;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
figure.hdr:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.hdr figcaption {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 60%;
padding: 0 2.5em;
color: #fff;
font-size: 1.55em;
text-align: center;
box-sizing: border-box;
z-index: 1;
}
/* Text */
figure.hdr h2 {
font-weight: 300;
text-transform: uppercase;
}
figure.hdr h2 span {
font-weight: 800;
}
figure.hdr p {
letter-spacing: 1px;
font-size: 68.5%;
text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
margin: 0;
z-index: 10000;
}
/* Cosmetic */
figure.hdr div {
height: 100%;
z-index: 0;
}
figure.hdr div::before,
figure.hdr div::after {
position: absolute;
content: '';
}
/* One */
figure.one div::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
figure.one div::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
figure.two div::after {
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
height: 70%;
}
figure.three p {
margin: 1em 0 0;
padding: 2em;
border: 1px solid #fff;
}
/* Four */
figure.four figcaption {
height: 60%;
text-align: left;
}
figure.four p {
position: absolute;
right: 50px;
bottom: 50px;
left: 50px;
padding: 2em;
border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
height: 100%;
text-align: right;
}
figure.five h2 {
position: absolute;
left: 50px;
right: 50px;
top: 10%;
border-bottom: 5px solid #fff;
}
figure.five p {
position: absolute;
right: 50px;
bottom: 10%;
}
/* Six */
figure.six figcaption {
height: 70%;
}
figure.six h2 {
padding-bottom: 3%;
border-bottom: 1px solid #fff;
}
figure.six p {
padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
height: 90%;
text-align: left;
}
figure.seven h2 {
border-bottom: 3px solid #fff;
}
figure.seven p {
padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
height: 100%;
text-align: right;
}
figure.eight h2 {
position: absolute;
left: 50%;
right: 50px;
bottom: 10%;
}
figure.eight p {
position: absolute;
left: 50px;
right: 50%;
top: 10%;
padding-right: 0.5em;
border-right: 1px solid #fff;
}
.animate-spin {
animation: spin 2s linear 0s normal none infinite running;
display: inline-block;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.block-placeholder {
background: rgba(225, 225, 225, 1) none repeat scroll 0 0;
height: 15px;
}
.ui-draggable {
position: relative;
}
.ui-draggable.code > div:first-child {
cursor: default;
opacity: 0.5;
}
.ui-dragbox {
box-shadow: 11px 0 0 -6px rgba(224, 224, 224, 1) inset;
z-index: 1;
}
.ui-dragbox-outlined > div:first-child {
outline: 1px solid rgba(228, 156, 90, 0.5);
z-index: 1;
}
.ui-dragbox-outlined.firefox > div:first-child {
outline: 1px dotted rgba(113, 54, 0, 0.5);
z-index: 1;
}
.dynamic {
background: transparent none repeat scroll 0 0 !important;
border: 5px solid rgba(225, 225, 225, 0.9) !important;
height: 60px !important;
width: 150px !important;
}
.row-tool {
color: rgba(200, 200, 200, 0.8);
display: none;
font-size: 15px;
left: -37px;
position: absolute;
top: 0;
width: 30px;
z-index: 2;
}
.row-handle {
background: rgb(175, 206, 1) none repeat scroll 0 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
cursor: move;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-html {
background: rgb(0, 172, 214) none repeat scroll 0 0;
color: #fff;
cursor: pointer;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-copy {
background: rgb(77, 77, 77) none repeat scroll 0 0;
color: #fff;
cursor: pointer;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.row-remove {
background: rgb(247, 99, 46) none repeat scroll 0 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: #fff;
cursor: pointer;
font-size: 15px;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
#divTool {
background-color: rgba(213, 213, 213, 0.9);
box-sizing: border-box;
color: #111;
height: 100%;
padding: 13px;
position: fixed;
right: -300px;
top: 0;
width: 270px;
z-index: 10001;
}
#lnkToolOpen {
background: rgba(213, 213, 213, 0.9) none repeat scroll 0 0;
border-bottom-left-radius: 5px;
border-right: medium none;
border-top-left-radius: 5px;
box-sizing: border-box;
color: rgb(37, 37, 37);
font-family: sans-serif;
font-size: 1.2em;
left: -30px;
line-height: 1;
margin: 0;
padding: 10px 3px;
position: absolute;
text-align: center;
text-decoration: none;
top: 100px;
width: 30px;
}
#lnkToolOpen.leftside {
border-left: medium none;
border-radius: 0 5px 5px 0;
left: auto;
right: -30px;
}
#divSnippetList {
box-sizing: border-box;
height: 94%;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 5px;
width: 100%;
}
#divSnippetList div {
background: #acacac none repeat scroll 0 0;
cursor: move;
float: left;
margin: 0 10px 12px 0;
padding: 0;
}
#divSnippetList div:hover img {
opacity: 0.5;
outline: 1px solid rgba(0, 0, 0, 0.5);
transition: all 0.2s ease-in-out 0s;
}
#divSnippetList div img {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
display: block;
margin: 0;
max-width: 194px;
width: 100%;
}
:focus {
outline: medium none;
}
#rte-toolbar {
background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
box-shadow: none;
box-sizing: border-box;
display: none;
height: 63px;
left: 0;
margin: 0;
opacity: 1;
padding: 12px;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 1001;
}
#rte-toolbar.rte-side {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
height: 480px;
padding: 0;
top: 70px;
width: 70px;
}
#rte-toolbar.rte-side.right {
left: auto;
right: 10px;
}
#rte-toolbar a {
-moz-user-select: none;
background-color: rgba(224, 224, 224, 0.95);
border-radius: 0;
box-sizing: border-box;
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 12px;
line-height: 1.6;
padding: 9px 12px;
text-align: center;
text-decoration: none;
transition: all 0.3s ease-in-out 0s;
width: 40px;
}
#rte-toolbar a:hover {
background-color: #d3d3d3;
}
#rte-toolbar a:first-child {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
#rte-toolbar a:last-child {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
#rte-toolbar.rte-side a:first-child {
border-radius: 4px 4px 0 0;
}
#rte-toolbar.rte-side a:last-child {
border-radius: 0 0 4px 4px;
}
#divRteLink {
background: #1aa3ff none repeat scroll 0 0;
border: 0 solid #b7def3;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: none;
font-family: sans-serif;
font-size: 11px;
height: 22px;
line-height: 22px;
opacity: 0.9;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 67px;
z-index: 1000;
}
#divRteLink.forceshow {
display: block !important;
}
#divFrameLink {
background: #1aa3ff none repeat scroll 0 0;
border: 0 solid #b7def3;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: none;
font-family: sans-serif;
font-size: 11px;
height: 22px;
line-height: 22px;
opacity: 0.9;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 67px;
z-index: 1000;
}
#divRteHtml {
display: none;
height: 35px;
position: absolute;
text-align: right;
vertical-align: middle;
white-space: nowrap;
width: 100px;
z-index: 1;
}
#divRteHtml #lnkRteHtml {
background: #000 none repeat scroll 0 0;
border: 0 solid #fff;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 12px;
height: 27px;
line-height: 27px;
margin: 2px;
opacity: 0.9;
text-align: center;
width: 27px;
}
@media (max-width: 600px) {
#rte-toolbar {
display: none !important;
}
}
div.fileinputs {
position: relative;
}
div.fakefile {
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
div.fakefile img {
border-radius: 50px;
height: 50px;
width: 50px;
}
#img-file {
cursor: pointer;
height: 50px;
opacity: 0;
position: relative;
text-align: right;
width: 50px;
z-index: 2;
}
#divUploadImg {
background: #2a2a2a none repeat scroll 0 0;
border-radius: 50px;
cursor: pointer;
display: none;
height: 50px;
opacity: 0.95;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 50px;
z-index: 15;
}
#divUploadImg i {
color: #ffffff;
display: inline-block;
font-size: 20px;
line-height: 50px;
text-align: center;
}
input.my-file {
cursor: pointer;
height: 30px;
opacity: 0;
position: relative;
text-align: right;
width: 30px;
z-index: 2;
}
#divToolImg {
background: rgba(0, 163, 204, 0.9) none repeat scroll 0 0;
border-radius: 4px;
cursor: pointer;
display: none;
height: 30px;
opacity: 0.8;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 30px;
z-index: 10000;
}
#divToolImg #lnkEditImage {
color: #ffffff;
display: inline-block;
font-size: 16px;
line-height: 30px;
text-align: center;
}
#divToolImgSettings {
display: none;
height: 35px;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 30px;
z-index: 10000;
}
#divToolImgSettings #lnkImageSettings {
background: rgba(233, 84, 0, 0.9) none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
height: 30px;
line-height: 30px;
opacity: 0.8;
text-align: center;
width: 30px;
}
#divToolImgLoader {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
border-radius: 50px;
cursor: pointer;
display: none;
height: 50px;
margin-left: -15px;
margin-top: -15px;
opacity: 0.8;
position: absolute;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 50px;
z-index: 10000;
}
#divToolImgLoader #lnkImageLoader {
color: rgba(0, 163, 204, 1);
display: inline-block;
font-size: 30px;
line-height: 50px;
text-align: center;
}
#img-control button {
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
color: #333;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 0;
margin-right: 2px;
padding: 5px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
#img-control #btnChangeImage {
background-color: rgba(0, 163, 204, 0.8);
border-color: rgba(0, 163, 204, 1);
color: #ffffff;
padding-right: 4px;
}
.rangeslider, .rangeslider__fill {
background: #e6e6e6 none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.3) inset;
display: block;
height: 10px;
width: 100%;
}
.rangeslider {
position: relative;
}
.rangeslider--disabled {
opacity: 0.4;
}
.rangeslider__fill {
background: #ccc none repeat scroll 0 0;
position: absolute;
top: 0;
}
.rangeslider__handle {
background: white none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 50%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: inline-block;
height: 20px;
position: absolute;
top: -5px;
width: 20px;
}
.rangeslider__handle::after {
border-radius: 50%;
bottom: 0;
content: "";
display: block;
height: 18px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 18px;
}
#divCb input[type="range"]:focus + .rangeslider .rangeslider__handle {
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.md-modal {
backface-visibility: hidden;
border-radius: 5px;
box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
display: none;
height: auto;
left: 50%;
min-width: 150px;
position: fixed;
top: 50%;
transform: translateX(-50%) translateY(-50%);
visibility: hidden;
width: 50%;
z-index: 10002;
}
.md-show {
display: block;
visibility: visible;
}
.md-overlay {
background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
display: block;
height: 100%;
left: 0;
opacity: 1;
position: fixed;
top: 0;
transition: all 0.3s ease 0s;
visibility: visible;
width: 100%;
z-index: 10001;
}
.md-content {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
color: #000;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.md-body {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 13px;
margin: 0;
padding: 0;
}
.md-footer {
background: #ffffff none repeat scroll 0 0;
border-radius: 5px;
margin: 0;
padding: 0;
text-align: right;
}
.md-body input[type="text"], .md-body textarea {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
background-image: none;
border-collapse: collapse;
border-color: -moz-use-text-color -moz-use-text-color #eaeaea;
border-image: none;
border-style: none none solid;
border-width: medium medium 1px;
box-sizing: border-box;
color: #000;
display: block;
font-size: 14px;
height: 63px;
letter-spacing: 1px;
line-height: 1.7;
margin: 0;
padding: 20px;
width: 100%;
}
.md-body select {
background: #eee none repeat scroll 0 0;
border: medium none;
border-radius: 5px;
color: #454545;
font-size: 14px;
height: 35px;
letter-spacing: 1px;
line-height: 1.7;
margin: 0 0 10px;
padding: 5px;
}
.md-body select option {
background: #fff none repeat scroll 0 0;
}
.md-body .inpchk {
box-sizing: border-box;
float: left;
font-family: sans-serif;
font-size: 14px;
height: 63px;
letter-spacing: 1px;
line-height: 1.7;
padding: 20px;
}
.md-footer button {
background-color: #ddd;
border: medium none;
border-radius: 0 0 5px 5px;
color: #000;
cursor: pointer;
font-size: 11px !important;
letter-spacing: 2px !important;
line-height: 1.7;
margin: 0;
padding: 19px;
text-transform: uppercase !important;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
.md-footer button:hover {
background-color: #d9d9d9;
}
.md-label {
background: #f7f7f7 none repeat scroll 0 0;
border-top-left-radius: 5px;
box-sizing: border-box;
color: #333;
float: left;
font-family: sans-serif;
font-size: 14px;
height: 63px;
line-height: 63px;
padding: 0 0 0 20px;
width: 30%;
}
.md-btnbrowse {
background: #efefef none repeat scroll 0 0;
box-sizing: border-box;
color: #aaa;
cursor: pointer;
float: left;
font-size: 15px;
height: 63px;
line-height: 1.7;
padding-top: 20px;
text-align: center;
}
#md-imageselect, #md-fileselect {
z-index: 10005;
}
.md-pick {
border-radius: 500px;
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
height: 44px;
margin: 3px;
padding: 0;
width: 44px;
}
.md-pickpara {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0;
width: 170px;
}
.md-pickpara * {
line-height: 0 !important;
margin: 0 !important;
}
.md-pickalign {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0 0 0 35px;
text-align: left;
width: 150px;
}
.md-picklist {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 40px;
margin: 10px;
padding: 0 0 0 22px;
text-align: left;
width: 150px;
}
.md-picklist.half {
display: inline;
margin-bottom: 2px;
width: 70px;
}
.md-pickalign *, .md-picklist * {
color: #555;
font-size: 14px;
}
.md-pickalign span, .md-picklist span {
margin-left: 7px;
}
.md-picksize {
border: medium none;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
display: block;
margin: 10px;
min-height: 40px;
padding: 7px;
width: 170px;
}
.md-picksize * {
line-height: 0 !important;
margin: 0 !important;
}
*::-moz-selection {
background: rgb(255, 156, 38) none repeat scroll 0 0;
color: #fff;
}
#btnInsertPlh, #btnDelRowCancel, #btnDelRowOk {
font-size: 11px;
height: 35px;
letter-spacing: 1px;
line-height: 35px;
padding: 0 30px;
text-transform: uppercase;
}
.custom-block {
background: #eaeaea none repeat scroll 0 0;
min-height: 100px;
padding-bottom: 50px;
padding-top: 50px;
}
| 0.516352 | 0.194904 |
@charset "UTF-8";
/**
* z-index values. Order reflects the stacking
* of elements from lowest to highest.
*/
/**
* Font styles
*/
/**
* Colors
*/
/**
* Animations
*/
@-webkit-keyframes signInModalBackIn {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
65% {
opacity: .6; }
90% {
-webkit-transform: translateX(-24px);
transform: translateX(-24px);
opacity: .6; }
100% {
-webkit-transform: translateX(-25px);
transform: translateX(-25px);
opacity: .6; } }
@keyframes signInModalBackIn {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
65% {
opacity: .6; }
90% {
-webkit-transform: translateX(-24px);
transform: translateX(-24px);
opacity: .6; }
100% {
-webkit-transform: translateX(-25px);
transform: translateX(-25px);
opacity: .6; } }
@-webkit-keyframes signInModalBackOut {
0% {
opacity: .6;
-webkit-transform: translateX(-25px);
transform: translateX(-25px); }
65% {
opacity: 0; }
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px); } }
@keyframes signInModalBackOut {
0% {
opacity: .6;
-webkit-transform: translateX(-25px);
transform: translateX(-25px); }
65% {
opacity: 0; }
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px); } }
@-webkit-keyframes signInModalAppsIn {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@keyframes signInModalAppsIn {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes signInModalAppsOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%); } }
@keyframes signInModalAppsOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%); } }
@-webkit-keyframes signInModalChoiceIn {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@keyframes signInModalChoiceIn {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes signInModalChoiceOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@keyframes signInModalChoiceOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@-webkit-keyframes userActivityItemIn {
0%, 20% {
bottom: -40px; }
100% {
bottom: 0px; } }
@keyframes userActivityItemIn {
0%, 20% {
bottom: -40px; }
100% {
bottom: 0px; } }
@-webkit-keyframes userActivityItemTooltipIn {
0%, 20% {
bottom: -10px; }
80%, 100% {
bottom: 0px; } }
@keyframes userActivityItemTooltipIn {
0%, 20% {
bottom: -10px; }
80%, 100% {
bottom: 0px; } }
@-webkit-keyframes userActivityAvatarIn {
0%, 70% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes userActivityAvatarIn {
0%, 70% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes userActivityHeartBeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes userActivityHeartBeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes slidein {
0% {
max-height: 0;
overflow: hidden; }
100% {
max-height: 100px;
overflow: visible; } }
@keyframes slidein {
0% {
max-height: 0;
overflow: hidden; }
100% {
max-height: 100px;
overflow: visible; } }
@-webkit-keyframes shake {
0% {
-webkit-transform: translateX(2px);
transform: translateX(2px); }
20%, 40% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
30%, 50% {
-webkit-transform: translateX(1.5px);
transform: translateX(1.5px); }
60%, 80% {
-webkit-transform: translateX(-1px);
transform: translateX(-1px); }
70%, 90% {
-webkit-transform: translateX(0.5px);
transform: translateX(0.5px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@keyframes shake {
0% {
-webkit-transform: translateX(2px);
transform: translateX(2px); }
20%, 40% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
30%, 50% {
-webkit-transform: translateX(1.5px);
transform: translateX(1.5px); }
60%, 80% {
-webkit-transform: translateX(-1px);
transform: translateX(-1px); }
70%, 90% {
-webkit-transform: translateX(0.5px);
transform: translateX(0.5px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@-webkit-keyframes spinner {
0% {
clip: rect(0, auto, 2.5em, auto); }
50% {
clip: rect(0, auto, 2.5em, auto); }
51% {
clip: rect(0, auto, 5em, auto); }
100% {
clip: rect(0, auto, 5em, auto); } }
@keyframes spinner {
0% {
clip: rect(0, auto, 2.5em, auto); }
50% {
clip: rect(0, auto, 2.5em, auto); }
51% {
clip: rect(0, auto, 5em, auto); }
100% {
clip: rect(0, auto, 5em, auto); } }
@-webkit-keyframes firstHalf {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes firstHalf {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@-webkit-keyframes secondHalf {
0% {
opacity: 0; }
50% {
opacity: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
51% {
opacity: 1; }
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@keyframes secondHalf {
0% {
opacity: 0; }
50% {
opacity: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
51% {
opacity: 1; }
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
body:before {
display: none; }
@media (max-width: 668px) {
body:before {
content: "MOBILE"; } }
@media (min-width: 668px) and (max-width: 867px) {
body:before {
content: "TABLET"; } }
@media (min-width: 868px) {
body:before {
content: "DESKTOP"; } }
html, body {
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: "museo_sans700", sans-serif;
color: white;
-webkit-font-smoothing: antialiased; }
::-moz-selection {
color: white;
background-color: #40a4c4; }
::selection {
color: white;
background-color: #40a4c4; }
#periscope-app {
height: 100%;
min-height: 100%; }
h1 {
padding: 0;
margin: 0;
font-weight: normal; }
.theo-context-menu,
.theoplayer-error,
.theoplayer-offline,
.vjs-loading-spinner {
display: none !important; }
.HashtagLink, .DiscoverHeader .DiscoverHeader-channelLink {
color: #a4b8be;
text-decoration: none;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
a.HashtagLink:hover, .DiscoverHeader a.DiscoverHeader-channelLink:hover {
color: #3f4d51; }
.GearContainer {
display: inline-block;
width: 24px;
height: 24px; }
.GearIcon {
width: 24px;
height: 24px; }
.GearIcon .GearIcon-fill {
fill: white; }
.GearIcon.is-active .GearIcon-fill {
fill: rgba(124, 214, 241, 0.2); }
.AccountDeveloper {
width: 960px;
margin: 60px auto; }
.AccountDeveloper .CopyButton, .AccountDeveloper .CopyButton label, .AccountDeveloper .CopyButton input {
cursor: pointer; }
.AccountDeveloper .AccountDeveloper-publicApplications {
clear: both; }
.AccountDeveloper .AccountDeveloper-publicApplications section {
text-align: left;
margin-bottom: 36px; }
.AccountDeveloper .AccountDeveloper-publicApplications .AccountDeveloper-publicApplicationName {
float: left;
margin-top: 65px;
margin-bottom: 10px;
color: #a4b8be;
opacity: .7;
font-size: 20px; }
.AccountDeveloper .AccountDeveloper-publicApplications button.AccountDeveloper-actionButtons {
float: right;
margin: 55px 0 10px 15px; }
.AccountDeveloper .AccountDeveloper-publicApplicationAdd {
margin: 0 !important;
float: right; }
.AccountDeveloper .AccountDeveloper-loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountDeveloper .AccountDeveloper-publicApplication {
margin: 10px 0; }
.AccountDeveloper .AccountDeveloper-publicApplicationStatic strong {
padding-right: 10px; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit {
cursor: pointer;
opacity: .5;
top: 10px;
right: 10px;
position: absolute; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit button {
margin: 0 !important; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit:hover {
opacity: 1; }
.AccountDeveloper .is-blank {
opacity: .5; }
.AccountDisplay {
display: inline-block; }
.AccountProducer {
margin: 60px auto;
width: 960px; }
.AccountProducer a {
color: #40a4c4; }
.AccountProducer .AccountProducer-encoderName {
clear: both;
margin-top: 65px;
margin-bottom: 10px;
color: #a4b8be;
opacity: .7;
font-size: 20px; }
.AccountProducer .AccountProducer-encoderName.is-nameless {
opacity: .5; }
.AccountProducer .MuteButton {
position: absolute;
width: 52px;
height: 40px;
bottom: 10px;
right: 10px;
z-index: 60; }
.AccountProducer .MuteButton div {
width: 52px;
height: 40px; }
.AccountProducer .AccountProducer-newSource {
float: right; }
.AccountProducer .AccountProducer-description {
float: left;
padding: 20px 0;
max-width: 400px;
text-align: left; }
.AccountProducer .AccountProducer-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px;
text-align: center; }
.AccountProducer .AccountProducer-removeButton {
cursor: pointer;
opacity: .5;
top: 10px;
right: 10px;
position: absolute;
background-color: #a4b8be;
border: none;
border-radius: 50%;
padding: 0;
height: 20px;
width: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountProducer .AccountProducer-removeButton:hover {
opacity: 1; }
.AccountProducer .AccountProducer-removeButton svg {
width: 10px;
height: 10px; }
.AccountProducer .AccountProducer-removeButton svg g {
opacity: 1; }
.AccountProducer .AccountProducer-formContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountProducer .AccountProducer-form, .AccountProducer .AccountProducer-broadcastInfo {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
max-width: 400px;
margin: 0 auto;
text-align: left; }
.AccountProducer .AccountProducer-form a, .AccountProducer .AccountProducer-broadcastInfo a {
display: block;
text-decoration: none;
text-align: center; }
.AccountProducer .AccountProducer-form a:hover, .AccountProducer .AccountProducer-broadcastInfo a:hover {
text-decoration: underline; }
.AccountProducer .AccountProducer-form input, .AccountProducer .AccountProducer-broadcastInfo input {
text-align: left; }
.AccountProducer .AccountProducer-form label, .AccountProducer .AccountProducer-broadcastInfo label {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #a4b8be;
text-align: left; }
.AccountProducer .AccountProducer-form input[type='checkbox'], .AccountProducer .AccountProducer-broadcastInfo input[type='checkbox'] {
width: 20px; }
.AccountProducer .AccountProducer-broadcastTitle {
font-family: "museo_sans700", sans-serif;
font-size: 22px;
padding: 10px 0; }
.AccountProducer .AccountProducer-broadcastTitleInput input {
font-size: 22px; }
.AccountProducer .AccountProducer-link {
cursor: pointer; }
.AccountProducer .AccountProducer-link:hover {
text-decoration: underline; }
.AccountProducer .AccountProducer-link.is-red {
color: #d55548; }
.AccountProducer .AccountProducer-link.is-yellow {
color: #f5a623; }
.AccountProducer .AccountProducer-recommendedLink {
padding-top: 45px; }
.AccountProducer .AccountProducer-recommendedLink .AccountProducer-link {
display: block;
margin-bottom: 5px; }
.AccountProducer .AccountProducer-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountProducer .CopyButton * {
cursor: pointer; }
.AccountProducer .AccountProducer-settingsErrorTitle {
font-size: 30px;
margin-top: 0;
margin-bottom: -11px;
color: rgba(164, 184, 190, 0.5); }
.AccountProducer .AccountProducer-settingsError {
width: 100%;
padding: 15px;
border: 1px solid rgba(164, 184, 190, 0.5);
border-radius: 5px;
margin: 0 auto; }
.AccountProducer .AccountProducer-settingsError td {
padding: 0 5px;
width: 50%; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsLabel {
font-family: "museo_sans300", sans-serif;
text-align: right;
color: #a4b8be; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsValue {
text-align: left;
color: #222222; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsErrorValue {
text-align: left;
color: #c14b3c;
padding-bottom: 10px; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsWarningValue {
text-align: left;
color: #f5a623;
padding-bottom: 10px; }
.AccountProducer .AccountProducer-previewVideo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 281px;
width: 500px;
margin-right: 20px;
background-color: rgba(164, 184, 190, 0.3); }
.AccountProducer .AccountProducer-previewVideo .BaseVideo {
background-color: rgba(164, 184, 190, 0.3); }
.AccountProducer .ProducerEncoder {
position: relative;
overflow: hidden; }
.AccountProducer .ProducerEncoder.is-360:before {
content: '360';
color: rgba(164, 184, 190, 0.3);
font-family: "museo_sans700", sans-serif;
font-size: 120px;
top: -2px;
left: -16px;
display: block;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.SourceDropDown {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
width: 200px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.SourceDropDown ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.SourceDropDown ul li {
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
height: 64px;
line-height: 64px; }
.SourceDropDown ul li a {
display: block;
cursor: pointer;
padding-left: 24px;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
.SourceDropDown ul li a:hover {
color: #3f4d51; }
.AccountView .AccountSettings {
margin: 60px auto;
width: 640px; }
.AccountView .AccountSettings .ProfileDetails {
max-width: 400px;
margin: 0 auto; }
.AccountView .AccountSettings .ProfileName .ProfileUsername {
margin-top: 10px;
color: #3f4d51; }
.AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
margin: 0; }
.AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) + button {
margin-left: 10px !important; }
.AccountSettings-croppingBackground {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 50; }
.AccountSettings-associationTitle {
font-size: 20px;
font-family: "museo_sans700", sans-serif; }
.AccountSettings-association .LoadingBeans {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountSettings-association .AccountSettings-associationAccounts {
padding: 0;
width: 380px;
margin: 0 auto; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount:before {
content: '';
padding: 11px 15px 11px 0;
box-sizing: content-box;
background-repeat: no-repeat;
background-position-y: 11px;
display: block;
width: 32px;
height: 32px;
position: absolute;
left: -45px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.twitter:before {
background-image: url("../images/settings-twitter.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.google:before {
background-image: url("../images/settings-google.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.facebook:before {
background-image: url("../images/settings-facebook.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.digits:before {
background-image: url("../images/settings-phone.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
position: relative;
height: 56px;
color: #3f4d51;
text-align: left;
list-style: none;
padding: 12px 0;
margin-left: 45px;
border-bottom: 1px solid rgba(164, 184, 190, 0.3); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount a {
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-available {
color: #a4b8be; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-connected {
cursor: pointer;
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountMeta {
font-size: 14px;
font-family: "museo_sans300", sans-serif; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountType {
font-family: "museo_sans500", sans-serif;
font-size: 16px;
line-height: 16px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect,
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 10px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect .GearIcon {
cursor: pointer; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
cursor: pointer; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .AccountSettings-associatedAccountPrimaryText {
font-family: "museo_sans300", sans-serif;
font-size: 14px;
color: #a4b8be;
padding-right: 4px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .InfoIcon {
width: 16px;
height: 16px;
fill: #a4b8be; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .AccountSettings-associatedAccountPrimaryText {
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .InfoIcon {
fill: #40a4c4; }
.AccountStats {
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
max-height: 100%;
min-width: 1024px;
overflow: hidden;
padding: 15px 30px; }
.AccountStats-emptyState {
color: #3f4d51;
margin-top: 60px;
margin-right: auto;
margin-left: auto;
text-align: center;
width: 360px; }
.AccountStats-title h1 {
display: inline-block;
margin-right: 10px; }
.AccountStats-title .BetaBadge {
vertical-align: top; }
.AccountStats-controlsContainer {
display: block; }
.AccountStats-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStats-controlsGroup {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 60px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStats-controlGroup {
color: #3f4d51;
display: inline-block;
font-size: 14px;
margin-right: 10px; }
.AccountStats-controlGroup .Checkbox {
padding: 5px 13px; }
.AccountStats-controlGroup .Checkbox:hover {
background-color: whitesmoke; }
.AccountStats-sortLabel {
margin-left: 20px; }
.AccountStats-downloadLink {
text-decoration: none; }
.AccountStats-chart {
margin-top: 25px; }
.AccountStats-tableSection {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow: auto;
position: relative; }
.AccountStats-reactTable {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #e1e1e1;
border-radius: 5px;
top: 60px; }
.AccountStats-tableColumnsButton--isActive > .ButtonWithIcon {
background-color: #f8fafb; }
.AccountStats-tableColumnOptionsContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
top: 60px;
overflow: scroll; }
.AccountStats-tableColumnOptions {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountStats-tableColumnOptions .AccountStats-controlGroup {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountStatsBroadcastDetails {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: white;
color: #3f4d51;
top: 6px;
overflow-y: scroll;
padding: 32px;
z-index: 2; }
.AccountStatsBroadcastDetails-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStatsBroadcastDetails-headerSection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.AccountStatsBroadcastDetails-broadcastThumbnail {
background-position: center center;
background-size: cover;
border-radius: 3px;
display: inline-block;
height: 64px;
width: 64px; }
.AccountStatsBroadcastDetails-broadcastMeta {
display: inline-block;
margin-left: 16px;
max-width: 640px;
vertical-align: top; }
.AccountStatsBroadcastDetails-broadcastMeta > .BroadcastTitle {
font-family: "museo_sans700", sans-serif;
font-size: 16px;
margin-bottom: 0; }
.AccountStatsBroadcastDetails-dateTime {
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
font-size: 13px; }
.AccountStatsBroadcastDetails-button {
background-color: #88c6d9;
border: none;
border-radius: 20px;
color: white;
cursor: pointer;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
max-width: 240px;
overflow-x: hidden;
padding: 10px 20px;
text-decoration: none;
text-overflow: ellipsis;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.AccountStatsBroadcastDetails-button:hover {
background-color: #7cc0d5; }
.AccountStatsBroadcastDetails-navigationList {
border-bottom: 1px solid #e1e1e1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
padding-left: 0; }
.AccountStatsBroadcastDetails-navigationListItem {
border: 1px solid white;
border-bottom: none;
border-radius: 10px 10px 0 0;
color: #40a4c4;
display: inline-block;
font-family: "museo_sans500", sans-serif;
margin-right: 3px;
padding: 0.8em 1.6em;
position: relative;
text-decoration: none;
top: 1px; }
.AccountStatsBroadcastDetails-navigationListItem:hover {
background-color: whitesmoke;
color: #53adca;
text-decoration: underline; }
.AccountStatsBroadcastDetails-navigationListItem--isActive {
border: 1px solid #e1e1e1;
border-bottom: 1px solid white;
color: inherit; }
.AccountStatsBroadcastDetails-navigationListItem--isActive:hover {
background-color: inherit;
color: inherit;
text-decoration: inherit; }
.AccountView {
height: 100%; }
.AccountView.is-solidTheme {
background: #f6f6f6; }
.AccountView.is-solidTheme section {
margin-bottom: 36px; }
.AccountView-container {
position: relative;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
color: #a4b8be;
font-family: "museo_sans300", sans-serif; }
@media (max-width: 668px) {
.AccountView-container {
padding: 20px 0; } }
.AccountView-container section {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
position: relative;
background: white;
border-radius: 10px;
padding: 30px;
text-align: center;
margin-bottom: 50px;
clear: both; }
@media (max-width: 668px) {
.AccountView-container section {
padding: 15px; } }
.AccountView-container .is-leftAligned .InputWithIcon-label,
.AccountView-container .is-leftAligned input,
.AccountView-container .is-leftAligned textarea {
text-align: left; }
.AccountView-container .InputWithIcon-icon {
height: 32px; }
.AccountView-container input,
.AccountView-container textarea {
outline: none;
display: block;
width: 100%;
font-family: "museo_sans500", sans-serif;
color: #3f4d51;
padding: 7px;
background: rgba(239, 242, 244, 0.7);
border: 1px solid rgba(225, 225, 225, 0.7);
border-radius: 3px;
font-size: 15px;
text-align: center; }
.AccountView-container input:active, .AccountView-container input:focus,
.AccountView-container textarea:active,
.AccountView-container textarea:focus {
background: #eff2f4;
border: 1px solid #e1e1e1; }
.AccountView-container input[readonly],
.AccountView-container textarea[readonly] {
color: #a4b8be;
background: none;
border: 1px solid rgba(225, 225, 225, 0); }
.AccountView-container input[readonly]:hover,
.AccountView-container textarea[readonly]:hover {
background: rgba(64, 164, 196, 0.1);
border: 1px solid rgba(225, 225, 225, 0.7); }
.AccountView-container input[type="checkbox"] {
display: inline;
width: auto; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button), .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) > *, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) > * {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button):hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button):hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-active {
background-color: #40a4c4;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-disabled, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green {
border: 1px solid #82bb47;
color: #82bb47; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green:hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green.is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green:hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green.is-active {
background-color: #82bb47;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red:hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red.is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red:hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-small, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-small {
height: 35px;
font-size: 14px;
padding: 0 16px; }
.App {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: black;
background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
min-height: 100%; }
.AuthToggle {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AuthToggle.AuthToggle--isLoggedIn.DiscoverBarButton {
padding: 0; }
.AuthToggle .AuthToggle-ToggleButton {
border: none;
outline: none;
background: transparent;
cursor: pointer;
font-size: 1em;
padding: 2px; }
.AuthToggle .AuthToggle-ToggleButton::-moz-focus-inner {
padding: 0;
border: 0; }
.AuthToggle .ProfileAvatar-image {
box-sizing: content-box;
border: 4px solid transparent;
width: 32px;
height: 32px; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage {
width: 36px;
height: 36px;
border-radius: 36px;
background-color: white;
margin: 4px; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon {
margin: 0; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon svg {
width: 32px;
height: 32px;
margin: 2px; }
.Header {
padding: 20px; }
.AccountView-header {
padding: 20px 20px 0 0; }
.Header, .AccountView-header {
position: absolute;
top: 0;
right: 0;
z-index: 8;
margin-left: 130px;
white-space: nowrap; }
.Header .AppLink, .AccountView-header .AppLink {
font-size: 12px;
padding: 5px 13px;
width: auto; }
.Header .AppLink-icon, .AccountView-header .AppLink-icon {
margin-right: 5px; }
.Header .AppLink-icon img, .AccountView-header .AppLink-icon img {
vertical-align: inherit;
width: 13px; }
.Header .GetAppCTA, .AccountView-header .GetAppCTA {
width: 170px; }
.Header.Header--isMobile, .AccountView-header.Header--isMobile {
padding: 0px;
top: 10px;
right: 11px; }
.Header.Header--isMobile .Header-container, .AccountView-header.Header--isMobile .Header-container {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Header.Header--isMobile .Header-mobileLinkContainer, .AccountView-header.Header--isMobile .Header-mobileLinkContainer {
text-decoration: none; }
.Header.Header--isMobile .Header-getAppPill, .AccountView-header.Header--isMobile .Header-getAppPill {
width: 130px;
height: 36px;
line-height: 36px;
background-color: white;
border-radius: 22px;
font-size: 16px;
text-align: center;
color: #3f4d51;
font-family: "museo_sans500", sans-serif; }
.Header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon, .AccountView-header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon {
margin-left: 10px; }
.Header-topRight {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 10px; }
.Header-topRight .GetAppCTA {
width: auto;
margin: 5px 7px; }
.Header-topRight .GetAppCTA .AppLink {
display: inline-block;
height: 32px;
padding: 6px 20px;
font-size: 14px; }
.Header-topRight .ProfileAvatar-image {
border: none; }
.Header-topRight .DropdownToggleButton {
padding: 0 5px; }
.Header-topRight .LoginSignupButton-SignInButton {
display: inline-block;
height: 32px;
margin: 0 7px;
padding: 6px 20px;
font-size: 14px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 30px;
color: white;
font-family: "museo_sans700", sans-serif;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out; }
.Header-topRight .LoginSignupButton-SignInButton:hover, .Header-topRight .LoginSignupButton-SignInButton:focus {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.Header-logo {
background-image: url("../images/logo.b02dafe9599d8949996e5a3930fec15c.png");
background-repeat: no-repeat;
width: 168px;
height: 36px;
margin-bottom: 12px;
margin-right: 1px;
text-decoration: none;
color: white;
font-size: 16px;
font-family: "museo_sans300", sans-serif; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Header-logo {
background-image: url("../images/[email protected]");
background-size: 168px 36px; } }
.Header-logo:focus {
outline: none; }
.Header-logo .Header-ctaCopy,
.Header-logo .Header-ctaButton {
margin: 0 10px;
padding: 0; }
.Header-logo .Header-ctaCopy {
margin-left: 20px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.Header-logo .Header-ctaButton {
background-color: white;
color: black;
font-family: "museo_sans500", sans-serif;
border-radius: 15px;
text-align: center;
min-width: 65px;
margin: 0;
padding: 5px 20px; }
.Header-appLogo {
width: 50px;
min-width: 50px;
height: 50px;
padding: 10px;
border-radius: 25px;
background-color: #40a4c4; }
.Header-appLogo.Header-appLogo--android {
border-radius: 25px; }
.Header-subhead {
font-size: 12px;
margin-top: 3px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.Header .AppLink {
display: none; }
.Header-subhead {
display: none; } }
.AppLink {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 30px;
color: white;
display: block;
font-family: "museo_sans700", sans-serif;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out; }
.AppLink:hover, .AppLink:focus {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.AppLink--cta {
margin: 0 auto 10px;
padding: 10px 0;
font-size: 30px;
width: 100%; }
.AppLink--cta.AppLink--withoutBottomMargin {
margin: 0; }
.AppLink--withIcon {
display: inline-block;
font-size: 18px;
margin-right: 10px;
padding: 13px 0;
position: relative;
width: 150px; }
.AppLink--withIcon:last-child {
margin-right: 0; }
.AppLink-icon {
margin-right: 14px;
vertical-align: text-bottom; }
.AppLink-icon.AppLink-icon--native img {
height: 22px; }
.AppLink-playButton {
line-height: 0;
font-size: 40px; }
.AppLink-playButton svg {
width: 22px;
height: 22px;
margin-right: 20px; }
.BarChart {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.BarChart:hover .BarChart-bar--isActive {
opacity: 1; }
.BarChart:hover .BarChart-bar--isInactive {
opacity: 0.2; }
.BarChart-barContainer:hover {
cursor: pointer; }
.BarChart-barContainer:hover .BarChart-bar {
opacity: 0.8 !important; }
.BarChart-barContainer:hover .BarChart-barLabel {
display: inherit;
opacity: 0.9; }
.BarChart-barHitBox {
opacity: 0; }
.BarChart-barLabel {
display: none;
opacity: 0;
-webkit-transition: opacity 0.03s ease-in;
transition: opacity 0.03s ease-in; }
.BarChart-bar {
opacity: 0.9;
-webkit-transition: opacity 0.03s ease-in;
transition: opacity 0.03s ease-in; }
.BarChart-bar--isActive {
opacity: 1; }
.BarChart-bar--isActive + .BarChart-barLabel {
display: inherit;
opacity: 1; }
.BarChart-bar--isInactive {
opacity: 0.2; }
.BarChart-text {
fill: #79888c;
font-size: 12px; }
.BarChart-stroke {
stroke: #79888c;
stroke-opacity: 0.5;
stroke-width: 1; }
.BarChart-xAxisText, .BarChart-yAxisText {
fill: #79888c;
font-size: 14px; }
.BarChart-xAxisText.BarChart-label, .BarChart-yAxisText.BarChart-label {
text-transform: none; }
.BetaBadge {
background-color: #ab70d4;
border-radius: 3px;
display: inline-block;
padding: 0 5px;
font-size: 14px;
line-height: 19px;
font-family: "museo_sans700", sans-serif;
color: white;
text-transform: uppercase; }
.BetaBadge span {
vertical-align: middle; }
.Blur {
width: inherit;
height: inherit; }
.Blur canvas {
width: 100%;
height: 100%; }
.Broadcast {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.Broadcast .Broadcast-SidebarContainer {
width: 450px;
height: 100%;
z-index: 12; }
.Broadcast .Broadcast-SidebarContainer.Sidebar--isHidden {
margin-left: -450px; }
.Broadcast .Broadcast-SidebarContainer.Sidebar--isSearch {
z-index: 11; }
.Broadcast .Broadcast-Chat {
width: 375px;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat.Chat--isHidden {
margin-left: 375px; }
.Broadcast .Broadcast-Chat.Chat--isShown {
margin-left: -375px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatContainer {
position: absolute;
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat .Broadcast-ChatSeparator {
height: 1px;
background: rgba(255, 255, 255, 0.2);
margin: 2px 24px 12px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer {
-webkit-transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput {
margin: 0 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer {
margin: 0;
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer .CommentContainer-comment {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 0;
border-radius: 4px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer {
bottom: initial;
padding: 0;
margin: 0 0 0 13px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer .UserHeart {
margin: 0; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer .UserHeart .OutlineHeart {
width: 32px; }
.Broadcast .Broadcast-VideoContainer {
position: absolute;
top: 0;
left: 0; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat,
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
position: absolute;
cursor: pointer;
width: 20px;
height: 20px;
background: orange; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat {
bottom: 10px;
right: 10px; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
bottom: 10px;
left: 10px; }
.BroadcastBackground {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
.BroadcastBackground.ready {
opacity: 1; }
.BroadcastBackground .BackgroundImage {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center; }
.BroadcastDetails-overlay {
width: 100%;
max-width: 700px;
z-index: 7;
text-align: center;
margin: 0 auto; }
.BroadcastDetails-overlay.u-flexParent {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.BroadcastDetails-metadata {
max-height: 500px; }
.BroadcastDetails-appCta {
margin: 40px auto 0;
max-width: 320px;
font-family: "museo_sans300", sans-serif; }
.BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp {
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
bottom: 0;
font-family: "museo_sans300", sans-serif;
left: 0;
margin-top: 0;
max-width: none;
position: fixed;
right: 0; }
.BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp .AppLink {
font-size: 16px;
width: 200px; }
.BroadcastDetails .CouchmodeCTA {
position: relative;
margin-top: 15px;
padding-top: 50px; }
.BroadcastDetails .CouchmodeCTA::before {
content: '';
position: absolute;
top: 0;
left: 100px;
right: 100px;
height: 1px;
background: rgba(255, 255, 255, 0.3); }
.BroadcastDetails .CouchmodeCTA-prompt {
color: white; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastDetails-metadata .ProfileAvatar {
display: none; }
.BroadcastDetails-metadata .ProfileName {
margin-top: 14px;
font-size: 20px; }
.BroadcastDetails-appCta p {
margin: 0; }
.BroadcastDetails .CouchmodeCTA::before {
display: none; } }
@media only screen and (max-height: 620px) {
.BroadcastDetails .BroadcastTitle {
display: block;
width: inherit;
padding: 0 20px;
overflow: hidden;
text-overflow: ellipsis; } }
@media only screen and (max-height: 320px) {
.BroadcastDetails.u-fullHeight {
overflow-y: visible; }
.BroadcastDetails-overlay {
margin-top: 200px;
padding-bottom: 30px; } }
.BroadcastFeed {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative; }
@-webkit-keyframes periscope-status-pulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
@keyframes periscope-status-pulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
.BroadcastPreview-imageContainer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 180px;
max-height: 180px;
max-width: 180px;
margin: 0 auto;
position: relative; }
.BroadcastPreview-imageWrapper {
position: relative;
max-width: inherit;
max-height: inherit; }
.BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
content: attr(data-tag-label);
position: absolute;
padding: 1px 10px;
margin-top: -10px;
margin-right: -20px;
opacity: 0;
top: 0;
right: 0;
-webkit-animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
color: white;
background-color: #d55548;
text-transform: uppercase;
font-size: 14px;
border-radius: 10px;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }
.BroadcastPreview-image {
border-radius: 5px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
height: auto;
max-height: inherit;
max-width: inherit; }
.BroadcastPreview-playIcon {
opacity: 1;
position: absolute;
top: calc(50% - 11px);
right: calc(50% - 17px); }
.BroadcastPreview-playIcon svg {
width: 22px;
height: 22px; }
.BroadcastPreview-subhead {
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans300", sans-serif;
font-size: 14px;
margin-top: 14px;
margin-bottom: 14px; }
.BroadcastPreview--withImage .BroadcastPreview-playIcon,
.BroadcastPreview--withImage .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
opacity: 1; }
@media only screen and (max-width: 320px), (max-height: 480px) {
.BroadcastPreview-imageContainer {
height: 150px;
max-height: 150px;
max-width: 150px; } }
@-webkit-keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
@keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
.BroadcastReplayButton-loading {
display: none;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
background-image: url("../images/loading_pattern_video.e3d40072cf0fa49fad58d3500158c441.png");
-webkit-animation-name: slideacross;
animation-name: slideacross;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.BroadcastReplayButton-loading {
background-image: url("../images/[email protected]");
background-size: 68px 68px; } }
.BroadcastReplayButton {
margin: 0 auto 40px;
width: 180px;
height: 180px;
border-radius: 9999px;
box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; }
.BroadcastReplayButton:hover .circle,
.BroadcastReplayButton:focus .circle {
outline: none;
fill-opacity: .15; }
.BroadcastReplayButton.is-loading {
border-radius: 100px;
overflow: hidden;
position: relative; }
.BroadcastReplayButton.is-loading .BroadcastReplayButton-loading {
display: inherit; }
.BroadcastReplayButton svg {
width: inherit;
height: inherit;
cursor: pointer; }
.BroadcastReplayButton .circle {
-webkit-transition: .2s fill-opacity linear;
transition: .2s fill-opacity linear; }
.BroadcastReplayButton .icon-play,
.BroadcastReplayButton .icon-pause {
fill-opacity: 0; }
.BroadcastReplayButton.is-loading .icon-pause,
.BroadcastReplayButton.is-playing .icon-pause {
fill-opacity: 1; }
.BroadcastReplayButton.is-stopped .icon-play {
fill-opacity: 1; }
.BroadcastReplayButton.BroadcastReplayButton--disabled svg {
opacity: .2; }
@media only screen and (max-height: 375px) {
.BroadcastReplayButton {
margin: 0 auto 20px;
width: 80px;
height: 80px; } }
.BroadcastNextButton {
z-index: 8;
position: absolute;
top: 50%;
right: 0;
background: transparent; }
.BroadcastNextButton-button {
background: #40a4c4;
border: none;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
-webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
height: 60px;
width: 50px;
border-radius: 50px 0 0 50px;
-webkit-transform: translateX(40%) scale(0.7, 0.7);
transform: translateX(40%) scale(0.7, 0.7);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.BroadcastNextButton-button:focus {
outline: none; }
.BroadcastNextButton-button:hover, .BroadcastNextButton-button:active {
-webkit-transform: none;
transform: none;
padding-left: 15px; }
.BroadcastNextButton-button .CaretRight {
height: 30px;
width: 30px;
padding-right: 10px; }
.BroadcastSidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
position: relative;
height: 100%;
background-color: white;
-webkit-transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastSidebar.BroadcastSidebar--isActive .BroadcastSidebar-header {
margin: 0 20px; }
.BroadcastSidebar-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 94px; }
.BroadcastSidebar-header .SearchInputContainer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 125px; }
.BroadcastSidebar-headerBackButton {
background-color: #88c6d9;
border-radius: 16px;
color: white;
max-width: 240px;
overflow-x: hidden;
padding: 5px 20px;
text-decoration: none;
text-overflow: ellipsis;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.BroadcastSidebar-headerBackButton:hover {
background-color: #7cc0d5; }
.BroadcastSidebar-rightBarClose {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 5px;
cursor: w-resize; }
.BroadcastSidebar-bottomClose {
position: absolute;
z-index: 14;
right: 0;
bottom: 20px;
padding: 5px 0;
width: 40px;
background-color: #88c6d9;
color: white;
text-decoration: none;
text-align: center;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
cursor: pointer; }
.BroadcastSidebar-bottomClose:hover, .BroadcastSidebar-bottomClose:focus {
outline: none;
background-color: #43a3c1; }
.BroadcastSidebar-bottomClose::after {
content: '\00d7'; }
.BroadcastSidebar-content {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
@media only screen and (max-width: 720px) {
.BroadcastSidebar-bottomClose {
bottom: auto;
top: 80px; } }
.BroadcastState {
font-family: "museo_sans300", sans-serif;
font-size: 16px; }
.BroadcastState--error {
color: #a4b8be;
font-size: 32px; }
.BroadcastState p {
margin: 0; }
.BroadcastState-noReplay {
font-size: 12px;
color: rgba(255, 255, 255, 0.5); }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastState {
color: rgba(255, 255, 255, 0.5);
font-size: 14px; }
.BroadcastState--error {
color: #a4b8be;
font-size: 28px; } }
.BroadcastTitle {
font-family: "museo_sans300", sans-serif;
font-size: 48px;
line-height: 1.2;
margin-bottom: 20px;
word-wrap: break-word;
word-break: break-word; }
.BroadcastTitle a {
color: #40a4c4;
text-decoration: none; }
.BroadcastTitle a:hover {
color: #53adca;
text-decoration: underline; }
.BroadcastDetails .BroadcastTitle {
-ms-flex-negative: 2;
flex-shrink: 2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9; }
@media (max-height: 679px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 1; } }
@media (min-height: 680px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 2; } }
@media (min-height: 730px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 3; } }
@media (min-height: 780px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 4; } }
@media (min-height: 830px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 5; } }
@media (min-height: 880px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 6; } }
@media (min-height: 930px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 7; } }
@media (min-height: 980px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 8; } }
@media (min-height: 1030px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 9; } }
.BroadcastTitle:hover .TwitterLogo {
fill: #59adeb; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastDetails .BroadcastTitle {
font-size: 18px;
font-family: "museo_sans500", sans-serif;
line-height: 24px;
margin-bottom: 0;
margin-right: 20px;
margin-left: 20px; } }
.AccountStatsTooltip-container {
background-color: white;
border-radius: 4px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
overflow: hidden; }
.AccountStatsTooltip {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountStatsTooltip .AccountStatsTooltip-title {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountStatsTooltip .BroadcastTitle {
color: #3f4d51;
display: -webkit-box;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
height: 28px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.AccountStatsTooltip-previewImage {
background-color: #eff2f4;
height: 120px;
padding: 15px 20px;
width: 120px; }
.AccountStatsTooltip-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
padding: 10px;
width: 260px; }
.AccountStatsTooltip-header {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
line-height: 1.2em;
margin-bottom: 0.4em; }
.AccountStatsTooltip-totalData {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.AccountStatsTooltip-seriesData {
font-size: 12px;
margin-right: 10px; }
.AccountStatsTooltip-seriesColor {
border-radius: 2px;
display: inline-block;
height: 10px;
margin-right: 5px;
width: 10px; }
.AccountStatsTooltip-dateTime {
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 12px; }
.BroadcastLocation {
float: left;
font-family: "museo_sans700", sans-serif;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
white-space: nowrap; }
.BroadcastListItem {
display: block;
text-decoration: none;
color: inherit; }
a.BroadcastListItem:hover,
a.BroadcastListItem:focus {
outline: none;
background-color: rgba(239, 242, 244, 0.7); }
.BroadcastListItem-content {
height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 10px;
background: inherit; }
.BroadcastListItem--featuredReason .BroadcastListItem-content {
height: inherit;
min-height: 140px; }
.BroadcastListItem-thumbContainer {
position: relative;
width: 120px;
height: 120px;
background-color: #a4b8be;
border-radius: 3px; }
.BroadcastListItem-thumbContainer .LockIcon {
width: 24px;
position: absolute;
top: 10px;
left: 10px; }
.BroadcastListItem-thumb {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: inherit; }
.BroadcastListItem-detailsContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 16px;
font-family: "museo_sans300", sans-serif;
min-width: 0; }
.BroadcastListItem-detailsContainer .BroadcastUserAndLocation {
color: #3f4d51;
border-top: 1px solid #e1e1e1;
padding-top: 10px; }
.BroadcastListItem-featuredContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #3f4d51;
font-size: 14px;
font-family: "museo_sans300", sans-serif;
line-height: 1.2;
padding: 10px;
width: 100%; }
.BroadcastListItem-featuredContainer .BroadcastListItem-featuredFlag {
margin-right: 12px;
min-width: 12px; }
.BroadcastListItem-featuredContainer .BroadcastListItem-featuredReason {
margin: 0; }
.BroadcastListItem-auxDetails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px; }
.BroadcastListItem-pill {
display: inline-block;
padding: 4px 5px;
border-radius: 4px;
color: white;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
letter-spacing: 0.5px;
line-height: 1; }
.BroadcastListItem-detailsLive {
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #d55548; }
.BroadcastListItem-detailsDuration {
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #a4b8be; }
.BroadcastListItem-detailsFeatured {
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 12px;
font-family: "museo_sans700", sans-serif;
color: white;
font-size: 12px;
margin-left: 12px;
padding: 3px 8px 0;
text-transform: uppercase; }
.BroadcastListItem-detailsTime {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-ms-flex-negative: 1;
flex-shrink: 1;
min-width: 0;
margin-top: 2px;
margin-left: 10px;
color: #a4b8be;
font-size: 14px;
font-family: "museo_sans500", sans-serif; }
.BroadcastListItem-detailsTime--container {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastListItem .BroadcastTitle {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-flex: 1 1 100%;
font-size: 24px;
color: #3f4d51;
margin: 0;
line-height: 1.4;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.ProfileSidebar .BroadcastListItem .BroadcastTitle, .SearchSidebar .BroadcastListItem .BroadcastTitle {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
font-size: inherit; }
.BroadcastListItem .BroadcastTitle-hashtag {
color: #a4b8be; }
.ProfileSidebar .BroadcastListItem-detailsLocation, .SearchSidebar .BroadcastListItem-detailsLocation {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2; }
.BroadcastListItem .BroadcastLocation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastListItem .BroadcastLocation {
margin-top: 5px;
float: none;
font-family: "museo_sans300", sans-serif;
color: #a4b8be;
font-size: 14px; }
a.BroadcastListItem--active {
background: #eff2f4; }
a.BroadcastListItem--active:hover, a.BroadcastListItem--active:focus {
background: #eff2f4; }
.BroadcastListItem--unavailable .BroadcastTitle {
color: #a4b8be; }
.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer {
opacity: 0.5; }
.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer::after {
display: none; }
.BroadcastSearchToggle {
position: absolute;
top: 22px;
left: 20px;
z-index: 12; }
.BroadcastSearchToggle.is-fixed {
position: fixed; }
.BroadcastSearchToggle.BroadcastSearchToggle--isMobile {
top: 10px;
left: 11px; }
.BroadcastSearchToggle-searchIcon {
background-color: white;
border-radius: 25px;
cursor: pointer;
display: inline-block;
padding: 12px;
margin-left: 10px; }
.BroadcastStatsViewers-section {
display: inline-block;
width: 50%;
vertical-align: top; }
.BroadcastStatsViewers-viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 5px;
padding: 10px; }
.BroadcastStatsViewers-viewer:hover {
background: #f8fafb;
cursor: pointer; }
.BroadcastStatsViewers-viewerProfileImage {
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
position: relative; }
.BroadcastStatsViewers-viewerProfileImage > img {
height: 50px;
width: 50px; }
.BroadcastStatsViewers-viewerProfileImageOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.7; }
.BroadcastStatsViewers-viewerDisplayName {
font-family: "museo_sans700", sans-serif; }
.BroadcastStatsViewers-viewerDisplayName .FollowingIcon {
fill: #40a4c4;
margin-left: 4px; }
.BroadcastStatsViewers-heartCount {
color: #a4b8be; }
.BroadcastUserAndLocation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastUserAndLocation-detailsUsername {
color: #3f4d51;
display: inline;
text-decoration: none;
font-family: "museo_sans700", sans-serif; }
.BroadcastUserAndLocation-detailsUsername .ProfileUsername {
display: inline;
font-family: "museo_sans700", sans-serif; }
.BroadcastUserAndLocation-detailsUsername .AccountDisplay {
display: inline; }
.BroadcastUserAndLocation-detailsUserImage {
border-radius: 16px;
height: 32px;
margin-right: 12px;
width: 32px; }
.BroadcastUserAndLocation-detailsLocation {
display: inline; }
.BroadcastUserAndLocation-detailsLocation .BroadcastLocation {
display: inline;
float: none;
font-family: "museo_sans300", sans-serif;
font-size: 14px; }
.BroadcastUserAndLocation-detailsLocation .BroadcastLocation:before {
content: ' — '; }
.Button {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
padding: 0 40px;
line-height: 40px;
border: 1px solid #fff;
border-radius: 40px;
font-family: "museo_sans500", sans-serif; }
.Button:hover {
background-color: rgba(255, 255, 255, 0.2); }
.Button:active {
background-color: #fff;
color: #4a4a4a; }
.ButtonWithIcon {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: white;
border: 1px solid #e1e1e1;
border-radius: 8px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-family: "museo_sans500", sans-serif;
font-size: 13px;
padding: 10px 13px; }
.ButtonWithIcon-label {
color: #3f4d51;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.ButtonWithIcon-icon {
display: inline-block;
padding-left: 5px; }
.ButtonWithIcon-icon .CaretDown {
fill: #a4b8be;
width: 13px; }
.ChannelLists {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start; }
.ChannelLists a {
text-decoration: none;
color: #40a4c4; }
.ChannelList {
display: inline-block;
margin: 0 20px;
width: 360px;
padding-bottom: 25px; }
@media (max-width: 668px) {
.ChannelList {
width: 300px; } }
.ChannelList-name {
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-weight: 300;
font-size: 24px;
padding-left: 10px; }
.ChannelList-items {
margin: 0;
padding: 0; }
.ChannelList-item {
display: block;
border-radius: 4px; }
.ChannelList-item:after {
content: "";
display: block;
height: 1px;
margin: 0 4px;
background-color: rgba(124, 214, 241, 0.2); }
.ChannelList-item:hover {
background-color: rgba(124, 214, 241, 0.2);
color: white;
padding-bottom: 1px; }
.ChannelList-item:hover:after {
content: none;
background-color: rgba(124, 214, 241, 0); }
.ChannelList-itemLink {
display: block;
padding: 12px 10px; }
.ChannelList-itemLinkHeader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: "museo_sans500", sans-serif; }
.ChannelList-itemLinkDescription {
color: #a4b8be;
font-size: 14px;
font-family: "museo_sans300", sans-serif;
margin: 8px 0 0 0; }
.ChannelList-itemCount {
border-radius: 3px;
color: #a4b8be;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
padding: 2px 8px; }
.ChannelList-item:hover .ChannelList-itemCount {
background-color: #d55548;
color: white; }
.DiscoverBarButton {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #40a4c4;
border-radius: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "museo_sans500", sans-serif;
margin: 5px 0;
padding: 14px 22px 14px;
text-decoration: none;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.DiscoverBarButton a {
text-decoration: none;
color: inherit; }
.DiscoverBarButton:hover, .DiscoverBarButton:active, .DiscoverBarButton.is-active {
background-color: rgba(124, 214, 241, 0.2); }
.DiscoverBarButton.DiscoverBarButton--isCompact {
padding-right: 15px;
padding-left: 15px; }
.DiscoverBarButton .TvIcon {
margin-top: -10px; }
.DiscoverBarButton .DiscoverBarButton-label {
margin-left: 10px; }
.ChannelName {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ChannelName .StarIcon {
margin-top: -2px;
padding-right: 8px; }
.ChannelName-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.ChartLegend {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
font-size: 14px;
text-align: center; }
.ChartLegend-series {
display: inline-block;
margin-right: 10px;
margin-left: 10px; }
.ChartLegend-normalizeLabel {
text-align: center; }
.ChartLegend-seriesColor {
border-radius: 3px;
display: inline-block;
height: 15px;
margin-right: 6px;
position: relative;
top: 2px;
width: 15px; }
.Chat .Chat-EmptyState {
position: absolute;
bottom: 110px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-EmptyState.Chat-EmptyState--hide {
pointer-events: none;
opacity: 0;
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0); }
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/chat-empty-state.a5ea4fd7dcc38816d4860402e8b6c64d.png");
background-size: 86px 68px;
width: 86px;
height: 68px;
margin: 0 0 11px 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/[email protected]"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/[email protected]"); } }
.Chat .Chat-EmptyState .Chat-EmptyState-Header {
margin: 0 0 6px 0;
font-size: 16px;
line-height: 19px;
font-family: "museo_sans700", sans-serif;
color: rgba(255, 255, 255, 0.75); }
.Chat .Chat-EmptyState .Chat-EmptyState-CTA {
font-size: 14px;
line-height: 17px;
font-family: "museo_sans500", sans-serif;
color: rgba(255, 255, 255, 0.4); }
.Chat .Chat-NewMessageIndicatorContainer {
position: absolute;
bottom: 16px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isActive {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
.Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isExiting {
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
pointer-events: none; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator {
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 4px 15px 5px;
background: #40a4c4;
border-radius: 100px;
line-height: 22.4px;
font-size: 14px;
font-family: "museo_sans500", sans-serif;
-webkit-transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator:hover {
background: #328aa7; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Icon {
width: 8px;
height: 8px;
border-bottom: 2px solid white;
border-left: 2px solid white;
-webkit-transform: rotate(-45deg) translate3d(0px, -3px, 0);
transform: rotate(-45deg) translate3d(0px, -3px, 0); }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Text {
color: white;
margin: 0 0 0 6px; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Count {
color: rgba(255, 255, 255, 0.5);
margin: 0 0 0 6px; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator.Chat-NewMessageIndicator-Bounce {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: u1d2e5eff;
animation-name: u1d2e5eff;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes u1d2e5eff {
0% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
25% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
50% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
@keyframes u1d2e5eff {
0% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
25% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
50% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
.Chat .Chat-commentMeasure {
position: fixed;
bottom: -100vh; }
.Chat .MessageElement {
margin: 0 24px 8px; }
.Chat .MessageElement > * {
-webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.first {
margin-top: 8px; }
.Chat .MessageElement.enter > *.CommentMessage--userChat {
overflow: hidden;
max-height: 100px;
overflow: visible;
z-index: 5;
-webkit-animation-name: userChatSlidein;
animation-name: userChatSlidein;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Chat .MessageElement.delay-0 > * {
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.Chat .MessageElement.delay-1 > * {
-webkit-animation-delay: 0.03s;
animation-delay: 0.03s; }
.Chat .MessageElement.delay-2 > * {
-webkit-animation-delay: 0.06s;
animation-delay: 0.06s; }
.Chat .MessageElement.delay-3 > * {
-webkit-animation-delay: 0.09s;
animation-delay: 0.09s; }
.Chat .MessageElement.delay-4 > * {
-webkit-animation-delay: 0.12s;
animation-delay: 0.12s; }
.Chat .MessageElement.delay-5 > * {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.Chat .MessageElement.delay-6 > * {
-webkit-animation-delay: 0.18s;
animation-delay: 0.18s; }
.Chat .MessageElement.delay-7 > * {
-webkit-animation-delay: 0.21s;
animation-delay: 0.21s; }
.Chat .MessageElement.delay-8 > * {
-webkit-animation-delay: 0.24s;
animation-delay: 0.24s; }
.Chat .MessageElement.delay-9 > * {
-webkit-animation-delay: 0.27s;
animation-delay: 0.27s; }
.Chat .MessageElement.delay-10 > * {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.Chat .MessageElement.delay-11 > * {
-webkit-animation-delay: 0.33s;
animation-delay: 0.33s; }
.Chat .MessageElement.delay-12 > * {
-webkit-animation-delay: 0.36s;
animation-delay: 0.36s; }
.Chat .MessageElement.delay-13 > * {
-webkit-animation-delay: 0.39s;
animation-delay: 0.39s; }
.Chat .MessageElement.delay-14 > * {
-webkit-animation-delay: 0.42s;
animation-delay: 0.42s; }
.Chat .MessageElement.exited > * {
-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.exit > * {
opacity: 0.1; }
.Chat .MessageElement.exit-now > * {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.slide-out > * {
-webkit-transform: translateY(200%);
transform: translateY(200%);
-webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement:hover > * {
opacity: 1;
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat.Chat--isScroll .MessageElement.exit > * {
opacity: 1; }
.Checkbox {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Checkbox-label .QuestionIcon {
margin-left: 5px; }
.Checkbox--isChecked {
font-family: "museo_sans500", sans-serif; }
.Checkbox--isChecked .Checkbox-box {
background-color: #99ce62;
border-color: #99ce62; }
.Checkbox--isChecked .Checkmark {
fill: #FFFFFF; }
.Checkbox-box {
border: 1px solid #e1e1e1;
border-radius: 2px;
display: inline-block;
height: 15px;
margin-right: 7px;
padding: 3px 2px;
text-align: center;
width: 15px;
min-width: 15px; }
.Checkbox-box .Checkmark {
display: block; }
.CheckIcon svg {
width: 30px;
height: 30px; }
.ClickCatcher .ClickCatcher-catcher {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.CommentContainer-participantOrange .CommentContainer-avatarContainer {
background: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-avatarContainer {
background: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-avatarContainer {
background: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-avatarContainer {
background: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-avatarContainer {
background: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-avatarContainer {
background: #ded569; }
.CommentContainer-participantTeal .CommentContainer-avatarContainer {
background: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-avatarContainer {
background: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-avatarContainer {
background: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-avatarContainer {
background: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-avatarContainer {
background: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-avatarContainer {
background: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-avatarContainer {
background: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-avatarContainer {
background: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-avatarContainer {
background: #40a4c4; }
.CommentContainer {
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 440px; }
.CommentContainer-comment {
opacity: .5;
overflow: hidden;
border-radius: 3px;
margin-right: 15px;
min-width: 175px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentContainer-comment:hover, .CommentContainer--focused .CommentContainer-comment {
opacity: 1; }
.CommentContainer--isCoolDown .CommentContainer-comment {
background: none !important; }
.CommentContainer--isDisabled .CommentContainer-comment {
opacity: .5 !important;
cursor: auto !important; }
.CommentContainer--isDisabled .CommentContainer-comment .CommentContainer-text {
color: white !important; }
.CommentContainer--isCommentError {
-webkit-animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
max-height: 100%; }
.CommentContainer-participantOrange .CommentContainer-pieLoader span:before {
background-color: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-pieLoader span:before {
background-color: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-pieLoader span:before {
background-color: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:before {
background-color: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-pieLoader span:before {
background-color: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-pieLoader span:before {
background-color: #ded569; }
.CommentContainer-participantTeal .CommentContainer-pieLoader span:before {
background-color: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-pieLoader span:before {
background-color: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-pieLoader span:before {
background-color: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:before {
background-color: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:before {
background-color: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-pieLoader span:before {
background-color: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-pieLoader span:before {
background-color: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-pieLoader span:before {
background-color: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:before {
background-color: #40a4c4; }
.CommentContainer-participantOrange .CommentContainer-pieLoader span:after {
background-color: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-pieLoader span:after {
background-color: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-pieLoader span:after {
background-color: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:after {
background-color: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-pieLoader span:after {
background-color: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-pieLoader span:after {
background-color: #ded569; }
.CommentContainer-participantTeal .CommentContainer-pieLoader span:after {
background-color: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-pieLoader span:after {
background-color: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-pieLoader span:after {
background-color: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:after {
background-color: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:after {
background-color: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-pieLoader span:after {
background-color: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-pieLoader span:after {
background-color: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-pieLoader span:after {
background-color: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:after {
background-color: #40a4c4; }
.CommentContainer-pieLoaderContainer {
width: 35px;
min-height: 44px;
height: 100%;
position: absolute;
z-index: 0;
overflow: hidden;
top: 0;
left: 0; }
.CommentContainer-pieLoader {
position: absolute;
font-size: 46px;
height: 5em;
width: 5em;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.CommentContainer-pieLoader:before {
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.CommentContainer-pieLoader span {
clip: rect(0, auto, 2.5em, auto);
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: spinner 5.1s infinite linear;
animation: spinner 5.1s infinite linear; }
.CommentContainer-pieLoader span:before, .CommentContainer-pieLoader span:after {
border-radius: 50%;
clip: rect(0, auto, 2.5em, auto);
content: '';
display: block;
height: inherit;
left: inherit;
position: inherit;
top: inherit;
width: inherit; }
.CommentContainer-pieLoader span:before {
-webkit-animation: firstHalf 5.1s infinite ease-in;
animation: firstHalf 5.1s infinite ease-in; }
.CommentContainer-pieLoader span:after {
border-color: white;
-webkit-animation: secondHalf 5.1s infinite ease-out;
animation: secondHalf 5.1s infinite ease-out; }
.CommentContainer-titleToggle {
display: block;
text-align: center;
color: white;
opacity: .5;
width: 25px;
height: 25px; }
.CommentContainer-titleToggle:hover {
opacity: 1; }
.CommentContainer-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
position: absolute;
height: 100%;
-webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0;
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.CommentContainer--isCoolDown .CommentContainer-avatarContainer {
background: none !important; }
.CommentContainer--unauthed .CommentContainer-avatarContainer,
.CommentContainer--focused .CommentContainer-avatarContainer {
-webkit-transform: none;
transform: none;
opacity: 1; }
.CommentContainer-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 44px;
opacity: 0.3;
position: relative;
width: 35px;
z-index: 4; }
.CommentContainer--unauthed .CommentContainer-avatar {
opacity: 1;
background-image: url("../images/chat_avatar.fd85ef72d278f79d9c71f64ac77f8cb7.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.CommentContainer--unauthed .CommentContainer-avatar {
background-image: url("../images/[email protected]");
background-size: 35px 44px; } }
.CommentContainer-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: rgba(255, 255, 255, 0.3);
padding: 12px 10px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 365px;
min-height: 44px;
-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: none;
transform: none; }
.Broadcast-ChatInputContainer .CommentContainer-body {
background: rgba(255, 255, 255, 0.1); }
.CommentContainer--unauthed .CommentContainer-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentContainer--unauthed .CommentContainer-body,
.CommentContainer--focused .CommentContainer-body {
-webkit-transform: translateX(35px);
transform: translateX(35px);
margin-right: 35px; }
.CommentContainer-body .CommentContainer-text {
color: white;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
max-height: 36px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentContainer-body,
.CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentContainer-body {
background: white; }
.CommentContainer--unauthed .CommentContainer-comment:hover .CommentContainer-body {
background: #40a4c4; }
.CommentInput {
-webkit-user-select: auto !important;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentInput .CommentInput-input {
cursor: text;
display: block;
max-width: 345px;
min-width: 119px;
float: left;
clear: left;
resize: none;
outline: none;
border: none;
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 19px;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentInput .CommentInput-input:empty:not(:focus):before {
cursor: pointer;
content: attr(placeholder);
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentContainer-comment:hover .CommentInput .CommentInput-input:empty:not(:focus):before {
color: #3f4d51; }
.CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentInput .CommentInput-input,
:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentInput .CommentInput-input {
color: #3f4d51; }
.CommentContainer--isCoolDown .CommentInput .CommentInput-input {
color: #879ca2; }
@-webkit-keyframes userChatSlidein {
0% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
12% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes userChatSlidein {
0% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
12% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
.CommentMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
word-break: break-all;
position: relative;
float: left;
clear: both;
margin-top: 8px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
max-width: 100%; }
.CommentMessage > .ReplyArrow {
position: absolute;
top: 10px;
left: 15px;
width: 30px; }
.CommentMessage > .ReplyArrow path {
fill: black; }
.CommentMessage.CommentMessage-muted {
background: #666; }
.CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-actionButtons a {
opacity: 1; }
.CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-body {
padding-right: 80px;
max-width: 435px; }
.CommentMessage .CommentMessage-actionButtons {
position: absolute;
bottom: -4px;
right: -7px;
width: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton {
cursor: pointer;
opacity: 0;
width: 40px;
height: 40px;
border-radius: 50%;
border: white solid 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:hover {
border-width: 3px; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:active {
border-width: 4px; }
.CommentMessage .CommentMessage-actionButtons-reply {
background: #40a4c4; }
.CommentMessage .CommentMessage-actionButtons-reply:hover {
background: #3795b3; }
.CommentMessage .CommentMessage-actionButtons-reply:active {
background: #3185a0; }
.CommentMessage .CommentMessage-actionButtons-reply svg {
margin: 0 auto 2px;
width: 20px;
height: 22px; }
.CommentMessage .CommentMessage-actionButtons-report {
background: #d55548; }
.CommentMessage .CommentMessage-actionButtons-report:hover {
background: #d04233; }
.CommentMessage .CommentMessage-actionButtons-report:active {
background: #be392c; }
.CommentMessage .CommentMessage-actionButtons-report svg {
margin: 0 auto;
width: 18px;
height: 18px; }
.CommentMessage.CommentMessage-participantOrange .CommentMessage-avatarContainer {
background: #f5a623; }
.CommentMessage.CommentMessage-participantPurple .CommentMessage-avatarContainer {
background: #ab70d4; }
.CommentMessage.CommentMessage-participantGreen .CommentMessage-avatarContainer {
background: #99ce62; }
.CommentMessage.CommentMessage-participantPeriwinkle .CommentMessage-avatarContainer {
background: #5c75dc; }
.CommentMessage.CommentMessage-participantRed .CommentMessage-avatarContainer {
background: #d54d81; }
.CommentMessage.CommentMessage-participantYellow .CommentMessage-avatarContainer {
background: #ded569; }
.CommentMessage.CommentMessage-participantTeal .CommentMessage-avatarContainer {
background: #5ed5b1; }
.CommentMessage.CommentMessage-participantPink .CommentMessage-avatarContainer {
background: #e697dc; }
.CommentMessage.CommentMessage-participantBrown .CommentMessage-avatarContainer {
background: #92643e; }
.CommentMessage.CommentMessage-participantVividTangerine .CommentMessage-avatarContainer {
background: #ffa98a; }
.CommentMessage.CommentMessage-participantSkyBlue .CommentMessage-avatarContainer {
background: #84e1eb; }
.CommentMessage.CommentMessage-participantFern .CommentMessage-avatarContainer {
background: #69ab63; }
.CommentMessage.CommentMessage-participantCarnation .CommentMessage-avatarContainer {
background: #f85b5b; }
.CommentMessage.CommentMessage-participantDefault .CommentMessage-avatarContainer {
background: #404d52; }
.CommentMessage.CommentMessage-participantReplayBlue .CommentMessage-avatarContainer {
background: #40a4c4; }
.CommentMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.CommentMessage-avatarContainer .CommentMessage-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.3;
position: relative;
min-height: 43px;
width: 35px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.CommentMessage-muted .CommentMessage-avatarContainer .CommentMessage-avatar {
opacity: 0.1; }
.CommentMessage-body {
background: white;
padding: 5px 10px 4px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 365px; }
.CommentMessage-muted .CommentMessage-body {
background: #a4b8be; }
.CommentMessage-username {
float: left;
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 12px;
white-space: nowrap; }
.CommentMessage-muted .CommentMessage-username {
opacity: 0.3;
color: white; }
.CommentMessage-message {
float: left;
clear: left;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
word-wrap: break-word;
word-break: break-word;
width: 100%; }
.CommentMessage-muted .CommentMessage-message {
opacity: 0.3;
color: white; }
.CommentMessageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.MessageElement .CommentMessage--isActive.CommentMessageRedesign {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body {
background: white; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-username {
color: #a4b8be; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-message {
color: #3f4d51; }
.CommentMessageRedesign .CommentMessage-body {
background: transparent;
padding: 4px 10px 6px;
position: relative; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username {
font-family: "museo_sans500", sans-serif;
font-size: 12px;
line-height: 14px;
height: 14px;
color: rgba(255, 255, 255, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MessageElement:hover .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-dotSeparator {
display: inline;
width: 4px;
height: 4px;
border-radius: 4px;
margin: 0 4px 0 3px;
background-color: rgba(241, 242, 243, 0.3); }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo {
color: inherit;
text-decoration: none; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo:hover {
text-decoration: underline; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-message {
color: white;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 19px;
word-wrap: break-word;
word-break: break-word;
width: 100%; }
.CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 0;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
width: 36px;
height: 36px;
border-radius: 100px;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: -36px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.MessageElement:hover .CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-overflowButton:hover {
background-color: rgba(255, 255, 255, 0.2); }
.CommentMessageRedesign .CommentMessage-overflowButton:hover .CommentMessage-overflowButtonDot {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
background-color: rgba(255, 255, 255, 0.2); }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDots {
width: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
width: 4px;
height: 4px;
border-radius: 4px;
background-color: white;
opacity: 0.7;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip {
padding: 9px 14px 8px;
background: white;
border-radius: 6px;
font-family: "museo_sans500", sans-serif; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row {
cursor: pointer;
font-size: 14px;
line-height: 2.43;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
color: #a4b8be; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton {
background: initial;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply svg {
margin: -2px 8px 0 0; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
fill: #a4b8be;
-webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report svg {
margin: -2px 7px 0 0; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
stroke: #a4b8be;
-webkit-transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
fill: #a4b8be;
-webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover {
color: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
fill: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
stroke: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
fill: #3f4d51; }
.CompactFollowingIcon {
width: 40px;
height: 40px;
border: 1px solid #40a4c4;
border-radius: 50%; }
.CompactFollowingIcon path {
fill: #40a4c4; }
.CompactFollowingIcon:hover, .CompactFollowingIcon.is-active {
background: #40a4c4; }
.CompactFollowingIcon:hover path, .CompactFollowingIcon.is-active path {
fill: white; }
.CompactFollowingIcon:hover .CheckIcon, .CompactFollowingIcon.is-active .CheckIcon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 1px;
padding-right: 1px; }
.CompactFollowingIcon:hover .CheckIcon svg, .CompactFollowingIcon.is-active .CheckIcon svg {
width: 40px;
height: 40px; }
.CompactFollowingIcon:hover .CheckIcon path, .CompactFollowingIcon.is-active .CheckIcon path {
fill: inherit; }
.CopyButton {
position: relative; }
.CopyButton input.is-hidden {
position: absolute;
left: -99999em; }
.CouchmodeCTA {
text-align: center;
font-family: "museo_sans500", sans-serif; }
.CouchmodeCTA-prompt {
color: #3f4d51;
font-size: 20px; }
.CouchmodeCTA-button {
display: inline-block;
margin: 20px 0;
color: #d55548;
font-size: 16px;
padding: 12px 32px;
border-radius: 30px;
border: 1px solid #d55548;
text-decoration: none; }
.CouchmodeCTA-button:hover {
color: white;
background: #d55548; }
.CouchmodeCTA-button:active {
color: white;
background: #c14b3c;
border-color: #c14b3c; }
.DeactivateAccount {
cursor: pointer;
color: #d55548;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
display: inline-block;
margin: 10px auto;
border: none;
background: none; }
.DeactivateAccount:hover, .DeactivateAccount:active {
text-decoration: underline; }
.DialogModal {
margin-top: -40px; }
.DialogModal .Modal-title {
background-color: #40a4c4;
margin: 0;
padding: 55px 32px 10px;
position: relative;
color: white; }
.DialogModal .Modal-title + .Modal-message {
margin-top: 20px; }
.DialogModal .Modal-message {
margin-top: 40px; }
.DialogModal .Form .Form-button {
background-color: white;
margin-top: .5em; }
.DialogModal .Form .Form-button.Form-button--red {
color: #d55548;
border: 1px solid #d55548; }
.DialogModal .Form .Form-button.Form-button--red:hover {
color: white;
background-color: #d55548; }
.DialogModal .Form .Form-button.Form-button--blue {
color: #40a4c4;
border: 1px solid #40a4c4; }
.DialogModal .Form .Form-button.Form-button--blue:hover {
color: white;
background-color: #40a4c4; }
.DialogModal .Form .Form-button.is-toggled {
color: white;
background-color: #3f4d51;
border: 1px solid white; }
.DialogModal .Form .Form-button.is-toggled:hover {
background-color: #222222;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease; }
.DialogModal.is-red .Modal-title {
background-color: #d55548; }
.DialogModal.is-red + .Modal-dismiss.Modal-style {
background-color: #ff6656; }
.DialogModal.is-red + .Modal-dismiss.Modal-style:hover {
background-color: #c14b3c; }
.DialogModal p.Modal-footnote {
font-size: 0.8em; }
.DiscoverHeader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-left: 20px;
padding-right: 20px;
z-index: 11;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
.DiscoverHeader .DiscoverHeader-channelList {
margin: 4px 0 0 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 56px;
line-height: 56px;
overflow: hidden; }
.DiscoverHeader .DiscoverHeader-channelListItem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 10px;
overflow: hidden; }
.DiscoverHeader .DiscoverHeader-channelLink {
font-family: "museo_sans500", sans-serif;
width: 100%; }
.DiscoverHeader .DiscoverHeader-channelLink-active {
color: #40a4c4; }
.DiscoverHeader .DiscoverHeader-channelLink-active:hover {
color: #40a4c4; }
.DiscoverHeader .DiscoverHeader-title {
color: #3f4d51;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2 2 0;
flex: 2 2 0;
margin-left: 60px;
margin-right: 10px; }
.DiscoverHeader .DiscoverHeader-title h1 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
@media (max-width: 868px) {
.DiscoverHeader .DiscoverHeader-title {
margin: 0 10px 0 20px;
max-width: 50%;
font-size: 8px; }
.DiscoverHeader .DiscoverHeader-title h1 {
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; } }
.DiscoverHeader .DiscoverHeader-search {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2 2 0;
flex: 2 2 0;
margin-left: 22px;
margin-right: 10px;
-webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchIcon {
cursor: pointer; }
.DiscoverHeader .DiscoverHeader-search .SearchIcon {
margin-right: 27px; }
.DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchInput {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 450px;
opacity: 1;
-webkit-transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput {
min-width: 50px; }
.DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput .DiscoverHeader-searchInput {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
opacity: 0;
-webkit-transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search .SearchInputContainer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
-webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader-search--hideInput + .DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHeader .DiscoverHeader-appButtons {
display: inherit; }
.DiscoverHeader .DiscoverHeader-channelOverlay {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 90vw;
height: 40px;
background-color: rgba(0, 0, 0, 0.8);
line-height: 40px;
font-size: 16px;
font-family: "museo_sans500", sans-serif;
text-align: center; }
.DiscoverHero {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
height: 100%;
width: 100%;
background: black;
overflow: hidden; }
.DiscoverHero.free_scroll {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: auto; }
.DiscoverHero-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHero-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
width: 100%;
height: 100%; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
left: 50%;
position: absolute; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer {
background: transparent;
height: 90px;
width: 150px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10; }
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
background: #40a4c4;
border: none;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
-webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
height: 60px;
width: 100px; }
.DiscoverHero-buttonPrev:focus,
.DiscoverHero-buttonNext:focus {
outline: none; }
.DiscoverHero-buttonPrev .CaretUp, .DiscoverHero-buttonPrev .CaretDown,
.DiscoverHero-buttonNext .CaretUp,
.DiscoverHero-buttonNext .CaretDown {
height: 30px;
width: 30px; }
.DiscoverHero-buttonPrev .CaretUp,
.DiscoverHero-buttonNext .CaretUp {
padding-bottom: 10px; }
.DiscoverHero-buttonPrev .CaretDown,
.DiscoverHero-buttonNext .CaretDown {
padding-top: 10px; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonPrev {
border-radius: 0 0 50px 50px;
top: 0;
-webkit-transform-origin: center top;
transform-origin: center top; }
.DiscoverHero-buttonPrev {
-webkit-transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7); }
.DiscoverHero-buttonPrev.DiscoverHero--buttonActive {
-webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
.DiscoverHero-buttonPrev.DiscoverHero--buttonActive:hover {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonNext {
border-radius: 50px 50px 0 0;
bottom: 0;
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
.DiscoverHero-buttonNext {
-webkit-transform: translateX(-50%) translateY(100%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(100%) scale(0.7, 0.7); }
.DiscoverHero-buttonNext.DiscoverHero--buttonActive {
-webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
.DiscoverHero-buttonNext.DiscoverHero--buttonActive:hover {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Dropdown {
color: #3f4d51;
font-size: 13px;
position: relative; }
.Dropdown-trigger--isOpen .ButtonWithIcon {
border-radius: 8px 8px 0 0; }
.Dropdown-content {
background-color: white;
border: 1px solid #e1e1e1;
border-top: none;
border-radius: 0 0 8px 8px;
box-shadow: 0 1px 2px rgba(164, 184, 190, 0.3);
max-height: 62vh;
overflow: scroll;
padding: 10px 0;
position: absolute;
top: 100%;
z-index: 49; }
.Dropdown-contentSection {
border-top: 1px solid #e1e1e1;
margin-top: 10px;
padding-top: 10px; }
.Dropdown-contentSection:first-child {
border-top: none;
margin-top: 0;
padding-top: 0; }
.Dropdown-contentSectionHeader {
font-size: 11px;
margin: 3px 13px;
text-transform: uppercase; }
.SearchResults {
background-color: #eff2f4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
position: absolute;
width: 100%; }
.SearchResults .BroadcastList {
padding-bottom: 120px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.SearchResults .BroadcastList .ListView-content {
padding-top: 6px;
width: 600px;
margin: 0 auto; }
.SearchResults .SearchResults--map .MapBox--container {
position: absolute;
width: calc(100% - 510px);
left: 510px;
height: 100%;
overflow: hidden; }
.SearchResults .SearchResults--map .BroadcastList {
width: 510px; }
.SearchResults .SearchResults--map .BroadcastList .ListView-content {
width: 500px;
margin: 0 auto 0 0; }
.SearchResults .BroadcastListItem-content {
background: white;
border-radius: 3px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
min-height: 200px;
margin-bottom: 10px;
margin-top: 10px;
padding: 0; }
.SearchResults .BroadcastListItem-featuredContainer {
margin-top: 12px;
padding: 0 0 12px; }
.SearchResults .BroadcastListItem-thumbContainer {
border-radius: 3px 0 0 3px;
height: 200px;
width: 200px; }
.SearchResults .BroadcastListItem-detailsContainer {
padding: 10px 10px 10px 0; }
.SearchResults-broadcastList {
position: relative;
width: 100%; }
.SearchResults-noResults {
color: #a4b8be;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif;
font-size: 24px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
padding-bottom: 100px; }
.BroadcastHeroCell-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroCell-container a {
text-decoration: none; }
.BroadcastHeroCell-channelButton {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0 0 3px 3px;
color: white;
padding: 10px 20px;
position: absolute;
right: 10px;
text-decoration: none;
-webkit-transition: background-color ease 0.2s;
transition: background-color ease 0.2s;
top: 0;
z-index: 1; }
.BroadcastHeroCell-channelButton:hover {
background-color: rgba(0, 0, 0, 0.8); }
.BroadcastHeroCell-details {
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 10px;
z-index: 1; }
.BroadcastHeroCell-muteToggle {
cursor: pointer;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroCell-muteToggle.BroadcastHeroCell-muteToggle--isActive {
opacity: 1; }
.BroadcastHeroCell-aboveDetails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px; }
.BroadcastHeroCell-aboveDetails .ViewerBadge {
float: none; }
.BroadcastHeroCell-aboveDetails .live {
float: none; }
.BroadcastHeroCell-detailsWell {
background-color: white;
border-radius: 3px;
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
font-size: 14px;
padding: 15px 20px;
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4); }
.BroadcastHeroCell-detailsWell .BroadcastUserAndLocation {
border-top: 1px solid rgba(164, 184, 190, 0.5);
margin-top: 15px;
padding-top: 15px; }
.BroadcastHeroCell-detailTitle {
font-family: "museo_sans500", sans-serif;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 20px;
font-weight: 100;
margin-top: 0;
word-wrap: break-word; }
.BroadcastHeroBase-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: black;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroBase-container a {
text-decoration: none; }
.DiscoverHero-content:hover .BroadcastHeroBase-container {
opacity: 0.5; }
.DiscoverHero-content:hover .BroadcastHeroBase-container.BroadcastHeroBase--isActive {
opacity: 1; }
.free_scroll .BroadcastHeroBase-container {
width: 33%;
height: 100%;
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial; }
.BroadcastHeroBase-loading {
position: absolute;
top: 20px;
left: 20px;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroBase--isPlaying .BroadcastHeroBase-loading {
opacity: 0; }
.BroadcastHeroBase-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.BroadcastHeroBase-backgroundBlur {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%; }
.BroadcastHeroBase-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.EmbedCTA {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
text-decoration: none; }
.EmbedCTA a.EmbedLink {
color: inherit;
text-decoration: inherit; }
.EmbedFooter {
position: absolute;
bottom: 0px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px; }
.EmbedFooter .ViewerBadge {
pointer-events: none; }
.EmbedFooter-playback {
opacity: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
margin-right: 32px; }
.EmbedFooter-dynamic {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 20px; }
.EmbedFooter-dynamic .ViewerBadge {
opacity: 1;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedFooter-dynamic .PlaybackControls {
width: 18px;
height: 20px;
position: relative;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.EmbedFooter-dynamic .PlaybackControls-pause {
margin-right: 1px; }
.EmbedFooter-dynamic .VideoSeeker {
margin-left: 10px;
margin-right: 10px; }
.EmbedFooter-fixed {
position: relative;
-ms-flex-preferred-size: initial;
flex-basis: initial;
height: 20px; }
.EmbedFooter-fixed .MuteButton {
display: inline-block;
position: relative;
right: 0;
bottom: 0;
margin-right: 10px; }
.EmbedFooter-fixed .MediaExpand {
display: inline-block; }
@media only screen and (max-width: 300px) {
.EmbedFooter {
padding: 0 6px 6px; }
.EmbedFooter-playback {
padding-left: 6px; } }
@media only screen and (max-width: 240px) {
.EmbedFooter-dynamic {
height: 16px; } }
.EmbedHeader {
position: absolute;
top: 0;
width: 100%; }
.EmbedHeader .EmbedHeader-cta {
margin: 15px;
color: white; }
.EmbedHeader .EmbedHeader-cta .EmbedHeader-ctaText {
display: inline-block;
overflow: hidden;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap; }
.EmbedHeader .EmbedHeader-cta--periscope {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
.EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
opacity: 0;
vertical-align: middle;
margin-right: 10px;
-webkit-transform: translateY(3px);
transform: translateY(3px);
transform: translateY(3px); }
.EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText,
.EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
opacity: .8; }
.EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo,
.EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1); }
.EmbedHeader .EmbedHeader-cta--twitterEvent {
background-color: rgba(0, 0, 0, 0.77);
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.77);
font-family: "helvetica neue", arial;
font-weight: bold;
font-size: 13px;
height: 30px;
margin: 15px;
max-width: 50%;
padding: 4px 6px 4px 10px; }
.EmbedHeader .EmbedHeader-cta--twitterEvent .EmbedHeader-ctaText {
max-width: calc(100% - 21px); }
.EmbedHeader .EmbedHeader-cta--twitterEvent:hover {
margin: 15px;
background-color: rgba(0, 0, 0, 0.5); }
.EmbedHeader .CaretDisclosure {
height: 16px;
margin-left: 6px;
margin-top: -8px; }
@media only screen and (max-width: 300px) {
.EmbedHeader {
padding: 8px 10px; } }
@media only screen and (max-width: 240px) {
.EmbedHeader-cta {
font-size: 12px; } }
.EmbedOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2; }
.EmbedOverlay.EmbedOverlay--withInteractivity {
pointer-events: none; }
.EmbedOverlay.EmbedOverlay--withInteractivity .EmbedLink,
.EmbedOverlay.EmbedOverlay--withInteractivity .EmbedFooter {
pointer-events: all; }
.EmbedOverlay-alpha:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 80px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }
.EmbedOverlay-alpha:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-cta,
.EmbedOverlay:hover .EmbedHeader-cta {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-logo,
.EmbedOverlay:hover .EmbedHeader-logo {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 0; }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 1; }
@media only screen and (max-width: 300px) {
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
-webkit-transition-delay: 0s;
transition-delay: 0s; }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
-webkit-transition-delay: 0s;
transition-delay: 0s; } }
.EmbedPlayButton {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
opacity: 1;
cursor: pointer; }
.EmbedPlayButton.EmbedPlayButton--hidden {
pointer-events: none;
opacity: 0;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedPlayButton--isLive .EmbedPlayButton-replayButton {
display: none; }
.EmbedPlayButton--isReplay .EmbedPlayButton-liveButton {
display: none; }
.EmbedPlayButton-liveButton {
width: 60px;
height: 60px;
background-image: url("../images/icon_play_red.7ebec12d3630f5a752a56ab452ddca1a.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.EmbedPlayButton-liveButton {
background-image: url("../images/[email protected]");
background-size: 60px 60px; } }
.EmbedPlayButton-replayButton {
width: 60px;
height: 60px;
background-image: url("../images/icon_play_blue.426b24b00ea68c05eddcd00db211224d.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.EmbedPlayButton-replayButton {
background-image: url("../images/[email protected]");
background-size: 60px 60px; } }
.CommentMessage-participantOrange .FollowingIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .FollowingIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .FollowingIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .FollowingIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .FollowingIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .FollowingIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .FollowingIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .FollowingIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .FollowingIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .FollowingIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .FollowingIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .FollowingIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .FollowingIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .FollowingIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .FollowingIcon path {
fill: #40a4c4; }
.FollowingIcon {
height: 14px;
margin-right: 4px; }
.JoinMessage .FollowingIcon {
margin-left: 3px; }
.JoinMessage .FollowingIcon path {
fill: white; }
.Form {
font-family: "museo_sans300", sans-serif; }
.Form .Form-label {
display: block;
font-size: 14px;
padding: 0 0 10px; }
.Form .Form-input {
padding: 8px 12px;
width: 100%;
border: 1px solid #a4b8be;
border-radius: 4px;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
text-align: center;
color: #3f4d51; }
.Form .Form-input:focus {
outline: none;
border-color: #40a4c4; }
.Form .Form-input input::-webkit-input-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input:-moz-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input::-moz-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input:-ms-input-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-button {
cursor: pointer;
display: block;
margin: 30px auto 10px;
padding: 12px 35px;
width: 100%;
background-color: #40a4c4;
border-radius: 30px;
border: none;
color: white;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.Form .Form-button:hover, .Form .Form-button:active {
background-color: #3185a0;
outline: none;
text-decoration: none; }
.Form .Form-button:disabled {
cursor: default;
opacity: .5; }
.Form .Form-button.is-secondary {
background: white;
border: 1px solid #40a4c4;
color: #40a4c4; }
.Form .Form-button.is-secondary:hover, .Form .Form-button.is-secondary:active {
background: rgba(64, 164, 196, 0.2); }
.GetAppCTA {
cursor: pointer; }
.AccountView .OauthAuth {
max-width: 750px;
margin: 0 auto; }
.AccountView .OauthAuth .OauthAuth-permission {
padding: 15px; }
.AccountView .OauthAuth .OauthAuth-application {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
margin-top: 15px;
border: 1px solid rgba(164, 184, 190, 0.3);
padding: 0 10px 10px;
border-radius: 4px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo {
border: 1px solid rgba(164, 184, 190, 0.3);
background: rgba(164, 184, 190, 0.3);
margin-top: 10px;
height: 202px;
width: 202px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo img {
max-width: 200px;
max-height: 200px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
margin: 10px 15px 0;
text-align: left; }
@media (max-width: 668px) {
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
text-align: center; } }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationName {
font-family: "museo_sans700", sans-serif;
font-size: 35px;
line-height: 35px;
margin-bottom: 10px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationSite {
color: #a4b8be; }
.AccountView .OauthAuth .OauthAuth-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountView .OauthAuth .OauthAuth-actionButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView .OauthAuth .OauthAuth-actionButton:hover {
background-color: #40a4c4;
color: white; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-red:hover, .AccountView .OauthAuth .OauthAuth-actionButton.is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView .HardwareAuth {
max-width: 750px;
margin: 0 auto; }
.AccountView .HardwareAuth input {
max-width: 400px;
font-size: 27px; }
.AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon {
height: 48px; }
.AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon svg {
width: 30px; }
.AccountView .HardwareAuth .HardwareAuth-actionButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView .HardwareAuth .HardwareAuth-actionButton:hover {
background-color: #40a4c4;
color: white; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-red:hover, .AccountView .HardwareAuth .HardwareAuth-actionButton.is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView .HardwareAuth .HardwareAuth-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountView .HardwareAuth .HardwareAuth-success {
padding: 20px 0;
color: #82bb47;
font-size: 20px; }
@-webkit-keyframes discover-fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes discover-fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes discover-channel-button {
0% {
margin-right: 0; }
20% {
margin-right: 20px; }
70% {
margin-right: 20px; }
100% {
margin-right: 0; } }
@keyframes discover-channel-button {
0% {
margin-right: 0; }
20% {
margin-right: 20px; }
70% {
margin-right: 20px; }
100% {
margin-right: 0; } }
.HeaderNavigationView {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
width: 100%; }
.HeaderNavigationView .HeaderNavigationView-viewContent {
min-height: calc(100% - 94px);
height: calc(100% - 94px);
position: relative;
-ms-flex-line-pack: stretch;
align-content: stretch;
margin-top: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .HeaderNavigationView-viewContent {
margin-top: 70px;
height: calc(100% - 70px); } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .HeaderNavigationView-viewContent {
margin-top: 70px;
height: calc(100% - 70px); } }
.HeaderNavigationView .HeaderNavigationView-headerContent {
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
width: 100%;
height: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .HeaderNavigationView-headerContent {
height: 70px; } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .HeaderNavigationView-headerContent {
height: 70px; } }
.HeaderNavigationView .DiscoverHeader {
width: 100%;
min-height: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .DiscoverHeader {
min-height: 70px; } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .DiscoverHeader {
min-height: 70px; } }
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 94px); }
@media (max-width: 668px) {
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 70px); } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 70px); } }
.HeaderNavigationView.route-leave {
background: black;
position: absolute;
top: 0;
left: 0;
z-index: 20;
width: 100%; }
.HeaderNavigationView.route-leave .HeaderNavigationView-viewContent {
opacity: 1; }
.HeaderNavigationView.route-leave .DiscoverHeader {
box-shadow: none; }
.HeaderNavigationView.route-leave .ChannelMenuButton {
-webkit-animation: discover-channel-button 1s ease-out;
animation: discover-channel-button 1s ease-out; }
.HeaderNavigationView.route-leave .DiscoverHeader-channelList {
opacity: 1; }
.HeaderNavigationView.route-leave-active {
-webkit-animation: discover-fade-out 1s ease-out 1s;
animation: discover-fade-out 1s ease-out 1s; }
.HeaderNavigationView.route-leave-active .HeaderNavigationView-viewContent {
opacity: 0;
-webkit-transition: opacity ease 0.15s;
transition: opacity ease 0.15s; }
.HeaderNavigationView.route-leave-active .DiscoverHeader-channelList {
opacity: 0;
-webkit-transition: opacity ease 0.15s;
transition: opacity ease 0.15s; }
.HeaderNavigationView.route-leave-active .HeaderNavigationView-headerContent {
width: 450px;
height: 100%;
-webkit-transition: all ease 1s;
transition: all ease 1s; }
.InfoIcon {
fill: white; }
.InfoIcon .InfoIcon-innerCircle {
opacity: 0; }
.InfoIcon.isActive .InfoIcon-innerCircle {
fill: #40a4c4;
opacity: 1; }
.InputArray {
margin-top: 20px; }
.InputArray .InputArray-container {
position: relative; }
.InputArray .InputArray-container.has-value input {
padding-right: 30px; }
.InputArray .InputArray-container.has-value .CloseIcon {
opacity: .4;
cursor: pointer;
position: absolute;
right: 10px;
bottom: 5px; }
.InputArray .InputArray-container.has-value .CloseIcon:hover {
opacity: 1; }
.InputArray .InputArray-container.has-value .CloseIcon svg {
width: 10px; }
.InputArray .InputArray-container .InputWithIcon {
margin-top: 0; }
.InputArray .InputArray-container .InputWithIcon .InputWithIcon-inputContainer input {
border-radius: 0;
border-bottom-width: 0; }
.InputArray .InputArray-container:first-of-type .InputWithIcon-inputContainer input {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.InputArray .InputArray-container:last-of-type .InputWithIcon-inputContainer input {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-width: 1px; }
.InputWithIcon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 20px; }
.InputWithIcon .InputWithIcon-label {
color: #a4b8be; }
.InputWithIcon .InputWithIcon-inputContainer input, .InputWithIcon .InputWithIcon-inputContainer textarea {
color: #222222; }
.InputWithIcon .InputWithIcon-inputContainer input[readonly], .InputWithIcon .InputWithIcon-inputContainer textarea[readonly] {
color: #222222; }
.InputWithIcon.has-placeholder.has-label .InputWithIcon-label {
position: relative;
top: 0;
opacity: 1;
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.InputWithIcon.has-placeholder.has-label .InputWithIcon-inputContainer {
position: relative;
top: 0;
-webkit-transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-label {
top: 15px;
opacity: 0; }
.InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-inputContainer {
top: -13px; }
.InputWithIcon .InputWithIcon-inputContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.InputWithIcon .InputWithIcon-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.InputWithIcon .InputWithIcon-icon svg {
fill: #40a4c4;
width: 20px; }
.InputWithIcon.is-error svg {
fill: #d55548; }
.ItunesAppStoreButton {
background-image: url("../images/badge-appstore.svg");
background-repeat: no-repeat;
border-radius: 8px;
border: 4px solid transparent;
box-sizing: content-box;
display: inline-block;
font-size: 0;
line-height: 40px;
width: 135px; }
.ItunesAppStoreButton:hover {
background-color: #c9e2e9; }
.SignInCTA {
cursor: pointer; }
.FeedbackItem {
position: absolute;
bottom: -10px;
right: 0;
padding: 1px;
-webkit-transform: scale(0);
transform: scale(0);
pointer-events: none;
z-index: 0; }
.FeedbackItem--userHeart {
-webkit-transform: scale(1) translateY(36px);
transform: scale(1) translateY(36px);
z-index: 1; }
.FeedbackItem--sparkle {
width: 133px;
right: -30px;
top: -90px;
z-index: 1; }
.FeedbackItem .border {
fill: white; }
.Hearts {
position: relative;
padding: 0;
margin: 0;
list-style: none; }
.Hearts .FeedbackItem {
bottom: 0px; }
.Hearts .isEggmoji {
font-size: 54px;
right: 26px; }
.HeartsContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: relative;
bottom: 55px;
padding-right: 3px; }
@-webkit-keyframes ants {
to {
stroke-dashoffset: 100%; } }
@keyframes ants {
to {
stroke-dashoffset: 100%; } }
.UserHeart--participantOrange .fill {
fill: #f5a623; }
.UserHeart--participantPurple .fill {
fill: #ab70d4; }
.UserHeart--participantGreen .fill {
fill: #99ce62; }
.UserHeart--participantPeriwinkle .fill {
fill: #5c75dc; }
.UserHeart--participantRed .fill {
fill: #d54d81; }
.UserHeart--participantYellow .fill {
fill: #ded569; }
.UserHeart--participantTeal .fill {
fill: #5ed5b1; }
.UserHeart--participantPink .fill {
fill: #e697dc; }
.UserHeart--participantBrown .fill {
fill: #92643e; }
.UserHeart--participantVividTangerine .fill {
fill: #ffa98a; }
.UserHeart--participantSkyBlue .fill {
fill: #84e1eb; }
.UserHeart--participantFern .fill {
fill: #69ab63; }
.UserHeart--participantCarnation .fill {
fill: #f85b5b; }
.UserHeart--participantDefault .fill {
fill: #404d52; }
.UserHeart--participantReplayBlue .fill {
fill: #40a4c4; }
.UserHeart {
margin-right: 17px;
cursor: pointer; }
.UserHeart.UserHeart-eggmoji {
font-size: 56px;
line-height: 40px; }
.UserHeart .OutlineHeart {
width: 53px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UserHeart .OutlineHeart svg {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 47px;
height: 40px;
-webkit-transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01);
transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01); }
.UserHeart:active svg, .UserHeart.UserHeart--active svg {
width: 58px;
height: 50px; }
.UserHeart:active svg .fill, .UserHeart.UserHeart--active svg .fill {
opacity: 1; }
.UserHeart.UserHeart--inactive {
opacity: .2; }
.UserHeart.UserHeart--inactive:active {
-webkit-animation: none;
animation: none; }
.UserHeart.UserHeart--inactive .fill {
fill: #40a4c4; }
.UserHeart .fill {
opacity: 0;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out; }
.UserHeart:hover .fill {
opacity: .3; }
.UserHeart .shape {
fill: none;
stroke: white;
stroke-width: 2px; }
.UserHeart:hover:not(.UserHeart--inactive) .shape {
-webkit-animation: ants 5s linear infinite;
animation: ants 5s linear infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.JoinMessage.Join-participantOrange .JoinMessage-message {
background: #f5a623; }
.JoinMessage.Join-participantPurple .JoinMessage-message {
background: #ab70d4; }
.JoinMessage.Join-participantGreen .JoinMessage-message {
background: #99ce62; }
.JoinMessage.Join-participantPeriwinkle .JoinMessage-message {
background: #5c75dc; }
.JoinMessage.Join-participantRed .JoinMessage-message {
background: #d54d81; }
.JoinMessage.Join-participantYellow .JoinMessage-message {
background: #ded569; }
.JoinMessage.Join-participantTeal .JoinMessage-message {
background: #5ed5b1; }
.JoinMessage.Join-participantPink .JoinMessage-message {
background: #e697dc; }
.JoinMessage.Join-participantBrown .JoinMessage-message {
background: #92643e; }
.JoinMessage.Join-participantVividTangerine .JoinMessage-message {
background: #ffa98a; }
.JoinMessage.Join-participantSkyBlue .JoinMessage-message {
background: #84e1eb; }
.JoinMessage.Join-participantFern .JoinMessage-message {
background: #69ab63; }
.JoinMessage.Join-participantCarnation .JoinMessage-message {
background: #f85b5b; }
.JoinMessage.Join-participantDefault .JoinMessage-message {
background: #404d52; }
.JoinMessage.Join-participantReplayBlue .JoinMessage-message {
background: #40a4c4; }
.JoinMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
float: left;
clear: both;
margin-top: 8px;
max-width: 100%; }
.JoinMessage .JoinMessage-message {
float: left;
clear: left;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
word-wrap: break-word;
color: white;
padding: 8px 10px;
background: #a4b8be;
border-radius: 3px; }
.JoinMessageRedesign {
margin: 0;
float: none; }
.JoinMessageRedesign .JoinMessage-message {
border-radius: 4px; }
.FirstSparkleMessage.FirstSparkleMessage-participantOrange .FirstSparkleMessage-messageContainer {
background: #f5a623; }
.FirstSparkleMessage.FirstSparkleMessage-participantPurple .FirstSparkleMessage-messageContainer {
background: #ab70d4; }
.FirstSparkleMessage.FirstSparkleMessage-participantGreen .FirstSparkleMessage-messageContainer {
background: #99ce62; }
.FirstSparkleMessage.FirstSparkleMessage-participantPeriwinkle .FirstSparkleMessage-messageContainer {
background: #5c75dc; }
.FirstSparkleMessage.FirstSparkleMessage-participantRed .FirstSparkleMessage-messageContainer {
background: #d54d81; }
.FirstSparkleMessage.FirstSparkleMessage-participantYellow .FirstSparkleMessage-messageContainer {
background: #ded569; }
.FirstSparkleMessage.FirstSparkleMessage-participantTeal .FirstSparkleMessage-messageContainer {
background: #5ed5b1; }
.FirstSparkleMessage.FirstSparkleMessage-participantPink .FirstSparkleMessage-messageContainer {
background: #e697dc; }
.FirstSparkleMessage.FirstSparkleMessage-participantBrown .FirstSparkleMessage-messageContainer {
background: #92643e; }
.FirstSparkleMessage.FirstSparkleMessage-participantVividTangerine .FirstSparkleMessage-messageContainer {
background: #ffa98a; }
.FirstSparkleMessage.FirstSparkleMessage-participantSkyBlue .FirstSparkleMessage-messageContainer {
background: #84e1eb; }
.FirstSparkleMessage.FirstSparkleMessage-participantFern .FirstSparkleMessage-messageContainer {
background: #69ab63; }
.FirstSparkleMessage.FirstSparkleMessage-participantCarnation .FirstSparkleMessage-messageContainer {
background: #f85b5b; }
.FirstSparkleMessage.FirstSparkleMessage-participantDefault .FirstSparkleMessage-messageContainer {
background: #404d52; }
.FirstSparkleMessage.FirstSparkleMessage-participantReplayBlue .FirstSparkleMessage-messageContainer {
background: #40a4c4; }
.FirstSparkleMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
float: left;
clear: both;
margin-top: 8px;
max-width: 100%; }
.FirstSparkleMessage.FirstSparkleMessage--messageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #a4b8be;
border-radius: 3px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message {
font-family: "museo_sans300", sans-serif;
font-size: 14px;
word-wrap: break-word;
color: white;
padding: 4px 10px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message .FirstSparkleMessage-title {
font-size: 12px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer .FirstSparkleMessage-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 43px;
width: 35px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.Modal .KeyboardHelpModal {
padding: 10px 0; }
.Modal .KeyboardHelpModal h2 {
font-size: 16px;
margin-top: 32px;
color: #40a4c4; }
.Modal .KeyboardHelpModal a {
text-decoration: underline; }
.Modal .KeyboardHelpModal a:hover {
color: #3f4d51; }
.KeyboardHelpModal-key {
margin-bottom: 15px;
padding: 0 35px;
text-align: left; }
.KeyboardHelpModal-keyCode {
float: left;
width: 130px;
text-align: right;
color: #3f4d51; }
.LimitedAccountNotice {
background-color: #f8f3b4;
color: #c4bd5d;
font-family: "museo_sans300", sans-serif;
padding: 10px 40px;
text-align: center; }
.LimitedAccountNotice a.LimitedAccountNotice-contactLink,
.LimitedAccountNotice a.LimitedAccountNotice-contactLink:hover,
.LimitedAccountNotice a.LimitedAccountNotice-contactLink:visited {
text-decoration: none;
color: #40a4c4; }
.LoadingBeans {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
@-webkit-keyframes jump {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0) scale(1);
transform: translate3d(0, 0px, 0) scale(1); }
10% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
20% {
opacity: 0.6;
-webkit-transform: translate3d(0, -8px, 0) scale(1.32);
transform: translate3d(0, -8px, 0) scale(1.32); }
30% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
40% {
opacity: 0.9;
-webkit-transform: translate3d(0, -2px, 0) scale(1.08);
transform: translate3d(0, -2px, 0) scale(1.08); }
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
60% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
70% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
90% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes jump {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0) scale(1);
transform: translate3d(0, 0px, 0) scale(1); }
10% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
20% {
opacity: 0.6;
-webkit-transform: translate3d(0, -8px, 0) scale(1.32);
transform: translate3d(0, -8px, 0) scale(1.32); }
30% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
40% {
opacity: 0.9;
-webkit-transform: translate3d(0, -2px, 0) scale(1.08);
transform: translate3d(0, -2px, 0) scale(1.08); }
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
60% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
70% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
90% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.LoadingBeans .LoadingBeans-bean {
width: 10px;
height: 10px;
margin: 6px;
border-radius: 5px;
background-color: rgba(239, 242, 244, 0.8);
box-shadow: 0px 0px 0px 1px rgba(34, 34, 34, 0.3); }
.LoadingBeans .LoadingBeans-bean:nth-child(1) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 200ms;
animation-delay: 200ms; }
.LoadingBeans .LoadingBeans-bean:nth-child(2) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 400ms;
animation-delay: 400ms; }
.LoadingBeans .LoadingBeans-bean:nth-child(3) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 600ms;
animation-delay: 600ms; }
.LoadingBeans.LoadingBeans--isDark .LoadingBeans-bean {
background-color: rgba(64, 164, 196, 0.8);
box-shadow: 0px 0px 0px 1px rgba(64, 164, 196, 0.5); }
@-webkit-keyframes slideacross-top {
0% {
background-position: 0 -50px; }
100% {
background-position: -68px -50px; } }
@keyframes slideacross-top {
0% {
background-position: 0 -50px; }
100% {
background-position: -68px -50px; } }
.LoadingOverlay {
pointer-events: none;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
background-image: url("../images/loading_pattern.e3cce2738351a1fffbee0c4065044d29.png");
background-repeat: repeat-x;
-webkit-animation-name: slideacross-top;
animation-name: slideacross-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.LoadingOverlay {
background-image: url("../images/[email protected]");
background-size: 68px 250px; } }
.LoadingOverlay--isLoading {
opacity: 1;
-webkit-transition: opacity .3s .3s;
transition: opacity .3s .3s; }
.LoadingOverlay-text {
position: relative;
top: 15px;
left: 15px;
font-size: 13px;
font-family: "museo_sans700", sans-serif;
text-transform: uppercase; }
@media only screen and (max-width: 300px) {
.CardView .LoadingOverlay-text {
top: 6px;
left: 10px; } }
.LoginSignupButton-SignInButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.LoginSignupButton-SignInButton .LoginSignupButton-separator {
opacity: .25;
padding: 0 0.5em; }
.LoginSignupButton-AvatarImage {
margin: 0 10px; }
.LoginSignupButton-AvatarImage .ProfileIcon svg {
width: 36px;
height: 36px; }
.Map {
position: absolute;
top: -100px;
right: 0;
bottom: 0;
left: 0;
overflow: hidden; }
.Map-map,
.Map .UserProfile-imageBlur {
position: absolute;
min-width: 800px;
min-height: 300px; }
.Map-map {
width: 100%;
height: 100%;
background-image: url("../images/map.svg");
background-size: cover;
background-repeat: repeat-x;
opacity: .10; }
.Map .UserProfile-imageBlur {
width: 110%;
height: 110%;
left: -5%;
top: -5%;
border-radius: 0;
opacity: .8; }
.MapViewToggle {
position: absolute;
padding: 2px;
background-color: rgba(225, 225, 225, 0.5);
right: 20px;
top: 20px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
border-radius: 50%; }
.MapViewToggle.is-active {
background-color: rgba(64, 164, 196, 0.5); }
.MapViewToggle .MapViewToggle-ToggleButton {
cursor: pointer;
box-sizing: content-box;
width: 28px;
height: 28px;
padding: 2px;
border: none;
background-color: white;
outline: none;
border-radius: 50%; }
.MapViewToggle .GlobeIcon {
width: 100%;
height: 100%; }
.MapView-Thumbnail {
height: 100px;
margin: 0 auto 5px;
display: block;
clear: both; }
.MediaExpand {
position: relative;
display: block;
cursor: pointer;
margin: -3px 0;
opacity: 0.5;
width: 22px;
height: 26px;
background-size: 100% 100%;
background-image: url(../images/media_expand.svg); }
.MediaExpand:hover {
opacity: 1; }
.MediaExpand:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.Messages {
position: relative; }
.Messages ul {
margin: 0;
padding: 0 7px 4px 0;
list-style: none;
position: absolute;
max-width: 470px;
bottom: 0;
overflow: hidden; }
.Messages ul .MessageElement > * {
-webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Messages ul .MessageElement.enter > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: slidein;
animation-name: slidein;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Messages ul .MessageElement.enter > *.CommentMessage--userChat {
overflow: hidden;
max-height: 100px;
overflow: visible;
z-index: 5;
-webkit-animation-name: userChatSlidein;
animation-name: userChatSlidein;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Messages ul .MessageElement.exit > * {
opacity: 0; }
.Messages ul .MessageElement.exit-now > * {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Messages ul .MessageElement.slide-out > * {
-webkit-transform: translateY(200%);
transform: translateY(200%);
-webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MissingBroadcast {
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
position: relative;
opacity: 0;
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
.MissingBroadcast.MissingBroadcast--ready {
opacity: 1; }
.MissingBroadcast .ViewerBadge {
pointer-events: none;
position: absolute;
left: 15px;
bottom: 15px;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MissingBroadcast-image {
width: 100%;
height: 100%; }
.MissingBroadcast-info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.MissingBroadcast-broadcastState {
margin-top: 50px;
font-family: "museo_sans500", sans-serif; }
.MissingBroadcast:hover .EmbedHeader-cta {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px); }
.MissingBroadcast:hover .EmbedHeader-logo {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
@media only screen and (max-width: 300px) {
.MissingBroadcast-info .ProfileAvatar-image {
width: 80px;
height: 80px; }
.MissingBroadcast-info .ProfileName {
margin-top: 10px; }
.MissingBroadcast-broadcastState {
margin-top: 10px;
font-size: 12px; } }
@media only screen and (max-width: 240px) {
.MissingBroadcast-info .ProfileAvatar-image {
width: 60px;
height: 60px; }
.MissingBroadcast-info .ProfileName,
.MissingBroadcast-info .ProfileName .ProfileUsername {
font-size: 14px; }
.MissingBroadcast .EmbedHeader-cta {
display: none; } }
.ModalLinkCTA:link, .ModalLinkCTA:visited {
background-color: white;
border-radius: 30px;
border: 1px solid #40a4c4;
color: #40a4c4;
display: block;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 12px 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.ModalLinkCTA:hover {
background-color: #40a4c4;
color: white;
text-decoration: none; }
.ModalLinkCTA:focus, .ModalLinkCTA:active {
outline: none;
color: white; }
.ModalLinkCTA.ModalLinkCTA--isFilled:link, .ModalLinkCTA.ModalLinkCTA--isFilled:visited, .ModalLinkCTA.ModalLinkCTA--isFilled:hover, .ModalLinkCTA.ModalLinkCTA--isFilled:focus, .ModalLinkCTA.ModalLinkCTA--isFilled:active {
background-color: #40a4c4;
color: white; }
.ModalLinkCTA.ModalLinkCTA--isMuted:link, .ModalLinkCTA.ModalLinkCTA--isMuted:visited {
color: #a4b8be;
border-color: #a4b8be; }
.ModalLinkCTA.ModalLinkCTA--isMuted:hover, .ModalLinkCTA.ModalLinkCTA--isMuted:focus, .ModalLinkCTA.ModalLinkCTA--isMuted:active {
background-color: white;
color: #a4b8be; }
.ModalWrapper {
-ms-flex-line-pack: start;
align-content: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
max-width: 800px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.ModalWrapper::-webkit-scrollbar {
display: none; }
.ModalWrapper-container {
padding: 20px 0; }
.ModalWrapper-closeContainer {
position: absolute;
top: 10px;
right: 0; }
.ModalWrapper-closeButton {
cursor: pointer;
background: none;
border: none;
padding: 5px; }
.ModalWrapper-closeButton:active, .ModalWrapper-closeButton:focus {
outline: none; }
.ModalWrapper-closeButton .CloseIcon {
padding: 5px; }
.MuteButton {
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0.4; }
.MuteButton:hover, .MuteButton.MuteButton--isActive {
opacity: 1; }
.MuteButton:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.MuteButton svg {
width: 27px;
height: 18.81818px; }
.MuteButton:not(.MuteButton--redesign) {
width: 28px;
height: 20px; }
.MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-on {
position: relative;
left: 1px;
width: 26px;
height: 20px;
background-size: 100% 100%;
background-image: url(../images/icon_volume_on.svg); }
.MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-off {
position: relative;
top: 1px;
width: 28px;
height: 18px;
background-size: 100% 100%;
background-image: url(../images/icon_volume_off.svg); }
.ProfileDetails .MuteNotificationsIcon-container {
margin-left: 10px; }
.MuteNotificationsIcon {
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #40a4c4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MuteNotificationsIcon g {
fill: #40a4c4; }
.MuteNotificationsIcon:hover g, .MuteNotificationsIcon.is-active g {
fill: white; }
.MuteNotificationsIcon:hover {
background: rgba(64, 164, 196, 0.6); }
.MuteNotificationsIcon.is-active {
background: #40a4c4; }
.OpenInAppMessage {
cursor: pointer;
overflow: auto;
float: left;
width: 155px;
height: 52px;
background-color: #40a4c4;
border-radius: 4px;
margin-top: 8px;
padding: 0 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.slide-out .OpenInAppMessage {
margin-top: -52px; }
.OpenInAppMessage .OpenInAppMessage-logo {
width: 20px;
margin: 0 10px 0 0; }
.OpenInAppMessage .OpenInAppMessage-message {
font-size: 16px;
font-family: "museo_sans500", sans-serif;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.PanSeekOverlay {
pointer-events: none;
position: absolute;
z-index: 60;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }
.PanSeekOverlay.PanSeekOverlay--isSeeking {
opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }
.PanSeekOverlay .PanSeekOverlay-seeker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 225px25px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail {
height: 225px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail img {
max-width: 200px;
max-height: 200px;
border-radius: 4px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-seekTime {
height: 25px;
font-size: 18px;
font-family: "museo_sans300", sans-serif; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-currentTime {
position: absolute;
left: 100%;
width: 5px;
height: 5px;
background: white;
border-radius: 4px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar {
width: 75vw;
position: absolute;
top: 100%;
left: 50%; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar .VideoSeeker {
opacity: 1;
top: initial;
margin: 0; }
.PeriscopeLogo {
width: 22px;
height: 28px; }
.PeriscopeLogo--appIcon {
width: 50px;
min-width: 50px;
height: 50px;
padding: 10px;
border-radius: 12px;
background-color: #40a4c4; }
.PeriscopeLogo--appIconAndroid {
border-radius: 25px; }
@media only screen and (max-width: 240px) {
.CardView .PeriscopeLogo {
width: 16px;
height: 21px; } }
.PlaybackTime {
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: color .2s;
transition: color .2s;
text-align: center;
width: 60px; }
.ProfileSettings-profileEditControls {
position: absolute;
width: 100%;
top: 0;
left: 0;
text-align: right; }
.is-cropping .ProfileSettings-profileEditControls {
z-index: 51; }
.ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
right: 0;
padding: 30px; }
.ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer button.AccountSettings-actionButton {
width: auto;
margin-left: 10px;
margin-top: 0; }
.ProfileSettings-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.ProfileSettings-profileDetails .ProfileEdit {
width: 400px;
margin: 0 auto; }
.ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer {
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
padding: 6px;
border-radius: 50%;
background: #40a4c4; }
.ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer .CameraIcon {
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
position: relative;
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone {
cursor: pointer;
z-index: 1;
position: absolute;
width: 100px;
height: 100px;
top: 0;
left: 0;
border-radius: 50%;
border: 2px white dashed; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone.is-active {
background: rgba(130, 187, 71, 0.3); }
.is-cropping .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
z-index: 51;
width: 400px;
height: 400px;
padding-top: 50px; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer img {
border: 0; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover {
background: black; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover img {
opacity: .7; }
.ProfileAvatar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileAvatar .ProfileAvatar-image {
border: 2px solid white;
border-radius: 50%;
width: 100px;
height: 100px; }
.ProfileAvatar.ProfileAvatar--withoutBorder .ProfileAvatar-image {
border: none; }
.ProfileAvatar .ProfileLink,
.ProfileAvatar .ProfileLink:hover,
.ProfileAvatar .ProfileLink:focus {
outline: none;
background: none;
border-radius: none;
color: transparent; }
.ProfileDetails {
margin: 0 40px;
text-align: center; }
.ProfileDetails .ProfileDetails-editProfileLink {
color: #40a4c4;
text-decoration: none;
font-family: "museo_sans500", sans-serif; }
.ProfileDetails .ProfileDetails-editProfileLink:hover, .ProfileDetails .ProfileDetails-editProfileLink:focus, .ProfileDetails .ProfileDetails-editProfileLink:active {
text-decoration: underline; }
.ProfileDetails-authActionsContainer .GearContainer {
cursor: pointer;
margin: 0 10px 0 0; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
width: 100%;
max-width: 300px;
height: 50px;
overflow: hidden;
position: relative;
z-index: 1;
background-color: white;
border-radius: 30px;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active {
-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isActive {
color: white;
background-color: #40a4c4; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isDisabled {
cursor: default;
border: 1px solid #3f4d51;
background-color: #3f4d51;
color: white; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent {
padding: 0 35px;
z-index: 2; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFiller {
pointer-events: none;
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFill {
width: 10px;
height: 10px;
border-radius: 10px;
background-color: transparent;
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: transform, background-color; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
width: 24px;
height: 24px; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .CheckIcon, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
margin-left: 10px; }
.ProfileName {
font-family: "museo_sans700", sans-serif;
font-size: 24px;
margin-top: 20px; }
.ProfileName .ProfileName-AccountDisplay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ProfileName .ProfileName-AccountDisplay .ProfileAvatar {
margin: 0 8px 0 0; }
.ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileModal .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
color: #3f4d51;
margin-top: 10px; }
.ProfileModal .ProfileLink:hover .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
color: #40a4c4; }
.ProfileName .ProfileUsername {
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
margin-bottom: 2px;
margin-top: -3px; }
.ProfileModal .ProfileName .ProfileUsername {
color: #a4b8be; }
.ProfileModal .ProfileLink:hover .ProfileName .ProfileUsername {
color: #40a4c4; }
.ProfileName.ProfileName--withAvatar {
height: 32px; }
.ProfileName.ProfileName--withAvatar .ProfileLink {
padding: 4px 22px 4px 7px;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.2); }
.ProfileName.ProfileName--withAvatar .ProfileLink.ProfileLink--isActive {
color: white;
background-color: rgba(255, 255, 255, 0.4); }
.ProfileName.ProfileName--withUsername .ProfileLink {
border-radius: 35px;
padding-left: 35px;
padding-right: 35px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.ProfileName {
font-size: 16px; } }
.ProfileUsername {
font-family: "museo_sans300", sans-serif; }
.ProfileUsername-verified {
margin-left: 5px; }
.ProfileIcon svg {
width: 29px;
height: 29px; }
.ProfileIcon path {
fill: #40a4c4; }
.ProfileIcon.ProfileIcon--white path {
fill: white; }
.ProfileDescription {
word-wrap: break-word;
font-family: "museo_sans300", sans-serif; }
.ProfileDescription a {
color: #40a4c4;
text-decoration: none; }
.ProfileDescription a:hover, .ProfileDescription a:focus {
outline: none;
text-decoration: underline; }
.ProfileLink {
display: inline-block;
padding: 5px 15px;
text-decoration: none;
border-radius: 100px;
-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
transition: background-color 0.1s ease-out, color 0.1s ease-out;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.2); }
.ProfileLink.ProfileLink--isActive {
background-color: white;
color: #3f4d51; }
.ProfileLink.ProfileLink--isActive .ProfileUsername {
color: #a4b8be; }
.ProfileLink.ProfileLink--isActive .ProfileUsername-verified .verified-bg {
opacity: 1; }
.ProfileLink .ProfileUsername-verified .verified-bg {
opacity: .5;
-webkit-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out; }
.ProfileLink.ProfileLink--isInactive:hover {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
color: rgba(255, 255, 255, 0.4); }
.ProfileLink.ProfileLink--isInactive:hover .ProfileUsername-verified .verified-bg {
opacity: 1; }
.ProfileHeader {
margin-top: -60px;
height: 60px; }
.ProfileHeader .ProfileHeader-logo img {
height: 30px;
margin-left: 15px;
margin-top: 7px; }
.ProfileHeader .AppLinks {
position: absolute;
top: 14px;
right: 15px; }
.ProfileHeader .AppLinks .AppLink--cta,
.ProfileHeader .AppLinks .AppLink--withIcon {
padding: 5px 20px;
font-size: 14px;
width: auto; }
.ProfileHeader .AppLinks .AppLink-icon--playstore {
margin-right: 10px; }
@media only screen and (max-width: 720px) {
.ProfileHeader {
margin-top: 0;
width: inherit;
background-color: #3f4d51;
-webkit-transition: margin-top .2s ease-out;
transition: margin-top .2s ease-out; } }
.ProfileHearts {
margin: 5px 0;
text-align: center;
font-family: "museo_sans700", sans-serif;
color: #3f4d51;
font-size: 14px; }
.ProfileHearts-heart {
display: inline-block;
margin-right: 5px;
width: 14px;
height: 12px;
background-image: url("../images/profile_heart.f43cc65e5ae2665f13622ca63dfd2a2c.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ProfileHearts-heart {
background-image: url("../images/[email protected]");
background-size: 14px 12px; } }
.ProfileMenuTooltip {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
width: 200px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.ProfileMenuTooltip ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.ProfileMenuTooltip ul li {
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
height: 64px;
line-height: 64px; }
.ProfileMenuTooltip ul li .ProfileMenuTooltip-link {
display: block;
cursor: pointer;
padding-left: 24px;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
.ProfileMenuTooltip ul li .ProfileMenuTooltip-link:hover {
color: #3f4d51; }
@media only screen and (max-height: 600px) {
.ProfileMenuTooltip ul li {
height: 40px;
line-height: 40px;
font-size: 13px; }
.ProfileMenuTooltip .BetaBadge {
display: none; } }
.GearTooltip {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
white-space: nowrap;
text-align: center;
padding: 0 24px; }
.GearTooltip ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.GearTooltip ul li {
height: 64px;
line-height: 64px; }
.GearTooltip ul li button {
background-color: transparent;
border: none;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
height: 100%;
width: 100%;
cursor: pointer;
outline: none;
padding: 0; }
.GearTooltip ul li button:hover {
color: #d55548; }
.Pill {
cursor: pointer;
border-radius: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
white-space: nowrap;
-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
color: white;
background-color: rgba(255, 255, 255, 0.2); }
.Pill .Pill-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0.7; }
.Pill:hover, .Pill.Pill--isActive {
background-color: rgba(255, 255, 255, 0.4); }
.Pill:hover .Pill-content, .Pill.Pill--isActive .Pill-content {
opacity: 1.0; }
.Pill.Pill--withIcon:not(.Pill--withText) {
width: 32px;
height: 32px;
padding: 0; }
.Pill.Pill--withText:not(.Pill--withIcon) {
padding: 4px 22px; }
.Pill.Pill--withIcon.Pill--withText {
padding: 4px 22px 4px 7px; }
.Pill.Pill--withText {
line-height: 1.6;
min-height: 32px; }
.ProfileTwitterAccount {
display: block;
margin: 0 auto;
height: 22px;
width: 24px;
padding: 4px; }
.ProfileTwitterAccount:focus {
outline: none; }
.ProfileTwitterAccount:hover .twitter-logo-shape,
.ProfileTwitterAccount:focus .twitter-logo-shape {
fill: #59adeb; }
.ProfileTwitterAccount .twitter-logo-shape {
-webkit-transition: fill 0.1s linear;
transition: fill 0.1s linear; }
.ProfileSidebar {
background: white;
z-index: 13;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.ProfileSidebar--isSolo {
background-color: white;
-webkit-box-flex: 0;
-ms-flex: 0 0 main-size;
flex: 0 0 main-size;
height: 100%;
margin: 0 auto;
max-width: 900px;
overflow: hidden;
position: relative;
-webkit-transition: none;
transition: none;
width: 50vw;
z-index: 9; }
.ProfileSidebar--isSolo .ProfileSidebar-content,
.ProfileSidebar--isSolo .ProfileSidebar-accordion {
max-width: 900px;
min-height: inherit; }
.ProfileSidebar--isSolo {
min-height: 100%;
overflow-y: visible; }
.ProfileSidebar--isSolo .ProfileSidebar-content {
overflow-y: visible; }
.ProfileSidebar--isSolo .ProfileDetails.ProfileDetails--sidebar {
padding-top: 55px; }
.ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata {
font-size: 20px; }
.ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata label {
font-size: 12px; }
.ProfileSidebar-accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100%;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch; }
.ProfileSidebar-headerSpacerTop {
-webkit-box-flex: 2.5;
-ms-flex: 2.5;
flex: 2.5;
min-height: 20px;
max-height: 55px; }
.ProfileSidebar-descriptionSpacerTop {
-webkit-box-flex: 1.75;
-ms-flex: 1.75;
flex: 1.75;
max-height: 30px;
min-height: 15px; }
.ProfileSidebar-twitterSpacerTop {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-height: 15px;
min-height: 10px; }
.ProfileSidebar-metadataSpacerTop {
-webkit-box-flex: 2.25;
-ms-flex: 2.25;
flex: 2.25;
height: 40px; }
.ProfileDetails--withFollowingStatus .ProfileSidebar-metadataSpacerTop {
height: 20px; }
.ProfileSidebar-broadcastsSpacerTop,
.ProfileSidebar-ctaSpacerTop {
-webkit-box-flex: 5.5;
-ms-flex: 5.5;
flex: 5.5;
max-height: 85px;
min-height: 45px; }
.ProfileSidebar-ctaBorderSpacerTop {
-webkit-box-flex: 5.5;
-ms-flex: 5.5;
flex: 5.5;
max-height: 50px;
min-height: 25px; }
.ProfileSidebar-ctaBorderSpacerTop::before {
content: '';
position: absolute;
left: 50px;
right: 50px;
height: 1px;
background: #e1e1e1; }
.ProfileSidebar-content {
width: inherit;
height: inherit;
margin: 0 auto;
padding: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.ProfileSidebar-content .ProfileAuthor,
.ProfileSidebar-content .ProfileName,
.ProfileSidebar-content .ProfileUsername,
.ProfileSidebar-content .ProfileDescription {
margin: 0 25px;
text-align: center; }
.ProfileSidebar-content .ProfileName {
color: #3f4d51;
position: relative; }
.ProfileSidebar-content .ProfileUsername,
.ProfileSidebar-content .ProfileDescription {
color: #a4b8be; }
.ProfileSidebar-noResults {
padding: 20px;
font-family: "museo_sans300", sans-serif;
color: #a4b8be;
text-align: center; }
.ProfileSidebar-metadataContainer {
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ProfileSidebar-metadataContainer div:first-of-type .ProfileLink {
padding-left: 0; }
.ProfileSidebar-metadataContainer div:last-of-type .ProfileLink {
padding-right: 0; }
.ProfileSidebar-metadata {
font-size: 24px;
font-family: "museo_sans500", sans-serif;
color: #3f4d51;
text-align: center; }
.ProfileSidebar-metadata label {
display: block;
text-transform: uppercase;
color: #a4b8be;
font-size: 14px; }
.ProfileSidebar-metadataContainer.is-link {
border-bottom: 4px solid #eff2f4; }
.ProfileModal .ProfileSidebar-metadataContainer.is-link {
border: 0; }
.is-stuck .ProfileSidebar-metadataContainer.is-link {
border-bottom: 4px solid #d1d9df; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata {
position: relative;
padding: 20px 0;
color: #40a4c4;
font-family: "museo_sans300", sans-serif;
cursor: pointer; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata .ProfileLink.ProfileLink--isActive {
color: inherit; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata:hover {
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active {
cursor: default;
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
content: '';
position: absolute;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #eff2f4; }
.is-stuck .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
border-bottom: 6px solid #d1d9df; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label {
color: #40a4c4;
cursor: pointer; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label:hover {
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active label {
cursor: default;
color: #2f7e98; }
@media only screen and (max-width: 720px) {
.ProfileSidebar--isSolo {
width: 100%; }
.ProfileSidebar-header {
height: 60px;
margin-top: 0;
width: inherit;
background-color: #3f4d51;
-webkit-transition: margin-top .2s ease-out;
transition: margin-top .2s ease-out; } }
.ProfileSidebar-noBroadcasts {
text-align: center;
font-family: "museo_sans300", sans-serif;
color: #a4b8be; }
.PlaybackBackground {
background: black;
position: relative;
z-index: 0;
-webkit-transition: opacity 4.5s ease;
transition: opacity 4.5s ease; }
.PlaybackBackground .PlaybackBackground-opacity {
width: inherit;
height: inherit;
opacity: 0.5; }
.PlaybackBackground .PlaybackBackground-blur {
position: absolute; }
.PlaybackControls .PlaybackControls-button {
cursor: pointer;
opacity: 0.8;
position: relative;
text-align: center; }
.PlaybackControls .PlaybackControls-button:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.PlaybackControls .PlaybackControls-button:hover {
opacity: 1; }
.PlaybackControls.is-playing .PlaybackControls-play {
display: none; }
.PlaybackControls.is-paused .PlaybackControls-pause {
display: none; }
.PlaybackControlsOverlay.is-playing .PlaybackControlsOverlay-pause {
display: none; }
.PlaybackControlsOverlay.is-paused .PlaybackControlsOverlay-play {
display: none; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
cursor: pointer;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud {
margin: 0 auto;
pointer-events: none;
position: absolute;
top: 50%;
right: 0;
left: 0;
height: 0;
width: 0; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon {
width: 33px;
height: 27px; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon svg {
opacity: 0; }
.PlayStoreButton {
background-image: url("../images/badge-playstore.3e1283dccb79c5394970fcff42a91741.png");
background-repeat: no-repeat;
background-size: 134.28px 40px;
border-radius: 8px;
border: 4px solid transparent;
box-sizing: content-box;
display: inline-block;
font-size: 0;
line-height: 40px;
width: 134.28px; }
.PlayStoreButton:hover {
background-color: #c9e2e9; }
.AccountView-container .PlusContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
font-family: "museo_sans300", sans-serif; }
.AccountView-container .PlusContainer strong {
font-family: "museo_sans700", sans-serif; }
.AccountView-container .PlusContainer a {
color: #40a4c4;
text-decoration: none;
-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.AccountView-container .PlusContainer a:hover {
color: #2a748b;
text-decoration: underline; }
.AccountView-container .PlusContainer.PlusContainer--autoHeight {
height: auto; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer {
height: auto; } }
.AccountView-container .PlusContainer .PlusBox {
max-width: 65.21739%;
max-height: calc(100% - 106px);
margin: 53px auto;
overflow: auto; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusBox {
margin: 0 0 20px 0;
max-width: 95%;
max-height: initial; } }
.AccountView-container .PlusContainer .PlusMessage {
margin: 28px 37px 28px 27px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 24px;
font-family: "museo_sans300", sans-serif;
text-align: left; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusMessage {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
margin: 28px 5px; } }
.AccountView-container .PlusContainer .PlusMessage img {
margin: 0 31px 0 0; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusMessage img {
margin: 0; } }
.AccountView-container .PlusContainer .PlusApply-eligible {
text-align: left; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent {
margin: 0 70px;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 1.5;
color: #6b8187; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-eligibleContent {
margin: 0; } }
.AccountView-container .PlusContainer .PlusApply-eligibleContent .PlusApply-youMust {
margin: 15px 0 13px 0;
font-family: "museo_sans700", sans-serif; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent ul {
margin: 0;
padding: 0 0 0 calc(1em + 14px); }
.AccountView-container .PlusContainer .PlusApply-eligibleContent li {
margin: 0 0 15px 0; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent li:last-child {
margin: 0; }
.AccountView-container .PlusContainer .PlusApply-iframe {
width: 100%;
height: 100%;
overflow: auto; }
.AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
margin: 39px 70px 0 70px; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
margin: 39px 0; } }
.AccountView-container .PlusContainer .PlusApply-note {
margin: 0 70px;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 1.5;
color: #6b8187;
text-align: left; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-note {
margin: 0 5px; } }
.AccountView-container .PlusContainer .PlusApplyForm {
text-align: left;
margin: 30px 0;
font-size: 16px; }
.AccountView-container .PlusContainer .PlusApplyForm ol {
margin: 0;
padding: 0;
list-style: none;
list-style-position: inside;
counter-reset: item; }
.AccountView-container .PlusContainer .PlusApplyForm ol li {
margin: 0 0 21px 0;
counter-increment: item; }
.AccountView-container .PlusContainer .PlusApplyForm ol li:before,
.AccountView-container .PlusContainer .PlusApplyForm ol .PlusApplyForm-formLabel {
font-family: "museo_sans700", sans-serif;
line-height: 19px;
color: #4a4a4a;
margin: 0 0 10px 0; }
.AccountView-container .PlusContainer .PlusApplyForm ol li:before {
content: counter(item) ".";
display: inline-block;
margin-right: 0.5em; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-description {
margin: 0 0 10px 0;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 1.29;
color: #6b8187; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-errors {
color: #d55548;
font-size: 14px;
font-family: "museo_sans500", sans-serif;
text-align: center;
margin: 25px 0; }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon {
text-align: left;
margin: 0;
width: 100%;
max-width: 400px;
border-radius: 3px; }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon input {
margin: 0;
height: 40px;
text-align: left;
background: none;
border: solid 1px rgba(164, 184, 190, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon textarea {
text-align: left;
background: none;
border: solid 1px rgba(164, 184, 190, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms {
width: 100%;
max-width: 400px;
margin: 6px 0 0 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea {
text-align: justify;
min-height: 120px;
margin: 0 0 17px 0;
padding: 14px 27px 14px 15px;
border: solid 1px rgba(164, 184, 190, 0.5);
border-radius: 3px;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 1.29;
color: inherit; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar {
-webkit-appearance: none; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar:vertical {
width: 9px; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar:horizontal {
height: 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.AccountView-container .PlusContainer .PlusApplyForm .BinaryPrompt {
width: 100%;
max-width: 400px; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees {
width: 100%;
max-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees .Checkbox {
margin: 0 0 12px 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-submit {
margin: 38px auto 50px;
width: 90%;
max-width: 400px; }
.BinaryPrompt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.BinaryPrompt .BinaryPrompt-checkboxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.BinaryPrompt .Checkbox {
margin: 0 0 0 10px; }
.BinaryPrompt .Checkbox:first-child {
margin: 0; }
.PlusSectionHeader {
margin: 40px 0 0 0;
font-family: "museo_sans300", sans-serif;
font-size: 24px;
line-height: 1.33;
text-align: center;
color: #3f4d51; }
.PlusSectionHeader .PlusSectionHeader-line {
margin: 10px auto 20px;
width: 300px;
height: 1px;
background-color: #e0f0f5; }
.PlusProgress-progressBar {
position: relative;
width: 100%;
height: 26px;
border-radius: 26px;
background: rgba(0, 0, 0, 0.1);
overflow: hidden; }
.PlusProgress-progressBar .PlusProgress-progress {
height: 100%;
width: 99.9%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
background: #ab70d4;
border-radius: inherit; }
.PlusProgress-progressBar .PlusProgress-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.PlusProgress-progressBar .PlusProgress-overlay .SuperBroadcasterStar {
margin: -1px 0 0 8px; }
.PlusProgress-progressBar .PlusProgress-overlay .PlusProgress-progressLabel {
position: absolute;
left: 0;
width: 100%;
padding: 0 15px 0 30px;
line-height: 26px; }
.AccountStats .ReactTable {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: none;
font-size: 14px; }
.AccountStats .ReactTable .rt-table {
height: 100%;
min-height: 100%; }
.AccountStats .ReactTable .rt-thead.-header {
box-shadow: 0 2px 2px #e1e1e1;
z-index: 2; }
.AccountStats .ReactTable .rt-thead .rt-th {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 10px;
text-align: right;
white-space: normal; }
.AccountStats .ReactTable .rt-thead .rt-th:first-child {
text-align: left; }
.AccountStats .ReactTable .rt-thead .rt-th:hover {
background-color: #f8fafb; }
.AccountStats .ReactTable .rt-thead .rt-th.active {
font-family: "museo_sans700", sans-serif; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-desc, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc {
box-shadow: none;
font-family: "museo_sans700", sans-serif; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-desc:after, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
content: '▾';
display: inline-block;
margin-left: 6px; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.AccountStats .ReactTable .rt-thead .rt-th.-border-right {
border-right: 2px solid #e1e1e1;
padding-right: 12px; }
.AccountStats .ReactTable .rt-tbody {
color: #79888c;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.AccountStats .ReactTable .rt-tbody .rt-tr-group {
cursor: pointer; }
.AccountStats .ReactTable .rt-tbody .rt-tr-group.active {
background-color: rgba(216, 236, 241, 0.48); }
.AccountStats .ReactTable .rt-tbody .rt-tr-group.active .rt-td.active {
background-color: rgba(216, 236, 241, 0.48); }
.AccountStats .ReactTable .rt-tbody .rt-tr-group:last-child {
border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
.AccountStats .ReactTable .rt-tbody .rt-td {
padding-right: 10px;
padding-left: 10px;
text-align: right;
-webkit-transition: none;
transition: none; }
.AccountStats .ReactTable .rt-tbody .rt-td.-text-align-left {
text-align: left; }
.AccountStats .ReactTable .rt-tbody .rt-td.active {
background-color: #f8fafb; }
.AccountStats .ReactTable .rt-tbody .rt-td.-border-right {
border-right: 2px solid #e1e1e1;
padding-right: 7px; }
.AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle {
display: inline;
color: inherit;
font-size: inherit;
margin-bottom: inherit; }
.AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle a {
color: inherit; }
.ReportCommentModal {
position: relative;
padding: 20px 40px; }
.ReportCommentModal .ReportCommentModal-description {
margin-bottom: 15px;
color: #a4b8be; }
button.ReportButton {
background: none;
border: none;
cursor: pointer;
margin-left: 10px;
padding: 0;
outline: none;
opacity: 0.6; }
button.ReportButton:hover {
opacity: 1; }
button.ReportButton svg.ReportIcon {
width: 18px;
display: inline;
vertical-align: text-bottom; }
.RequireAuth .RequireAuth-mapColor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(64, 164, 196, 0.3); }
.RequireAuth .Modal-background {
opacity: 0 !important; }
.SearchInput {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.SearchInput input {
color: #3f4d51;
background: transparent;
border: none;
border-bottom: 1px solid #a4b8be;
font-weight: 300;
font-size: 20px;
height: 33px;
padding-bottom: 5px;
padding-top: 5px;
outline: none;
width: 100%; }
.SearchInput input::-webkit-input-placeholder {
color: #a4b8be; }
.SearchInput input:-moz-placeholder {
color: #a4b8be; }
.SearchInput input::-moz-placeholder {
color: #a4b8be; }
.SearchInput input:-ms-input-placeholder {
color: #a4b8be; }
.SearchNoResults {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 100px 100px; }
.SearchNoResults .TVIconLarge {
height: 60px;
width: 55px; }
.SearchResults .SearchNoResults .TVIconLarge {
height: 84px;
width: 77px; }
.SearchNoResults .SearchNoResults-inputContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchIcon {
margin-right: 15px; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput {
max-width: 350px;
width: 100%; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput .SearchInput input {
width: 100%; }
.SearchNoResults-message {
text-align: center;
font-size: 16px;
margin-bottom: 2.5em;
margin-top: 1.625em;
width: 100%; }
.SearchResults .SearchNoResults-message {
font-size: 18px; }
.SearchNoResults-exploreChannelsButton {
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: transparent;
border: 1px solid #40a4c4;
border-radius: 1.25em;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
height: 2.5em;
-webkit-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
width: 12.125em; }
.SearchNoResults-exploreChannelsButton:hover {
background: #40a4c4;
color: white;
cursor: pointer; }
.SearchNoResults-exploreChannelsButton:active {
outline: none; }
.SearchSidebar {
width: 100%;
height: 100%; }
.SearchSidebar .SearchSidebar-noResults {
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center; }
.SearchSidebar .ChannelLists {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.SearchSidebar .ChannelList {
width: 400px; }
@keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
.SeekingOverlay {
pointer-events: none;
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
background-image: url("../images/buffering_pattern.199c59aaecd1070c7a19e9907de36572.png");
background-repeat: repeat-x;
-webkit-animation-name: slideacross;
animation-name: slideacross;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.SeekingOverlay {
background-image: url("../images/[email protected]");
background-size: 68px 250px; } }
.SeekingOverlay--isSeeking {
opacity: 1;
-webkit-transition: opacity .3s .3s;
transition: opacity .3s .3s; }
.Select .Dropdown-trigger--isOpen .CaretDown {
fill: #3f4d51; }
.Select-option {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5px 13px; }
.Select-option:hover {
background-color: whitesmoke; }
.Select-option--isSelected {
font-family: "museo_sans500", sans-serif; }
.Select-optionName {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.Select-optionIcon {
width: 13px; }
.Select-optionIcon .Checkmark {
width: 13px; }
.ShareBroadcast {
display: block;
color: white;
text-decoration: none; }
.ShareButtonContainer {
width: 80px;
margin: 0 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ShareButtonContainer .ShareButtonText {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: 10px;
text-align: center; }
.ShareButton {
cursor: pointer; }
.ShareButton .ShareButtonIcon {
width: 68px;
height: 68px; }
.ShareButton .ShareButtonIcon.Facebook {
background-image: url("../images/share_facebook.svg"); }
.ShareButton .ShareButtonIcon.Facebook:hover {
background-image: url("../images/share_facebook_hover.svg"); }
.ShareButton .ShareButtonIcon.Twitter {
background-image: url("../images/share_twitter.svg"); }
.ShareButton .ShareButtonIcon.Twitter:hover {
background-image: url("../images/share_twitter_hover.svg"); }
.ShareButton .ShareButtonIcon.Link {
background-image: url("../images/share_link.svg"); }
.ShareButton .ShareButtonIcon.Link:hover {
background-image: url("../images/share_link_hover.svg"); }
.ShareButton .ShareButtonIcon.Embed {
background-image: url("../images/share_embed.svg"); }
.ShareButton .ShareButtonIcon.Embed:hover {
background-image: url("../images/share_embed_hover.svg"); }
.ShareIconContainer {
position: relative;
width: 18px;
height: 18px;
vertical-align: text-bottom;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ShareIconContainer:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.ShareIconContainer .ShareIcon {
margin-top: 1px;
opacity: .5; }
.ShareIconContainer .ShareIcon path {
fill: white; }
.ShareIconContainer .ShareIcon rect {
fill: white; }
.ShareIconContainer .ShareIcon polyline {
stroke: white; }
.ShareIconContainer.active .ShareIcon,
.ShareIconContainer:hover .ShareIcon,
.ShareIconContainer:focus .ShareIcon {
opacity: 1; }
.CommentMessage-participantOrange .SuperfanIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .SuperfanIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .SuperfanIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .SuperfanIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .SuperfanIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .SuperfanIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .SuperfanIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .SuperfanIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .SuperfanIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .SuperfanIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .SuperfanIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .SuperfanIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .SuperfanIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .SuperfanIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .SuperfanIcon path {
fill: #40a4c4; }
.SuperfanIcon {
height: 15px;
margin-right: 4px; }
.JoinMessage .SuperfanIcon {
margin-left: 3px; }
.JoinMessage .SuperfanIcon path {
fill: white; }
.CommentMessage-participantOrange .ContributorIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .ContributorIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .ContributorIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .ContributorIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .ContributorIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .ContributorIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .ContributorIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .ContributorIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .ContributorIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .ContributorIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .ContributorIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .ContributorIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .ContributorIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .ContributorIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .ContributorIcon path {
fill: #40a4c4; }
.ContributorIcon {
height: 16px;
margin-right: 4px; }
.JoinMessage .ContributorIcon {
margin-left: 3px; }
.JoinMessage .ContributorIcon path {
fill: white; }
.SystemMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: default;
position: relative;
float: left;
clear: both;
margin-top: 8px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
max-width: 100%; }
.SystemMessage.SystemMessage--messageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.SystemMessage-message {
float: left;
clear: left;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
word-wrap: break-word;
width: 100%;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
.TextTooltip {
background: black;
color: white;
border-radius: 5px;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
padding: 5px 10px;
text-align: center;
max-width: 320px; }
.Tooltip {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
margin-bottom: 7px;
position: absolute;
z-index: 1000000;
right: 50%;
bottom: 100%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
color: #fff;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-wrap: break-word;
white-space: pre; }
.Tooltip::after {
content: '';
position: absolute;
z-index: -1;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: -8px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(255, 255, 255, 0.2); }
.Tooltip .TooltipMessage {
z-index: 1;
padding: 5px 8px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 3px;
color: #fff;
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased; }
.Tooltip.is-black::after {
border-top: 6px solid rgba(63, 77, 81, 0.9); }
.Tooltip.is-black .TooltipMessage {
background-color: rgba(63, 77, 81, 0.9); }
.Tooltip.is-black .TooltipArrow {
border-top: 6px solid rgba(63, 77, 81, 0.9); }
.Tooltip .TooltipArrow {
position: absolute;
z-index: -1;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: -8px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(255, 255, 255, 0.2); }
.TwitterLogo {
fill: #A4B8BE;
-webkit-transition: fill 0.1s linear;
transition: fill 0.1s linear; }
.TwitterLogo:hover, .TwitterLogo:focus {
fill: #59adeb; }
.ProfileName .TwitterLogo,
.ProfileUsername .TwitterLogo {
margin-right: 5px;
fill: #eff2f4; }
.ProfileName .TwitterLogo:hover, .ProfileName .TwitterLogo:focus,
.ProfileUsername .TwitterLogo:hover,
.ProfileUsername .TwitterLogo:focus {
fill: #eff2f4; }
.ProfileAuthor .TwitterLogo {
fill: #a4b8be; }
.ProfileAuthor .TwitterLogo:hover, .ProfileAuthor .TwitterLogo:focus {
fill: #a4b8be; }
.TwitterProfileButton .ProfileLink:link, .TwitterProfileButton .ProfileLink:visited {
background-color: white;
border-radius: 30px;
border: 1px solid #59adeb;
color: #59adeb;
display: block;
font-family: "museo_sans500", sans-serif;
font-size: 20px;
padding: 12px 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.TwitterProfileButton .ProfileLink:hover {
background-color: #59adeb;
color: white;
text-decoration: none; }
.TwitterProfileButton .ProfileLink:focus, .TwitterProfileButton .ProfileLink:active {
outline: none;
background-color: #509dd4;
color: white; }
.UserActivityList {
width: 200px;
min-height: 38px;
height: 228px;
border-radius: 8px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.UserActivityList .ListView-content span:first-of-type .UsersActivityItem {
border-radius: 8px 8px 0 0; }
.UserActivityList .ListView-content span:last-of-type .UsersActivityItem {
border-radius: 0 0 8px 8px; }
.UserActivityList--1items {
height: 38px; }
.UserActivityList--1items .ListView {
overflow-y: hidden !important; }
.UserActivityList--2items {
height: 76px; }
.UserActivityList--2items .ListView {
overflow-y: hidden !important; }
.UserActivityList--3items {
height: 114px; }
.UserActivityList--3items .ListView {
overflow-y: hidden !important; }
.UserActivityList--4items {
height: 152px; }
.UserActivityList--4items .ListView {
overflow-y: hidden !important; }
.UserActivityList--5items {
height: 190px; }
.UserActivityList--5items .ListView {
overflow-y: hidden !important; }
.UserActivityList--6items {
height: 228px; }
.UserActivityList--6items .ListView {
overflow-y: hidden !important; }
.UserActivityList-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #3f4d51;
font-size: 15px;
width: 100%; }
.UserActivityList-item .UsersActivityItem {
padding: 5px;
width: 100%;
margin: 0;
-webkit-animation-name: none;
animation-name: none; }
.UserActivityList-item .UsersActivityItem:hover {
background-color: rgba(239, 242, 244, 0.7); }
.UserActivityList-item .UsersActivityItem-avatarContainer {
margin-right: 5px; }
.UserActivityList-item .UsersActivityItem-displayName {
height: 28px;
width: 100%;
line-height: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
#UserFollowMobile {
overflow: auto;
width: 100%;
height: 100%;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
#UserFollowMobile .UserFollowMobile-Hero {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
min-height: 50%; }
#UserFollowMobile .UserFollowMobile-Hero video {
-o-object-fit: cover;
object-fit: cover;
min-width: 100%;
min-height: 100%;
height: auto !important; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-ImageCarousel img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 90px 40px 40px;
margin: 10px 0 0 0;
color: white; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
width: 64px;
height: 82px; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
margin: 28px 0 0 0;
font-size: 18px;
line-height: 23px;
font-family: "museo_sans300", sans-serif;
text-align: center; }
@media all and (orientation: landscape) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
padding: 22px 40px 40px; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
width: 51px; } }
@media all and (orientation: landscape) and (max-height: 345px) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
display: none; } }
@media all and (orientation: landscape) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
display: none; } }
#UserFollowMobile .UserFollowMobile-CTA {
position: relative;
padding: 64px 80px 30px;
font-size: 14px;
line-height: 17px;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
text-align: center; }
#UserFollowMobile .UserFollowMobile-CTA .ProfileAvatar {
position: absolute;
top: -41px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText {
margin: 0 0 23px 16px;
position: inherit; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText .UserFollowMobile-FollowTextUsername {
font-family: "museo_sans700", sans-serif; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
text-decoration: none;
width: 100%;
min-height: 48px;
line-height: 48px;
border: 1px solid #fff;
border-radius: 40px;
font-size: 16px;
font-family: "museo_sans500", sans-serif;
color: white;
background-color: #40a4c4; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton:active {
background-color: rgba(64, 164, 196, 0.6); }
.UsersActivityItem--participantOrange .shape {
fill: #f5a623; }
.UsersActivityItem--participantPurple .shape {
fill: #ab70d4; }
.UsersActivityItem--participantGreen .shape {
fill: #99ce62; }
.UsersActivityItem--participantPeriwinkle .shape {
fill: #5c75dc; }
.UsersActivityItem--participantRed .shape {
fill: #d54d81; }
.UsersActivityItem--participantYellow .shape {
fill: #ded569; }
.UsersActivityItem--participantTeal .shape {
fill: #5ed5b1; }
.UsersActivityItem--participantPink .shape {
fill: #e697dc; }
.UsersActivityItem--participantBrown .shape {
fill: #92643e; }
.UsersActivityItem--participantVividTangerine .shape {
fill: #ffa98a; }
.UsersActivityItem--participantSkyBlue .shape {
fill: #84e1eb; }
.UsersActivityItem--participantFern .shape {
fill: #69ab63; }
.UsersActivityItem--participantCarnation .shape {
fill: #f85b5b; }
.UsersActivityItem--participantDefault .shape {
fill: #404d52; }
.UsersActivityItem--participantReplayBlue .shape {
fill: #40a4c4; }
.UsersActivity-container {
overflow: hidden;
height: 32px;
padding-top: 3px;
margin-left: auto; }
.UsersActivity-container ~ .ViewerBadge {
margin-left: 10px; }
.UsersActivity .UsersActivity-sparkleContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: left; }
.UsersActivity .UsersActivity-sparkleContainer.with-seperator:after {
content: '•';
display: block;
float: right;
color: white;
opacity: .3;
padding: 0 10px;
line-height: 33px; }
.UsersActivity .UsersActivity-friendsContainer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-height: 66px; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer {
cursor: pointer;
position: absolute;
bottom: 38px;
right: 3px; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflowClickHandler {
width: 30px;
height: 38px;
position: absolute;
top: -10px;
left: 0;
z-index: 3; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer:hover .UsersActivity-overflow {
border-color: #40a4c4;
background-color: #e5f7fc; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflow {
position: relative;
background-clip: padding-box;
border-radius: 50%;
width: 28px;
height: 28px;
background-color: white;
border: 2px solid rgba(64, 164, 196, 0);
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
z-index: 2; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflow .Ellipsis {
position: absolute;
height: 15px;
left: 10px;
top: 5px; }
.UsersActivityItem {
padding: 0 3px;
cursor: pointer;
position: relative;
margin-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-name: userActivityItemIn;
animation-name: userActivityItemIn;
-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .UsersActivityItem-avatarContainer {
position: relative;
width: 28px;
height: 28px;
background-clip: content-box;
border-radius: 50%;
border-style: solid;
border-width: 2px;
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground, .UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
position: absolute;
width: 24px;
height: 24px;
border-radius: 50%; }
.UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
z-index: 1;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-name: userActivityAvatarIn;
animation-name: userActivityAvatarIn;
opacity: 1;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem:hover .UsersActivityItem-avatar {
opacity: .4; }
.UsersActivityItem.UsersActivityItem--withHeart .HeartIcon {
-webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
.UsersActivityItem.UsersActivityItem--withHeart.UsersActivityItem--withBeat .HeartIcon {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-duration: 0.1s;
animation-duration: 0.1s;
-webkit-animation-name: userActivityHeartBeat;
animation-name: userActivityHeartBeat; }
.UsersActivityItem .HeartIcon {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
position: absolute;
top: -9px;
right: -3px;
z-index: 2;
-webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .HeartIcon svg {
width: 15px; }
.UsersActivityItem--participantOrange .UsersActivityItem-pie span:before {
background-color: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-pie span:before {
background-color: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-pie span:before {
background-color: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:before {
background-color: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-pie span:before {
background-color: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-pie span:before {
background-color: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-pie span:before {
background-color: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-pie span:before {
background-color: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-pie span:before {
background-color: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:before {
background-color: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:before {
background-color: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-pie span:before {
background-color: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:before {
background-color: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-pie span:before {
background-color: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:before {
background-color: #40a4c4; }
.UsersActivityItem--participantOrange .UsersActivityItem-pie span:after {
background-color: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-pie span:after {
background-color: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-pie span:after {
background-color: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:after {
background-color: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-pie span:after {
background-color: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-pie span:after {
background-color: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-pie span:after {
background-color: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-pie span:after {
background-color: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-pie span:after {
background-color: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:after {
background-color: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:after {
background-color: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-pie span:after {
background-color: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:after {
background-color: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-pie span:after {
background-color: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:after {
background-color: #40a4c4; }
.is-pie0Percent span, .is-pie0Percent span:before, .is-pie0Percent span:after {
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important; }
.is-pie5Percent span, .is-pie5Percent span:before, .is-pie5Percent span:after {
-webkit-animation-delay: -2.5s !important;
animation-delay: -2.5s !important; }
.is-pie10Percent span, .is-pie10Percent span:before, .is-pie10Percent span:after {
-webkit-animation-delay: -5s !important;
animation-delay: -5s !important; }
.is-pie15Percent span, .is-pie15Percent span:before, .is-pie15Percent span:after {
-webkit-animation-delay: -7.5s !important;
animation-delay: -7.5s !important; }
.is-pie20Percent span, .is-pie20Percent span:before, .is-pie20Percent span:after {
-webkit-animation-delay: -10s !important;
animation-delay: -10s !important; }
.is-pie25Percent span, .is-pie25Percent span:before, .is-pie25Percent span:after {
-webkit-animation-delay: -12.5s !important;
animation-delay: -12.5s !important; }
.is-pie30Percent span, .is-pie30Percent span:before, .is-pie30Percent span:after {
-webkit-animation-delay: -15s !important;
animation-delay: -15s !important; }
.is-pie35Percent span, .is-pie35Percent span:before, .is-pie35Percent span:after {
-webkit-animation-delay: -17.5s !important;
animation-delay: -17.5s !important; }
.is-pie40Percent span, .is-pie40Percent span:before, .is-pie40Percent span:after {
-webkit-animation-delay: -20s !important;
animation-delay: -20s !important; }
.is-pie45Percent span, .is-pie45Percent span:before, .is-pie45Percent span:after {
-webkit-animation-delay: -22.5s !important;
animation-delay: -22.5s !important; }
.is-pie50Percent span, .is-pie50Percent span:before, .is-pie50Percent span:after {
-webkit-animation-delay: -25s !important;
animation-delay: -25s !important; }
.is-pie55Percent span, .is-pie55Percent span:before, .is-pie55Percent span:after {
-webkit-animation-delay: -27.5s !important;
animation-delay: -27.5s !important; }
.is-pie60Percent span, .is-pie60Percent span:before, .is-pie60Percent span:after {
-webkit-animation-delay: -30s !important;
animation-delay: -30s !important; }
.is-pie65Percent span, .is-pie65Percent span:before, .is-pie65Percent span:after {
-webkit-animation-delay: -32.5s !important;
animation-delay: -32.5s !important; }
.is-pie70Percent span, .is-pie70Percent span:before, .is-pie70Percent span:after {
-webkit-animation-delay: -35s !important;
animation-delay: -35s !important; }
.is-pie75Percent span, .is-pie75Percent span:before, .is-pie75Percent span:after {
-webkit-animation-delay: -37.5s !important;
animation-delay: -37.5s !important; }
.is-pie80Percent span, .is-pie80Percent span:before, .is-pie80Percent span:after {
-webkit-animation-delay: -40s !important;
animation-delay: -40s !important; }
.is-pie85Percent span, .is-pie85Percent span:before, .is-pie85Percent span:after {
-webkit-animation-delay: -42.5s !important;
animation-delay: -42.5s !important; }
.is-pie90Percent span, .is-pie90Percent span:before, .is-pie90Percent span:after {
-webkit-animation-delay: -45s !important;
animation-delay: -45s !important; }
.is-pie95Percent span, .is-pie95Percent span:before, .is-pie95Percent span:after {
-webkit-animation-delay: -47.5s !important;
animation-delay: -47.5s !important; }
.is-pie100Percent span, .is-pie100Percent span:before, .is-pie100Percent span:after {
-webkit-animation-delay: -49.5s !important;
animation-delay: -49.5s !important; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer {
width: 30px;
height: 30px;
overflow: hidden;
padding: 4px;
border-radius: 50%;
position: relative;
left: -3px;
top: -3px;
background: rgba(255, 255, 255, 0.2); }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie {
position: absolute;
font-size: 6px;
height: 5em;
width: 5em;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie:before {
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span {
clip: rect(0, auto, 2.5em, auto);
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: spinner 50s infinite linear;
animation: spinner 50s infinite linear;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before, .UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
border-radius: 50%;
clip: rect(0, auto, 2.5em, auto);
content: '';
display: block;
height: inherit;
left: inherit;
position: inherit;
top: inherit;
width: inherit; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before {
-webkit-animation: firstHalf 50s infinite ease-in;
animation: firstHalf 50s infinite ease-in;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
border-color: white;
-webkit-animation: secondHalf 50s infinite ease-out;
animation: secondHalf 50s infinite ease-out;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer {
border-color: rgba(245, 166, 35, 0); }
.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer {
border-color: rgba(171, 112, 212, 0); }
.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer {
border-color: rgba(153, 206, 98, 0); }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer {
border-color: rgba(92, 117, 220, 0); }
.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer {
border-color: rgba(213, 77, 129, 0); }
.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer {
border-color: rgba(222, 213, 105, 0); }
.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer {
border-color: rgba(94, 213, 177, 0); }
.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer {
border-color: rgba(230, 151, 220, 0); }
.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer {
border-color: rgba(146, 100, 62, 0); }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer {
border-color: rgba(255, 169, 138, 0); }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer {
border-color: rgba(132, 225, 235, 0); }
.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer {
border-color: rgba(105, 171, 99, 0); }
.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer {
border-color: rgba(248, 91, 91, 0); }
.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer {
border-color: rgba(64, 77, 82, 0); }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer {
border-color: rgba(64, 164, 196, 0); }
.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #40a4c4; }
.UserListItem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 140px;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
border-bottom: 1px solid #eff2f4; }
.UserListItem:hover, .UserListItem:focus {
outline: none;
background-color: rgba(239, 242, 244, 0.7);
cursor: pointer; }
.UserListItem .ProfileLink {
padding: 10px 15px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.UserListItem .ProfileLink.ProfileLink--isInactive:hover {
background: none;
color: inherit; }
.UserListItem .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
color: #a4b8be; }
.UserListItem .ProfileAuthor, .UserListItem .ProfileName, .UserListItem .ProfileUsername, .UserListItem .ProfileDescription {
text-align: left;
margin: 0; }
.UserListItem .ProfileAvatar {
margin-right: 10px; }
.UserListItem .ProfileAuthor {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.UserListItem .ProfileName {
font-size: 20px;
margin-right: 10px; }
.UserListItem .ProfileName-displayName {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.UserListItem .ProfileUsername {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.UserListItem .CompactFollowingIcon {
margin-left: auto;
margin-top: 2px;
-ms-flex-negative: 0;
flex-shrink: 0; }
.UserListItem .ProfileDescription {
font-size: 13px;
margin-top: 10px;
padding: 0 10px;
word-break: break-word;
overflow: hidden;
height: 54px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.UserListItem .AccountDisplay {
margin-right: 5px;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start; }
.UserListItem .VIPBadgeIcon {
margin-left: 5px; }
.Video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden; }
.Video .BaseVideo *::-webkit-media-controls {
display: none !important;
-webkit-appearance: none; }
.Video .BaseVideo .vjs-tech div[style]:not([class]) {
overflow: hidden !important; }
.Video .BaseVideo .theoplayer-360-compass {
display: none;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.Video.Video--isContain {
top: 0;
bottom: 0;
left: 0;
right: 0; }
.Video.Video--withDimensionsTransition .BaseVideo {
-webkit-transition-property: width, height, top;
transition-property: width, height, top;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.Video.Video--is360 {
cursor: move; }
.Video.Video--is360 .vjs-tech video[src] {
display: none; }
.VideoAs360 {
cursor: move;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%; }
.VideoInterstitial {
opacity: 1;
-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
z-index: 6; }
.VideoInterstitial .ViewerBadge {
pointer-events: none;
position: absolute;
left: 15px;
bottom: 15px;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.VideoInterstitial--delay {
-webkit-transition-delay: .5s;
transition-delay: .5s; }
.VideoInterstitial--hidden {
opacity: 0;
pointer-events: none; }
@media only screen and (max-width: 300px) {
.CardView .VideoInterstitial .ViewerBadge {
left: 6px;
bottom: 6px; } }
.VideoPlayer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative; }
.VideoOverlay-container {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: url(../images/broadcast_details_fade.42eaf915a18f9436aa658657e6d3a73e.png);
background-repeat: repeat-x;
background-size: 100% 100%;
padding: 20px;
bottom: 0;
left: 0;
position: absolute;
width: 100%; }
.VideoOverlay-container .ShareBroadcast {
margin-right: 20px;
margin-left: 5px; }
.VideoOverlay-container .BroadcastTitle {
font-size: 32px;
line-height: 1.1;
margin-bottom: 15px;
max-width: 400px;
-webkit-transform: translateZ(0); }
.VideoOverlay-container .BroadcastTitle .ReportButton {
margin-right: -26px; }
.VideoOverlay-container .VideoOverlay-footer {
clear: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container .VideoOverlay-footer .ShareBroadcast {
padding-right: 15px; }
.VideoOverlay-container .VideoOverlay-footer .MuteButton {
margin-right: 15px; }
.VideoOverlay-container .VideoSeeker {
margin: 0 10px;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 20px;
opacity: 0;
top: 50px;
-webkit-transition: opacity .3s, top .3s;
transition: opacity .3s, top .3s; }
.VideoOverlay-container .PlaybackControls {
width: 20px;
z-index: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.VideoOverlay-container .PlaybackControls .PlaybackControls-pause {
margin-right: 4px; }
.VideoOverlay-container .ProfileName {
font-size: 14px;
font-family: "museo_sans700", sans-serif;
white-space: nowrap;
margin: 0 15px 0 0;
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.VideoOverlay-container .BroadcastLocation-container {
max-width: 400px;
margin-bottom: 15px; }
.VideoOverlay-container .BroadcastLocation-container .BroadcastLocation {
float: none; }
.VideoOverlay-container .Viewers {
margin: 0 20px 0 0; }
@-webkit-keyframes hide-title {
0% {
max-height: 400px; }
100% {
max-height: 0; } }
@keyframes hide-title {
0% {
max-height: 400px; }
100% {
max-height: 0; } }
@-webkit-keyframes show-title {
0% {
max-height: 0; }
100% {
max-height: 400px; } }
@keyframes show-title {
0% {
max-height: 0; }
100% {
max-height: 400px; } }
.VideoOverlay--signIn .VideoOverlay-broadcastTitleAndLocation {
max-height: 400px;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: hide-title;
animation-name: hide-title;
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1);
animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1); }
.VideoOverlay--signIn.VideoOverlay--hideTitle .VideoOverlay-broadcastTitleAndLocation {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-duration: .5s;
animation-duration: .5s; }
.VideoOverlay--signIn.VideoOverlay--showTitle .VideoOverlay-broadcastTitleAndLocation {
max-height: 0;
-webkit-animation-name: show-title;
animation-name: show-title;
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoOverlay-broadcastData,
.VideoOverlay-container--forPlayback:hover .VideoOverlay-broadcastData {
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoSeeker,
.VideoOverlay-container--forPlayback:hover .VideoSeeker {
opacity: 1;
top: 0; }
.VideoOverlay-Hearts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: absolute;
right: 10px;
bottom: 20px; }
@media only screen and (max-width: 500px) {
.VideoOverlay-container .BroadcastTitle {
display: none; } }
.VideoOverlay-container.VideoOverlay-container--isMobile {
padding: 5px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(64px);
transform: translateY(64px); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay {
-webkit-transform: translateY(38px);
transform: translateY(38px); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(26px);
transform: translateY(26px);
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .VideoOverlayMobile-PlaybackControls {
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(26px);
transform: translateY(26px);
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .ViewerBadge {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .VideoOverlayMobile-PlaybackControls {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isActiveInfoPanel {
-webkit-transform: translateY(0);
transform: translateY(0); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Chat {
margin: 0 5px 8px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Divider {
width: 100%;
height: 1px;
margin: 8px 0;
background-color: rgba(255, 255, 255, 0.2); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info {
margin: 0 5px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoSeeker {
top: initial;
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .PlaybackControls {
width: 16px;
height: 16px;
line-height: 16px;
margin-left: 10px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-comment {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer {
margin: 0;
max-width: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-body {
max-width: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-text {
font-size: 14px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat-Close {
width: 15px;
height: 15px;
line-height: 15px;
margin: 0 15px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons {
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
opacity: 0.5; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Sidebar {
width: 23px;
height: 23px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Share .ShareBroadcast {
margin: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments .Messages ul {
margin: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments .VideoOverlayMobile-Buttons {
margin-top: 15px;
margin-right: 100px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 10px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .HeartsContainer {
bottom: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .FeedbackItem--userHeart {
-webkit-transform: none;
transform: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls .PlaybackTime {
margin: 4px 0 0 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
font-size: 14px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge .Viewers {
margin: 0; }
.VideoOverlayRedesign {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1; }
.VideoOverlayRedesign .ProfileName {
margin: 0;
font-size: 14px;
white-space: nowrap; }
.VideoOverlayRedesign .VideoOverlayRedesign-BackgroundGradient {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
-webkit-transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
height: 180px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 20px 24px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers {
z-index: 1;
position: absolute;
top: -17px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers.VideoOverlayRedesign-Viewers--isLive {
top: -24px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers.VideoOverlayRedesign-Viewers--noHover {
bottom: 0;
top: initial; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge {
font-size: 16px;
font-family: "museo_sans700", sans-serif;
line-height: 1;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .ViewerBadge-mode {
margin: 0 11px 0 0;
padding: 3px 6px 5px;
border-radius: 3px;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
letter-spacing: 0.3px;
color: white; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .ViewerBadge-count {
padding: 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .Viewers:not(.Viewers--noIcon) {
padding: 0 0 0 19px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails {
margin: 0 0 16px 0;
font-family: "museo_sans300", sans-serif; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails .BroadcastTitle {
margin: 0 0 3.6px 0;
max-width: 450px;
font-size: 25px;
line-height: 1.41;
color: white; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails .BroadcastLocation {
float: none;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 16px;
color: rgba(255, 255, 255, 0.6); }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
width: 100%; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left .VideoOverlayRedesign-MuteButton {
margin: 0 0 0 17px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right > * {
margin: 0 0 0 10px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback {
margin: 24px 0 0 0;
padding: 0 0 0 13px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-PlaybackControls {
min-width: 17px;
min-height: 23px;
margin: 0 18.4px 0 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time {
width: initial;
min-width: 35px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--elapsed {
text-align: left;
margin: 0 12px 0 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--duration {
text-align: right;
margin: 0 0 0 12px; }
.VideoOverlayRedesign .VideoOverlayRedesign-BroadcastDetails,
.VideoOverlayRedesign .VideoOverlayRedesign-BottomBar,
.VideoOverlayRedesign .VideoOverlayRedesign-Playback,
.VideoOverlayRedesign .VideoOverlayRedesign-NextBroadcast,
.VideoOverlayRedesign .Header {
-webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BroadcastDetails,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BottomBar,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-Playback,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-NextBroadcast,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .Header {
opacity: 0;
pointer-events: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BackgroundGradient {
height: 75px; }
.VideoOverlayRedesign.VideoOverlayRedesign--hideUI {
opacity: 0;
pointer-events: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover, .VideoOverlayRedesign.VideoOverlayRedesign--hideUI {
cursor: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .PlaybackControlsOverlay .PlaybackControlsOverlay-cover, .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
cursor: none; }
.VideoSeekerBar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoSeekerBar-bar {
display: inline-block; }
.VideoSeekerBar-time {
color: rgba(255, 255, 255, 0.2);
font-family: "museo_sans500", sans-serif;
font-size: 12px;
-webkit-transition: color .2s;
transition: color .2s;
text-align: center;
width: 60px; }
.VideoSeekerBar-bars {
cursor: pointer;
height: 20px;
width: 100%;
position: relative; }
.VideoSeekerBar-bar {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 4px;
height: 4px;
left: 0;
margin: 8px 0;
position: absolute;
width: 100%; }
.VideoSeekerBar-bar--elapsed {
background-color: rgba(255, 255, 255, 0.7); }
.VideoSeekerBar-time--elapsed {
color: rgba(255, 255, 255, 0.7); }
.VideoSeekerBar-marker {
border-radius: 6px;
position: absolute;
height: 4px;
width: 4px;
margin: 8px 0;
opacity: 0;
overflow: hidden; }
.VideoSeekerBar-marker--elapsed {
width: 10px;
height: 10px;
margin: 5px 0;
background-color: white;
pointer-events: none;
-webkit-transform: scale(0.4);
transform: scale(0.4);
box-shadow: 0 0 0 transparent;
-webkit-transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
transition: opacity .2s, transform .2s, box-shadow .2s;
transition: opacity .2s, transform .2s, box-shadow .2s, -webkit-transform .2s; }
.VideoSeekerBar-elapsedAffordance {
font-family: "museo_sans700", sans-serif;
font-size: 12px;
position: absolute;
top: -16px; }
.VideoSeekerBar-marker--seekingElapsed {
-webkit-transition: opacity .2s;
transition: opacity .2s;
pointer-events: none;
background-color: rgba(255, 255, 255, 0.4); }
.VideoSeekerBar-marker--seekingElapsed.VideoSeekerBar-marker--seekingBackward {
background-color: rgba(0, 0, 0, 0.3); }
.VideoSeekerBar-seekingTooltip {
position: absolute;
pointer-events: none;
opacity: 0;
top: -110px;
height: 110px;
max-height: 110px;
min-width: 60px;
max-width: 130px;
text-align: center;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: .3s transform, .3s opacity;
transition: .3s transform, .3s opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingThumbnail {
position: relative;
display: inline-block;
pointer-events: none;
left: -50%;
max-width: inherit;
max-height: inherit;
height: auto;
-ms-flex-item-align: end;
align-self: flex-end; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime {
bottom: 0px;
left: -50%;
position: absolute;
text-shadow: 0px 0px 5px black; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime--withThumb {
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
.VideoSeekerBar-seekingThumbnail {
border-radius: 5px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
height: 100%; }
.VideoSeekerBar-seekingTime {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: white;
font-size: 12px;
font-family: "museo_sans500", sans-serif;
text-align: center;
width: 100%;
height: 26px;
padding-top: 8px;
pointer-events: none; }
.VideoSeekerBar:hover .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-time--elapsed {
color: white; }
.VideoSeekerBar:hover .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-bar--elapsed {
background-color: white; }
.VideoSeekerBar:hover .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-marker--elapsed {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-marker--seekingElapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--seekingElapsed {
opacity: 1; }
.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-seekingTooltip,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-seekingTooltip {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transition: .3s transform, .3s opacity;
transition: .3s transform, .3s opacity; }
@media only screen and (max-width: 300px) {
.CardView .VideoSeekerBar-bars {
width: 75%; } }
@media only screen and (max-width: 240px) {
.CardView .VideoSeekerBar {
display: none; } }
.Viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 5px;
padding: 10px;
position: relative; }
.Viewer:hover {
background: #f8fafb;
cursor: pointer; }
.Viewer-profileImageContainer {
position: relative; }
.Viewer-profileImageContainer .HeartIcon {
position: absolute;
height: 20px;
width: 20px;
top: -4px;
right: 4px; }
.Viewer-profileImage {
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
position: relative; }
.Viewer-profileImage > img {
height: 48px;
width: 48px; }
.Viewer-profileImageOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.7; }
.Viewer-displayName {
font-family: "museo_sans700", sans-serif; }
.Viewer-displayName .FollowingIcon {
fill: #40a4c4;
margin-left: 4px; }
.Viewer-heartCount {
color: #a4b8be; }
.Viewers {
float: left;
padding-left: 16px;
white-space: nowrap;
background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
height: 15px;
background-size: 12px 15px;
background-position: 0 -1px;
background-repeat: no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Viewers {
background-image: url("../images/[email protected]");
background-size: 12px 15px; } }
.Viewers.Viewers--noIcon {
background-image: none;
padding-left: 0; }
.Viewers.Viewers--small {
padding-left: 15px;
background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
height: 11px;
background-size: 9px 11px;
background-position: 2px 0px; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Viewers.Viewers--small {
background-image: url("../images/[email protected]");
background-size: 9px 11px; } }
@-webkit-keyframes livePulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
@keyframes livePulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
.ViewerBadge--withFixedWidth.ViewerBadge--1Digits .ViewerBadge-count {
width: 30px; }
.ViewerBadge--withFixedWidth.ViewerBadge--2Digits .ViewerBadge-count {
width: 40px; }
.ViewerBadge--withFixedWidth.ViewerBadge--3Digits .ViewerBadge-count {
width: 50px; }
.ViewerBadge--withFixedWidth.ViewerBadge--4Digits .ViewerBadge-count {
width: 60px; }
.ViewerBadge--withFixedWidth.ViewerBadge--5Digits .ViewerBadge-count {
width: 70px; }
.ViewerBadge--withFixedWidth.ViewerBadge--6Digits .ViewerBadge-count {
width: 80px; }
.ViewerBadge {
opacity: 1;
line-height: 1em;
font-size: 14px;
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.CardView .ViewerBadge {
margin-left: 0; }
.BroadcastHeroCell .ViewerBadge {
margin-left: 0; }
.ViewerBadge .ViewerBadge-mode {
padding: 5px;
margin-right: 15px;
background-color: rgba(34, 34, 34, 0.75);
border-radius: 4px;
letter-spacing: 0.5px; }
.ViewerBadge .ViewerBadge-mode.live {
-webkit-animation: livePulse 2s 250ms ease-in-out infinite backwards;
animation: livePulse 2s 250ms ease-in-out infinite backwards;
background-color: #d55548; }
.ViewerBadge .ViewerBadge-count {
padding: 5px 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
.ViewerBadge.ViewerBadge--hidden {
opacity: 0;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.ViewerBadge.ViewerBadge--conjoined {
font-size: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-mode {
padding: 4px 4px 4px 5px;
margin-right: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-360 {
margin-left: 5px; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-count {
padding: 4px 5px 4px 4px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color: rgba(34, 34, 34, 0.5); }
@media only screen and (max-width: 240px) {
.CardView .ViewerBadge,
.CardView .ViewerBadge.ViewerBadge--conjoined {
font-size: 10px; } }
.VIPBadge-Container {
position: relative;
display: inline-block; }
.VIPBadge-Avatar {
position: absolute;
top: 0;
left: 0; }
.VIPBadge {
position: absolute;
pointer-events: none;
overflow: hidden; }
.VIPBadge-Rot {
position: absolute;
top: 0;
left: 0; }
.VIPBadge-Rot.VIPBadge-Rot1, .VIPBadge-Rot.VIPBadge-Rot2 {
opacity: 0.46; }
.VIPBadge-Rot.VIPBadge-Rot3 {
opacity: 0.2; }
.VIPBadge-Rot.VIPBadge-Rot4 {
opacity: 0.33; }
.VIPBadge-Rot.VIPBadge-Rot5 {
opacity: 0.2; }
.VIPBadge-Bronze .VIPBadge-Rot1 {
-webkit-animation: spin 36s infinite linear normal;
animation: spin 36s infinite linear normal; }
.VIPBadge-Bronze .VIPBadge-Rot2 {
-webkit-animation: spin 120s infinite linear reverse;
animation: spin 120s infinite linear reverse; }
.VIPBadge-Silver .VIPBadge-Rot1 {
-webkit-animation: spin 18s infinite linear normal;
animation: spin 18s infinite linear normal; }
.VIPBadge-Silver .VIPBadge-Rot2 {
-webkit-animation: spin 60s infinite linear reverse;
animation: spin 60s infinite linear reverse; }
.VIPBadge-Silver .VIPBadge-Rot3 {
-webkit-animation: spin 9s infinite linear reverse;
animation: spin 9s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot1 {
-webkit-animation: spin 12s infinite linear normal;
animation: spin 12s infinite linear normal; }
.VIPBadge-Gold .VIPBadge-Rot2 {
-webkit-animation: spin 40s infinite linear reverse;
animation: spin 40s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot3 {
-webkit-animation: spin 12s infinite linear reverse;
animation: spin 12s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot4 {
-webkit-animation: spin 24s infinite linear reverse;
animation: spin 24s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot5 {
-webkit-animation: spin 8s infinite linear reverse;
animation: spin 8s infinite linear reverse; }
.VIPBadgeIcon {
position: relative;
display: inline; }
.VIPBadgeIcon.VIPBadgeIcon--withLeadingIcon {
margin-left: 3px; }
.VIPBadgeIcon svg {
width: 17px;
height: 17px; }
.CommentMessage .VIPBadgeIcon svg, .JoinMessage .VIPBadgeIcon svg {
width: auto;
height: 15px;
margin-right: 4px; }
.VIPIconTooltip {
width: 250px;
padding: 26px;
border-radius: 4px;
background-color: black;
font-size: 12px;
font-family: "museo_sans500", sans-serif;
color: #FFF; }
.VIPIconTooltip a {
color: #40A4C4; }
.VIPIconTooltip .VIPIconTooltip-Close {
cursor: pointer;
position: absolute;
top: 10px;
right: 12px; }
.VIPIconTooltip .VIPIconTooltip-Close svg {
height: 10px; }
.VIPIconTooltip .VIPIconTooltip-Icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 24px 0 0 0; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon svg {
height: 40px; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon span {
margin: 7px 0 0 0; }
.GlobalTooltip--bottom .VIPIconTooltip {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--top .VIPIconTooltip {
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--right .VIPIconTooltip {
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--left .VIPIconTooltip {
box-shadow: -1px 0 2px rgba(0, 0, 0, 0.8); }
.TwitterAdUI {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: white;
font-family: "helvetica neue", arial;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased; }
.TwitterAdUI .TwitterAdUI-paddedContainer {
padding: 8px 15px; }
.TwitterAdUI .TwitterAdUI-container {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.TwitterAdUI .TwitterAdUI-button {
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.6); }
.TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time {
padding: 4px 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
line-height: 13px;
font-size: 13px; }
.TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time .TwitterAdUI-audioIcon {
width: 14.18182px;
height: 13px;
background-size: 13px 14.18182px;
background-repeat: no-repeat;
background-image: url(../images/media_equalizer.gif); }
.TwitterAdUI .TwitterAdUI-skip {
cursor: pointer;
padding: 5px 10px;
line-height: 13px;
font-size: 13px;
font-weight: 400; }
.TwitterAdUI .TwitterAdUI-activeBackground {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls {
height: 34px;
line-height: 34px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlsLeft {
margin: 0 0 0 -8px; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlSpacer {
width: 1px;
height: 100%;
margin: 0 8px;
background-color: rgba(164, 184, 190, 0.3); }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon {
cursor: pointer;
padding: 0 12px 0 0; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon svg {
width: 34px;
height: 34px; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-timer {
margin: 0 8px 0 0;
font-weight: 300; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-mutedIcon {
cursor: pointer;
height: 34px;
padding: 0 12px; }
.TwitterAdUI .TwitterAdUI-rowGroup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.TwitterAdUI .TwitterAdUI-fader {
-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-container {
opacity: 1; }
.TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-activeBackground {
opacity: 0; }
.TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-container, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-container {
opacity: 0; }
.TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-activeBackground, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-activeBackground {
opacity: 1; }
#BanPage {
font-size: 14px;
height: 100%;
min-width: 320px;
margin: 0;
padding: 0;
background: whitesmoke;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
-webkit-font-smoothing: antialiased; }
#BanPage h2 {
margin: 0; }
#BanPage strong {
font-family: "museo_sans700", sans-serif;
font-weight: normal; }
#BanPage a {
color: #40a4c4;
text-decoration: none;
-webkit-transition: color .2s ease-out;
transition: color .2s ease-out; }
#BanPage a:hover {
color: #2a748b;
text-decoration: underline; }
#BanPage p {
font-size: 0.8em;
line-height: 1.4em; }
#BanPage .BanPageReason-actionButtonBar {
position: absolute;
top: 64px;
bottom: 76px;
overflow: scroll;
color: #6b8187;
width: 100%;
margin: 0 auto;
padding: 24px 20px;
font-size: 1.4em;
line-height: 1.4em; }
#BanPage .BanPageReason-content {
max-width: 700px;
margin-left: auto;
margin-right: auto; }
#BanPage .BanPageReason-header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #40a4c4;
color: white; }
@media all and (max-width: 720px) {
#BanPage .BanPageReason-header {
background-color: #328aa7; } }
#BanPage .BanPageReason-header .BanPageReason-statusBar {
background: #3a8ba5;
height: 20px; }
#BanPage .BanPageReason-header .BanPageReason-navigationBar {
background: #40a4c4;
height: 44px; }
#BanPage .BanPageButton {
padding: 16px;
background: white;
position: fixed;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid #eaeaea; }
#BanPage .BanPageButton button {
width: 100%;
height: 46px;
font-size: 20px;
background: #40a4c4;
max-width: 700px;
margin-left: auto;
margin-right: auto;
color: white;
border-radius: 23px;
border: none;
display: block;
font-family: "museo_sans700", sans-serif; }
#BanPage .BanPageButton button[disabled] {
background: #a4b8be;
opacity: 0.3; }
#Partners .partners-grid {
list-style: none;
padding: 20px 0px; }
#Partners li.partners-item {
font-size: initial;
display: block;
float: left;
margin: 0;
padding: 0;
width: 50%;
min-height: 150px; }
#Partners .grid-item {
padding: 15px 15px; }
#Partners .partner-title {
font-family: "museo_sans500", sans-serif; }
#Partners .partners-item img {
width: 120px;
float: left;
margin-right: 15px;
border: 1px #eff2f4 solid; }
#Partners .partner-subtext {
line-height: 22px; }
@media only screen and (max-width: 840px) {
#Partners li.partners-item {
margin-bottom: 10px;
width: 100%; }
#Partners .grid-item {
padding: 25px 0px; } }
#tos-current table.c26 {
word-break: break-word; }
#tos-current .c11 {
font-weight: bold; }
#tos-current .c7 {
font-size: 1em;
text-align: left; }
#VIPProgram .hamburger-menu {
display: none; }
.VanityMenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-family: "museo_sans500", sans-serif;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start; }
.VanityMenu-nav, .VanityMenu-navFlexGroup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.VanityMenu-navGroup {
display: inline-block;
margin: 0 20px;
width: 160px;
padding-bottom: 25px; }
@media (max-width: 668px) {
.VanityMenu-navGroup {
width: 300px; } }
.VanityMenu-navGroup h2 {
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-weight: 300;
font-size: 24px;
padding-left: 10px; }
.VanityMenu-linkGroup {
list-style: none;
padding-left: 0; }
.VanityMenu-linkGroup a.VanityMenu-link {
color: #40a4c4;
border-radius: 4px;
display: inline-block;
font-size: 16px;
width: 100%;
padding: 10px; }
.VanityMenu-linkGroup a.VanityMenu-link:visited {
color: #40a4c4; }
.VanityMenu-linkGroup a.VanityMenu-link:hover {
background-color: rgba(124, 214, 241, 0.2);
color: #40a4c4; }
.VanityMenu-copyright {
color: #a4b8be;
font-size: 12px;
margin-top: 80px; }
.VanityRoot {
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.VanitySplash {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background: black url("../images/splash_bg.jpg") no-repeat center center;
color: white; }
.VanitySplash-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif;
padding: 60px 20px;
text-align: center; }
.VanitySplash-headline {
font-size: 1.6em;
margin: 0 auto; }
.VanitySplash-videoCTA {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 30px auto; }
.VanitySplash-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
z-index: 999;
overflow: hidden; }
.VanitySplash-overlayBackground {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
z-index: -1; }
.VanitySplash-overlayVideo {
height: 100%;
width: 100%; }
.VanitySplash-overlayClose {
position: absolute;
top: 20px;
left: 20px;
cursor: pointer; }
.GetAppModal .ModalLinkCTA {
margin: 60px 115px 20px; }
.GetAppModal .Form-input {
width: 240px; }
.Modal {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.Modal a {
text-decoration: none;
color: #40a4c4; }
.Modal a:visited {
color: #40a4c4; }
.Modal .ModalLinkCTA {
margin: 0 32px 16px; }
.Modal .Modal-commentDetail {
position: absolute;
width: 100%;
top: 100%;
left: 0;
padding: 0;
margin-top: -10px;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.Modal .Modal-commentDetail .CommentMessage {
box-shadow: 0px 1px 3px black;
cursor: initial;
text-align: left;
float: none;
margin: 0; }
.Modal .Modal-commentDetail .CommentMessage-actionButtons {
display: none; }
.Modal-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
cursor: pointer;
z-index: 14;
will-change: opacity; }
.Modal-background.Modal-background--light {
background-color: white; }
.Modal-background.Modal-background--blue {
background-color: #40a4c4; }
.Modal-content {
position: relative;
z-index: 15;
will-change: margin-bottom, opacity; }
.Modal-content.Modal-style .Modal-component {
padding-top: 40px; }
.Modal-content.Modal-style {
background-color: white;
border-radius: 4px;
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
margin: 0 20px;
width: 100%;
max-width: 400px;
min-width: 300px;
opacity: 0;
text-align: center; }
.Modal-content.Modal-style .ReportCommentModal-button {
display: block;
cursor: pointer;
background-color: white;
border-radius: 30px;
color: #40a4c4;
padding: 12px 35px;
margin: 7px 0;
text-decoration: none;
border: 1px solid #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.Modal-content.Modal-style .ReportCommentModal-button .ReportCommentModal-buttonExtra {
display: block;
font-size: 12px;
color: #a4b8be; }
.Modal-content.Modal-style .ReportCommentModal-button:hover .ReportCommentModal-buttonExtra,
.Modal-content.Modal-style .ReportCommentModal-button:focus .ReportCommentModal-buttonExtra,
.Modal-content.Modal-style .ReportCommentModal-button:active .ReportCommentModal-buttonExtra {
color: white; }
.Modal-content.Modal-style .ReportCommentModal-button:hover, .Modal-content.Modal-style .ReportCommentModal-button:focus, .Modal-content.Modal-style .ReportCommentModal-button:active {
outline: none;
background-color: #d55548;
border-color: #d55548;
color: white;
text-decoration: none; }
.Modal-title,
.Modal-message,
.Modal-form {
padding: 0 32px; }
.Modal-title {
margin: 20px 0 0;
font-family: "museo_sans500", sans-serif;
font-size: 24px;
color: #3f4d51; }
.Modal-title + .Modal-message {
margin-top: 0; }
.Modal-message {
margin: 12px 0 24px;
color: #3f4d51; }
.Modal-body,
.Modal-form {
margin: 20px 0; }
.Modal-smallPrint {
margin-top: 10px;
font-size: 13px; }
div:not(.Modal-white) > .Modal-dismiss {
background-image: url("../images/close_x.9b44b4c0099aa5b9340a8ba84c217429.png");
background-repeat: no-repeat;
background-position: center 20px;
cursor: pointer;
height: 50px;
position: absolute;
right: 20px;
top: 0;
width: 40px;
-webkit-transition: background-color .1s ease-out;
transition: background-color .1s ease-out; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div:not(.Modal-white) > .Modal-dismiss {
background-image: url("../images/[email protected]");
background-size: 15px 15px; } }
div:not(.Modal-white) > .Modal-dismiss.Modal-style {
background-color: #88c6d9;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px; }
div:not(.Modal-white) > .Modal-dismiss.Modal-style:hover {
background-color: #64b4cc; }
div:not(.Modal-white) > .Modal-dismiss.Modal-style:focus, div:not(.Modal-white) > .Modal-dismiss.Modal-style:active {
outline: none;
background-color: #43a3c1; }
div.Modal-white {
border-radius: 7px; }
div.Modal-white > .Modal-dismiss {
background-image: url("../images/web_x_grey.f7ea5c368fc922286c07afd364dcb984.png");
background-repeat: no-repeat;
background-position: center 20px;
cursor: pointer;
height: 50px;
position: absolute;
right: 5px;
top: -4px;
width: 40px;
-webkit-transition: background-color .1s ease-out;
transition: background-color .1s ease-out; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div.Modal-white > .Modal-dismiss {
background-image: url("../images/[email protected]");
background-size: 16px 16px; } }
div.Modal-white > .Modal-dismiss:hover {
background-image: url("../images/web_x_grey_hover.1af6d79f146c263b041083e8e6d769ad.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div.Modal-white > .Modal-dismiss:hover {
background-image: url("../images/[email protected]");
background-size: 16px 16px; } }
@media only screen and (max-width: 480px) {
.Modal-content {
margin: 0 40px; } }
@media only screen and (max-height: 750px) {
.Modal .Modal-content:not(.Modal-ReportComment) {
max-height: 95vh; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component {
max-height: 95vh;
overflow-y: overlay;
-webkit-overflow-scrolling: touch;
overflow-x: hidden; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar {
-webkit-appearance: none; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:vertical {
width: 9px; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:horizontal {
height: 0; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ProfileModal, .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ReportCommentModal {
margin-bottom: 115px;
padding-bottom: 0; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
z-index: 15;
position: fixed;
bottom: 5px;
top: initial;
max-width: 300px;
max-height: 115px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail .CommentMessage-message {
overflow: hidden;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
@media only screen and (max-height: 380px) {
.Modal .Modal-content.Modal-ReportComment {
max-height: 95vh; }
.Modal .Modal-content.Modal-ReportComment .Modal-component {
max-height: 95vh;
overflow-y: overlay;
-webkit-overflow-scrolling: touch;
overflow-x: hidden; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar {
-webkit-appearance: none; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:vertical {
width: 9px; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:horizontal {
height: 0; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.Modal .Modal-content.Modal-ReportComment .Modal-component .ProfileModal, .Modal .Modal-content.Modal-ReportComment .Modal-component .ReportCommentModal {
margin-bottom: 115px;
padding-bottom: 0; }
.Modal .Modal-content.Modal-ReportComment .Modal-commentDetail {
z-index: 15;
position: fixed;
bottom: 5px;
top: initial;
max-width: 300px;
max-height: 115px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Modal .Modal-content.Modal-ReportComment .Modal-commentDetail .CommentMessage-message {
overflow: hidden;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
@media only screen and (max-height: 750px) {
.Modal .Modal--withSidebar.Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
margin-left: calc(50% + 225px); } }
@media only screen and (max-height: 380px) {
.Modal .Modal--withSidebar.Modal-content.Modal-ReportComment .Modal-commentDetail {
margin-left: calc(50% + 225px); } }
.Modal-content.Modal-bannedModal {
background-color: #d55548;
min-height: 200px; }
.Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style {
background-color: #ff6656; }
.Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style:hover {
background-color: #c14b3c; }
.Modal-content.Modal-bannedModal .AlertIcon {
padding: 0;
margin: 30px 0 20px;
width: 50px; }
.Modal-content.Modal-bannedModal .Modal-message {
color: white;
padding: 0; }
.Modal-content.Modal-bannedModal .Modal-component {
padding: 0; }
.Modal-content.Modal-bannedModal iframe {
border-radius: 3px; }
.ProfileModal {
padding-bottom: 40px; }
.ProfileModal .ProfileDescription {
margin: 30px 40px 0; }
.ProfileModal .PeriscopeProfileButton {
margin: 40px 40px 0; }
.ProfileModal--mute {
margin-top: 25px;
font-size: 14px;
color: #d55548;
cursor: pointer; }
.ProfileModal--mute:hover {
color: #c14b3c; }
.SignInModalRevamp {
padding-bottom: 25px; }
.SignInModalRevamp .SignInModalRevamp-closeButton {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
background: none;
border: none;
padding: 5px; }
.SignInModalRevamp .Modal-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: "museo_sans300", sans-serif; }
.SignInModalRevamp .Modal-title .SignInModalRevamp-appLogo {
width: 40px;
height: 40px;
margin-right: 10px;
border-radius: 50%;
background-color: #40a4c4;
padding: 9px; }
.SignInModalRevamp .Modal-message {
padding: 20px 0;
color: #a4b8be;
border: 0; }
.SignInModalRevamp .Modal-form {
min-height: 300px;
width: 100%;
padding: 0;
margin: 0;
position: relative;
overflow: hidden; }
.SignInModalRevamp .Modal-form .Form {
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.45s;
animation-duration: 0.45s;
position: relative;
padding: 0 50px;
width: 100%; }
.SignInModalRevamp .Modal-form svg {
margin-right: 7px; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-action {
margin-bottom: 45px;
color: #3f4d51; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-action strong {
font-family: "museo_sans700", sans-serif; }
.SignInModalRevamp .Modal-form .Form-button {
padding: 15px;
margin: 12px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter {
background: #59adeb; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter svg {
fill: white; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook {
background: #4267b2; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook svg {
fill: white; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-google {
background: #3f535c; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-switchAction {
display: block;
margin-top: 25px; }
.SignInModalRevamp .SignInModalRevamp-meta {
font-size: 11px; }
.SignInModalRevamp-backButtonContainer {
position: absolute;
top: 30px;
left: 0;
z-index: 1;
width: 60px;
height: 30px;
overflow: hidden;
text-align: left; }
.SignInModalRevamp-backButtonContainer .SignInModalRevamp-backButton {
height: 30px;
width: 60px;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
opacity: 0;
text-align: right;
padding-right: 13px;
background: #40a4c4;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
border-radius: 0 30px 30px 0;
border: none;
color: white;
cursor: pointer;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
outline: none; }
.SignInModalRevamp-backButtonContainer .SignInModalRevamp-backButton .CaretLeft {
height: 13px;
width: 13px; }
.SignInModalRevamp .SignInModalRevamp-choiceScreen {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp .SignInModalRevamp-login {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
.SignInModalRevamp .SignInModalRevamp-signup {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
.SignInModalRevamp-currentStateChoice .SignInModalRevamp-choiceScreen {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp-currentStateLogin .SignInModalRevamp-choiceScreen {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
.SignInModalRevamp-currentStateLogin .SignInModalRevamp-login {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp-currentStateSignup .SignInModalRevamp-choiceScreen {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
.SignInModalRevamp-currentStateSignup .SignInModalRevamp-signup {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackOut;
animation-name: signInModalBackOut;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-animation-duration: 0.45s;
animation-duration: 0.45s; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceIn;
animation-name: signInModalChoiceIn; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice.formStateLogin .SignInModalRevamp-login {
-webkit-animation-name: signInModalAppsOut;
animation-name: signInModalAppsOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice.formStateSignup .SignInModalRevamp-signup {
-webkit-animation-name: signInModalAppsOut;
animation-name: signInModalAppsOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackIn;
animation-name: signInModalBackIn;
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceOut;
animation-name: signInModalChoiceOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-signup {
-webkit-animation-name: signInModalAppsIn;
animation-name: signInModalAppsIn; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackIn;
animation-name: signInModalBackIn;
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceOut;
animation-name: signInModalChoiceOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-login {
-webkit-animation-name: signInModalAppsIn;
animation-name: signInModalAppsIn; }
.Modal-content.Modal-signup .Modal-component {
padding-top: 0; }
.Modal-content.Modal-signup .Modal-dismiss.Modal-style {
width: 29px;
height: 36px;
background-position: center 12.5px;
background-size: 12.5px 12.5px; }
.SignUpModal {
padding-bottom: 40px; }
.SignUpModal svg.SyncIcon {
width: 12px;
height: 12px; }
.SignUpModal svg.Badge, .SignUpModal svg.Username {
width: 26px;
height: 26px; }
.SignUpModal .accessAid {
display: none; }
.SignUpModal .SignUp {
height: 120px;
display: block;
background-color: #40a4c4;
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.SignUpModal .ProfileAvatar {
position: relative;
top: 44px; }
.SignUpModal .ProfileAvatar .ProfileAvatar-image {
border: 5px solid white;
box-sizing: content-box; }
.SignUpModal .SignUpForm {
padding-top: 70px; }
.SignUpModal .SignUpForm .SignUpLabel {
-webkit-transition: fill .3s ease-out;
transition: fill .3s ease-out;
fill: #a4b8be; }
.SignUpModal .SignUpForm .SignUpLabel.is-focused {
fill: #3f4d51; }
.SignUpModal .SignUpForm .SignUpLabel.is-error {
fill: #d55548; }
.SignUpModal .SignUpForm .SignUpLabel.is-ok {
fill: #82bb47; }
.SignUpModal .SignUpForm .SignUpLabel svg {
vertical-align: text-bottom; }
.SignUpModal .SignUpForm .InputContainer {
position: relative;
display: block;
margin: 0 auto 14px;
width: 290px; }
.SignUpModal .SignUpForm .InputContainer .FormTextBox {
width: 246px;
height: 24px;
font-family: "museo_sans700", sans-serif;
font-size: 20px;
color: #3f4d51;
border: none;
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
padding-bottom: 8px;
line-height: 24px;
outline: none;
margin-left: 17px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors {
position: absolute;
top: calc(100% + 8px);
background-color: #d55548;
font-size: 12px;
color: white;
padding: 10px 16px;
border-radius: 4px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle {
left: 0;
width: 45px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle::after {
background-color: #d55548; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors p {
margin: 0; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator {
position: absolute;
right: 10px;
line-height: 30px;
fill: #a4b8be; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator .SyncIcon {
display: none; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator.is-validating .SyncIcon {
display: inline-block;
-webkit-animation: spin 1s infinite linear normal;
animation: spin 1s infinite linear normal; }
.SignUpModal .SignUpActions {
margin: 52px 40px 0; }
.SignUpModal .SignUpActions .SignUpButton {
position: relative;
color: white;
display: inline-block;
padding: 5px 15px;
text-decoration: none;
cursor: pointer;
width: 100%;
height: 48px;
border-radius: 50px;
background-color: #7cd6f1;
border: none;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: background-color .3s ease-out;
transition: background-color .3s ease-out; }
.SignUpModal .SignUpActions .SignUpButton:hover, .SignUpModal .SignUpActions .SignUpButton:focus {
background-color: #40a4c4; }
.SignUpModal .SignUpActions .SignUpButton:disabled {
cursor: default;
background-color: rgba(164, 184, 190, 0.3); }
.SignUpModal .SignUpActions .SignUpButton.is-submitted:disabled {
cursor: default;
background-color: #82bb47; }
.SignUpModal .SignUpActions .SignUpButton.is-submitted .CheckIcon {
position: absolute;
left: 10px; }
.SignUpModal .SignUpActions .SignUpButton span {
line-height: 30px; }
.SignUpModal .TermsAndConditions {
margin-top: 25px;
font-size: 14px;
padding: 0 35px; }
.SignUpModal .TermsAndConditions a {
cursor: pointer; }
.ShareOverlay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif; }
.ShareOverlayTitle {
font-size: 24px;
color: white;
text-align: center;
margin-bottom: 21px; }
@media (min-width: 868px) {
.ShareOverlayTitle {
margin-bottom: 61px; } }
.ShareOverlayButtons {
margin-bottom: 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
max-width: 95vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.ShareOverlay--withTimecodeSharing .ShareOverlayButtons {
margin-bottom: 25px; }
.ShareOverlay-timecodeSharing {
width: 100%; }
@media (min-width: 948px) {
.ShareOverlay-timecodeSharing {
width: 500px; } }
.ShareOverlay-timecodeControls {
opacity: 1;
text-align: center;
padding: 25px 0;
-webkit-transition: height .2s, opacity .2s, padding .2s;
transition: height .2s, opacity .2s, padding .2s; }
.ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled {
opacity: 0;
height: 0;
padding: 0; }
.ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled .VideoSeeker {
height: 0;
pointer-events: none; }
.ShareOverlay-timecodeControlsToggle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px; }
.ShareOverlay-timecodeLabel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer; }
.ShareOverlay-timecodeCheckbox {
margin-right: 10px; }
.ShareOverlay-timecodeDisplay {
color: white;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
padding-left: 9px;
text-align: center;
-webkit-transition: opacity .2s;
transition: opacity .2s; }
.ShareOverlay-timecodeDisplay.ShareOverlay-timecodeDisplay--disabled {
opacity: .2; }
.Modal-content.Modal-style.Modal-report .Modal-dismiss.Modal-style {
width: 29px;
height: 36px;
background-position: center 12.5px;
background-size: 12.5px 12.5px; }
.Modal-associatedAccountModal.Modal-content.Modal-style .Modal-component {
padding: 0; }
.Modal-associatedAccountModal .AssociatedAccountModal-content {
padding: 20px; }
.Modal-associatedAccountModal .AssociatedAccountModal-title {
background: #40a4c4;
color: white;
border-radius: 4px 4px 0 0;
padding: 50px 30px 10px;
font-family: "museo_sans700", sans-serif;
font-size: 21px;
font-weight: bold; }
.Modal-associatedAccountModal .AssociatedAccountModal-message {
color: #3f4d51;
margin-bottom: 30px; }
.Modal-associatedAccountModal a {
font-size: 14px; }
.Modal-associatedAccountModal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
display: block;
width: 100%; }
.Modal-associatedAccountModal .is-open .AssociatedAccountModal-instructions {
display: block; }
.Modal-associatedAccountModal .AssociatedAccountModal-instructions {
display: none;
color: #3f4d51;
text-align: left; }
.Safari360Alert {
margin: 0; }
.GlobalDrawer {
left: 0;
right: 0;
background-color: white;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
color: #3f4d51;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
font-family: "museo_sans300", sans-serif;
max-width: 60%;
min-width: 40%;
margin: 0 auto;
min-height: 20px;
padding: 36px 16px 16px;
position: absolute;
text-align: center;
z-index: 13; }
.GlobalDrawer a,
.GlobalDrawer a:visited,
.GlobalDrawer a:hover {
text-decoration: none;
color: #40a4c4; }
.GlobalDrawer .GlobalDrawer-content {
margin: 2px 0;
width: 100%; }
.GlobalDrawer .GlobalDrawer-close {
margin: 8px 0 0 32px;
cursor: pointer; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.GlobalDrawer {
font-size: 14px;
max-width: 95%;
opacity: 0.95; } }
#GlobalTooltip {
position: absolute;
top: 0;
left: 0;
display: none;
width: 100%; }
#GlobalTooltip.GlobalTooltip--isVisible {
display: block; }
#GlobalTooltip .GlobalTooltip--animateMovement {
-webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
#GlobalTooltip .GlobalTooltip-content {
z-index: 1; }
#GlobalTooltip.GlobalTooltip--animate .GlobalTooltip-content {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible {
pointer-events: none;
display: block; }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible .GlobalTooltip-content {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-animation-name: u913bf98d;
animation-name: u913bf98d;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes u913bf98d {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
@keyframes u913bf98d {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isVisible .GlobalTooltip-content {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-animation-name: ub26f7542;
animation-name: ub26f7542;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes ub26f7542 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes ub26f7542 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
#GlobalTooltip .GlobalTooltip-arrow-container {
-webkit-transform: none;
transform: none;
background: none;
z-index: 2;
overflow: hidden;
width: 12px;
height: 12px; }
#GlobalTooltip .GlobalTooltip-arrow-container .GlobalTooltip-arrow {
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 12px;
height: 12px;
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }
#GlobalTooltip.GlobalTooltip--left .GlobalTooltip-arrow {
left: -3px; }
#GlobalTooltip.GlobalTooltip--right .GlobalTooltip-arrow {
left: 3px; }
#GlobalTooltip.GlobalTooltip--top .GlobalTooltip-arrow {
top: -3px; }
#GlobalTooltip.GlobalTooltip--bottom .GlobalTooltip-arrow {
top: 3px; }
.u-fullHeight {
height: 100%;
min-height: 100%;
overflow: hidden; }
.u-fullScreen {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.u-imageReplacement, .Header-logo {
display: block;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden; }
.u-flexParent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.u-flexItem {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-item-align: center;
align-self: center; }
.u-opacity-0 {
opacity: 0; }
.u-opacity-10 {
opacity: 0.10; }
.u-opacity-50 {
opacity: 0.50; }
.u-opacity-90 {
opacity: 0.90; }
.u-opacity-100 {
opacity: 1.0; }
.u-offscreen {
display: block;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden;
height: 1px;
opacity: 0; }
.u-pullRight {
float: right; }
.u-pullLeft {
float: left; }
.u-flexCentered-pullLeft {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.u-transition-1 {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.u-clearfix:after {
content: " ";
display: block;
height: 0;
clear: both; }
.u-pointer-events-none {
pointer-events: none; }
.u-participantOrange {
fill: #f5a623; }
.u-participantPurple {
fill: #ab70d4; }
.u-participantGreen {
fill: #99ce62; }
.u-participantPeriwinkle {
fill: #5c75dc; }
.u-participantRed {
fill: #d54d81; }
.u-participantYellow {
fill: #ded569; }
.u-participantTeal {
fill: #5ed5b1; }
.u-participantPink {
fill: #e697dc; }
.u-participantBrown {
fill: #92643e; }
.u-participantVividTangerine {
fill: #ffa98a; }
.u-participantSkyBlue {
fill: #84e1eb; }
.u-participantFern {
fill: #69ab63; }
.u-participantCarnation {
fill: #f85b5b; }
.u-participantDefault {
fill: #404d52; }
.u-participantReplayBlue {
fill: #40a4c4; }
@-webkit-keyframes bgmap-slideacross {
0% {
-webkit-transform: translateX(-1439px);
transform: translateX(-1439px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@keyframes bgmap-slideacross {
0% {
-webkit-transform: translateX(-1439px);
transform: translateX(-1439px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
.error-fill {
background-color: black;
background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font-family: "museo_sans700", sans-serif;
color: white;
-webkit-font-smoothing: antialiased; }
.error-fill ::-moz-selection {
color: white;
background-color: #40a4c4; }
.error-fill ::selection {
color: white;
background-color: #40a4c4; }
.error-fill a {
color: #7cd6f1;
text-decoration: none; }
.error-fill p {
font-family: "museo_sans300", sans-serif;
margin: 8px 0; }
.error-fill .bg-map {
position: absolute;
top: -100px;
bottom: 0;
left: 0px;
right: -1439px;
background-image: url("../images/map.svg");
background-repeat: repeat-x;
background-size: 55%;
opacity: .10;
-webkit-animation-name: bgmap-slideacross;
animation-name: bgmap-slideacross;
-webkit-animation-duration: 86.4s;
animation-duration: 86.4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
.error-fill .content {
position: relative;
max-width: 400px;
margin: 200px auto 0;
padding: 0 20px; }
.error-fill .title {
padding: 0;
margin: 0;
font-weight: normal;
font-size: 100px;
border-bottom: 1px solid #666; }
.error-fill .title::before {
content: " ";
display: inline-block;
background-image: url("../images/largepin.svg");
background-repeat: no-repeat;
width: 68px;
height: 84px;
padding-right: 24px;
margin-left: -92px;
box-sizing: content-box; }
.error-fill .subtitle {
margin: 16px 0;
font-size: 32px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.error-fill .bg-map {
top: -70px; }
.error-fill .content {
margin-top: 125px; }
.error-fill .title::before {
margin-left: 0px; } }
/*# sourceMappingURL=stylesheet.css.map */
|
saved/Anfibia Booktubers_files/stylesheet.86fe3637fc8cec7f3cfea650c5695c58.css
|
@charset "UTF-8";
/**
* z-index values. Order reflects the stacking
* of elements from lowest to highest.
*/
/**
* Font styles
*/
/**
* Colors
*/
/**
* Animations
*/
@-webkit-keyframes signInModalBackIn {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
65% {
opacity: .6; }
90% {
-webkit-transform: translateX(-24px);
transform: translateX(-24px);
opacity: .6; }
100% {
-webkit-transform: translateX(-25px);
transform: translateX(-25px);
opacity: .6; } }
@keyframes signInModalBackIn {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px); }
65% {
opacity: .6; }
90% {
-webkit-transform: translateX(-24px);
transform: translateX(-24px);
opacity: .6; }
100% {
-webkit-transform: translateX(-25px);
transform: translateX(-25px);
opacity: .6; } }
@-webkit-keyframes signInModalBackOut {
0% {
opacity: .6;
-webkit-transform: translateX(-25px);
transform: translateX(-25px); }
65% {
opacity: 0; }
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px); } }
@keyframes signInModalBackOut {
0% {
opacity: .6;
-webkit-transform: translateX(-25px);
transform: translateX(-25px); }
65% {
opacity: 0; }
100% {
opacity: 0;
-webkit-transform: translateX(-100px);
transform: translateX(-100px); } }
@-webkit-keyframes signInModalAppsIn {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@keyframes signInModalAppsIn {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes signInModalAppsOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%); } }
@keyframes signInModalAppsOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%); } }
@-webkit-keyframes signInModalChoiceIn {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@keyframes signInModalChoiceIn {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes signInModalChoiceOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@keyframes signInModalChoiceOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
65% {
opacity: 0; }
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
@-webkit-keyframes userActivityItemIn {
0%, 20% {
bottom: -40px; }
100% {
bottom: 0px; } }
@keyframes userActivityItemIn {
0%, 20% {
bottom: -40px; }
100% {
bottom: 0px; } }
@-webkit-keyframes userActivityItemTooltipIn {
0%, 20% {
bottom: -10px; }
80%, 100% {
bottom: 0px; } }
@keyframes userActivityItemTooltipIn {
0%, 20% {
bottom: -10px; }
80%, 100% {
bottom: 0px; } }
@-webkit-keyframes userActivityAvatarIn {
0%, 70% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes userActivityAvatarIn {
0%, 70% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes userActivityHeartBeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes userActivityHeartBeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes slidein {
0% {
max-height: 0;
overflow: hidden; }
100% {
max-height: 100px;
overflow: visible; } }
@keyframes slidein {
0% {
max-height: 0;
overflow: hidden; }
100% {
max-height: 100px;
overflow: visible; } }
@-webkit-keyframes shake {
0% {
-webkit-transform: translateX(2px);
transform: translateX(2px); }
20%, 40% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
30%, 50% {
-webkit-transform: translateX(1.5px);
transform: translateX(1.5px); }
60%, 80% {
-webkit-transform: translateX(-1px);
transform: translateX(-1px); }
70%, 90% {
-webkit-transform: translateX(0.5px);
transform: translateX(0.5px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@keyframes shake {
0% {
-webkit-transform: translateX(2px);
transform: translateX(2px); }
20%, 40% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
30%, 50% {
-webkit-transform: translateX(1.5px);
transform: translateX(1.5px); }
60%, 80% {
-webkit-transform: translateX(-1px);
transform: translateX(-1px); }
70%, 90% {
-webkit-transform: translateX(0.5px);
transform: translateX(0.5px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@-webkit-keyframes spinner {
0% {
clip: rect(0, auto, 2.5em, auto); }
50% {
clip: rect(0, auto, 2.5em, auto); }
51% {
clip: rect(0, auto, 5em, auto); }
100% {
clip: rect(0, auto, 5em, auto); } }
@keyframes spinner {
0% {
clip: rect(0, auto, 2.5em, auto); }
50% {
clip: rect(0, auto, 2.5em, auto); }
51% {
clip: rect(0, auto, 5em, auto); }
100% {
clip: rect(0, auto, 5em, auto); } }
@-webkit-keyframes firstHalf {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes firstHalf {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
50% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@-webkit-keyframes secondHalf {
0% {
opacity: 0; }
50% {
opacity: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
51% {
opacity: 1; }
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@keyframes secondHalf {
0% {
opacity: 0; }
50% {
opacity: 0;
-webkit-transform: rotate(0);
transform: rotate(0); }
51% {
opacity: 1; }
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } }
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
body:before {
display: none; }
@media (max-width: 668px) {
body:before {
content: "MOBILE"; } }
@media (min-width: 668px) and (max-width: 867px) {
body:before {
content: "TABLET"; } }
@media (min-width: 868px) {
body:before {
content: "DESKTOP"; } }
html, body {
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: "museo_sans700", sans-serif;
color: white;
-webkit-font-smoothing: antialiased; }
::-moz-selection {
color: white;
background-color: #40a4c4; }
::selection {
color: white;
background-color: #40a4c4; }
#periscope-app {
height: 100%;
min-height: 100%; }
h1 {
padding: 0;
margin: 0;
font-weight: normal; }
.theo-context-menu,
.theoplayer-error,
.theoplayer-offline,
.vjs-loading-spinner {
display: none !important; }
.HashtagLink, .DiscoverHeader .DiscoverHeader-channelLink {
color: #a4b8be;
text-decoration: none;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
a.HashtagLink:hover, .DiscoverHeader a.DiscoverHeader-channelLink:hover {
color: #3f4d51; }
.GearContainer {
display: inline-block;
width: 24px;
height: 24px; }
.GearIcon {
width: 24px;
height: 24px; }
.GearIcon .GearIcon-fill {
fill: white; }
.GearIcon.is-active .GearIcon-fill {
fill: rgba(124, 214, 241, 0.2); }
.AccountDeveloper {
width: 960px;
margin: 60px auto; }
.AccountDeveloper .CopyButton, .AccountDeveloper .CopyButton label, .AccountDeveloper .CopyButton input {
cursor: pointer; }
.AccountDeveloper .AccountDeveloper-publicApplications {
clear: both; }
.AccountDeveloper .AccountDeveloper-publicApplications section {
text-align: left;
margin-bottom: 36px; }
.AccountDeveloper .AccountDeveloper-publicApplications .AccountDeveloper-publicApplicationName {
float: left;
margin-top: 65px;
margin-bottom: 10px;
color: #a4b8be;
opacity: .7;
font-size: 20px; }
.AccountDeveloper .AccountDeveloper-publicApplications button.AccountDeveloper-actionButtons {
float: right;
margin: 55px 0 10px 15px; }
.AccountDeveloper .AccountDeveloper-publicApplicationAdd {
margin: 0 !important;
float: right; }
.AccountDeveloper .AccountDeveloper-loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountDeveloper .AccountDeveloper-publicApplication {
margin: 10px 0; }
.AccountDeveloper .AccountDeveloper-publicApplicationStatic strong {
padding-right: 10px; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit {
cursor: pointer;
opacity: .5;
top: 10px;
right: 10px;
position: absolute; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit button {
margin: 0 !important; }
.AccountDeveloper .AccountDeveloper-publicApplicationEdit:hover {
opacity: 1; }
.AccountDeveloper .is-blank {
opacity: .5; }
.AccountDisplay {
display: inline-block; }
.AccountProducer {
margin: 60px auto;
width: 960px; }
.AccountProducer a {
color: #40a4c4; }
.AccountProducer .AccountProducer-encoderName {
clear: both;
margin-top: 65px;
margin-bottom: 10px;
color: #a4b8be;
opacity: .7;
font-size: 20px; }
.AccountProducer .AccountProducer-encoderName.is-nameless {
opacity: .5; }
.AccountProducer .MuteButton {
position: absolute;
width: 52px;
height: 40px;
bottom: 10px;
right: 10px;
z-index: 60; }
.AccountProducer .MuteButton div {
width: 52px;
height: 40px; }
.AccountProducer .AccountProducer-newSource {
float: right; }
.AccountProducer .AccountProducer-description {
float: left;
padding: 20px 0;
max-width: 400px;
text-align: left; }
.AccountProducer .AccountProducer-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px;
text-align: center; }
.AccountProducer .AccountProducer-removeButton {
cursor: pointer;
opacity: .5;
top: 10px;
right: 10px;
position: absolute;
background-color: #a4b8be;
border: none;
border-radius: 50%;
padding: 0;
height: 20px;
width: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountProducer .AccountProducer-removeButton:hover {
opacity: 1; }
.AccountProducer .AccountProducer-removeButton svg {
width: 10px;
height: 10px; }
.AccountProducer .AccountProducer-removeButton svg g {
opacity: 1; }
.AccountProducer .AccountProducer-formContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountProducer .AccountProducer-form, .AccountProducer .AccountProducer-broadcastInfo {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
max-width: 400px;
margin: 0 auto;
text-align: left; }
.AccountProducer .AccountProducer-form a, .AccountProducer .AccountProducer-broadcastInfo a {
display: block;
text-decoration: none;
text-align: center; }
.AccountProducer .AccountProducer-form a:hover, .AccountProducer .AccountProducer-broadcastInfo a:hover {
text-decoration: underline; }
.AccountProducer .AccountProducer-form input, .AccountProducer .AccountProducer-broadcastInfo input {
text-align: left; }
.AccountProducer .AccountProducer-form label, .AccountProducer .AccountProducer-broadcastInfo label {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #a4b8be;
text-align: left; }
.AccountProducer .AccountProducer-form input[type='checkbox'], .AccountProducer .AccountProducer-broadcastInfo input[type='checkbox'] {
width: 20px; }
.AccountProducer .AccountProducer-broadcastTitle {
font-family: "museo_sans700", sans-serif;
font-size: 22px;
padding: 10px 0; }
.AccountProducer .AccountProducer-broadcastTitleInput input {
font-size: 22px; }
.AccountProducer .AccountProducer-link {
cursor: pointer; }
.AccountProducer .AccountProducer-link:hover {
text-decoration: underline; }
.AccountProducer .AccountProducer-link.is-red {
color: #d55548; }
.AccountProducer .AccountProducer-link.is-yellow {
color: #f5a623; }
.AccountProducer .AccountProducer-recommendedLink {
padding-top: 45px; }
.AccountProducer .AccountProducer-recommendedLink .AccountProducer-link {
display: block;
margin-bottom: 5px; }
.AccountProducer .AccountProducer-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountProducer .CopyButton * {
cursor: pointer; }
.AccountProducer .AccountProducer-settingsErrorTitle {
font-size: 30px;
margin-top: 0;
margin-bottom: -11px;
color: rgba(164, 184, 190, 0.5); }
.AccountProducer .AccountProducer-settingsError {
width: 100%;
padding: 15px;
border: 1px solid rgba(164, 184, 190, 0.5);
border-radius: 5px;
margin: 0 auto; }
.AccountProducer .AccountProducer-settingsError td {
padding: 0 5px;
width: 50%; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsLabel {
font-family: "museo_sans300", sans-serif;
text-align: right;
color: #a4b8be; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsValue {
text-align: left;
color: #222222; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsErrorValue {
text-align: left;
color: #c14b3c;
padding-bottom: 10px; }
.AccountProducer .AccountProducer-settingsError .AccountProducer-settingsWarningValue {
text-align: left;
color: #f5a623;
padding-bottom: 10px; }
.AccountProducer .AccountProducer-previewVideo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 281px;
width: 500px;
margin-right: 20px;
background-color: rgba(164, 184, 190, 0.3); }
.AccountProducer .AccountProducer-previewVideo .BaseVideo {
background-color: rgba(164, 184, 190, 0.3); }
.AccountProducer .ProducerEncoder {
position: relative;
overflow: hidden; }
.AccountProducer .ProducerEncoder.is-360:before {
content: '360';
color: rgba(164, 184, 190, 0.3);
font-family: "museo_sans700", sans-serif;
font-size: 120px;
top: -2px;
left: -16px;
display: block;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.SourceDropDown {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
width: 200px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.SourceDropDown ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.SourceDropDown ul li {
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
height: 64px;
line-height: 64px; }
.SourceDropDown ul li a {
display: block;
cursor: pointer;
padding-left: 24px;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
.SourceDropDown ul li a:hover {
color: #3f4d51; }
.AccountView .AccountSettings {
margin: 60px auto;
width: 640px; }
.AccountView .AccountSettings .ProfileDetails {
max-width: 400px;
margin: 0 auto; }
.AccountView .AccountSettings .ProfileName .ProfileUsername {
margin-top: 10px;
color: #3f4d51; }
.AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
margin: 0; }
.AccountView .AccountSettings .AccountSettings-actionButtonContainer button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) + button {
margin-left: 10px !important; }
.AccountSettings-croppingBackground {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 50; }
.AccountSettings-associationTitle {
font-size: 20px;
font-family: "museo_sans700", sans-serif; }
.AccountSettings-association .LoadingBeans {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.AccountSettings-association .AccountSettings-associationAccounts {
padding: 0;
width: 380px;
margin: 0 auto; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount:before {
content: '';
padding: 11px 15px 11px 0;
box-sizing: content-box;
background-repeat: no-repeat;
background-position-y: 11px;
display: block;
width: 32px;
height: 32px;
position: absolute;
left: -45px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.twitter:before {
background-image: url("../images/settings-twitter.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.google:before {
background-image: url("../images/settings-google.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.facebook:before {
background-image: url("../images/settings-facebook.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.digits:before {
background-image: url("../images/settings-phone.svg"); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
position: relative;
height: 56px;
color: #3f4d51;
text-align: left;
list-style: none;
padding: 12px 0;
margin-left: 45px;
border-bottom: 1px solid rgba(164, 184, 190, 0.3); }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount a {
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-available {
color: #a4b8be; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount.not-connected {
cursor: pointer;
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountMeta {
font-size: 14px;
font-family: "museo_sans300", sans-serif; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associationAccountType {
font-family: "museo_sans500", sans-serif;
font-size: 16px;
line-height: 16px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect,
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 10px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountDisconnect .GearIcon {
cursor: pointer; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary {
cursor: pointer; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .AccountSettings-associatedAccountPrimaryText {
font-family: "museo_sans300", sans-serif;
font-size: 14px;
color: #a4b8be;
padding-right: 4px; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary .InfoIcon {
width: 16px;
height: 16px;
fill: #a4b8be; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .AccountSettings-associatedAccountPrimaryText {
color: #40a4c4; }
.AccountSettings-association .AccountSettings-associationAccounts .AccountSettings-associationAccount .AccountSettings-associatedAccountPrimary:hover .InfoIcon {
fill: #40a4c4; }
.AccountStats {
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
max-height: 100%;
min-width: 1024px;
overflow: hidden;
padding: 15px 30px; }
.AccountStats-emptyState {
color: #3f4d51;
margin-top: 60px;
margin-right: auto;
margin-left: auto;
text-align: center;
width: 360px; }
.AccountStats-title h1 {
display: inline-block;
margin-right: 10px; }
.AccountStats-title .BetaBadge {
vertical-align: top; }
.AccountStats-controlsContainer {
display: block; }
.AccountStats-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStats-controlsGroup {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 60px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStats-controlGroup {
color: #3f4d51;
display: inline-block;
font-size: 14px;
margin-right: 10px; }
.AccountStats-controlGroup .Checkbox {
padding: 5px 13px; }
.AccountStats-controlGroup .Checkbox:hover {
background-color: whitesmoke; }
.AccountStats-sortLabel {
margin-left: 20px; }
.AccountStats-downloadLink {
text-decoration: none; }
.AccountStats-chart {
margin-top: 25px; }
.AccountStats-tableSection {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow: auto;
position: relative; }
.AccountStats-reactTable {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #e1e1e1;
border-radius: 5px;
top: 60px; }
.AccountStats-tableColumnsButton--isActive > .ButtonWithIcon {
background-color: #f8fafb; }
.AccountStats-tableColumnOptionsContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
top: 60px;
overflow: scroll; }
.AccountStats-tableColumnOptions {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountStats-tableColumnOptions .AccountStats-controlGroup {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountStatsBroadcastDetails {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: white;
color: #3f4d51;
top: 6px;
overflow-y: scroll;
padding: 32px;
z-index: 2; }
.AccountStatsBroadcastDetails-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.AccountStatsBroadcastDetails-headerSection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.AccountStatsBroadcastDetails-broadcastThumbnail {
background-position: center center;
background-size: cover;
border-radius: 3px;
display: inline-block;
height: 64px;
width: 64px; }
.AccountStatsBroadcastDetails-broadcastMeta {
display: inline-block;
margin-left: 16px;
max-width: 640px;
vertical-align: top; }
.AccountStatsBroadcastDetails-broadcastMeta > .BroadcastTitle {
font-family: "museo_sans700", sans-serif;
font-size: 16px;
margin-bottom: 0; }
.AccountStatsBroadcastDetails-dateTime {
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
font-size: 13px; }
.AccountStatsBroadcastDetails-button {
background-color: #88c6d9;
border: none;
border-radius: 20px;
color: white;
cursor: pointer;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
max-width: 240px;
overflow-x: hidden;
padding: 10px 20px;
text-decoration: none;
text-overflow: ellipsis;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.AccountStatsBroadcastDetails-button:hover {
background-color: #7cc0d5; }
.AccountStatsBroadcastDetails-navigationList {
border-bottom: 1px solid #e1e1e1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
padding-left: 0; }
.AccountStatsBroadcastDetails-navigationListItem {
border: 1px solid white;
border-bottom: none;
border-radius: 10px 10px 0 0;
color: #40a4c4;
display: inline-block;
font-family: "museo_sans500", sans-serif;
margin-right: 3px;
padding: 0.8em 1.6em;
position: relative;
text-decoration: none;
top: 1px; }
.AccountStatsBroadcastDetails-navigationListItem:hover {
background-color: whitesmoke;
color: #53adca;
text-decoration: underline; }
.AccountStatsBroadcastDetails-navigationListItem--isActive {
border: 1px solid #e1e1e1;
border-bottom: 1px solid white;
color: inherit; }
.AccountStatsBroadcastDetails-navigationListItem--isActive:hover {
background-color: inherit;
color: inherit;
text-decoration: inherit; }
.AccountView {
height: 100%; }
.AccountView.is-solidTheme {
background: #f6f6f6; }
.AccountView.is-solidTheme section {
margin-bottom: 36px; }
.AccountView-container {
position: relative;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
color: #a4b8be;
font-family: "museo_sans300", sans-serif; }
@media (max-width: 668px) {
.AccountView-container {
padding: 20px 0; } }
.AccountView-container section {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
position: relative;
background: white;
border-radius: 10px;
padding: 30px;
text-align: center;
margin-bottom: 50px;
clear: both; }
@media (max-width: 668px) {
.AccountView-container section {
padding: 15px; } }
.AccountView-container .is-leftAligned .InputWithIcon-label,
.AccountView-container .is-leftAligned input,
.AccountView-container .is-leftAligned textarea {
text-align: left; }
.AccountView-container .InputWithIcon-icon {
height: 32px; }
.AccountView-container input,
.AccountView-container textarea {
outline: none;
display: block;
width: 100%;
font-family: "museo_sans500", sans-serif;
color: #3f4d51;
padding: 7px;
background: rgba(239, 242, 244, 0.7);
border: 1px solid rgba(225, 225, 225, 0.7);
border-radius: 3px;
font-size: 15px;
text-align: center; }
.AccountView-container input:active, .AccountView-container input:focus,
.AccountView-container textarea:active,
.AccountView-container textarea:focus {
background: #eff2f4;
border: 1px solid #e1e1e1; }
.AccountView-container input[readonly],
.AccountView-container textarea[readonly] {
color: #a4b8be;
background: none;
border: 1px solid rgba(225, 225, 225, 0); }
.AccountView-container input[readonly]:hover,
.AccountView-container textarea[readonly]:hover {
background: rgba(64, 164, 196, 0.1);
border: 1px solid rgba(225, 225, 225, 0.7); }
.AccountView-container input[type="checkbox"] {
display: inline;
width: auto; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button), .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) > *, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) > * {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button):hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button):hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-active {
background-color: #40a4c4;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-disabled, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green {
border: 1px solid #82bb47;
color: #82bb47; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green:hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green.is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green:hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-green.is-active {
background-color: #82bb47;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red:hover, .AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red.is-active, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red:hover, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView-container button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-small, .Modal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button).is-small {
height: 35px;
font-size: 14px;
padding: 0 16px; }
.App {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: black;
background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
min-height: 100%; }
.AuthToggle {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AuthToggle.AuthToggle--isLoggedIn.DiscoverBarButton {
padding: 0; }
.AuthToggle .AuthToggle-ToggleButton {
border: none;
outline: none;
background: transparent;
cursor: pointer;
font-size: 1em;
padding: 2px; }
.AuthToggle .AuthToggle-ToggleButton::-moz-focus-inner {
padding: 0;
border: 0; }
.AuthToggle .ProfileAvatar-image {
box-sizing: content-box;
border: 4px solid transparent;
width: 32px;
height: 32px; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage {
width: 36px;
height: 36px;
border-radius: 36px;
background-color: white;
margin: 4px; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon {
margin: 0; }
.AuthToggle.AuthToggle--isOnlyIcon .AuthToggle-AvatarImage .ProfileIcon svg {
width: 32px;
height: 32px;
margin: 2px; }
.Header {
padding: 20px; }
.AccountView-header {
padding: 20px 20px 0 0; }
.Header, .AccountView-header {
position: absolute;
top: 0;
right: 0;
z-index: 8;
margin-left: 130px;
white-space: nowrap; }
.Header .AppLink, .AccountView-header .AppLink {
font-size: 12px;
padding: 5px 13px;
width: auto; }
.Header .AppLink-icon, .AccountView-header .AppLink-icon {
margin-right: 5px; }
.Header .AppLink-icon img, .AccountView-header .AppLink-icon img {
vertical-align: inherit;
width: 13px; }
.Header .GetAppCTA, .AccountView-header .GetAppCTA {
width: 170px; }
.Header.Header--isMobile, .AccountView-header.Header--isMobile {
padding: 0px;
top: 10px;
right: 11px; }
.Header.Header--isMobile .Header-container, .AccountView-header.Header--isMobile .Header-container {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Header.Header--isMobile .Header-mobileLinkContainer, .AccountView-header.Header--isMobile .Header-mobileLinkContainer {
text-decoration: none; }
.Header.Header--isMobile .Header-getAppPill, .AccountView-header.Header--isMobile .Header-getAppPill {
width: 130px;
height: 36px;
line-height: 36px;
background-color: white;
border-radius: 22px;
font-size: 16px;
text-align: center;
color: #3f4d51;
font-family: "museo_sans500", sans-serif; }
.Header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon, .AccountView-header.Header--isMobile .AuthToggle.LoginSignupButton--isOnlyIcon {
margin-left: 10px; }
.Header-topRight {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 10px; }
.Header-topRight .GetAppCTA {
width: auto;
margin: 5px 7px; }
.Header-topRight .GetAppCTA .AppLink {
display: inline-block;
height: 32px;
padding: 6px 20px;
font-size: 14px; }
.Header-topRight .ProfileAvatar-image {
border: none; }
.Header-topRight .DropdownToggleButton {
padding: 0 5px; }
.Header-topRight .LoginSignupButton-SignInButton {
display: inline-block;
height: 32px;
margin: 0 7px;
padding: 6px 20px;
font-size: 14px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 30px;
color: white;
font-family: "museo_sans700", sans-serif;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out; }
.Header-topRight .LoginSignupButton-SignInButton:hover, .Header-topRight .LoginSignupButton-SignInButton:focus {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.Header-logo {
background-image: url("../images/logo.b02dafe9599d8949996e5a3930fec15c.png");
background-repeat: no-repeat;
width: 168px;
height: 36px;
margin-bottom: 12px;
margin-right: 1px;
text-decoration: none;
color: white;
font-size: 16px;
font-family: "museo_sans300", sans-serif; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Header-logo {
background-image: url("../images/[email protected]");
background-size: 168px 36px; } }
.Header-logo:focus {
outline: none; }
.Header-logo .Header-ctaCopy,
.Header-logo .Header-ctaButton {
margin: 0 10px;
padding: 0; }
.Header-logo .Header-ctaCopy {
margin-left: 20px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.Header-logo .Header-ctaButton {
background-color: white;
color: black;
font-family: "museo_sans500", sans-serif;
border-radius: 15px;
text-align: center;
min-width: 65px;
margin: 0;
padding: 5px 20px; }
.Header-appLogo {
width: 50px;
min-width: 50px;
height: 50px;
padding: 10px;
border-radius: 25px;
background-color: #40a4c4; }
.Header-appLogo.Header-appLogo--android {
border-radius: 25px; }
.Header-subhead {
font-size: 12px;
margin-top: 3px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.Header .AppLink {
display: none; }
.Header-subhead {
display: none; } }
.AppLink {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 30px;
color: white;
display: block;
font-family: "museo_sans700", sans-serif;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out; }
.AppLink:hover, .AppLink:focus {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.AppLink--cta {
margin: 0 auto 10px;
padding: 10px 0;
font-size: 30px;
width: 100%; }
.AppLink--cta.AppLink--withoutBottomMargin {
margin: 0; }
.AppLink--withIcon {
display: inline-block;
font-size: 18px;
margin-right: 10px;
padding: 13px 0;
position: relative;
width: 150px; }
.AppLink--withIcon:last-child {
margin-right: 0; }
.AppLink-icon {
margin-right: 14px;
vertical-align: text-bottom; }
.AppLink-icon.AppLink-icon--native img {
height: 22px; }
.AppLink-playButton {
line-height: 0;
font-size: 40px; }
.AppLink-playButton svg {
width: 22px;
height: 22px;
margin-right: 20px; }
.BarChart {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.BarChart:hover .BarChart-bar--isActive {
opacity: 1; }
.BarChart:hover .BarChart-bar--isInactive {
opacity: 0.2; }
.BarChart-barContainer:hover {
cursor: pointer; }
.BarChart-barContainer:hover .BarChart-bar {
opacity: 0.8 !important; }
.BarChart-barContainer:hover .BarChart-barLabel {
display: inherit;
opacity: 0.9; }
.BarChart-barHitBox {
opacity: 0; }
.BarChart-barLabel {
display: none;
opacity: 0;
-webkit-transition: opacity 0.03s ease-in;
transition: opacity 0.03s ease-in; }
.BarChart-bar {
opacity: 0.9;
-webkit-transition: opacity 0.03s ease-in;
transition: opacity 0.03s ease-in; }
.BarChart-bar--isActive {
opacity: 1; }
.BarChart-bar--isActive + .BarChart-barLabel {
display: inherit;
opacity: 1; }
.BarChart-bar--isInactive {
opacity: 0.2; }
.BarChart-text {
fill: #79888c;
font-size: 12px; }
.BarChart-stroke {
stroke: #79888c;
stroke-opacity: 0.5;
stroke-width: 1; }
.BarChart-xAxisText, .BarChart-yAxisText {
fill: #79888c;
font-size: 14px; }
.BarChart-xAxisText.BarChart-label, .BarChart-yAxisText.BarChart-label {
text-transform: none; }
.BetaBadge {
background-color: #ab70d4;
border-radius: 3px;
display: inline-block;
padding: 0 5px;
font-size: 14px;
line-height: 19px;
font-family: "museo_sans700", sans-serif;
color: white;
text-transform: uppercase; }
.BetaBadge span {
vertical-align: middle; }
.Blur {
width: inherit;
height: inherit; }
.Blur canvas {
width: 100%;
height: 100%; }
.Broadcast {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.Broadcast .Broadcast-SidebarContainer {
width: 450px;
height: 100%;
z-index: 12; }
.Broadcast .Broadcast-SidebarContainer.Sidebar--isHidden {
margin-left: -450px; }
.Broadcast .Broadcast-SidebarContainer.Sidebar--isSearch {
z-index: 11; }
.Broadcast .Broadcast-Chat {
width: 375px;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat.Chat--isHidden {
margin-left: 375px; }
.Broadcast .Broadcast-Chat.Chat--isShown {
margin-left: -375px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatContainer {
position: absolute;
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat .Broadcast-ChatSeparator {
height: 1px;
background: rgba(255, 255, 255, 0.2);
margin: 2px 24px 12px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer {
-webkit-transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput {
margin: 0 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer {
margin: 0;
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .Broadcast-ChatInput .CommentContainer .CommentContainer-comment {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 0;
border-radius: 4px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer {
bottom: initial;
padding: 0;
margin: 0 0 0 13px; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer .UserHeart {
margin: 0; }
.Broadcast .Broadcast-Chat .Broadcast-ChatInputContainer .HeartsContainer .UserHeart .OutlineHeart {
width: 32px; }
.Broadcast .Broadcast-VideoContainer {
position: absolute;
top: 0;
left: 0; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat,
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
position: absolute;
cursor: pointer;
width: 20px;
height: 20px;
background: orange; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleChat {
bottom: 10px;
right: 10px; }
.Broadcast .Broadcast-VideoContainer .Broadcast-VideoOverlay .Broadcast-ToggleSidebar {
bottom: 10px;
left: 10px; }
.BroadcastBackground {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
.BroadcastBackground.ready {
opacity: 1; }
.BroadcastBackground .BackgroundImage {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center; }
.BroadcastDetails-overlay {
width: 100%;
max-width: 700px;
z-index: 7;
text-align: center;
margin: 0 auto; }
.BroadcastDetails-overlay.u-flexParent {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.BroadcastDetails-metadata {
max-height: 500px; }
.BroadcastDetails-appCta {
margin: 40px auto 0;
max-width: 320px;
font-family: "museo_sans300", sans-serif; }
.BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp {
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
bottom: 0;
font-family: "museo_sans300", sans-serif;
left: 0;
margin-top: 0;
max-width: none;
position: fixed;
right: 0; }
.BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp .AppLink {
font-size: 16px;
width: 200px; }
.BroadcastDetails .CouchmodeCTA {
position: relative;
margin-top: 15px;
padding-top: 50px; }
.BroadcastDetails .CouchmodeCTA::before {
content: '';
position: absolute;
top: 0;
left: 100px;
right: 100px;
height: 1px;
background: rgba(255, 255, 255, 0.3); }
.BroadcastDetails .CouchmodeCTA-prompt {
color: white; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastDetails-metadata .ProfileAvatar {
display: none; }
.BroadcastDetails-metadata .ProfileName {
margin-top: 14px;
font-size: 20px; }
.BroadcastDetails-appCta p {
margin: 0; }
.BroadcastDetails .CouchmodeCTA::before {
display: none; } }
@media only screen and (max-height: 620px) {
.BroadcastDetails .BroadcastTitle {
display: block;
width: inherit;
padding: 0 20px;
overflow: hidden;
text-overflow: ellipsis; } }
@media only screen and (max-height: 320px) {
.BroadcastDetails.u-fullHeight {
overflow-y: visible; }
.BroadcastDetails-overlay {
margin-top: 200px;
padding-bottom: 30px; } }
.BroadcastFeed {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative; }
@-webkit-keyframes periscope-status-pulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
@keyframes periscope-status-pulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
.BroadcastPreview-imageContainer {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 180px;
max-height: 180px;
max-width: 180px;
margin: 0 auto;
position: relative; }
.BroadcastPreview-imageWrapper {
position: relative;
max-width: inherit;
max-height: inherit; }
.BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
content: attr(data-tag-label);
position: absolute;
padding: 1px 10px;
margin-top: -10px;
margin-right: -20px;
opacity: 0;
top: 0;
right: 0;
-webkit-animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
color: white;
background-color: #d55548;
text-transform: uppercase;
font-size: 14px;
border-radius: 10px;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }
.BroadcastPreview-image {
border-radius: 5px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
height: auto;
max-height: inherit;
max-width: inherit; }
.BroadcastPreview-playIcon {
opacity: 1;
position: absolute;
top: calc(50% - 11px);
right: calc(50% - 17px); }
.BroadcastPreview-playIcon svg {
width: 22px;
height: 22px; }
.BroadcastPreview-subhead {
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans300", sans-serif;
font-size: 14px;
margin-top: 14px;
margin-bottom: 14px; }
.BroadcastPreview--withImage .BroadcastPreview-playIcon,
.BroadcastPreview--withImage .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
opacity: 1; }
@media only screen and (max-width: 320px), (max-height: 480px) {
.BroadcastPreview-imageContainer {
height: 150px;
max-height: 150px;
max-width: 150px; } }
@-webkit-keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
@keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
.BroadcastReplayButton-loading {
display: none;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
background-image: url("../images/loading_pattern_video.e3d40072cf0fa49fad58d3500158c441.png");
-webkit-animation-name: slideacross;
animation-name: slideacross;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.BroadcastReplayButton-loading {
background-image: url("../images/[email protected]");
background-size: 68px 68px; } }
.BroadcastReplayButton {
margin: 0 auto 40px;
width: 180px;
height: 180px;
border-radius: 9999px;
box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; }
.BroadcastReplayButton:hover .circle,
.BroadcastReplayButton:focus .circle {
outline: none;
fill-opacity: .15; }
.BroadcastReplayButton.is-loading {
border-radius: 100px;
overflow: hidden;
position: relative; }
.BroadcastReplayButton.is-loading .BroadcastReplayButton-loading {
display: inherit; }
.BroadcastReplayButton svg {
width: inherit;
height: inherit;
cursor: pointer; }
.BroadcastReplayButton .circle {
-webkit-transition: .2s fill-opacity linear;
transition: .2s fill-opacity linear; }
.BroadcastReplayButton .icon-play,
.BroadcastReplayButton .icon-pause {
fill-opacity: 0; }
.BroadcastReplayButton.is-loading .icon-pause,
.BroadcastReplayButton.is-playing .icon-pause {
fill-opacity: 1; }
.BroadcastReplayButton.is-stopped .icon-play {
fill-opacity: 1; }
.BroadcastReplayButton.BroadcastReplayButton--disabled svg {
opacity: .2; }
@media only screen and (max-height: 375px) {
.BroadcastReplayButton {
margin: 0 auto 20px;
width: 80px;
height: 80px; } }
.BroadcastNextButton {
z-index: 8;
position: absolute;
top: 50%;
right: 0;
background: transparent; }
.BroadcastNextButton-button {
background: #40a4c4;
border: none;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
-webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
height: 60px;
width: 50px;
border-radius: 50px 0 0 50px;
-webkit-transform: translateX(40%) scale(0.7, 0.7);
transform: translateX(40%) scale(0.7, 0.7);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.BroadcastNextButton-button:focus {
outline: none; }
.BroadcastNextButton-button:hover, .BroadcastNextButton-button:active {
-webkit-transform: none;
transform: none;
padding-left: 15px; }
.BroadcastNextButton-button .CaretRight {
height: 30px;
width: 30px;
padding-right: 10px; }
.BroadcastSidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
position: relative;
height: 100%;
background-color: white;
-webkit-transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastSidebar.BroadcastSidebar--isActive .BroadcastSidebar-header {
margin: 0 20px; }
.BroadcastSidebar-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 94px; }
.BroadcastSidebar-header .SearchInputContainer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 125px; }
.BroadcastSidebar-headerBackButton {
background-color: #88c6d9;
border-radius: 16px;
color: white;
max-width: 240px;
overflow-x: hidden;
padding: 5px 20px;
text-decoration: none;
text-overflow: ellipsis;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.BroadcastSidebar-headerBackButton:hover {
background-color: #7cc0d5; }
.BroadcastSidebar-rightBarClose {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 5px;
cursor: w-resize; }
.BroadcastSidebar-bottomClose {
position: absolute;
z-index: 14;
right: 0;
bottom: 20px;
padding: 5px 0;
width: 40px;
background-color: #88c6d9;
color: white;
text-decoration: none;
text-align: center;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
cursor: pointer; }
.BroadcastSidebar-bottomClose:hover, .BroadcastSidebar-bottomClose:focus {
outline: none;
background-color: #43a3c1; }
.BroadcastSidebar-bottomClose::after {
content: '\00d7'; }
.BroadcastSidebar-content {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
@media only screen and (max-width: 720px) {
.BroadcastSidebar-bottomClose {
bottom: auto;
top: 80px; } }
.BroadcastState {
font-family: "museo_sans300", sans-serif;
font-size: 16px; }
.BroadcastState--error {
color: #a4b8be;
font-size: 32px; }
.BroadcastState p {
margin: 0; }
.BroadcastState-noReplay {
font-size: 12px;
color: rgba(255, 255, 255, 0.5); }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastState {
color: rgba(255, 255, 255, 0.5);
font-size: 14px; }
.BroadcastState--error {
color: #a4b8be;
font-size: 28px; } }
.BroadcastTitle {
font-family: "museo_sans300", sans-serif;
font-size: 48px;
line-height: 1.2;
margin-bottom: 20px;
word-wrap: break-word;
word-break: break-word; }
.BroadcastTitle a {
color: #40a4c4;
text-decoration: none; }
.BroadcastTitle a:hover {
color: #53adca;
text-decoration: underline; }
.BroadcastDetails .BroadcastTitle {
-ms-flex-negative: 2;
flex-shrink: 2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9; }
@media (max-height: 679px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 1; } }
@media (min-height: 680px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 2; } }
@media (min-height: 730px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 3; } }
@media (min-height: 780px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 4; } }
@media (min-height: 830px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 5; } }
@media (min-height: 880px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 6; } }
@media (min-height: 930px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 7; } }
@media (min-height: 980px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 8; } }
@media (min-height: 1030px) {
.BroadcastDetails .BroadcastTitle {
-webkit-line-clamp: 9; } }
.BroadcastTitle:hover .TwitterLogo {
fill: #59adeb; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.BroadcastDetails .BroadcastTitle {
font-size: 18px;
font-family: "museo_sans500", sans-serif;
line-height: 24px;
margin-bottom: 0;
margin-right: 20px;
margin-left: 20px; } }
.AccountStatsTooltip-container {
background-color: white;
border-radius: 4px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
overflow: hidden; }
.AccountStatsTooltip {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.AccountStatsTooltip .AccountStatsTooltip-title {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.AccountStatsTooltip .BroadcastTitle {
color: #3f4d51;
display: -webkit-box;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
height: 28px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.AccountStatsTooltip-previewImage {
background-color: #eff2f4;
height: 120px;
padding: 15px 20px;
width: 120px; }
.AccountStatsTooltip-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
padding: 10px;
width: 260px; }
.AccountStatsTooltip-header {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
line-height: 1.2em;
margin-bottom: 0.4em; }
.AccountStatsTooltip-totalData {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.AccountStatsTooltip-seriesData {
font-size: 12px;
margin-right: 10px; }
.AccountStatsTooltip-seriesColor {
border-radius: 2px;
display: inline-block;
height: 10px;
margin-right: 5px;
width: 10px; }
.AccountStatsTooltip-dateTime {
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 12px; }
.BroadcastLocation {
float: left;
font-family: "museo_sans700", sans-serif;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
white-space: nowrap; }
.BroadcastListItem {
display: block;
text-decoration: none;
color: inherit; }
a.BroadcastListItem:hover,
a.BroadcastListItem:focus {
outline: none;
background-color: rgba(239, 242, 244, 0.7); }
.BroadcastListItem-content {
height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 10px;
background: inherit; }
.BroadcastListItem--featuredReason .BroadcastListItem-content {
height: inherit;
min-height: 140px; }
.BroadcastListItem-thumbContainer {
position: relative;
width: 120px;
height: 120px;
background-color: #a4b8be;
border-radius: 3px; }
.BroadcastListItem-thumbContainer .LockIcon {
width: 24px;
position: absolute;
top: 10px;
left: 10px; }
.BroadcastListItem-thumb {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: inherit; }
.BroadcastListItem-detailsContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 16px;
font-family: "museo_sans300", sans-serif;
min-width: 0; }
.BroadcastListItem-detailsContainer .BroadcastUserAndLocation {
color: #3f4d51;
border-top: 1px solid #e1e1e1;
padding-top: 10px; }
.BroadcastListItem-featuredContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #3f4d51;
font-size: 14px;
font-family: "museo_sans300", sans-serif;
line-height: 1.2;
padding: 10px;
width: 100%; }
.BroadcastListItem-featuredContainer .BroadcastListItem-featuredFlag {
margin-right: 12px;
min-width: 12px; }
.BroadcastListItem-featuredContainer .BroadcastListItem-featuredReason {
margin: 0; }
.BroadcastListItem-auxDetails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px; }
.BroadcastListItem-pill {
display: inline-block;
padding: 4px 5px;
border-radius: 4px;
color: white;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
letter-spacing: 0.5px;
line-height: 1; }
.BroadcastListItem-detailsLive {
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #d55548; }
.BroadcastListItem-detailsDuration {
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #a4b8be; }
.BroadcastListItem-detailsFeatured {
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 12px;
font-family: "museo_sans700", sans-serif;
color: white;
font-size: 12px;
margin-left: 12px;
padding: 3px 8px 0;
text-transform: uppercase; }
.BroadcastListItem-detailsTime {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-ms-flex-negative: 1;
flex-shrink: 1;
min-width: 0;
margin-top: 2px;
margin-left: 10px;
color: #a4b8be;
font-size: 14px;
font-family: "museo_sans500", sans-serif; }
.BroadcastListItem-detailsTime--container {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastListItem .BroadcastTitle {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-flex: 1 1 100%;
font-size: 24px;
color: #3f4d51;
margin: 0;
line-height: 1.4;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.ProfileSidebar .BroadcastListItem .BroadcastTitle, .SearchSidebar .BroadcastListItem .BroadcastTitle {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
font-size: inherit; }
.BroadcastListItem .BroadcastTitle-hashtag {
color: #a4b8be; }
.ProfileSidebar .BroadcastListItem-detailsLocation, .SearchSidebar .BroadcastListItem-detailsLocation {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2; }
.BroadcastListItem .BroadcastLocation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastListItem .BroadcastLocation {
margin-top: 5px;
float: none;
font-family: "museo_sans300", sans-serif;
color: #a4b8be;
font-size: 14px; }
a.BroadcastListItem--active {
background: #eff2f4; }
a.BroadcastListItem--active:hover, a.BroadcastListItem--active:focus {
background: #eff2f4; }
.BroadcastListItem--unavailable .BroadcastTitle {
color: #a4b8be; }
.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer {
opacity: 0.5; }
.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer::after {
display: none; }
.BroadcastSearchToggle {
position: absolute;
top: 22px;
left: 20px;
z-index: 12; }
.BroadcastSearchToggle.is-fixed {
position: fixed; }
.BroadcastSearchToggle.BroadcastSearchToggle--isMobile {
top: 10px;
left: 11px; }
.BroadcastSearchToggle-searchIcon {
background-color: white;
border-radius: 25px;
cursor: pointer;
display: inline-block;
padding: 12px;
margin-left: 10px; }
.BroadcastStatsViewers-section {
display: inline-block;
width: 50%;
vertical-align: top; }
.BroadcastStatsViewers-viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 5px;
padding: 10px; }
.BroadcastStatsViewers-viewer:hover {
background: #f8fafb;
cursor: pointer; }
.BroadcastStatsViewers-viewerProfileImage {
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
position: relative; }
.BroadcastStatsViewers-viewerProfileImage > img {
height: 50px;
width: 50px; }
.BroadcastStatsViewers-viewerProfileImageOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.7; }
.BroadcastStatsViewers-viewerDisplayName {
font-family: "museo_sans700", sans-serif; }
.BroadcastStatsViewers-viewerDisplayName .FollowingIcon {
fill: #40a4c4;
margin-left: 4px; }
.BroadcastStatsViewers-heartCount {
color: #a4b8be; }
.BroadcastUserAndLocation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.BroadcastUserAndLocation-detailsUsername {
color: #3f4d51;
display: inline;
text-decoration: none;
font-family: "museo_sans700", sans-serif; }
.BroadcastUserAndLocation-detailsUsername .ProfileUsername {
display: inline;
font-family: "museo_sans700", sans-serif; }
.BroadcastUserAndLocation-detailsUsername .AccountDisplay {
display: inline; }
.BroadcastUserAndLocation-detailsUserImage {
border-radius: 16px;
height: 32px;
margin-right: 12px;
width: 32px; }
.BroadcastUserAndLocation-detailsLocation {
display: inline; }
.BroadcastUserAndLocation-detailsLocation .BroadcastLocation {
display: inline;
float: none;
font-family: "museo_sans300", sans-serif;
font-size: 14px; }
.BroadcastUserAndLocation-detailsLocation .BroadcastLocation:before {
content: ' — '; }
.Button {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
padding: 0 40px;
line-height: 40px;
border: 1px solid #fff;
border-radius: 40px;
font-family: "museo_sans500", sans-serif; }
.Button:hover {
background-color: rgba(255, 255, 255, 0.2); }
.Button:active {
background-color: #fff;
color: #4a4a4a; }
.ButtonWithIcon {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: white;
border: 1px solid #e1e1e1;
border-radius: 8px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-family: "museo_sans500", sans-serif;
font-size: 13px;
padding: 10px 13px; }
.ButtonWithIcon-label {
color: #3f4d51;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.ButtonWithIcon-icon {
display: inline-block;
padding-left: 5px; }
.ButtonWithIcon-icon .CaretDown {
fill: #a4b8be;
width: 13px; }
.ChannelLists {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start; }
.ChannelLists a {
text-decoration: none;
color: #40a4c4; }
.ChannelList {
display: inline-block;
margin: 0 20px;
width: 360px;
padding-bottom: 25px; }
@media (max-width: 668px) {
.ChannelList {
width: 300px; } }
.ChannelList-name {
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-weight: 300;
font-size: 24px;
padding-left: 10px; }
.ChannelList-items {
margin: 0;
padding: 0; }
.ChannelList-item {
display: block;
border-radius: 4px; }
.ChannelList-item:after {
content: "";
display: block;
height: 1px;
margin: 0 4px;
background-color: rgba(124, 214, 241, 0.2); }
.ChannelList-item:hover {
background-color: rgba(124, 214, 241, 0.2);
color: white;
padding-bottom: 1px; }
.ChannelList-item:hover:after {
content: none;
background-color: rgba(124, 214, 241, 0); }
.ChannelList-itemLink {
display: block;
padding: 12px 10px; }
.ChannelList-itemLinkHeader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: "museo_sans500", sans-serif; }
.ChannelList-itemLinkDescription {
color: #a4b8be;
font-size: 14px;
font-family: "museo_sans300", sans-serif;
margin: 8px 0 0 0; }
.ChannelList-itemCount {
border-radius: 3px;
color: #a4b8be;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
padding: 2px 8px; }
.ChannelList-item:hover .ChannelList-itemCount {
background-color: #d55548;
color: white; }
.DiscoverBarButton {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #40a4c4;
border-radius: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "museo_sans500", sans-serif;
margin: 5px 0;
padding: 14px 22px 14px;
text-decoration: none;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
white-space: nowrap; }
.DiscoverBarButton a {
text-decoration: none;
color: inherit; }
.DiscoverBarButton:hover, .DiscoverBarButton:active, .DiscoverBarButton.is-active {
background-color: rgba(124, 214, 241, 0.2); }
.DiscoverBarButton.DiscoverBarButton--isCompact {
padding-right: 15px;
padding-left: 15px; }
.DiscoverBarButton .TvIcon {
margin-top: -10px; }
.DiscoverBarButton .DiscoverBarButton-label {
margin-left: 10px; }
.ChannelName {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ChannelName .StarIcon {
margin-top: -2px;
padding-right: 8px; }
.ChannelName-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.ChartLegend {
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
font-size: 14px;
text-align: center; }
.ChartLegend-series {
display: inline-block;
margin-right: 10px;
margin-left: 10px; }
.ChartLegend-normalizeLabel {
text-align: center; }
.ChartLegend-seriesColor {
border-radius: 3px;
display: inline-block;
height: 15px;
margin-right: 6px;
position: relative;
top: 2px;
width: 15px; }
.Chat .Chat-EmptyState {
position: absolute;
bottom: 110px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-EmptyState.Chat-EmptyState--hide {
pointer-events: none;
opacity: 0;
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0); }
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/chat-empty-state.a5ea4fd7dcc38816d4860402e8b6c64d.png");
background-size: 86px 68px;
width: 86px;
height: 68px;
margin: 0 0 11px 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/[email protected]"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
.Chat .Chat-EmptyState .Chat-EmptyState-Icon {
background-image: url("../images/[email protected]"); } }
.Chat .Chat-EmptyState .Chat-EmptyState-Header {
margin: 0 0 6px 0;
font-size: 16px;
line-height: 19px;
font-family: "museo_sans700", sans-serif;
color: rgba(255, 255, 255, 0.75); }
.Chat .Chat-EmptyState .Chat-EmptyState-CTA {
font-size: 14px;
line-height: 17px;
font-family: "museo_sans500", sans-serif;
color: rgba(255, 255, 255, 0.4); }
.Chat .Chat-NewMessageIndicatorContainer {
position: absolute;
bottom: 16px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isActive {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
.Chat .Chat-NewMessageIndicatorContainer.Chat-NewMessageIndicator--isExiting {
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
pointer-events: none; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator {
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 4px 15px 5px;
background: #40a4c4;
border-radius: 100px;
line-height: 22.4px;
font-size: 14px;
font-family: "museo_sans500", sans-serif;
-webkit-transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.2s background cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator:hover {
background: #328aa7; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Icon {
width: 8px;
height: 8px;
border-bottom: 2px solid white;
border-left: 2px solid white;
-webkit-transform: rotate(-45deg) translate3d(0px, -3px, 0);
transform: rotate(-45deg) translate3d(0px, -3px, 0); }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Text {
color: white;
margin: 0 0 0 6px; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator .Chat-NewMessageIndicator-Count {
color: rgba(255, 255, 255, 0.5);
margin: 0 0 0 6px; }
.Chat .Chat-NewMessageIndicatorContainer .Chat-NewMessageIndicator.Chat-NewMessageIndicator-Bounce {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: u1d2e5eff;
animation-name: u1d2e5eff;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes u1d2e5eff {
0% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
25% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
50% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
@keyframes u1d2e5eff {
0% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); }
25% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
50% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
.Chat .Chat-commentMeasure {
position: fixed;
bottom: -100vh; }
.Chat .MessageElement {
margin: 0 24px 8px; }
.Chat .MessageElement > * {
-webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.first {
margin-top: 8px; }
.Chat .MessageElement.enter > *.CommentMessage--userChat {
overflow: hidden;
max-height: 100px;
overflow: visible;
z-index: 5;
-webkit-animation-name: userChatSlidein;
animation-name: userChatSlidein;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Chat .MessageElement.delay-0 > * {
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.Chat .MessageElement.delay-1 > * {
-webkit-animation-delay: 0.03s;
animation-delay: 0.03s; }
.Chat .MessageElement.delay-2 > * {
-webkit-animation-delay: 0.06s;
animation-delay: 0.06s; }
.Chat .MessageElement.delay-3 > * {
-webkit-animation-delay: 0.09s;
animation-delay: 0.09s; }
.Chat .MessageElement.delay-4 > * {
-webkit-animation-delay: 0.12s;
animation-delay: 0.12s; }
.Chat .MessageElement.delay-5 > * {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.Chat .MessageElement.delay-6 > * {
-webkit-animation-delay: 0.18s;
animation-delay: 0.18s; }
.Chat .MessageElement.delay-7 > * {
-webkit-animation-delay: 0.21s;
animation-delay: 0.21s; }
.Chat .MessageElement.delay-8 > * {
-webkit-animation-delay: 0.24s;
animation-delay: 0.24s; }
.Chat .MessageElement.delay-9 > * {
-webkit-animation-delay: 0.27s;
animation-delay: 0.27s; }
.Chat .MessageElement.delay-10 > * {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.Chat .MessageElement.delay-11 > * {
-webkit-animation-delay: 0.33s;
animation-delay: 0.33s; }
.Chat .MessageElement.delay-12 > * {
-webkit-animation-delay: 0.36s;
animation-delay: 0.36s; }
.Chat .MessageElement.delay-13 > * {
-webkit-animation-delay: 0.39s;
animation-delay: 0.39s; }
.Chat .MessageElement.delay-14 > * {
-webkit-animation-delay: 0.42s;
animation-delay: 0.42s; }
.Chat .MessageElement.exited > * {
-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.exit > * {
opacity: 0.1; }
.Chat .MessageElement.exit-now > * {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement.slide-out > * {
-webkit-transform: translateY(200%);
transform: translateY(200%);
-webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat .MessageElement:hover > * {
opacity: 1;
-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Chat.Chat--isScroll .MessageElement.exit > * {
opacity: 1; }
.Checkbox {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Checkbox-label .QuestionIcon {
margin-left: 5px; }
.Checkbox--isChecked {
font-family: "museo_sans500", sans-serif; }
.Checkbox--isChecked .Checkbox-box {
background-color: #99ce62;
border-color: #99ce62; }
.Checkbox--isChecked .Checkmark {
fill: #FFFFFF; }
.Checkbox-box {
border: 1px solid #e1e1e1;
border-radius: 2px;
display: inline-block;
height: 15px;
margin-right: 7px;
padding: 3px 2px;
text-align: center;
width: 15px;
min-width: 15px; }
.Checkbox-box .Checkmark {
display: block; }
.CheckIcon svg {
width: 30px;
height: 30px; }
.ClickCatcher .ClickCatcher-catcher {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.CommentContainer-participantOrange .CommentContainer-avatarContainer {
background: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-avatarContainer {
background: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-avatarContainer {
background: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-avatarContainer {
background: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-avatarContainer {
background: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-avatarContainer {
background: #ded569; }
.CommentContainer-participantTeal .CommentContainer-avatarContainer {
background: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-avatarContainer {
background: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-avatarContainer {
background: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-avatarContainer {
background: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-avatarContainer {
background: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-avatarContainer {
background: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-avatarContainer {
background: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-avatarContainer {
background: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-avatarContainer {
background: #40a4c4; }
.CommentContainer {
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 440px; }
.CommentContainer-comment {
opacity: .5;
overflow: hidden;
border-radius: 3px;
margin-right: 15px;
min-width: 175px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentContainer-comment:hover, .CommentContainer--focused .CommentContainer-comment {
opacity: 1; }
.CommentContainer--isCoolDown .CommentContainer-comment {
background: none !important; }
.CommentContainer--isDisabled .CommentContainer-comment {
opacity: .5 !important;
cursor: auto !important; }
.CommentContainer--isDisabled .CommentContainer-comment .CommentContainer-text {
color: white !important; }
.CommentContainer--isCommentError {
-webkit-animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
max-height: 100%; }
.CommentContainer-participantOrange .CommentContainer-pieLoader span:before {
background-color: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-pieLoader span:before {
background-color: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-pieLoader span:before {
background-color: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:before {
background-color: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-pieLoader span:before {
background-color: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-pieLoader span:before {
background-color: #ded569; }
.CommentContainer-participantTeal .CommentContainer-pieLoader span:before {
background-color: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-pieLoader span:before {
background-color: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-pieLoader span:before {
background-color: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:before {
background-color: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:before {
background-color: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-pieLoader span:before {
background-color: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-pieLoader span:before {
background-color: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-pieLoader span:before {
background-color: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:before {
background-color: #40a4c4; }
.CommentContainer-participantOrange .CommentContainer-pieLoader span:after {
background-color: #f5a623; }
.CommentContainer-participantPurple .CommentContainer-pieLoader span:after {
background-color: #ab70d4; }
.CommentContainer-participantGreen .CommentContainer-pieLoader span:after {
background-color: #99ce62; }
.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:after {
background-color: #5c75dc; }
.CommentContainer-participantRed .CommentContainer-pieLoader span:after {
background-color: #d54d81; }
.CommentContainer-participantYellow .CommentContainer-pieLoader span:after {
background-color: #ded569; }
.CommentContainer-participantTeal .CommentContainer-pieLoader span:after {
background-color: #5ed5b1; }
.CommentContainer-participantPink .CommentContainer-pieLoader span:after {
background-color: #e697dc; }
.CommentContainer-participantBrown .CommentContainer-pieLoader span:after {
background-color: #92643e; }
.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:after {
background-color: #ffa98a; }
.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:after {
background-color: #84e1eb; }
.CommentContainer-participantFern .CommentContainer-pieLoader span:after {
background-color: #69ab63; }
.CommentContainer-participantCarnation .CommentContainer-pieLoader span:after {
background-color: #f85b5b; }
.CommentContainer-participantDefault .CommentContainer-pieLoader span:after {
background-color: #404d52; }
.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:after {
background-color: #40a4c4; }
.CommentContainer-pieLoaderContainer {
width: 35px;
min-height: 44px;
height: 100%;
position: absolute;
z-index: 0;
overflow: hidden;
top: 0;
left: 0; }
.CommentContainer-pieLoader {
position: absolute;
font-size: 46px;
height: 5em;
width: 5em;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.CommentContainer-pieLoader:before {
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.CommentContainer-pieLoader span {
clip: rect(0, auto, 2.5em, auto);
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: spinner 5.1s infinite linear;
animation: spinner 5.1s infinite linear; }
.CommentContainer-pieLoader span:before, .CommentContainer-pieLoader span:after {
border-radius: 50%;
clip: rect(0, auto, 2.5em, auto);
content: '';
display: block;
height: inherit;
left: inherit;
position: inherit;
top: inherit;
width: inherit; }
.CommentContainer-pieLoader span:before {
-webkit-animation: firstHalf 5.1s infinite ease-in;
animation: firstHalf 5.1s infinite ease-in; }
.CommentContainer-pieLoader span:after {
border-color: white;
-webkit-animation: secondHalf 5.1s infinite ease-out;
animation: secondHalf 5.1s infinite ease-out; }
.CommentContainer-titleToggle {
display: block;
text-align: center;
color: white;
opacity: .5;
width: 25px;
height: 25px; }
.CommentContainer-titleToggle:hover {
opacity: 1; }
.CommentContainer-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
position: absolute;
height: 100%;
-webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0;
-webkit-transform: translateX(-10px);
transform: translateX(-10px); }
.CommentContainer--isCoolDown .CommentContainer-avatarContainer {
background: none !important; }
.CommentContainer--unauthed .CommentContainer-avatarContainer,
.CommentContainer--focused .CommentContainer-avatarContainer {
-webkit-transform: none;
transform: none;
opacity: 1; }
.CommentContainer-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 44px;
opacity: 0.3;
position: relative;
width: 35px;
z-index: 4; }
.CommentContainer--unauthed .CommentContainer-avatar {
opacity: 1;
background-image: url("../images/chat_avatar.fd85ef72d278f79d9c71f64ac77f8cb7.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.CommentContainer--unauthed .CommentContainer-avatar {
background-image: url("../images/[email protected]");
background-size: 35px 44px; } }
.CommentContainer-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: rgba(255, 255, 255, 0.3);
padding: 12px 10px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 365px;
min-height: 44px;
-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: none;
transform: none; }
.Broadcast-ChatInputContainer .CommentContainer-body {
background: rgba(255, 255, 255, 0.1); }
.CommentContainer--unauthed .CommentContainer-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentContainer--unauthed .CommentContainer-body,
.CommentContainer--focused .CommentContainer-body {
-webkit-transform: translateX(35px);
transform: translateX(35px);
margin-right: 35px; }
.CommentContainer-body .CommentContainer-text {
color: white;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
max-height: 36px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentContainer-body,
.CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentContainer-body {
background: white; }
.CommentContainer--unauthed .CommentContainer-comment:hover .CommentContainer-body {
background: #40a4c4; }
.CommentInput {
-webkit-user-select: auto !important;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentInput .CommentInput-input {
cursor: text;
display: block;
max-width: 345px;
min-width: 119px;
float: left;
clear: left;
resize: none;
outline: none;
border: none;
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 19px;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentInput .CommentInput-input:empty:not(:focus):before {
cursor: pointer;
content: attr(placeholder);
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentContainer-comment:hover .CommentInput .CommentInput-input:empty:not(:focus):before {
color: #3f4d51; }
.CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentInput .CommentInput-input,
:not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentInput .CommentInput-input {
color: #3f4d51; }
.CommentContainer--isCoolDown .CommentInput .CommentInput-input {
color: #879ca2; }
@-webkit-keyframes userChatSlidein {
0% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
12% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes userChatSlidein {
0% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
12% {
-webkit-transform: translateY(72px);
transform: translateY(72px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
.CommentMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
word-break: break-all;
position: relative;
float: left;
clear: both;
margin-top: 8px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
max-width: 100%; }
.CommentMessage > .ReplyArrow {
position: absolute;
top: 10px;
left: 15px;
width: 30px; }
.CommentMessage > .ReplyArrow path {
fill: black; }
.CommentMessage.CommentMessage-muted {
background: #666; }
.CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-actionButtons a {
opacity: 1; }
.CommentMessage.CommentMessage--withButtons:hover:not(.CommentMessageRedesign) .CommentMessage-body {
padding-right: 80px;
max-width: 435px; }
.CommentMessage .CommentMessage-actionButtons {
position: absolute;
bottom: -4px;
right: -7px;
width: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton {
cursor: pointer;
opacity: 0;
width: 40px;
height: 40px;
border-radius: 50%;
border: white solid 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:hover {
border-width: 3px; }
.CommentMessage .CommentMessage-actionButtons a.CommentMessage-actionButton:active {
border-width: 4px; }
.CommentMessage .CommentMessage-actionButtons-reply {
background: #40a4c4; }
.CommentMessage .CommentMessage-actionButtons-reply:hover {
background: #3795b3; }
.CommentMessage .CommentMessage-actionButtons-reply:active {
background: #3185a0; }
.CommentMessage .CommentMessage-actionButtons-reply svg {
margin: 0 auto 2px;
width: 20px;
height: 22px; }
.CommentMessage .CommentMessage-actionButtons-report {
background: #d55548; }
.CommentMessage .CommentMessage-actionButtons-report:hover {
background: #d04233; }
.CommentMessage .CommentMessage-actionButtons-report:active {
background: #be392c; }
.CommentMessage .CommentMessage-actionButtons-report svg {
margin: 0 auto;
width: 18px;
height: 18px; }
.CommentMessage.CommentMessage-participantOrange .CommentMessage-avatarContainer {
background: #f5a623; }
.CommentMessage.CommentMessage-participantPurple .CommentMessage-avatarContainer {
background: #ab70d4; }
.CommentMessage.CommentMessage-participantGreen .CommentMessage-avatarContainer {
background: #99ce62; }
.CommentMessage.CommentMessage-participantPeriwinkle .CommentMessage-avatarContainer {
background: #5c75dc; }
.CommentMessage.CommentMessage-participantRed .CommentMessage-avatarContainer {
background: #d54d81; }
.CommentMessage.CommentMessage-participantYellow .CommentMessage-avatarContainer {
background: #ded569; }
.CommentMessage.CommentMessage-participantTeal .CommentMessage-avatarContainer {
background: #5ed5b1; }
.CommentMessage.CommentMessage-participantPink .CommentMessage-avatarContainer {
background: #e697dc; }
.CommentMessage.CommentMessage-participantBrown .CommentMessage-avatarContainer {
background: #92643e; }
.CommentMessage.CommentMessage-participantVividTangerine .CommentMessage-avatarContainer {
background: #ffa98a; }
.CommentMessage.CommentMessage-participantSkyBlue .CommentMessage-avatarContainer {
background: #84e1eb; }
.CommentMessage.CommentMessage-participantFern .CommentMessage-avatarContainer {
background: #69ab63; }
.CommentMessage.CommentMessage-participantCarnation .CommentMessage-avatarContainer {
background: #f85b5b; }
.CommentMessage.CommentMessage-participantDefault .CommentMessage-avatarContainer {
background: #404d52; }
.CommentMessage.CommentMessage-participantReplayBlue .CommentMessage-avatarContainer {
background: #40a4c4; }
.CommentMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.CommentMessage-avatarContainer .CommentMessage-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.3;
position: relative;
min-height: 43px;
width: 35px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.CommentMessage-muted .CommentMessage-avatarContainer .CommentMessage-avatar {
opacity: 0.1; }
.CommentMessage-body {
background: white;
padding: 5px 10px 4px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 365px; }
.CommentMessage-muted .CommentMessage-body {
background: #a4b8be; }
.CommentMessage-username {
float: left;
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 12px;
white-space: nowrap; }
.CommentMessage-muted .CommentMessage-username {
opacity: 0.3;
color: white; }
.CommentMessage-message {
float: left;
clear: left;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
word-wrap: break-word;
word-break: break-word;
width: 100%; }
.CommentMessage-muted .CommentMessage-message {
opacity: 0.3;
color: white; }
.CommentMessageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.MessageElement .CommentMessage--isActive.CommentMessageRedesign {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body {
background: white; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-username {
color: #a4b8be; }
.CommentMessageRedesign.CommentMessage--disableTransparency .CommentMessage-body .CommentMessage-message {
color: #3f4d51; }
.CommentMessageRedesign .CommentMessage-body {
background: transparent;
padding: 4px 10px 6px;
position: relative; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username {
font-family: "museo_sans500", sans-serif;
font-size: 12px;
line-height: 14px;
height: 14px;
color: rgba(255, 255, 255, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MessageElement:hover .CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgoContainer {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-dotSeparator {
display: inline;
width: 4px;
height: 4px;
border-radius: 4px;
margin: 0 4px 0 3px;
background-color: rgba(241, 242, 243, 0.3); }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo {
color: inherit;
text-decoration: none; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-username .CommentMessage-timeAgo:hover {
text-decoration: underline; }
.CommentMessageRedesign .CommentMessage-body .CommentMessage-message {
color: white;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 19px;
word-wrap: break-word;
word-break: break-word;
width: 100%; }
.CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 0;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
width: 36px;
height: 36px;
border-radius: 100px;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: -36px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.MessageElement:hover .CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-overflowButton:hover {
background-color: rgba(255, 255, 255, 0.2); }
.CommentMessageRedesign .CommentMessage-overflowButton:hover .CommentMessage-overflowButtonDot {
opacity: 1; }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton {
background-color: rgba(255, 255, 255, 0.2); }
.CommentMessage--isActive.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
opacity: 1; }
.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDots {
width: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.CommentMessageRedesign .CommentMessage-overflowButton .CommentMessage-overflowButtonDot {
width: 4px;
height: 4px;
border-radius: 4px;
background-color: white;
opacity: 0.7;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip {
padding: 9px 14px 8px;
background: white;
border-radius: 6px;
font-family: "museo_sans500", sans-serif; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row {
cursor: pointer;
font-size: 14px;
line-height: 2.43;
-webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
color: #a4b8be; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton {
background: initial;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply svg {
margin: -2px 8px 0 0; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
fill: #a4b8be;
-webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report svg {
margin: -2px 7px 0 0; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
stroke: #a4b8be;
-webkit-transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: stroke 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
fill: #a4b8be;
-webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover {
color: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-reply path {
fill: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report path {
stroke: #3f4d51; }
.CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report rect, .CommentOverflowTooltip .CommentOverflowTooltip-buttons .CommentOverflowTooltip-row:hover .CommentMessage-actionButton.CommentMessage-actionButtons-report circle {
fill: #3f4d51; }
.CompactFollowingIcon {
width: 40px;
height: 40px;
border: 1px solid #40a4c4;
border-radius: 50%; }
.CompactFollowingIcon path {
fill: #40a4c4; }
.CompactFollowingIcon:hover, .CompactFollowingIcon.is-active {
background: #40a4c4; }
.CompactFollowingIcon:hover path, .CompactFollowingIcon.is-active path {
fill: white; }
.CompactFollowingIcon:hover .CheckIcon, .CompactFollowingIcon.is-active .CheckIcon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 1px;
padding-right: 1px; }
.CompactFollowingIcon:hover .CheckIcon svg, .CompactFollowingIcon.is-active .CheckIcon svg {
width: 40px;
height: 40px; }
.CompactFollowingIcon:hover .CheckIcon path, .CompactFollowingIcon.is-active .CheckIcon path {
fill: inherit; }
.CopyButton {
position: relative; }
.CopyButton input.is-hidden {
position: absolute;
left: -99999em; }
.CouchmodeCTA {
text-align: center;
font-family: "museo_sans500", sans-serif; }
.CouchmodeCTA-prompt {
color: #3f4d51;
font-size: 20px; }
.CouchmodeCTA-button {
display: inline-block;
margin: 20px 0;
color: #d55548;
font-size: 16px;
padding: 12px 32px;
border-radius: 30px;
border: 1px solid #d55548;
text-decoration: none; }
.CouchmodeCTA-button:hover {
color: white;
background: #d55548; }
.CouchmodeCTA-button:active {
color: white;
background: #c14b3c;
border-color: #c14b3c; }
.DeactivateAccount {
cursor: pointer;
color: #d55548;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
display: inline-block;
margin: 10px auto;
border: none;
background: none; }
.DeactivateAccount:hover, .DeactivateAccount:active {
text-decoration: underline; }
.DialogModal {
margin-top: -40px; }
.DialogModal .Modal-title {
background-color: #40a4c4;
margin: 0;
padding: 55px 32px 10px;
position: relative;
color: white; }
.DialogModal .Modal-title + .Modal-message {
margin-top: 20px; }
.DialogModal .Modal-message {
margin-top: 40px; }
.DialogModal .Form .Form-button {
background-color: white;
margin-top: .5em; }
.DialogModal .Form .Form-button.Form-button--red {
color: #d55548;
border: 1px solid #d55548; }
.DialogModal .Form .Form-button.Form-button--red:hover {
color: white;
background-color: #d55548; }
.DialogModal .Form .Form-button.Form-button--blue {
color: #40a4c4;
border: 1px solid #40a4c4; }
.DialogModal .Form .Form-button.Form-button--blue:hover {
color: white;
background-color: #40a4c4; }
.DialogModal .Form .Form-button.is-toggled {
color: white;
background-color: #3f4d51;
border: 1px solid white; }
.DialogModal .Form .Form-button.is-toggled:hover {
background-color: #222222;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease; }
.DialogModal.is-red .Modal-title {
background-color: #d55548; }
.DialogModal.is-red + .Modal-dismiss.Modal-style {
background-color: #ff6656; }
.DialogModal.is-red + .Modal-dismiss.Modal-style:hover {
background-color: #c14b3c; }
.DialogModal p.Modal-footnote {
font-size: 0.8em; }
.DiscoverHeader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-left: 20px;
padding-right: 20px;
z-index: 11;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
.DiscoverHeader .DiscoverHeader-channelList {
margin: 4px 0 0 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 56px;
line-height: 56px;
overflow: hidden; }
.DiscoverHeader .DiscoverHeader-channelListItem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 10px;
overflow: hidden; }
.DiscoverHeader .DiscoverHeader-channelLink {
font-family: "museo_sans500", sans-serif;
width: 100%; }
.DiscoverHeader .DiscoverHeader-channelLink-active {
color: #40a4c4; }
.DiscoverHeader .DiscoverHeader-channelLink-active:hover {
color: #40a4c4; }
.DiscoverHeader .DiscoverHeader-title {
color: #3f4d51;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2 2 0;
flex: 2 2 0;
margin-left: 60px;
margin-right: 10px; }
.DiscoverHeader .DiscoverHeader-title h1 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
@media (max-width: 868px) {
.DiscoverHeader .DiscoverHeader-title {
margin: 0 10px 0 20px;
max-width: 50%;
font-size: 8px; }
.DiscoverHeader .DiscoverHeader-title h1 {
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; } }
.DiscoverHeader .DiscoverHeader-search {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2 2 0;
flex: 2 2 0;
margin-left: 22px;
margin-right: 10px;
-webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchIcon {
cursor: pointer; }
.DiscoverHeader .DiscoverHeader-search .SearchIcon {
margin-right: 27px; }
.DiscoverHeader .DiscoverHeader-search .DiscoverHeader-searchInput {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 450px;
opacity: 1;
-webkit-transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput {
min-width: 50px; }
.DiscoverHeader .DiscoverHeader-search.DiscoverHeader-search--hideInput .DiscoverHeader-searchInput {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
opacity: 0;
-webkit-transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader .DiscoverHeader-search .SearchInputContainer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
-webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.DiscoverHeader-search--hideInput + .DiscoverHeader .DiscoverHeader-channelsListPlaceholder {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHeader .DiscoverHeader-appButtons {
display: inherit; }
.DiscoverHeader .DiscoverHeader-channelOverlay {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 90vw;
height: 40px;
background-color: rgba(0, 0, 0, 0.8);
line-height: 40px;
font-size: 16px;
font-family: "museo_sans500", sans-serif;
text-align: center; }
.DiscoverHero {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
height: 100%;
width: 100%;
background: black;
overflow: hidden; }
.DiscoverHero.free_scroll {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: auto; }
.DiscoverHero-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.DiscoverHero-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
width: 100%;
height: 100%; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
left: 50%;
position: absolute; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer {
background: transparent;
height: 90px;
width: 150px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10; }
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
background: #40a4c4;
border: none;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
-webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
height: 60px;
width: 100px; }
.DiscoverHero-buttonPrev:focus,
.DiscoverHero-buttonNext:focus {
outline: none; }
.DiscoverHero-buttonPrev .CaretUp, .DiscoverHero-buttonPrev .CaretDown,
.DiscoverHero-buttonNext .CaretUp,
.DiscoverHero-buttonNext .CaretDown {
height: 30px;
width: 30px; }
.DiscoverHero-buttonPrev .CaretUp,
.DiscoverHero-buttonNext .CaretUp {
padding-bottom: 10px; }
.DiscoverHero-buttonPrev .CaretDown,
.DiscoverHero-buttonNext .CaretDown {
padding-top: 10px; }
.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonPrev {
border-radius: 0 0 50px 50px;
top: 0;
-webkit-transform-origin: center top;
transform-origin: center top; }
.DiscoverHero-buttonPrev {
-webkit-transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7); }
.DiscoverHero-buttonPrev.DiscoverHero--buttonActive {
-webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
.DiscoverHero-buttonPrev.DiscoverHero--buttonActive:hover {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonNext {
border-radius: 50px 50px 0 0;
bottom: 0;
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
.DiscoverHero-buttonNext {
-webkit-transform: translateX(-50%) translateY(100%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(100%) scale(0.7, 0.7); }
.DiscoverHero-buttonNext.DiscoverHero--buttonActive {
-webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
.DiscoverHero-buttonNext.DiscoverHero--buttonActive:hover {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Dropdown {
color: #3f4d51;
font-size: 13px;
position: relative; }
.Dropdown-trigger--isOpen .ButtonWithIcon {
border-radius: 8px 8px 0 0; }
.Dropdown-content {
background-color: white;
border: 1px solid #e1e1e1;
border-top: none;
border-radius: 0 0 8px 8px;
box-shadow: 0 1px 2px rgba(164, 184, 190, 0.3);
max-height: 62vh;
overflow: scroll;
padding: 10px 0;
position: absolute;
top: 100%;
z-index: 49; }
.Dropdown-contentSection {
border-top: 1px solid #e1e1e1;
margin-top: 10px;
padding-top: 10px; }
.Dropdown-contentSection:first-child {
border-top: none;
margin-top: 0;
padding-top: 0; }
.Dropdown-contentSectionHeader {
font-size: 11px;
margin: 3px 13px;
text-transform: uppercase; }
.SearchResults {
background-color: #eff2f4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
position: absolute;
width: 100%; }
.SearchResults .BroadcastList {
padding-bottom: 120px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.SearchResults .BroadcastList .ListView-content {
padding-top: 6px;
width: 600px;
margin: 0 auto; }
.SearchResults .SearchResults--map .MapBox--container {
position: absolute;
width: calc(100% - 510px);
left: 510px;
height: 100%;
overflow: hidden; }
.SearchResults .SearchResults--map .BroadcastList {
width: 510px; }
.SearchResults .SearchResults--map .BroadcastList .ListView-content {
width: 500px;
margin: 0 auto 0 0; }
.SearchResults .BroadcastListItem-content {
background: white;
border-radius: 3px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
min-height: 200px;
margin-bottom: 10px;
margin-top: 10px;
padding: 0; }
.SearchResults .BroadcastListItem-featuredContainer {
margin-top: 12px;
padding: 0 0 12px; }
.SearchResults .BroadcastListItem-thumbContainer {
border-radius: 3px 0 0 3px;
height: 200px;
width: 200px; }
.SearchResults .BroadcastListItem-detailsContainer {
padding: 10px 10px 10px 0; }
.SearchResults-broadcastList {
position: relative;
width: 100%; }
.SearchResults-noResults {
color: #a4b8be;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif;
font-size: 24px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
padding-bottom: 100px; }
.BroadcastHeroCell-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroCell-container a {
text-decoration: none; }
.BroadcastHeroCell-channelButton {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0 0 3px 3px;
color: white;
padding: 10px 20px;
position: absolute;
right: 10px;
text-decoration: none;
-webkit-transition: background-color ease 0.2s;
transition: background-color ease 0.2s;
top: 0;
z-index: 1; }
.BroadcastHeroCell-channelButton:hover {
background-color: rgba(0, 0, 0, 0.8); }
.BroadcastHeroCell-details {
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 10px;
z-index: 1; }
.BroadcastHeroCell-muteToggle {
cursor: pointer;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroCell-muteToggle.BroadcastHeroCell-muteToggle--isActive {
opacity: 1; }
.BroadcastHeroCell-aboveDetails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px; }
.BroadcastHeroCell-aboveDetails .ViewerBadge {
float: none; }
.BroadcastHeroCell-aboveDetails .live {
float: none; }
.BroadcastHeroCell-detailsWell {
background-color: white;
border-radius: 3px;
color: #3f4d51;
font-family: "museo_sans500", sans-serif;
font-size: 14px;
padding: 15px 20px;
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4); }
.BroadcastHeroCell-detailsWell .BroadcastUserAndLocation {
border-top: 1px solid rgba(164, 184, 190, 0.5);
margin-top: 15px;
padding-top: 15px; }
.BroadcastHeroCell-detailTitle {
font-family: "museo_sans500", sans-serif;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 20px;
font-weight: 100;
margin-top: 0;
word-wrap: break-word; }
.BroadcastHeroBase-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: black;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroBase-container a {
text-decoration: none; }
.DiscoverHero-content:hover .BroadcastHeroBase-container {
opacity: 0.5; }
.DiscoverHero-content:hover .BroadcastHeroBase-container.BroadcastHeroBase--isActive {
opacity: 1; }
.free_scroll .BroadcastHeroBase-container {
width: 33%;
height: 100%;
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial; }
.BroadcastHeroBase-loading {
position: absolute;
top: 20px;
left: 20px;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.BroadcastHeroBase--isPlaying .BroadcastHeroBase-loading {
opacity: 0; }
.BroadcastHeroBase-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.BroadcastHeroBase-backgroundBlur {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%; }
.BroadcastHeroBase-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.EmbedCTA {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
text-decoration: none; }
.EmbedCTA a.EmbedLink {
color: inherit;
text-decoration: inherit; }
.EmbedFooter {
position: absolute;
bottom: 0px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px; }
.EmbedFooter .ViewerBadge {
pointer-events: none; }
.EmbedFooter-playback {
opacity: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
margin-right: 32px; }
.EmbedFooter-dynamic {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 20px; }
.EmbedFooter-dynamic .ViewerBadge {
opacity: 1;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedFooter-dynamic .PlaybackControls {
width: 18px;
height: 20px;
position: relative;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.EmbedFooter-dynamic .PlaybackControls-pause {
margin-right: 1px; }
.EmbedFooter-dynamic .VideoSeeker {
margin-left: 10px;
margin-right: 10px; }
.EmbedFooter-fixed {
position: relative;
-ms-flex-preferred-size: initial;
flex-basis: initial;
height: 20px; }
.EmbedFooter-fixed .MuteButton {
display: inline-block;
position: relative;
right: 0;
bottom: 0;
margin-right: 10px; }
.EmbedFooter-fixed .MediaExpand {
display: inline-block; }
@media only screen and (max-width: 300px) {
.EmbedFooter {
padding: 0 6px 6px; }
.EmbedFooter-playback {
padding-left: 6px; } }
@media only screen and (max-width: 240px) {
.EmbedFooter-dynamic {
height: 16px; } }
.EmbedHeader {
position: absolute;
top: 0;
width: 100%; }
.EmbedHeader .EmbedHeader-cta {
margin: 15px;
color: white; }
.EmbedHeader .EmbedHeader-cta .EmbedHeader-ctaText {
display: inline-block;
overflow: hidden;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap; }
.EmbedHeader .EmbedHeader-cta--periscope {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
.EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
opacity: 0;
vertical-align: middle;
margin-right: 10px;
-webkit-transform: translateY(3px);
transform: translateY(3px);
transform: translateY(3px); }
.EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText,
.EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .EmbedHeader-ctaText {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
opacity: .8; }
.EmbedOverlay:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo,
.EmbedCTA:hover .EmbedHeader .EmbedHeader-cta--periscope .PeriscopeLogo {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1); }
.EmbedHeader .EmbedHeader-cta--twitterEvent {
background-color: rgba(0, 0, 0, 0.77);
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.77);
font-family: "helvetica neue", arial;
font-weight: bold;
font-size: 13px;
height: 30px;
margin: 15px;
max-width: 50%;
padding: 4px 6px 4px 10px; }
.EmbedHeader .EmbedHeader-cta--twitterEvent .EmbedHeader-ctaText {
max-width: calc(100% - 21px); }
.EmbedHeader .EmbedHeader-cta--twitterEvent:hover {
margin: 15px;
background-color: rgba(0, 0, 0, 0.5); }
.EmbedHeader .CaretDisclosure {
height: 16px;
margin-left: 6px;
margin-top: -8px; }
@media only screen and (max-width: 300px) {
.EmbedHeader {
padding: 8px 10px; } }
@media only screen and (max-width: 240px) {
.EmbedHeader-cta {
font-size: 12px; } }
.EmbedOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2; }
.EmbedOverlay.EmbedOverlay--withInteractivity {
pointer-events: none; }
.EmbedOverlay.EmbedOverlay--withInteractivity .EmbedLink,
.EmbedOverlay.EmbedOverlay--withInteractivity .EmbedFooter {
pointer-events: all; }
.EmbedOverlay-alpha:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 80px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }
.EmbedOverlay-alpha:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-cta,
.EmbedOverlay:hover .EmbedHeader-cta {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-logo,
.EmbedOverlay:hover .EmbedHeader-logo {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 0; }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 1; }
@media only screen and (max-width: 300px) {
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
-webkit-transition-delay: 0s;
transition-delay: 0s; }
.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
-webkit-transition-delay: 0s;
transition-delay: 0s; } }
.EmbedPlayButton {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
opacity: 1;
cursor: pointer; }
.EmbedPlayButton.EmbedPlayButton--hidden {
pointer-events: none;
opacity: 0;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.EmbedPlayButton--isLive .EmbedPlayButton-replayButton {
display: none; }
.EmbedPlayButton--isReplay .EmbedPlayButton-liveButton {
display: none; }
.EmbedPlayButton-liveButton {
width: 60px;
height: 60px;
background-image: url("../images/icon_play_red.7ebec12d3630f5a752a56ab452ddca1a.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.EmbedPlayButton-liveButton {
background-image: url("../images/[email protected]");
background-size: 60px 60px; } }
.EmbedPlayButton-replayButton {
width: 60px;
height: 60px;
background-image: url("../images/icon_play_blue.426b24b00ea68c05eddcd00db211224d.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.EmbedPlayButton-replayButton {
background-image: url("../images/[email protected]");
background-size: 60px 60px; } }
.CommentMessage-participantOrange .FollowingIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .FollowingIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .FollowingIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .FollowingIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .FollowingIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .FollowingIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .FollowingIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .FollowingIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .FollowingIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .FollowingIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .FollowingIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .FollowingIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .FollowingIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .FollowingIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .FollowingIcon path {
fill: #40a4c4; }
.FollowingIcon {
height: 14px;
margin-right: 4px; }
.JoinMessage .FollowingIcon {
margin-left: 3px; }
.JoinMessage .FollowingIcon path {
fill: white; }
.Form {
font-family: "museo_sans300", sans-serif; }
.Form .Form-label {
display: block;
font-size: 14px;
padding: 0 0 10px; }
.Form .Form-input {
padding: 8px 12px;
width: 100%;
border: 1px solid #a4b8be;
border-radius: 4px;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
text-align: center;
color: #3f4d51; }
.Form .Form-input:focus {
outline: none;
border-color: #40a4c4; }
.Form .Form-input input::-webkit-input-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input:-moz-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input::-moz-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-input input:-ms-input-placeholder {
color: #a4b8be;
font-size: 14px; }
.Form .Form-button {
cursor: pointer;
display: block;
margin: 30px auto 10px;
padding: 12px 35px;
width: 100%;
background-color: #40a4c4;
border-radius: 30px;
border: none;
color: white;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.Form .Form-button:hover, .Form .Form-button:active {
background-color: #3185a0;
outline: none;
text-decoration: none; }
.Form .Form-button:disabled {
cursor: default;
opacity: .5; }
.Form .Form-button.is-secondary {
background: white;
border: 1px solid #40a4c4;
color: #40a4c4; }
.Form .Form-button.is-secondary:hover, .Form .Form-button.is-secondary:active {
background: rgba(64, 164, 196, 0.2); }
.GetAppCTA {
cursor: pointer; }
.AccountView .OauthAuth {
max-width: 750px;
margin: 0 auto; }
.AccountView .OauthAuth .OauthAuth-permission {
padding: 15px; }
.AccountView .OauthAuth .OauthAuth-application {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
margin-top: 15px;
border: 1px solid rgba(164, 184, 190, 0.3);
padding: 0 10px 10px;
border-radius: 4px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo {
border: 1px solid rgba(164, 184, 190, 0.3);
background: rgba(164, 184, 190, 0.3);
margin-top: 10px;
height: 202px;
width: 202px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationLogo img {
max-width: 200px;
max-height: 200px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
margin: 10px 15px 0;
text-align: left; }
@media (max-width: 668px) {
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer {
text-align: center; } }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationName {
font-family: "museo_sans700", sans-serif;
font-size: 35px;
line-height: 35px;
margin-bottom: 10px; }
.AccountView .OauthAuth .OauthAuth-application .OauthAuth-applicationTextContainer .OauthAuth-applicationSite {
color: #a4b8be; }
.AccountView .OauthAuth .OauthAuth-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountView .OauthAuth .OauthAuth-actionButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView .OauthAuth .OauthAuth-actionButton:hover {
background-color: #40a4c4;
color: white; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView .OauthAuth .OauthAuth-actionButton.is-red:hover, .AccountView .OauthAuth .OauthAuth-actionButton.is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView .HardwareAuth {
max-width: 750px;
margin: 0 auto; }
.AccountView .HardwareAuth input {
max-width: 400px;
font-size: 27px; }
.AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon {
height: 48px; }
.AccountView .HardwareAuth .InputWithIcon .InputWithIcon-icon svg {
width: 30px; }
.AccountView .HardwareAuth .HardwareAuth-actionButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin: 30px auto;
cursor: pointer;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
max-width: 400px;
border-radius: 30px;
background-color: white;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 0 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s;
outline: none; }
.AccountView .HardwareAuth .HardwareAuth-actionButton:hover {
background-color: #40a4c4;
color: white; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-disabled {
opacity: 0.4;
cursor: default; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-red {
border: 1px solid #d55548;
color: #d55548; }
.AccountView .HardwareAuth .HardwareAuth-actionButton.is-red:hover, .AccountView .HardwareAuth .HardwareAuth-actionButton.is-red.is-active {
background-color: #d55548;
color: white; }
.AccountView .HardwareAuth .HardwareAuth-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.AccountView .HardwareAuth .HardwareAuth-success {
padding: 20px 0;
color: #82bb47;
font-size: 20px; }
@-webkit-keyframes discover-fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes discover-fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes discover-channel-button {
0% {
margin-right: 0; }
20% {
margin-right: 20px; }
70% {
margin-right: 20px; }
100% {
margin-right: 0; } }
@keyframes discover-channel-button {
0% {
margin-right: 0; }
20% {
margin-right: 20px; }
70% {
margin-right: 20px; }
100% {
margin-right: 0; } }
.HeaderNavigationView {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
width: 100%; }
.HeaderNavigationView .HeaderNavigationView-viewContent {
min-height: calc(100% - 94px);
height: calc(100% - 94px);
position: relative;
-ms-flex-line-pack: stretch;
align-content: stretch;
margin-top: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .HeaderNavigationView-viewContent {
margin-top: 70px;
height: calc(100% - 70px); } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .HeaderNavigationView-viewContent {
margin-top: 70px;
height: calc(100% - 70px); } }
.HeaderNavigationView .HeaderNavigationView-headerContent {
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
left: 0;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
width: 100%;
height: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .HeaderNavigationView-headerContent {
height: 70px; } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .HeaderNavigationView-headerContent {
height: 70px; } }
.HeaderNavigationView .DiscoverHeader {
width: 100%;
min-height: 94px; }
@media (max-width: 668px) {
.HeaderNavigationView .DiscoverHeader {
min-height: 70px; } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .DiscoverHeader {
min-height: 70px; } }
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 94px); }
@media (max-width: 668px) {
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 70px); } }
@media (min-width: 668px) and (max-width: 867px) {
.HeaderNavigationView .ModalWrapper {
height: calc(100vh - 70px); } }
.HeaderNavigationView.route-leave {
background: black;
position: absolute;
top: 0;
left: 0;
z-index: 20;
width: 100%; }
.HeaderNavigationView.route-leave .HeaderNavigationView-viewContent {
opacity: 1; }
.HeaderNavigationView.route-leave .DiscoverHeader {
box-shadow: none; }
.HeaderNavigationView.route-leave .ChannelMenuButton {
-webkit-animation: discover-channel-button 1s ease-out;
animation: discover-channel-button 1s ease-out; }
.HeaderNavigationView.route-leave .DiscoverHeader-channelList {
opacity: 1; }
.HeaderNavigationView.route-leave-active {
-webkit-animation: discover-fade-out 1s ease-out 1s;
animation: discover-fade-out 1s ease-out 1s; }
.HeaderNavigationView.route-leave-active .HeaderNavigationView-viewContent {
opacity: 0;
-webkit-transition: opacity ease 0.15s;
transition: opacity ease 0.15s; }
.HeaderNavigationView.route-leave-active .DiscoverHeader-channelList {
opacity: 0;
-webkit-transition: opacity ease 0.15s;
transition: opacity ease 0.15s; }
.HeaderNavigationView.route-leave-active .HeaderNavigationView-headerContent {
width: 450px;
height: 100%;
-webkit-transition: all ease 1s;
transition: all ease 1s; }
.InfoIcon {
fill: white; }
.InfoIcon .InfoIcon-innerCircle {
opacity: 0; }
.InfoIcon.isActive .InfoIcon-innerCircle {
fill: #40a4c4;
opacity: 1; }
.InputArray {
margin-top: 20px; }
.InputArray .InputArray-container {
position: relative; }
.InputArray .InputArray-container.has-value input {
padding-right: 30px; }
.InputArray .InputArray-container.has-value .CloseIcon {
opacity: .4;
cursor: pointer;
position: absolute;
right: 10px;
bottom: 5px; }
.InputArray .InputArray-container.has-value .CloseIcon:hover {
opacity: 1; }
.InputArray .InputArray-container.has-value .CloseIcon svg {
width: 10px; }
.InputArray .InputArray-container .InputWithIcon {
margin-top: 0; }
.InputArray .InputArray-container .InputWithIcon .InputWithIcon-inputContainer input {
border-radius: 0;
border-bottom-width: 0; }
.InputArray .InputArray-container:first-of-type .InputWithIcon-inputContainer input {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.InputArray .InputArray-container:last-of-type .InputWithIcon-inputContainer input {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-width: 1px; }
.InputWithIcon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 20px; }
.InputWithIcon .InputWithIcon-label {
color: #a4b8be; }
.InputWithIcon .InputWithIcon-inputContainer input, .InputWithIcon .InputWithIcon-inputContainer textarea {
color: #222222; }
.InputWithIcon .InputWithIcon-inputContainer input[readonly], .InputWithIcon .InputWithIcon-inputContainer textarea[readonly] {
color: #222222; }
.InputWithIcon.has-placeholder.has-label .InputWithIcon-label {
position: relative;
top: 0;
opacity: 1;
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.InputWithIcon.has-placeholder.has-label .InputWithIcon-inputContainer {
position: relative;
top: 0;
-webkit-transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-label {
top: 15px;
opacity: 0; }
.InputWithIcon.has-placeholder.has-label.is-empty .InputWithIcon-inputContainer {
top: -13px; }
.InputWithIcon .InputWithIcon-inputContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.InputWithIcon .InputWithIcon-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.InputWithIcon .InputWithIcon-icon svg {
fill: #40a4c4;
width: 20px; }
.InputWithIcon.is-error svg {
fill: #d55548; }
.ItunesAppStoreButton {
background-image: url("../images/badge-appstore.svg");
background-repeat: no-repeat;
border-radius: 8px;
border: 4px solid transparent;
box-sizing: content-box;
display: inline-block;
font-size: 0;
line-height: 40px;
width: 135px; }
.ItunesAppStoreButton:hover {
background-color: #c9e2e9; }
.SignInCTA {
cursor: pointer; }
.FeedbackItem {
position: absolute;
bottom: -10px;
right: 0;
padding: 1px;
-webkit-transform: scale(0);
transform: scale(0);
pointer-events: none;
z-index: 0; }
.FeedbackItem--userHeart {
-webkit-transform: scale(1) translateY(36px);
transform: scale(1) translateY(36px);
z-index: 1; }
.FeedbackItem--sparkle {
width: 133px;
right: -30px;
top: -90px;
z-index: 1; }
.FeedbackItem .border {
fill: white; }
.Hearts {
position: relative;
padding: 0;
margin: 0;
list-style: none; }
.Hearts .FeedbackItem {
bottom: 0px; }
.Hearts .isEggmoji {
font-size: 54px;
right: 26px; }
.HeartsContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: relative;
bottom: 55px;
padding-right: 3px; }
@-webkit-keyframes ants {
to {
stroke-dashoffset: 100%; } }
@keyframes ants {
to {
stroke-dashoffset: 100%; } }
.UserHeart--participantOrange .fill {
fill: #f5a623; }
.UserHeart--participantPurple .fill {
fill: #ab70d4; }
.UserHeart--participantGreen .fill {
fill: #99ce62; }
.UserHeart--participantPeriwinkle .fill {
fill: #5c75dc; }
.UserHeart--participantRed .fill {
fill: #d54d81; }
.UserHeart--participantYellow .fill {
fill: #ded569; }
.UserHeart--participantTeal .fill {
fill: #5ed5b1; }
.UserHeart--participantPink .fill {
fill: #e697dc; }
.UserHeart--participantBrown .fill {
fill: #92643e; }
.UserHeart--participantVividTangerine .fill {
fill: #ffa98a; }
.UserHeart--participantSkyBlue .fill {
fill: #84e1eb; }
.UserHeart--participantFern .fill {
fill: #69ab63; }
.UserHeart--participantCarnation .fill {
fill: #f85b5b; }
.UserHeart--participantDefault .fill {
fill: #404d52; }
.UserHeart--participantReplayBlue .fill {
fill: #40a4c4; }
.UserHeart {
margin-right: 17px;
cursor: pointer; }
.UserHeart.UserHeart-eggmoji {
font-size: 56px;
line-height: 40px; }
.UserHeart .OutlineHeart {
width: 53px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UserHeart .OutlineHeart svg {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 47px;
height: 40px;
-webkit-transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01);
transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01); }
.UserHeart:active svg, .UserHeart.UserHeart--active svg {
width: 58px;
height: 50px; }
.UserHeart:active svg .fill, .UserHeart.UserHeart--active svg .fill {
opacity: 1; }
.UserHeart.UserHeart--inactive {
opacity: .2; }
.UserHeart.UserHeart--inactive:active {
-webkit-animation: none;
animation: none; }
.UserHeart.UserHeart--inactive .fill {
fill: #40a4c4; }
.UserHeart .fill {
opacity: 0;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out; }
.UserHeart:hover .fill {
opacity: .3; }
.UserHeart .shape {
fill: none;
stroke: white;
stroke-width: 2px; }
.UserHeart:hover:not(.UserHeart--inactive) .shape {
-webkit-animation: ants 5s linear infinite;
animation: ants 5s linear infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.JoinMessage.Join-participantOrange .JoinMessage-message {
background: #f5a623; }
.JoinMessage.Join-participantPurple .JoinMessage-message {
background: #ab70d4; }
.JoinMessage.Join-participantGreen .JoinMessage-message {
background: #99ce62; }
.JoinMessage.Join-participantPeriwinkle .JoinMessage-message {
background: #5c75dc; }
.JoinMessage.Join-participantRed .JoinMessage-message {
background: #d54d81; }
.JoinMessage.Join-participantYellow .JoinMessage-message {
background: #ded569; }
.JoinMessage.Join-participantTeal .JoinMessage-message {
background: #5ed5b1; }
.JoinMessage.Join-participantPink .JoinMessage-message {
background: #e697dc; }
.JoinMessage.Join-participantBrown .JoinMessage-message {
background: #92643e; }
.JoinMessage.Join-participantVividTangerine .JoinMessage-message {
background: #ffa98a; }
.JoinMessage.Join-participantSkyBlue .JoinMessage-message {
background: #84e1eb; }
.JoinMessage.Join-participantFern .JoinMessage-message {
background: #69ab63; }
.JoinMessage.Join-participantCarnation .JoinMessage-message {
background: #f85b5b; }
.JoinMessage.Join-participantDefault .JoinMessage-message {
background: #404d52; }
.JoinMessage.Join-participantReplayBlue .JoinMessage-message {
background: #40a4c4; }
.JoinMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
float: left;
clear: both;
margin-top: 8px;
max-width: 100%; }
.JoinMessage .JoinMessage-message {
float: left;
clear: left;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
word-wrap: break-word;
color: white;
padding: 8px 10px;
background: #a4b8be;
border-radius: 3px; }
.JoinMessageRedesign {
margin: 0;
float: none; }
.JoinMessageRedesign .JoinMessage-message {
border-radius: 4px; }
.FirstSparkleMessage.FirstSparkleMessage-participantOrange .FirstSparkleMessage-messageContainer {
background: #f5a623; }
.FirstSparkleMessage.FirstSparkleMessage-participantPurple .FirstSparkleMessage-messageContainer {
background: #ab70d4; }
.FirstSparkleMessage.FirstSparkleMessage-participantGreen .FirstSparkleMessage-messageContainer {
background: #99ce62; }
.FirstSparkleMessage.FirstSparkleMessage-participantPeriwinkle .FirstSparkleMessage-messageContainer {
background: #5c75dc; }
.FirstSparkleMessage.FirstSparkleMessage-participantRed .FirstSparkleMessage-messageContainer {
background: #d54d81; }
.FirstSparkleMessage.FirstSparkleMessage-participantYellow .FirstSparkleMessage-messageContainer {
background: #ded569; }
.FirstSparkleMessage.FirstSparkleMessage-participantTeal .FirstSparkleMessage-messageContainer {
background: #5ed5b1; }
.FirstSparkleMessage.FirstSparkleMessage-participantPink .FirstSparkleMessage-messageContainer {
background: #e697dc; }
.FirstSparkleMessage.FirstSparkleMessage-participantBrown .FirstSparkleMessage-messageContainer {
background: #92643e; }
.FirstSparkleMessage.FirstSparkleMessage-participantVividTangerine .FirstSparkleMessage-messageContainer {
background: #ffa98a; }
.FirstSparkleMessage.FirstSparkleMessage-participantSkyBlue .FirstSparkleMessage-messageContainer {
background: #84e1eb; }
.FirstSparkleMessage.FirstSparkleMessage-participantFern .FirstSparkleMessage-messageContainer {
background: #69ab63; }
.FirstSparkleMessage.FirstSparkleMessage-participantCarnation .FirstSparkleMessage-messageContainer {
background: #f85b5b; }
.FirstSparkleMessage.FirstSparkleMessage-participantDefault .FirstSparkleMessage-messageContainer {
background: #404d52; }
.FirstSparkleMessage.FirstSparkleMessage-participantReplayBlue .FirstSparkleMessage-messageContainer {
background: #40a4c4; }
.FirstSparkleMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: pointer;
position: relative;
float: left;
clear: both;
margin-top: 8px;
max-width: 100%; }
.FirstSparkleMessage.FirstSparkleMessage--messageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #a4b8be;
border-radius: 3px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message {
font-family: "museo_sans300", sans-serif;
font-size: 14px;
word-wrap: break-word;
color: white;
padding: 4px 10px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-message .FirstSparkleMessage-title {
font-size: 12px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.FirstSparkleMessage .FirstSparkleMessage-messageContainer .FirstSparkleMessage-avatarContainer .FirstSparkleMessage-avatar {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 43px;
width: 35px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.Modal .KeyboardHelpModal {
padding: 10px 0; }
.Modal .KeyboardHelpModal h2 {
font-size: 16px;
margin-top: 32px;
color: #40a4c4; }
.Modal .KeyboardHelpModal a {
text-decoration: underline; }
.Modal .KeyboardHelpModal a:hover {
color: #3f4d51; }
.KeyboardHelpModal-key {
margin-bottom: 15px;
padding: 0 35px;
text-align: left; }
.KeyboardHelpModal-keyCode {
float: left;
width: 130px;
text-align: right;
color: #3f4d51; }
.LimitedAccountNotice {
background-color: #f8f3b4;
color: #c4bd5d;
font-family: "museo_sans300", sans-serif;
padding: 10px 40px;
text-align: center; }
.LimitedAccountNotice a.LimitedAccountNotice-contactLink,
.LimitedAccountNotice a.LimitedAccountNotice-contactLink:hover,
.LimitedAccountNotice a.LimitedAccountNotice-contactLink:visited {
text-decoration: none;
color: #40a4c4; }
.LoadingBeans {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
@-webkit-keyframes jump {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0) scale(1);
transform: translate3d(0, 0px, 0) scale(1); }
10% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
20% {
opacity: 0.6;
-webkit-transform: translate3d(0, -8px, 0) scale(1.32);
transform: translate3d(0, -8px, 0) scale(1.32); }
30% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
40% {
opacity: 0.9;
-webkit-transform: translate3d(0, -2px, 0) scale(1.08);
transform: translate3d(0, -2px, 0) scale(1.08); }
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
60% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
70% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
90% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes jump {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0) scale(1);
transform: translate3d(0, 0px, 0) scale(1); }
10% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
20% {
opacity: 0.6;
-webkit-transform: translate3d(0, -8px, 0) scale(1.32);
transform: translate3d(0, -8px, 0) scale(1.32); }
30% {
opacity: 0.8;
-webkit-transform: translate3d(0, -4px, 0) scale(1.16);
transform: translate3d(0, -4px, 0) scale(1.16); }
40% {
opacity: 0.9;
-webkit-transform: translate3d(0, -2px, 0) scale(1.08);
transform: translate3d(0, -2px, 0) scale(1.08); }
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
60% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
70% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
90% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.LoadingBeans .LoadingBeans-bean {
width: 10px;
height: 10px;
margin: 6px;
border-radius: 5px;
background-color: rgba(239, 242, 244, 0.8);
box-shadow: 0px 0px 0px 1px rgba(34, 34, 34, 0.3); }
.LoadingBeans .LoadingBeans-bean:nth-child(1) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 200ms;
animation-delay: 200ms; }
.LoadingBeans .LoadingBeans-bean:nth-child(2) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 400ms;
animation-delay: 400ms; }
.LoadingBeans .LoadingBeans-bean:nth-child(3) {
-webkit-animation: jump 1.6s infinite;
animation: jump 1.6s infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-delay: 600ms;
animation-delay: 600ms; }
.LoadingBeans.LoadingBeans--isDark .LoadingBeans-bean {
background-color: rgba(64, 164, 196, 0.8);
box-shadow: 0px 0px 0px 1px rgba(64, 164, 196, 0.5); }
@-webkit-keyframes slideacross-top {
0% {
background-position: 0 -50px; }
100% {
background-position: -68px -50px; } }
@keyframes slideacross-top {
0% {
background-position: 0 -50px; }
100% {
background-position: -68px -50px; } }
.LoadingOverlay {
pointer-events: none;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
background-image: url("../images/loading_pattern.e3cce2738351a1fffbee0c4065044d29.png");
background-repeat: repeat-x;
-webkit-animation-name: slideacross-top;
animation-name: slideacross-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.LoadingOverlay {
background-image: url("../images/[email protected]");
background-size: 68px 250px; } }
.LoadingOverlay--isLoading {
opacity: 1;
-webkit-transition: opacity .3s .3s;
transition: opacity .3s .3s; }
.LoadingOverlay-text {
position: relative;
top: 15px;
left: 15px;
font-size: 13px;
font-family: "museo_sans700", sans-serif;
text-transform: uppercase; }
@media only screen and (max-width: 300px) {
.CardView .LoadingOverlay-text {
top: 6px;
left: 10px; } }
.LoginSignupButton-SignInButton {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.LoginSignupButton-SignInButton .LoginSignupButton-separator {
opacity: .25;
padding: 0 0.5em; }
.LoginSignupButton-AvatarImage {
margin: 0 10px; }
.LoginSignupButton-AvatarImage .ProfileIcon svg {
width: 36px;
height: 36px; }
.Map {
position: absolute;
top: -100px;
right: 0;
bottom: 0;
left: 0;
overflow: hidden; }
.Map-map,
.Map .UserProfile-imageBlur {
position: absolute;
min-width: 800px;
min-height: 300px; }
.Map-map {
width: 100%;
height: 100%;
background-image: url("../images/map.svg");
background-size: cover;
background-repeat: repeat-x;
opacity: .10; }
.Map .UserProfile-imageBlur {
width: 110%;
height: 110%;
left: -5%;
top: -5%;
border-radius: 0;
opacity: .8; }
.MapViewToggle {
position: absolute;
padding: 2px;
background-color: rgba(225, 225, 225, 0.5);
right: 20px;
top: 20px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
border-radius: 50%; }
.MapViewToggle.is-active {
background-color: rgba(64, 164, 196, 0.5); }
.MapViewToggle .MapViewToggle-ToggleButton {
cursor: pointer;
box-sizing: content-box;
width: 28px;
height: 28px;
padding: 2px;
border: none;
background-color: white;
outline: none;
border-radius: 50%; }
.MapViewToggle .GlobeIcon {
width: 100%;
height: 100%; }
.MapView-Thumbnail {
height: 100px;
margin: 0 auto 5px;
display: block;
clear: both; }
.MediaExpand {
position: relative;
display: block;
cursor: pointer;
margin: -3px 0;
opacity: 0.5;
width: 22px;
height: 26px;
background-size: 100% 100%;
background-image: url(../images/media_expand.svg); }
.MediaExpand:hover {
opacity: 1; }
.MediaExpand:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.Messages {
position: relative; }
.Messages ul {
margin: 0;
padding: 0 7px 4px 0;
list-style: none;
position: absolute;
max-width: 470px;
bottom: 0;
overflow: hidden; }
.Messages ul .MessageElement > * {
-webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Messages ul .MessageElement.enter > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: slidein;
animation-name: slidein;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Messages ul .MessageElement.enter > *.CommentMessage--userChat {
overflow: hidden;
max-height: 100px;
overflow: visible;
z-index: 5;
-webkit-animation-name: userChatSlidein;
animation-name: userChatSlidein;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
.Messages ul .MessageElement.exit > * {
opacity: 0; }
.Messages ul .MessageElement.exit-now > * {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.Messages ul .MessageElement.slide-out > * {
-webkit-transform: translateY(200%);
transform: translateY(200%);
-webkit-transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MissingBroadcast {
background-color: black;
background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
position: relative;
opacity: 0;
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
.MissingBroadcast.MissingBroadcast--ready {
opacity: 1; }
.MissingBroadcast .ViewerBadge {
pointer-events: none;
position: absolute;
left: 15px;
bottom: 15px;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MissingBroadcast-image {
width: 100%;
height: 100%; }
.MissingBroadcast-info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.MissingBroadcast-broadcastState {
margin-top: 50px;
font-family: "museo_sans500", sans-serif; }
.MissingBroadcast:hover .EmbedHeader-cta {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px); }
.MissingBroadcast:hover .EmbedHeader-logo {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
@media only screen and (max-width: 300px) {
.MissingBroadcast-info .ProfileAvatar-image {
width: 80px;
height: 80px; }
.MissingBroadcast-info .ProfileName {
margin-top: 10px; }
.MissingBroadcast-broadcastState {
margin-top: 10px;
font-size: 12px; } }
@media only screen and (max-width: 240px) {
.MissingBroadcast-info .ProfileAvatar-image {
width: 60px;
height: 60px; }
.MissingBroadcast-info .ProfileName,
.MissingBroadcast-info .ProfileName .ProfileUsername {
font-size: 14px; }
.MissingBroadcast .EmbedHeader-cta {
display: none; } }
.ModalLinkCTA:link, .ModalLinkCTA:visited {
background-color: white;
border-radius: 30px;
border: 1px solid #40a4c4;
color: #40a4c4;
display: block;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
padding: 12px 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.ModalLinkCTA:hover {
background-color: #40a4c4;
color: white;
text-decoration: none; }
.ModalLinkCTA:focus, .ModalLinkCTA:active {
outline: none;
color: white; }
.ModalLinkCTA.ModalLinkCTA--isFilled:link, .ModalLinkCTA.ModalLinkCTA--isFilled:visited, .ModalLinkCTA.ModalLinkCTA--isFilled:hover, .ModalLinkCTA.ModalLinkCTA--isFilled:focus, .ModalLinkCTA.ModalLinkCTA--isFilled:active {
background-color: #40a4c4;
color: white; }
.ModalLinkCTA.ModalLinkCTA--isMuted:link, .ModalLinkCTA.ModalLinkCTA--isMuted:visited {
color: #a4b8be;
border-color: #a4b8be; }
.ModalLinkCTA.ModalLinkCTA--isMuted:hover, .ModalLinkCTA.ModalLinkCTA--isMuted:focus, .ModalLinkCTA.ModalLinkCTA--isMuted:active {
background-color: white;
color: #a4b8be; }
.ModalWrapper {
-ms-flex-line-pack: start;
align-content: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
max-width: 800px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.ModalWrapper::-webkit-scrollbar {
display: none; }
.ModalWrapper-container {
padding: 20px 0; }
.ModalWrapper-closeContainer {
position: absolute;
top: 10px;
right: 0; }
.ModalWrapper-closeButton {
cursor: pointer;
background: none;
border: none;
padding: 5px; }
.ModalWrapper-closeButton:active, .ModalWrapper-closeButton:focus {
outline: none; }
.ModalWrapper-closeButton .CloseIcon {
padding: 5px; }
.MuteButton {
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0.4; }
.MuteButton:hover, .MuteButton.MuteButton--isActive {
opacity: 1; }
.MuteButton:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.MuteButton svg {
width: 27px;
height: 18.81818px; }
.MuteButton:not(.MuteButton--redesign) {
width: 28px;
height: 20px; }
.MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-on {
position: relative;
left: 1px;
width: 26px;
height: 20px;
background-size: 100% 100%;
background-image: url(../images/icon_volume_on.svg); }
.MuteButton:not(.MuteButton--redesign) .MuteButtonLegacy-off {
position: relative;
top: 1px;
width: 28px;
height: 18px;
background-size: 100% 100%;
background-image: url(../images/icon_volume_off.svg); }
.ProfileDetails .MuteNotificationsIcon-container {
margin-left: 10px; }
.MuteNotificationsIcon {
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #40a4c4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.MuteNotificationsIcon g {
fill: #40a4c4; }
.MuteNotificationsIcon:hover g, .MuteNotificationsIcon.is-active g {
fill: white; }
.MuteNotificationsIcon:hover {
background: rgba(64, 164, 196, 0.6); }
.MuteNotificationsIcon.is-active {
background: #40a4c4; }
.OpenInAppMessage {
cursor: pointer;
overflow: auto;
float: left;
width: 155px;
height: 52px;
background-color: #40a4c4;
border-radius: 4px;
margin-top: 8px;
padding: 0 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.slide-out .OpenInAppMessage {
margin-top: -52px; }
.OpenInAppMessage .OpenInAppMessage-logo {
width: 20px;
margin: 0 10px 0 0; }
.OpenInAppMessage .OpenInAppMessage-message {
font-size: 16px;
font-family: "museo_sans500", sans-serif;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.PanSeekOverlay {
pointer-events: none;
position: absolute;
z-index: 60;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }
.PanSeekOverlay.PanSeekOverlay--isSeeking {
opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }
.PanSeekOverlay .PanSeekOverlay-seeker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 225px25px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail {
height: 225px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-thumbnail img {
max-width: 200px;
max-height: 200px;
border-radius: 4px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-seekTime {
height: 25px;
font-size: 18px;
font-family: "museo_sans300", sans-serif; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-currentTime {
position: absolute;
left: 100%;
width: 5px;
height: 5px;
background: white;
border-radius: 4px; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar {
width: 75vw;
position: absolute;
top: 100%;
left: 50%; }
.PanSeekOverlay .PanSeekOverlay-seeker .PanSeekOverlay-bar .VideoSeeker {
opacity: 1;
top: initial;
margin: 0; }
.PeriscopeLogo {
width: 22px;
height: 28px; }
.PeriscopeLogo--appIcon {
width: 50px;
min-width: 50px;
height: 50px;
padding: 10px;
border-radius: 12px;
background-color: #40a4c4; }
.PeriscopeLogo--appIconAndroid {
border-radius: 25px; }
@media only screen and (max-width: 240px) {
.CardView .PeriscopeLogo {
width: 16px;
height: 21px; } }
.PlaybackTime {
color: rgba(255, 255, 255, 0.5);
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: color .2s;
transition: color .2s;
text-align: center;
width: 60px; }
.ProfileSettings-profileEditControls {
position: absolute;
width: 100%;
top: 0;
left: 0;
text-align: right; }
.is-cropping .ProfileSettings-profileEditControls {
z-index: 51; }
.ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
right: 0;
padding: 30px; }
.ProfileSettings-profileEditControls .ProfileSettings-actionButtonContainer button.AccountSettings-actionButton {
width: auto;
margin-left: 10px;
margin-top: 0; }
.ProfileSettings-saveErrors {
background-color: #d55548;
color: white;
max-width: 400px;
margin: 10px auto;
border-radius: 3px;
padding: 5px; }
.ProfileSettings-profileDetails .ProfileEdit {
width: 400px;
margin: 0 auto; }
.ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer {
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
padding: 6px;
border-radius: 50%;
background: #40a4c4; }
.ProfileSettings-profileDetails .ProfileEdit .ProfileEdit-cameraIconContainer .CameraIcon {
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
position: relative;
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone {
cursor: pointer;
z-index: 1;
position: absolute;
width: 100px;
height: 100px;
top: 0;
left: 0;
border-radius: 50%;
border: 2px white dashed; }
.ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer .ProfileEdit-dropzone.is-active {
background: rgba(130, 187, 71, 0.3); }
.is-cropping .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer {
z-index: 51;
width: 400px;
height: 400px;
padding-top: 50px; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer img {
border: 0; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover {
background: black; }
.is-editing:not(.is-cropping) .ProfileSettings-profileDetails .ProfileEdit-profileAvatarContainer:hover img {
opacity: .7; }
.ProfileAvatar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileAvatar .ProfileAvatar-image {
border: 2px solid white;
border-radius: 50%;
width: 100px;
height: 100px; }
.ProfileAvatar.ProfileAvatar--withoutBorder .ProfileAvatar-image {
border: none; }
.ProfileAvatar .ProfileLink,
.ProfileAvatar .ProfileLink:hover,
.ProfileAvatar .ProfileLink:focus {
outline: none;
background: none;
border-radius: none;
color: transparent; }
.ProfileDetails {
margin: 0 40px;
text-align: center; }
.ProfileDetails .ProfileDetails-editProfileLink {
color: #40a4c4;
text-decoration: none;
font-family: "museo_sans500", sans-serif; }
.ProfileDetails .ProfileDetails-editProfileLink:hover, .ProfileDetails .ProfileDetails-editProfileLink:focus, .ProfileDetails .ProfileDetails-editProfileLink:active {
text-decoration: underline; }
.ProfileDetails-authActionsContainer .GearContainer {
cursor: pointer;
margin: 0 10px 0 0; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
width: 100%;
max-width: 300px;
height: 50px;
overflow: hidden;
position: relative;
z-index: 1;
background-color: white;
border-radius: 30px;
border: 1px solid #40a4c4;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active {
-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton:hover, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:focus, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton:active, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isActive {
color: white;
background-color: #40a4c4; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isDisabled {
cursor: default;
border: 1px solid #3f4d51;
background-color: #3f4d51;
color: white; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent {
padding: 0 35px;
z-index: 2; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFiller {
pointer-events: none;
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonFill {
width: 10px;
height: 10px;
border-radius: 10px;
background-color: transparent;
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: transform, background-color; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
width: 24px;
height: 24px; }
.ProfileDetails-authActionsContainer .ProfileDetails-actionButton .CheckIcon, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
margin-left: 10px; }
.ProfileName {
font-family: "museo_sans700", sans-serif;
font-size: 24px;
margin-top: 20px; }
.ProfileName .ProfileName-AccountDisplay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ProfileName .ProfileName-AccountDisplay .ProfileAvatar {
margin: 0 8px 0 0; }
.ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.ProfileModal .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
color: #3f4d51;
margin-top: 10px; }
.ProfileModal .ProfileLink:hover .ProfileName .ProfileName-AccountDisplay .ProfileName-displayName {
color: #40a4c4; }
.ProfileName .ProfileUsername {
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
margin-bottom: 2px;
margin-top: -3px; }
.ProfileModal .ProfileName .ProfileUsername {
color: #a4b8be; }
.ProfileModal .ProfileLink:hover .ProfileName .ProfileUsername {
color: #40a4c4; }
.ProfileName.ProfileName--withAvatar {
height: 32px; }
.ProfileName.ProfileName--withAvatar .ProfileLink {
padding: 4px 22px 4px 7px;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.2); }
.ProfileName.ProfileName--withAvatar .ProfileLink.ProfileLink--isActive {
color: white;
background-color: rgba(255, 255, 255, 0.4); }
.ProfileName.ProfileName--withUsername .ProfileLink {
border-radius: 35px;
padding-left: 35px;
padding-right: 35px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.ProfileName {
font-size: 16px; } }
.ProfileUsername {
font-family: "museo_sans300", sans-serif; }
.ProfileUsername-verified {
margin-left: 5px; }
.ProfileIcon svg {
width: 29px;
height: 29px; }
.ProfileIcon path {
fill: #40a4c4; }
.ProfileIcon.ProfileIcon--white path {
fill: white; }
.ProfileDescription {
word-wrap: break-word;
font-family: "museo_sans300", sans-serif; }
.ProfileDescription a {
color: #40a4c4;
text-decoration: none; }
.ProfileDescription a:hover, .ProfileDescription a:focus {
outline: none;
text-decoration: underline; }
.ProfileLink {
display: inline-block;
padding: 5px 15px;
text-decoration: none;
border-radius: 100px;
-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
transition: background-color 0.1s ease-out, color 0.1s ease-out;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.2); }
.ProfileLink.ProfileLink--isActive {
background-color: white;
color: #3f4d51; }
.ProfileLink.ProfileLink--isActive .ProfileUsername {
color: #a4b8be; }
.ProfileLink.ProfileLink--isActive .ProfileUsername-verified .verified-bg {
opacity: 1; }
.ProfileLink .ProfileUsername-verified .verified-bg {
opacity: .5;
-webkit-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out; }
.ProfileLink.ProfileLink--isInactive:hover {
outline: none;
background-color: rgba(255, 255, 255, 0.4); }
.ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
color: rgba(255, 255, 255, 0.4); }
.ProfileLink.ProfileLink--isInactive:hover .ProfileUsername-verified .verified-bg {
opacity: 1; }
.ProfileHeader {
margin-top: -60px;
height: 60px; }
.ProfileHeader .ProfileHeader-logo img {
height: 30px;
margin-left: 15px;
margin-top: 7px; }
.ProfileHeader .AppLinks {
position: absolute;
top: 14px;
right: 15px; }
.ProfileHeader .AppLinks .AppLink--cta,
.ProfileHeader .AppLinks .AppLink--withIcon {
padding: 5px 20px;
font-size: 14px;
width: auto; }
.ProfileHeader .AppLinks .AppLink-icon--playstore {
margin-right: 10px; }
@media only screen and (max-width: 720px) {
.ProfileHeader {
margin-top: 0;
width: inherit;
background-color: #3f4d51;
-webkit-transition: margin-top .2s ease-out;
transition: margin-top .2s ease-out; } }
.ProfileHearts {
margin: 5px 0;
text-align: center;
font-family: "museo_sans700", sans-serif;
color: #3f4d51;
font-size: 14px; }
.ProfileHearts-heart {
display: inline-block;
margin-right: 5px;
width: 14px;
height: 12px;
background-image: url("../images/profile_heart.f43cc65e5ae2665f13622ca63dfd2a2c.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ProfileHearts-heart {
background-image: url("../images/[email protected]");
background-size: 14px 12px; } }
.ProfileMenuTooltip {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
width: 200px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.ProfileMenuTooltip ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.ProfileMenuTooltip ul li {
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
height: 64px;
line-height: 64px; }
.ProfileMenuTooltip ul li .ProfileMenuTooltip-link {
display: block;
cursor: pointer;
padding-left: 24px;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
-webkit-transition: ease 0.05s;
transition: ease 0.05s; }
.ProfileMenuTooltip ul li .ProfileMenuTooltip-link:hover {
color: #3f4d51; }
@media only screen and (max-height: 600px) {
.ProfileMenuTooltip ul li {
height: 40px;
line-height: 40px;
font-size: 13px; }
.ProfileMenuTooltip .BetaBadge {
display: none; } }
.GearTooltip {
border-radius: 8px;
border: solid 1px rgba(164, 184, 190, 0.3);
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
white-space: nowrap;
text-align: center;
padding: 0 24px; }
.GearTooltip ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0; }
.GearTooltip ul li {
height: 64px;
line-height: 64px; }
.GearTooltip ul li button {
background-color: transparent;
border: none;
text-decoration: none;
color: #a4b8be;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: ease 0.05s;
transition: ease 0.05s;
height: 100%;
width: 100%;
cursor: pointer;
outline: none;
padding: 0; }
.GearTooltip ul li button:hover {
color: #d55548; }
.Pill {
cursor: pointer;
border-radius: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
white-space: nowrap;
-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
color: white;
background-color: rgba(255, 255, 255, 0.2); }
.Pill .Pill-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 0.7; }
.Pill:hover, .Pill.Pill--isActive {
background-color: rgba(255, 255, 255, 0.4); }
.Pill:hover .Pill-content, .Pill.Pill--isActive .Pill-content {
opacity: 1.0; }
.Pill.Pill--withIcon:not(.Pill--withText) {
width: 32px;
height: 32px;
padding: 0; }
.Pill.Pill--withText:not(.Pill--withIcon) {
padding: 4px 22px; }
.Pill.Pill--withIcon.Pill--withText {
padding: 4px 22px 4px 7px; }
.Pill.Pill--withText {
line-height: 1.6;
min-height: 32px; }
.ProfileTwitterAccount {
display: block;
margin: 0 auto;
height: 22px;
width: 24px;
padding: 4px; }
.ProfileTwitterAccount:focus {
outline: none; }
.ProfileTwitterAccount:hover .twitter-logo-shape,
.ProfileTwitterAccount:focus .twitter-logo-shape {
fill: #59adeb; }
.ProfileTwitterAccount .twitter-logo-shape {
-webkit-transition: fill 0.1s linear;
transition: fill 0.1s linear; }
.ProfileSidebar {
background: white;
z-index: 13;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.ProfileSidebar--isSolo {
background-color: white;
-webkit-box-flex: 0;
-ms-flex: 0 0 main-size;
flex: 0 0 main-size;
height: 100%;
margin: 0 auto;
max-width: 900px;
overflow: hidden;
position: relative;
-webkit-transition: none;
transition: none;
width: 50vw;
z-index: 9; }
.ProfileSidebar--isSolo .ProfileSidebar-content,
.ProfileSidebar--isSolo .ProfileSidebar-accordion {
max-width: 900px;
min-height: inherit; }
.ProfileSidebar--isSolo {
min-height: 100%;
overflow-y: visible; }
.ProfileSidebar--isSolo .ProfileSidebar-content {
overflow-y: visible; }
.ProfileSidebar--isSolo .ProfileDetails.ProfileDetails--sidebar {
padding-top: 55px; }
.ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata {
font-size: 20px; }
.ProfileDetails.ProfileDetails--sidebar .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata label {
font-size: 12px; }
.ProfileSidebar-accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100%;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch; }
.ProfileSidebar-headerSpacerTop {
-webkit-box-flex: 2.5;
-ms-flex: 2.5;
flex: 2.5;
min-height: 20px;
max-height: 55px; }
.ProfileSidebar-descriptionSpacerTop {
-webkit-box-flex: 1.75;
-ms-flex: 1.75;
flex: 1.75;
max-height: 30px;
min-height: 15px; }
.ProfileSidebar-twitterSpacerTop {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-height: 15px;
min-height: 10px; }
.ProfileSidebar-metadataSpacerTop {
-webkit-box-flex: 2.25;
-ms-flex: 2.25;
flex: 2.25;
height: 40px; }
.ProfileDetails--withFollowingStatus .ProfileSidebar-metadataSpacerTop {
height: 20px; }
.ProfileSidebar-broadcastsSpacerTop,
.ProfileSidebar-ctaSpacerTop {
-webkit-box-flex: 5.5;
-ms-flex: 5.5;
flex: 5.5;
max-height: 85px;
min-height: 45px; }
.ProfileSidebar-ctaBorderSpacerTop {
-webkit-box-flex: 5.5;
-ms-flex: 5.5;
flex: 5.5;
max-height: 50px;
min-height: 25px; }
.ProfileSidebar-ctaBorderSpacerTop::before {
content: '';
position: absolute;
left: 50px;
right: 50px;
height: 1px;
background: #e1e1e1; }
.ProfileSidebar-content {
width: inherit;
height: inherit;
margin: 0 auto;
padding: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.ProfileSidebar-content .ProfileAuthor,
.ProfileSidebar-content .ProfileName,
.ProfileSidebar-content .ProfileUsername,
.ProfileSidebar-content .ProfileDescription {
margin: 0 25px;
text-align: center; }
.ProfileSidebar-content .ProfileName {
color: #3f4d51;
position: relative; }
.ProfileSidebar-content .ProfileUsername,
.ProfileSidebar-content .ProfileDescription {
color: #a4b8be; }
.ProfileSidebar-noResults {
padding: 20px;
font-family: "museo_sans300", sans-serif;
color: #a4b8be;
text-align: center; }
.ProfileSidebar-metadataContainer {
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ProfileSidebar-metadataContainer div:first-of-type .ProfileLink {
padding-left: 0; }
.ProfileSidebar-metadataContainer div:last-of-type .ProfileLink {
padding-right: 0; }
.ProfileSidebar-metadata {
font-size: 24px;
font-family: "museo_sans500", sans-serif;
color: #3f4d51;
text-align: center; }
.ProfileSidebar-metadata label {
display: block;
text-transform: uppercase;
color: #a4b8be;
font-size: 14px; }
.ProfileSidebar-metadataContainer.is-link {
border-bottom: 4px solid #eff2f4; }
.ProfileModal .ProfileSidebar-metadataContainer.is-link {
border: 0; }
.is-stuck .ProfileSidebar-metadataContainer.is-link {
border-bottom: 4px solid #d1d9df; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata {
position: relative;
padding: 20px 0;
color: #40a4c4;
font-family: "museo_sans300", sans-serif;
cursor: pointer; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata .ProfileLink.ProfileLink--isActive {
color: inherit; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata:hover {
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active {
cursor: default;
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
content: '';
position: absolute;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #eff2f4; }
.is-stuck .ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active:after {
border-bottom: 6px solid #d1d9df; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label {
color: #40a4c4;
cursor: pointer; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata label:hover {
color: #2f7e98; }
.ProfileSidebar-metadataContainer.is-link .ProfileSidebar-metadata.is-active label {
cursor: default;
color: #2f7e98; }
@media only screen and (max-width: 720px) {
.ProfileSidebar--isSolo {
width: 100%; }
.ProfileSidebar-header {
height: 60px;
margin-top: 0;
width: inherit;
background-color: #3f4d51;
-webkit-transition: margin-top .2s ease-out;
transition: margin-top .2s ease-out; } }
.ProfileSidebar-noBroadcasts {
text-align: center;
font-family: "museo_sans300", sans-serif;
color: #a4b8be; }
.PlaybackBackground {
background: black;
position: relative;
z-index: 0;
-webkit-transition: opacity 4.5s ease;
transition: opacity 4.5s ease; }
.PlaybackBackground .PlaybackBackground-opacity {
width: inherit;
height: inherit;
opacity: 0.5; }
.PlaybackBackground .PlaybackBackground-blur {
position: absolute; }
.PlaybackControls .PlaybackControls-button {
cursor: pointer;
opacity: 0.8;
position: relative;
text-align: center; }
.PlaybackControls .PlaybackControls-button:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.PlaybackControls .PlaybackControls-button:hover {
opacity: 1; }
.PlaybackControls.is-playing .PlaybackControls-play {
display: none; }
.PlaybackControls.is-paused .PlaybackControls-pause {
display: none; }
.PlaybackControlsOverlay.is-playing .PlaybackControlsOverlay-pause {
display: none; }
.PlaybackControlsOverlay.is-paused .PlaybackControlsOverlay-play {
display: none; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
cursor: pointer;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud {
margin: 0 auto;
pointer-events: none;
position: absolute;
top: 50%;
right: 0;
left: 0;
height: 0;
width: 0; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon {
width: 33px;
height: 27px; }
.PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon svg {
opacity: 0; }
.PlayStoreButton {
background-image: url("../images/badge-playstore.3e1283dccb79c5394970fcff42a91741.png");
background-repeat: no-repeat;
background-size: 134.28px 40px;
border-radius: 8px;
border: 4px solid transparent;
box-sizing: content-box;
display: inline-block;
font-size: 0;
line-height: 40px;
width: 134.28px; }
.PlayStoreButton:hover {
background-color: #c9e2e9; }
.AccountView-container .PlusContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
font-family: "museo_sans300", sans-serif; }
.AccountView-container .PlusContainer strong {
font-family: "museo_sans700", sans-serif; }
.AccountView-container .PlusContainer a {
color: #40a4c4;
text-decoration: none;
-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.AccountView-container .PlusContainer a:hover {
color: #2a748b;
text-decoration: underline; }
.AccountView-container .PlusContainer.PlusContainer--autoHeight {
height: auto; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer {
height: auto; } }
.AccountView-container .PlusContainer .PlusBox {
max-width: 65.21739%;
max-height: calc(100% - 106px);
margin: 53px auto;
overflow: auto; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusBox {
margin: 0 0 20px 0;
max-width: 95%;
max-height: initial; } }
.AccountView-container .PlusContainer .PlusMessage {
margin: 28px 37px 28px 27px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 24px;
font-family: "museo_sans300", sans-serif;
text-align: left; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusMessage {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
margin: 28px 5px; } }
.AccountView-container .PlusContainer .PlusMessage img {
margin: 0 31px 0 0; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusMessage img {
margin: 0; } }
.AccountView-container .PlusContainer .PlusApply-eligible {
text-align: left; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent {
margin: 0 70px;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 1.5;
color: #6b8187; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-eligibleContent {
margin: 0; } }
.AccountView-container .PlusContainer .PlusApply-eligibleContent .PlusApply-youMust {
margin: 15px 0 13px 0;
font-family: "museo_sans700", sans-serif; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent ul {
margin: 0;
padding: 0 0 0 calc(1em + 14px); }
.AccountView-container .PlusContainer .PlusApply-eligibleContent li {
margin: 0 0 15px 0; }
.AccountView-container .PlusContainer .PlusApply-eligibleContent li:last-child {
margin: 0; }
.AccountView-container .PlusContainer .PlusApply-iframe {
width: 100%;
height: 100%;
overflow: auto; }
.AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
margin: 39px 70px 0 70px; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-iframe .Plus-iframe {
margin: 39px 0; } }
.AccountView-container .PlusContainer .PlusApply-note {
margin: 0 70px;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 1.5;
color: #6b8187;
text-align: left; }
@media (max-width: 868px) {
.AccountView-container .PlusContainer .PlusApply-note {
margin: 0 5px; } }
.AccountView-container .PlusContainer .PlusApplyForm {
text-align: left;
margin: 30px 0;
font-size: 16px; }
.AccountView-container .PlusContainer .PlusApplyForm ol {
margin: 0;
padding: 0;
list-style: none;
list-style-position: inside;
counter-reset: item; }
.AccountView-container .PlusContainer .PlusApplyForm ol li {
margin: 0 0 21px 0;
counter-increment: item; }
.AccountView-container .PlusContainer .PlusApplyForm ol li:before,
.AccountView-container .PlusContainer .PlusApplyForm ol .PlusApplyForm-formLabel {
font-family: "museo_sans700", sans-serif;
line-height: 19px;
color: #4a4a4a;
margin: 0 0 10px 0; }
.AccountView-container .PlusContainer .PlusApplyForm ol li:before {
content: counter(item) ".";
display: inline-block;
margin-right: 0.5em; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-description {
margin: 0 0 10px 0;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 1.29;
color: #6b8187; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-errors {
color: #d55548;
font-size: 14px;
font-family: "museo_sans500", sans-serif;
text-align: center;
margin: 25px 0; }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon {
text-align: left;
margin: 0;
width: 100%;
max-width: 400px;
border-radius: 3px; }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon input {
margin: 0;
height: 40px;
text-align: left;
background: none;
border: solid 1px rgba(164, 184, 190, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .InputWithIcon textarea {
text-align: left;
background: none;
border: solid 1px rgba(164, 184, 190, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms {
width: 100%;
max-width: 400px;
margin: 6px 0 0 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea {
text-align: justify;
min-height: 120px;
margin: 0 0 17px 0;
padding: 14px 27px 14px 15px;
border: solid 1px rgba(164, 184, 190, 0.5);
border-radius: 3px;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 1.29;
color: inherit; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar {
-webkit-appearance: none; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar:vertical {
width: 9px; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar:horizontal {
height: 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-terms textarea::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.AccountView-container .PlusContainer .PlusApplyForm .BinaryPrompt {
width: 100%;
max-width: 400px; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees {
width: 100%;
max-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-agrees .Checkbox {
margin: 0 0 12px 0; }
.AccountView-container .PlusContainer .PlusApplyForm .PlusApplyForm-submit {
margin: 38px auto 50px;
width: 90%;
max-width: 400px; }
.BinaryPrompt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.BinaryPrompt .BinaryPrompt-checkboxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.BinaryPrompt .Checkbox {
margin: 0 0 0 10px; }
.BinaryPrompt .Checkbox:first-child {
margin: 0; }
.PlusSectionHeader {
margin: 40px 0 0 0;
font-family: "museo_sans300", sans-serif;
font-size: 24px;
line-height: 1.33;
text-align: center;
color: #3f4d51; }
.PlusSectionHeader .PlusSectionHeader-line {
margin: 10px auto 20px;
width: 300px;
height: 1px;
background-color: #e0f0f5; }
.PlusProgress-progressBar {
position: relative;
width: 100%;
height: 26px;
border-radius: 26px;
background: rgba(0, 0, 0, 0.1);
overflow: hidden; }
.PlusProgress-progressBar .PlusProgress-progress {
height: 100%;
width: 99.9%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
background: #ab70d4;
border-radius: inherit; }
.PlusProgress-progressBar .PlusProgress-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.PlusProgress-progressBar .PlusProgress-overlay .SuperBroadcasterStar {
margin: -1px 0 0 8px; }
.PlusProgress-progressBar .PlusProgress-overlay .PlusProgress-progressLabel {
position: absolute;
left: 0;
width: 100%;
padding: 0 15px 0 30px;
line-height: 26px; }
.AccountStats .ReactTable {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: none;
font-size: 14px; }
.AccountStats .ReactTable .rt-table {
height: 100%;
min-height: 100%; }
.AccountStats .ReactTable .rt-thead.-header {
box-shadow: 0 2px 2px #e1e1e1;
z-index: 2; }
.AccountStats .ReactTable .rt-thead .rt-th {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 10px;
text-align: right;
white-space: normal; }
.AccountStats .ReactTable .rt-thead .rt-th:first-child {
text-align: left; }
.AccountStats .ReactTable .rt-thead .rt-th:hover {
background-color: #f8fafb; }
.AccountStats .ReactTable .rt-thead .rt-th.active {
font-family: "museo_sans700", sans-serif; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-desc, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc {
box-shadow: none;
font-family: "museo_sans700", sans-serif; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-desc:after, .AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
content: '▾';
display: inline-block;
margin-left: 6px; }
.AccountStats .ReactTable .rt-thead .rt-th.-sort-asc:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.AccountStats .ReactTable .rt-thead .rt-th.-border-right {
border-right: 2px solid #e1e1e1;
padding-right: 12px; }
.AccountStats .ReactTable .rt-tbody {
color: #79888c;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.AccountStats .ReactTable .rt-tbody .rt-tr-group {
cursor: pointer; }
.AccountStats .ReactTable .rt-tbody .rt-tr-group.active {
background-color: rgba(216, 236, 241, 0.48); }
.AccountStats .ReactTable .rt-tbody .rt-tr-group.active .rt-td.active {
background-color: rgba(216, 236, 241, 0.48); }
.AccountStats .ReactTable .rt-tbody .rt-tr-group:last-child {
border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
.AccountStats .ReactTable .rt-tbody .rt-td {
padding-right: 10px;
padding-left: 10px;
text-align: right;
-webkit-transition: none;
transition: none; }
.AccountStats .ReactTable .rt-tbody .rt-td.-text-align-left {
text-align: left; }
.AccountStats .ReactTable .rt-tbody .rt-td.active {
background-color: #f8fafb; }
.AccountStats .ReactTable .rt-tbody .rt-td.-border-right {
border-right: 2px solid #e1e1e1;
padding-right: 7px; }
.AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle {
display: inline;
color: inherit;
font-size: inherit;
margin-bottom: inherit; }
.AccountStats .ReactTable .rt-tbody .rt-td .BroadcastTitle a {
color: inherit; }
.ReportCommentModal {
position: relative;
padding: 20px 40px; }
.ReportCommentModal .ReportCommentModal-description {
margin-bottom: 15px;
color: #a4b8be; }
button.ReportButton {
background: none;
border: none;
cursor: pointer;
margin-left: 10px;
padding: 0;
outline: none;
opacity: 0.6; }
button.ReportButton:hover {
opacity: 1; }
button.ReportButton svg.ReportIcon {
width: 18px;
display: inline;
vertical-align: text-bottom; }
.RequireAuth .RequireAuth-mapColor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(64, 164, 196, 0.3); }
.RequireAuth .Modal-background {
opacity: 0 !important; }
.SearchInput {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.SearchInput input {
color: #3f4d51;
background: transparent;
border: none;
border-bottom: 1px solid #a4b8be;
font-weight: 300;
font-size: 20px;
height: 33px;
padding-bottom: 5px;
padding-top: 5px;
outline: none;
width: 100%; }
.SearchInput input::-webkit-input-placeholder {
color: #a4b8be; }
.SearchInput input:-moz-placeholder {
color: #a4b8be; }
.SearchInput input::-moz-placeholder {
color: #a4b8be; }
.SearchInput input:-ms-input-placeholder {
color: #a4b8be; }
.SearchNoResults {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 100px 100px; }
.SearchNoResults .TVIconLarge {
height: 60px;
width: 55px; }
.SearchResults .SearchNoResults .TVIconLarge {
height: 84px;
width: 77px; }
.SearchNoResults .SearchNoResults-inputContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchIcon {
margin-right: 15px; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput {
max-width: 350px;
width: 100%; }
.SearchNoResults .SearchNoResults-inputContainer .SearchNoResults-searchInput .SearchInput input {
width: 100%; }
.SearchNoResults-message {
text-align: center;
font-size: 16px;
margin-bottom: 2.5em;
margin-top: 1.625em;
width: 100%; }
.SearchResults .SearchNoResults-message {
font-size: 18px; }
.SearchNoResults-exploreChannelsButton {
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: transparent;
border: 1px solid #40a4c4;
border-radius: 1.25em;
color: #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
height: 2.5em;
-webkit-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
width: 12.125em; }
.SearchNoResults-exploreChannelsButton:hover {
background: #40a4c4;
color: white;
cursor: pointer; }
.SearchNoResults-exploreChannelsButton:active {
outline: none; }
.SearchSidebar {
width: 100%;
height: 100%; }
.SearchSidebar .SearchSidebar-noResults {
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center; }
.SearchSidebar .ChannelLists {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.SearchSidebar .ChannelList {
width: 400px; }
@keyframes slideacross {
0% {
background-position: 0 bottom; }
100% {
background-position: -68px bottom; } }
.SeekingOverlay {
pointer-events: none;
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
background-image: url("../images/buffering_pattern.199c59aaecd1070c7a19e9907de36572.png");
background-repeat: repeat-x;
-webkit-animation-name: slideacross;
animation-name: slideacross;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.SeekingOverlay {
background-image: url("../images/[email protected]");
background-size: 68px 250px; } }
.SeekingOverlay--isSeeking {
opacity: 1;
-webkit-transition: opacity .3s .3s;
transition: opacity .3s .3s; }
.Select .Dropdown-trigger--isOpen .CaretDown {
fill: #3f4d51; }
.Select-option {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5px 13px; }
.Select-option:hover {
background-color: whitesmoke; }
.Select-option--isSelected {
font-family: "museo_sans500", sans-serif; }
.Select-optionName {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.Select-optionIcon {
width: 13px; }
.Select-optionIcon .Checkmark {
width: 13px; }
.ShareBroadcast {
display: block;
color: white;
text-decoration: none; }
.ShareButtonContainer {
width: 80px;
margin: 0 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ShareButtonContainer .ShareButtonText {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: 10px;
text-align: center; }
.ShareButton {
cursor: pointer; }
.ShareButton .ShareButtonIcon {
width: 68px;
height: 68px; }
.ShareButton .ShareButtonIcon.Facebook {
background-image: url("../images/share_facebook.svg"); }
.ShareButton .ShareButtonIcon.Facebook:hover {
background-image: url("../images/share_facebook_hover.svg"); }
.ShareButton .ShareButtonIcon.Twitter {
background-image: url("../images/share_twitter.svg"); }
.ShareButton .ShareButtonIcon.Twitter:hover {
background-image: url("../images/share_twitter_hover.svg"); }
.ShareButton .ShareButtonIcon.Link {
background-image: url("../images/share_link.svg"); }
.ShareButton .ShareButtonIcon.Link:hover {
background-image: url("../images/share_link_hover.svg"); }
.ShareButton .ShareButtonIcon.Embed {
background-image: url("../images/share_embed.svg"); }
.ShareButton .ShareButtonIcon.Embed:hover {
background-image: url("../images/share_embed_hover.svg"); }
.ShareIconContainer {
position: relative;
width: 18px;
height: 18px;
vertical-align: text-bottom;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.ShareIconContainer:after {
content: '';
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px; }
.ShareIconContainer .ShareIcon {
margin-top: 1px;
opacity: .5; }
.ShareIconContainer .ShareIcon path {
fill: white; }
.ShareIconContainer .ShareIcon rect {
fill: white; }
.ShareIconContainer .ShareIcon polyline {
stroke: white; }
.ShareIconContainer.active .ShareIcon,
.ShareIconContainer:hover .ShareIcon,
.ShareIconContainer:focus .ShareIcon {
opacity: 1; }
.CommentMessage-participantOrange .SuperfanIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .SuperfanIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .SuperfanIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .SuperfanIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .SuperfanIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .SuperfanIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .SuperfanIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .SuperfanIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .SuperfanIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .SuperfanIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .SuperfanIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .SuperfanIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .SuperfanIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .SuperfanIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .SuperfanIcon path {
fill: #40a4c4; }
.SuperfanIcon {
height: 15px;
margin-right: 4px; }
.JoinMessage .SuperfanIcon {
margin-left: 3px; }
.JoinMessage .SuperfanIcon path {
fill: white; }
.CommentMessage-participantOrange .ContributorIcon path {
fill: #f5a623; }
.CommentMessage-participantPurple .ContributorIcon path {
fill: #ab70d4; }
.CommentMessage-participantGreen .ContributorIcon path {
fill: #99ce62; }
.CommentMessage-participantPeriwinkle .ContributorIcon path {
fill: #5c75dc; }
.CommentMessage-participantRed .ContributorIcon path {
fill: #d54d81; }
.CommentMessage-participantYellow .ContributorIcon path {
fill: #ded569; }
.CommentMessage-participantTeal .ContributorIcon path {
fill: #5ed5b1; }
.CommentMessage-participantPink .ContributorIcon path {
fill: #e697dc; }
.CommentMessage-participantBrown .ContributorIcon path {
fill: #92643e; }
.CommentMessage-participantVividTangerine .ContributorIcon path {
fill: #ffa98a; }
.CommentMessage-participantSkyBlue .ContributorIcon path {
fill: #84e1eb; }
.CommentMessage-participantFern .ContributorIcon path {
fill: #69ab63; }
.CommentMessage-participantCarnation .ContributorIcon path {
fill: #f85b5b; }
.CommentMessage-participantDefault .ContributorIcon path {
fill: #404d52; }
.CommentMessage-participantReplayBlue .ContributorIcon path {
fill: #40a4c4; }
.ContributorIcon {
height: 16px;
margin-right: 4px; }
.JoinMessage .ContributorIcon {
margin-left: 3px; }
.JoinMessage .ContributorIcon path {
fill: white; }
.SystemMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: top;
-ms-flex-align: top;
align-items: top;
cursor: default;
position: relative;
float: left;
clear: both;
margin-top: 8px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: -6px 0;
border-radius: 3px;
max-width: 100%; }
.SystemMessage.SystemMessage--messageRedesign {
margin: 0;
float: none;
max-width: 291px; }
.SystemMessage-message {
float: left;
clear: left;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
line-height: 18px;
word-wrap: break-word;
width: 100%;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
.TextTooltip {
background: black;
color: white;
border-radius: 5px;
font-family: "museo_sans500", sans-serif;
font-size: 12px;
padding: 5px 10px;
text-align: center;
max-width: 320px; }
.Tooltip {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
margin-bottom: 7px;
position: absolute;
z-index: 1000000;
right: 50%;
bottom: 100%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
color: #fff;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-wrap: break-word;
white-space: pre; }
.Tooltip::after {
content: '';
position: absolute;
z-index: -1;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: -8px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(255, 255, 255, 0.2); }
.Tooltip .TooltipMessage {
z-index: 1;
padding: 5px 8px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 3px;
color: #fff;
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased; }
.Tooltip.is-black::after {
border-top: 6px solid rgba(63, 77, 81, 0.9); }
.Tooltip.is-black .TooltipMessage {
background-color: rgba(63, 77, 81, 0.9); }
.Tooltip.is-black .TooltipArrow {
border-top: 6px solid rgba(63, 77, 81, 0.9); }
.Tooltip .TooltipArrow {
position: absolute;
z-index: -1;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
width: 0;
height: 0;
bottom: -8px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(255, 255, 255, 0.2); }
.TwitterLogo {
fill: #A4B8BE;
-webkit-transition: fill 0.1s linear;
transition: fill 0.1s linear; }
.TwitterLogo:hover, .TwitterLogo:focus {
fill: #59adeb; }
.ProfileName .TwitterLogo,
.ProfileUsername .TwitterLogo {
margin-right: 5px;
fill: #eff2f4; }
.ProfileName .TwitterLogo:hover, .ProfileName .TwitterLogo:focus,
.ProfileUsername .TwitterLogo:hover,
.ProfileUsername .TwitterLogo:focus {
fill: #eff2f4; }
.ProfileAuthor .TwitterLogo {
fill: #a4b8be; }
.ProfileAuthor .TwitterLogo:hover, .ProfileAuthor .TwitterLogo:focus {
fill: #a4b8be; }
.TwitterProfileButton .ProfileLink:link, .TwitterProfileButton .ProfileLink:visited {
background-color: white;
border-radius: 30px;
border: 1px solid #59adeb;
color: #59adeb;
display: block;
font-family: "museo_sans500", sans-serif;
font-size: 20px;
padding: 12px 35px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.TwitterProfileButton .ProfileLink:hover {
background-color: #59adeb;
color: white;
text-decoration: none; }
.TwitterProfileButton .ProfileLink:focus, .TwitterProfileButton .ProfileLink:active {
outline: none;
background-color: #509dd4;
color: white; }
.UserActivityList {
width: 200px;
min-height: 38px;
height: 228px;
border-radius: 8px;
background-color: white;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
.UserActivityList .ListView-content span:first-of-type .UsersActivityItem {
border-radius: 8px 8px 0 0; }
.UserActivityList .ListView-content span:last-of-type .UsersActivityItem {
border-radius: 0 0 8px 8px; }
.UserActivityList--1items {
height: 38px; }
.UserActivityList--1items .ListView {
overflow-y: hidden !important; }
.UserActivityList--2items {
height: 76px; }
.UserActivityList--2items .ListView {
overflow-y: hidden !important; }
.UserActivityList--3items {
height: 114px; }
.UserActivityList--3items .ListView {
overflow-y: hidden !important; }
.UserActivityList--4items {
height: 152px; }
.UserActivityList--4items .ListView {
overflow-y: hidden !important; }
.UserActivityList--5items {
height: 190px; }
.UserActivityList--5items .ListView {
overflow-y: hidden !important; }
.UserActivityList--6items {
height: 228px; }
.UserActivityList--6items .ListView {
overflow-y: hidden !important; }
.UserActivityList-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #3f4d51;
font-size: 15px;
width: 100%; }
.UserActivityList-item .UsersActivityItem {
padding: 5px;
width: 100%;
margin: 0;
-webkit-animation-name: none;
animation-name: none; }
.UserActivityList-item .UsersActivityItem:hover {
background-color: rgba(239, 242, 244, 0.7); }
.UserActivityList-item .UsersActivityItem-avatarContainer {
margin-right: 5px; }
.UserActivityList-item .UsersActivityItem-displayName {
height: 28px;
width: 100%;
line-height: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
#UserFollowMobile {
overflow: auto;
width: 100%;
height: 100%;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
#UserFollowMobile .UserFollowMobile-Hero {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
min-height: 50%; }
#UserFollowMobile .UserFollowMobile-Hero video {
-o-object-fit: cover;
object-fit: cover;
min-width: 100%;
min-height: 100%;
height: auto !important; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-ImageCarousel img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 90px 40px 40px;
margin: 10px 0 0 0;
color: white; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
width: 64px;
height: 82px; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
margin: 28px 0 0 0;
font-size: 18px;
line-height: 23px;
font-family: "museo_sans300", sans-serif;
text-align: center; }
@media all and (orientation: landscape) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay {
padding: 22px 40px 40px; }
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
width: 51px; } }
@media all and (orientation: landscape) and (max-height: 345px) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay img {
display: none; } }
@media all and (orientation: landscape) {
#UserFollowMobile .UserFollowMobile-Hero .UserFollowMobile-HeroOverlay .UserFollowMobile-HeroOverlaySubtitle {
display: none; } }
#UserFollowMobile .UserFollowMobile-CTA {
position: relative;
padding: 64px 80px 30px;
font-size: 14px;
line-height: 17px;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
text-align: center; }
#UserFollowMobile .UserFollowMobile-CTA .ProfileAvatar {
position: absolute;
top: -41px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText {
margin: 0 0 23px 16px;
position: inherit; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-FollowText .UserFollowMobile-FollowTextUsername {
font-family: "museo_sans700", sans-serif; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
text-decoration: none;
width: 100%;
min-height: 48px;
line-height: 48px;
border: 1px solid #fff;
border-radius: 40px;
font-size: 16px;
font-family: "museo_sans500", sans-serif;
color: white;
background-color: #40a4c4; }
#UserFollowMobile .UserFollowMobile-CTA .UserFollowMobile-GetAppButton:active {
background-color: rgba(64, 164, 196, 0.6); }
.UsersActivityItem--participantOrange .shape {
fill: #f5a623; }
.UsersActivityItem--participantPurple .shape {
fill: #ab70d4; }
.UsersActivityItem--participantGreen .shape {
fill: #99ce62; }
.UsersActivityItem--participantPeriwinkle .shape {
fill: #5c75dc; }
.UsersActivityItem--participantRed .shape {
fill: #d54d81; }
.UsersActivityItem--participantYellow .shape {
fill: #ded569; }
.UsersActivityItem--participantTeal .shape {
fill: #5ed5b1; }
.UsersActivityItem--participantPink .shape {
fill: #e697dc; }
.UsersActivityItem--participantBrown .shape {
fill: #92643e; }
.UsersActivityItem--participantVividTangerine .shape {
fill: #ffa98a; }
.UsersActivityItem--participantSkyBlue .shape {
fill: #84e1eb; }
.UsersActivityItem--participantFern .shape {
fill: #69ab63; }
.UsersActivityItem--participantCarnation .shape {
fill: #f85b5b; }
.UsersActivityItem--participantDefault .shape {
fill: #404d52; }
.UsersActivityItem--participantReplayBlue .shape {
fill: #40a4c4; }
.UsersActivity-container {
overflow: hidden;
height: 32px;
padding-top: 3px;
margin-left: auto; }
.UsersActivity-container ~ .ViewerBadge {
margin-left: 10px; }
.UsersActivity .UsersActivity-sparkleContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: left; }
.UsersActivity .UsersActivity-sparkleContainer.with-seperator:after {
content: '•';
display: block;
float: right;
color: white;
opacity: .3;
padding: 0 10px;
line-height: 33px; }
.UsersActivity .UsersActivity-friendsContainer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-height: 66px; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer {
cursor: pointer;
position: absolute;
bottom: 38px;
right: 3px; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflowClickHandler {
width: 30px;
height: 38px;
position: absolute;
top: -10px;
left: 0;
z-index: 3; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer:hover .UsersActivity-overflow {
border-color: #40a4c4;
background-color: #e5f7fc; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflow {
position: relative;
background-clip: padding-box;
border-radius: 50%;
width: 28px;
height: 28px;
background-color: white;
border: 2px solid rgba(64, 164, 196, 0);
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
z-index: 2; }
.UsersActivity .UsersActivity-friendsContainer .UsersActivity-overflowContainer .UsersActivity-overflow .Ellipsis {
position: absolute;
height: 15px;
left: 10px;
top: 5px; }
.UsersActivityItem {
padding: 0 3px;
cursor: pointer;
position: relative;
margin-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-name: userActivityItemIn;
animation-name: userActivityItemIn;
-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .UsersActivityItem-avatarContainer {
position: relative;
width: 28px;
height: 28px;
background-clip: content-box;
border-radius: 50%;
border-style: solid;
border-width: 2px;
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground, .UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
position: absolute;
width: 24px;
height: 24px;
border-radius: 50%; }
.UsersActivityItem .UsersActivityItem-avatarContainer .UsersActivityItem-avatar {
z-index: 1;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-name: userActivityAvatarIn;
animation-name: userActivityAvatarIn;
opacity: 1;
-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem:hover .UsersActivityItem-avatar {
opacity: .4; }
.UsersActivityItem.UsersActivityItem--withHeart .HeartIcon {
-webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
.UsersActivityItem.UsersActivityItem--withHeart.UsersActivityItem--withBeat .HeartIcon {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-duration: 0.1s;
animation-duration: 0.1s;
-webkit-animation-name: userActivityHeartBeat;
animation-name: userActivityHeartBeat; }
.UsersActivityItem .HeartIcon {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
position: absolute;
top: -9px;
right: -3px;
z-index: 2;
-webkit-transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: scale 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
.UsersActivityItem .HeartIcon svg {
width: 15px; }
.UsersActivityItem--participantOrange .UsersActivityItem-pie span:before {
background-color: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-pie span:before {
background-color: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-pie span:before {
background-color: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:before {
background-color: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-pie span:before {
background-color: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-pie span:before {
background-color: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-pie span:before {
background-color: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-pie span:before {
background-color: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-pie span:before {
background-color: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:before {
background-color: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:before {
background-color: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-pie span:before {
background-color: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:before {
background-color: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-pie span:before {
background-color: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:before {
background-color: #40a4c4; }
.UsersActivityItem--participantOrange .UsersActivityItem-pie span:after {
background-color: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-pie span:after {
background-color: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-pie span:after {
background-color: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-pie span:after {
background-color: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-pie span:after {
background-color: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-pie span:after {
background-color: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-pie span:after {
background-color: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-pie span:after {
background-color: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-pie span:after {
background-color: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-pie span:after {
background-color: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-pie span:after {
background-color: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-pie span:after {
background-color: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-pie span:after {
background-color: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-pie span:after {
background-color: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-pie span:after {
background-color: #40a4c4; }
.is-pie0Percent span, .is-pie0Percent span:before, .is-pie0Percent span:after {
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important; }
.is-pie5Percent span, .is-pie5Percent span:before, .is-pie5Percent span:after {
-webkit-animation-delay: -2.5s !important;
animation-delay: -2.5s !important; }
.is-pie10Percent span, .is-pie10Percent span:before, .is-pie10Percent span:after {
-webkit-animation-delay: -5s !important;
animation-delay: -5s !important; }
.is-pie15Percent span, .is-pie15Percent span:before, .is-pie15Percent span:after {
-webkit-animation-delay: -7.5s !important;
animation-delay: -7.5s !important; }
.is-pie20Percent span, .is-pie20Percent span:before, .is-pie20Percent span:after {
-webkit-animation-delay: -10s !important;
animation-delay: -10s !important; }
.is-pie25Percent span, .is-pie25Percent span:before, .is-pie25Percent span:after {
-webkit-animation-delay: -12.5s !important;
animation-delay: -12.5s !important; }
.is-pie30Percent span, .is-pie30Percent span:before, .is-pie30Percent span:after {
-webkit-animation-delay: -15s !important;
animation-delay: -15s !important; }
.is-pie35Percent span, .is-pie35Percent span:before, .is-pie35Percent span:after {
-webkit-animation-delay: -17.5s !important;
animation-delay: -17.5s !important; }
.is-pie40Percent span, .is-pie40Percent span:before, .is-pie40Percent span:after {
-webkit-animation-delay: -20s !important;
animation-delay: -20s !important; }
.is-pie45Percent span, .is-pie45Percent span:before, .is-pie45Percent span:after {
-webkit-animation-delay: -22.5s !important;
animation-delay: -22.5s !important; }
.is-pie50Percent span, .is-pie50Percent span:before, .is-pie50Percent span:after {
-webkit-animation-delay: -25s !important;
animation-delay: -25s !important; }
.is-pie55Percent span, .is-pie55Percent span:before, .is-pie55Percent span:after {
-webkit-animation-delay: -27.5s !important;
animation-delay: -27.5s !important; }
.is-pie60Percent span, .is-pie60Percent span:before, .is-pie60Percent span:after {
-webkit-animation-delay: -30s !important;
animation-delay: -30s !important; }
.is-pie65Percent span, .is-pie65Percent span:before, .is-pie65Percent span:after {
-webkit-animation-delay: -32.5s !important;
animation-delay: -32.5s !important; }
.is-pie70Percent span, .is-pie70Percent span:before, .is-pie70Percent span:after {
-webkit-animation-delay: -35s !important;
animation-delay: -35s !important; }
.is-pie75Percent span, .is-pie75Percent span:before, .is-pie75Percent span:after {
-webkit-animation-delay: -37.5s !important;
animation-delay: -37.5s !important; }
.is-pie80Percent span, .is-pie80Percent span:before, .is-pie80Percent span:after {
-webkit-animation-delay: -40s !important;
animation-delay: -40s !important; }
.is-pie85Percent span, .is-pie85Percent span:before, .is-pie85Percent span:after {
-webkit-animation-delay: -42.5s !important;
animation-delay: -42.5s !important; }
.is-pie90Percent span, .is-pie90Percent span:before, .is-pie90Percent span:after {
-webkit-animation-delay: -45s !important;
animation-delay: -45s !important; }
.is-pie95Percent span, .is-pie95Percent span:before, .is-pie95Percent span:after {
-webkit-animation-delay: -47.5s !important;
animation-delay: -47.5s !important; }
.is-pie100Percent span, .is-pie100Percent span:before, .is-pie100Percent span:after {
-webkit-animation-delay: -49.5s !important;
animation-delay: -49.5s !important; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer {
width: 30px;
height: 30px;
overflow: hidden;
padding: 4px;
border-radius: 50%;
position: relative;
left: -3px;
top: -3px;
background: rgba(255, 255, 255, 0.2); }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie {
position: absolute;
font-size: 6px;
height: 5em;
width: 5em;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie:before {
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span {
clip: rect(0, auto, 2.5em, auto);
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: spinner 50s infinite linear;
animation: spinner 50s infinite linear;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before, .UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
border-radius: 50%;
clip: rect(0, auto, 2.5em, auto);
content: '';
display: block;
height: inherit;
left: inherit;
position: inherit;
top: inherit;
width: inherit; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:before {
-webkit-animation: firstHalf 50s infinite ease-in;
animation: firstHalf 50s infinite ease-in;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivity-sparkleContainer .UsersActivityItem-pieContainer .UsersActivityItem-pie span:after {
border-color: white;
-webkit-animation: secondHalf 50s infinite ease-out;
animation: secondHalf 50s infinite ease-out;
-webkit-animation-play-state: paused;
animation-play-state: paused; }
.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer {
border-color: rgba(245, 166, 35, 0); }
.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer {
border-color: rgba(171, 112, 212, 0); }
.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer {
border-color: rgba(153, 206, 98, 0); }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer {
border-color: rgba(92, 117, 220, 0); }
.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer {
border-color: rgba(213, 77, 129, 0); }
.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer {
border-color: rgba(222, 213, 105, 0); }
.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer {
border-color: rgba(94, 213, 177, 0); }
.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer {
border-color: rgba(230, 151, 220, 0); }
.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer {
border-color: rgba(146, 100, 62, 0); }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer {
border-color: rgba(255, 169, 138, 0); }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer {
border-color: rgba(132, 225, 235, 0); }
.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer {
border-color: rgba(105, 171, 99, 0); }
.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer {
border-color: rgba(248, 91, 91, 0); }
.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer {
border-color: rgba(64, 77, 82, 0); }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer {
border-color: rgba(64, 164, 196, 0); }
.UsersActivityItem--participantOrange .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #f5a623; }
.UsersActivityItem--participantPurple .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ab70d4; }
.UsersActivityItem--participantGreen .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #99ce62; }
.UsersActivityItem--participantPeriwinkle .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #5c75dc; }
.UsersActivityItem--participantRed .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #d54d81; }
.UsersActivityItem--participantYellow .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ded569; }
.UsersActivityItem--participantTeal .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #5ed5b1; }
.UsersActivityItem--participantPink .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #e697dc; }
.UsersActivityItem--participantBrown .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #92643e; }
.UsersActivityItem--participantVividTangerine .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #ffa98a; }
.UsersActivityItem--participantSkyBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #84e1eb; }
.UsersActivityItem--participantFern .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #69ab63; }
.UsersActivityItem--participantCarnation .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #f85b5b; }
.UsersActivityItem--participantDefault .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #404d52; }
.UsersActivityItem--participantReplayBlue .UsersActivityItem-avatarContainer .UsersActivityItem-avatarBackground {
background: #40a4c4; }
.UserListItem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 140px;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
border-bottom: 1px solid #eff2f4; }
.UserListItem:hover, .UserListItem:focus {
outline: none;
background-color: rgba(239, 242, 244, 0.7);
cursor: pointer; }
.UserListItem .ProfileLink {
padding: 10px 15px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.UserListItem .ProfileLink.ProfileLink--isInactive:hover {
background: none;
color: inherit; }
.UserListItem .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername {
color: #a4b8be; }
.UserListItem .ProfileAuthor, .UserListItem .ProfileName, .UserListItem .ProfileUsername, .UserListItem .ProfileDescription {
text-align: left;
margin: 0; }
.UserListItem .ProfileAvatar {
margin-right: 10px; }
.UserListItem .ProfileAuthor {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.UserListItem .ProfileName {
font-size: 20px;
margin-right: 10px; }
.UserListItem .ProfileName-displayName {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.UserListItem .ProfileUsername {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.UserListItem .CompactFollowingIcon {
margin-left: auto;
margin-top: 2px;
-ms-flex-negative: 0;
flex-shrink: 0; }
.UserListItem .ProfileDescription {
font-size: 13px;
margin-top: 10px;
padding: 0 10px;
word-break: break-word;
overflow: hidden;
height: 54px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.UserListItem .AccountDisplay {
margin-right: 5px;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start; }
.UserListItem .VIPBadgeIcon {
margin-left: 5px; }
.Video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden; }
.Video .BaseVideo *::-webkit-media-controls {
display: none !important;
-webkit-appearance: none; }
.Video .BaseVideo .vjs-tech div[style]:not([class]) {
overflow: hidden !important; }
.Video .BaseVideo .theoplayer-360-compass {
display: none;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.Video.Video--isContain {
top: 0;
bottom: 0;
left: 0;
right: 0; }
.Video.Video--withDimensionsTransition .BaseVideo {
-webkit-transition-property: width, height, top;
transition-property: width, height, top;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.Video.Video--is360 {
cursor: move; }
.Video.Video--is360 .vjs-tech video[src] {
display: none; }
.VideoAs360 {
cursor: move;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%; }
.VideoInterstitial {
opacity: 1;
-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
z-index: 6; }
.VideoInterstitial .ViewerBadge {
pointer-events: none;
position: absolute;
left: 15px;
bottom: 15px;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.VideoInterstitial--delay {
-webkit-transition-delay: .5s;
transition-delay: .5s; }
.VideoInterstitial--hidden {
opacity: 0;
pointer-events: none; }
@media only screen and (max-width: 300px) {
.CardView .VideoInterstitial .ViewerBadge {
left: 6px;
bottom: 6px; } }
.VideoPlayer {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative; }
.VideoOverlay-container {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: url(../images/broadcast_details_fade.42eaf915a18f9436aa658657e6d3a73e.png);
background-repeat: repeat-x;
background-size: 100% 100%;
padding: 20px;
bottom: 0;
left: 0;
position: absolute;
width: 100%; }
.VideoOverlay-container .ShareBroadcast {
margin-right: 20px;
margin-left: 5px; }
.VideoOverlay-container .BroadcastTitle {
font-size: 32px;
line-height: 1.1;
margin-bottom: 15px;
max-width: 400px;
-webkit-transform: translateZ(0); }
.VideoOverlay-container .BroadcastTitle .ReportButton {
margin-right: -26px; }
.VideoOverlay-container .VideoOverlay-footer {
clear: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container .VideoOverlay-footer .ShareBroadcast {
padding-right: 15px; }
.VideoOverlay-container .VideoOverlay-footer .MuteButton {
margin-right: 15px; }
.VideoOverlay-container .VideoSeeker {
margin: 0 10px;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 20px;
opacity: 0;
top: 50px;
-webkit-transition: opacity .3s, top .3s;
transition: opacity .3s, top .3s; }
.VideoOverlay-container .PlaybackControls {
width: 20px;
z-index: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.VideoOverlay-container .PlaybackControls .PlaybackControls-pause {
margin-right: 4px; }
.VideoOverlay-container .ProfileName {
font-size: 14px;
font-family: "museo_sans700", sans-serif;
white-space: nowrap;
margin: 0 15px 0 0;
-webkit-box-flex: 0;
-ms-flex: 0 0;
flex: 0 0;
-ms-flex-preferred-size: initial;
flex-basis: initial; }
.VideoOverlay-container .BroadcastLocation-container {
max-width: 400px;
margin-bottom: 15px; }
.VideoOverlay-container .BroadcastLocation-container .BroadcastLocation {
float: none; }
.VideoOverlay-container .Viewers {
margin: 0 20px 0 0; }
@-webkit-keyframes hide-title {
0% {
max-height: 400px; }
100% {
max-height: 0; } }
@keyframes hide-title {
0% {
max-height: 400px; }
100% {
max-height: 0; } }
@-webkit-keyframes show-title {
0% {
max-height: 0; }
100% {
max-height: 400px; } }
@keyframes show-title {
0% {
max-height: 0; }
100% {
max-height: 400px; } }
.VideoOverlay--signIn .VideoOverlay-broadcastTitleAndLocation {
max-height: 400px;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: hide-title;
animation-name: hide-title;
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1);
animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1); }
.VideoOverlay--signIn.VideoOverlay--hideTitle .VideoOverlay-broadcastTitleAndLocation {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-duration: .5s;
animation-duration: .5s; }
.VideoOverlay--signIn.VideoOverlay--showTitle .VideoOverlay-broadcastTitleAndLocation {
max-height: 0;
-webkit-animation-name: show-title;
animation-name: show-title;
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoOverlay-broadcastData,
.VideoOverlay-container--forPlayback:hover .VideoOverlay-broadcastData {
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoSeeker,
.VideoOverlay-container--forPlayback:hover .VideoSeeker {
opacity: 1;
top: 0; }
.VideoOverlay-Hearts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: absolute;
right: 10px;
bottom: 20px; }
@media only screen and (max-width: 500px) {
.VideoOverlay-container .BroadcastTitle {
display: none; } }
.VideoOverlay-container.VideoOverlay-container--isMobile {
padding: 5px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(64px);
transform: translateY(64px); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay {
-webkit-transform: translateY(38px);
transform: translateY(38px); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(26px);
transform: translateY(26px);
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .VideoOverlayMobile-PlaybackControls {
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateY(26px);
transform: translateY(26px);
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .ViewerBadge {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isReplay .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers.VideoOverlayMobile-Viewers--showPlaybackControls .VideoOverlayMobile-PlaybackControls {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile.VideoOverlayMobile--isActiveInfoPanel {
-webkit-transform: translateY(0);
transform: translateY(0); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Chat {
margin: 0 5px 8px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Divider {
width: 100%;
height: 1px;
margin: 8px 0;
background-color: rgba(255, 255, 255, 0.2); }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info {
margin: 0 5px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoSeeker {
top: initial;
opacity: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .PlaybackControls {
width: 16px;
height: 16px;
line-height: 16px;
margin-left: 10px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-comment {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer {
margin: 0;
max-width: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-body {
max-width: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat .CommentContainer-text {
font-size: 14px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Info .VideoOverlayMobile-UserChat-Close {
width: 15px;
height: 15px;
line-height: 15px;
margin: 0 15px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons {
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
opacity: 0.5; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Sidebar {
width: 23px;
height: 23px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Buttons .VideoOverlayMobile-Share .ShareBroadcast {
margin: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments .Messages ul {
margin: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-Comments .VideoOverlayMobile-Buttons {
margin-top: 15px;
margin-right: 100px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 10px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .HeartsContainer {
bottom: 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Hearts .FeedbackItem--userHeart {
-webkit-transform: none;
transform: none; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-PlaybackControls .PlaybackTime {
margin: 4px 0 0 0; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge {
font-size: 14px; }
.VideoOverlay-container.VideoOverlay-container--isMobile .VideoOverlayMobile-ViewersAndHearts .VideoOverlayMobile-Viewers .ViewerBadge .Viewers {
margin: 0; }
.VideoOverlayRedesign {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1; }
.VideoOverlayRedesign .ProfileName {
margin: 0;
font-size: 14px;
white-space: nowrap; }
.VideoOverlayRedesign .VideoOverlayRedesign-BackgroundGradient {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
-webkit-transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
height: 180px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 20px 24px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers {
z-index: 1;
position: absolute;
top: -17px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers.VideoOverlayRedesign-Viewers--isLive {
top: -24px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers.VideoOverlayRedesign-Viewers--noHover {
bottom: 0;
top: initial; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge {
font-size: 16px;
font-family: "museo_sans700", sans-serif;
line-height: 1;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .ViewerBadge-mode {
margin: 0 11px 0 0;
padding: 3px 6px 5px;
border-radius: 3px;
font-size: 14px;
font-family: "museo_sans700", sans-serif;
letter-spacing: 0.3px;
color: white; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .ViewerBadge-count {
padding: 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Viewers .ViewerBadge .Viewers:not(.Viewers--noIcon) {
padding: 0 0 0 19px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails {
margin: 0 0 16px 0;
font-family: "museo_sans300", sans-serif; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails .BroadcastTitle {
margin: 0 0 3.6px 0;
max-width: 450px;
font-size: 25px;
line-height: 1.41;
color: white; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BroadcastDetails .BroadcastLocation {
float: none;
font-family: "museo_sans300", sans-serif;
font-size: 14px;
line-height: 16px;
color: rgba(255, 255, 255, 0.6); }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
width: 100%; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Left .VideoOverlayRedesign-MuteButton {
margin: 0 0 0 17px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-BottomBar-Right > * {
margin: 0 0 0 10px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback {
margin: 24px 0 0 0;
padding: 0 0 0 13px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-PlaybackControls {
min-width: 17px;
min-height: 23px;
margin: 0 18.4px 0 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time {
width: initial;
min-width: 35px; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--elapsed {
text-align: left;
margin: 0 12px 0 0; }
.VideoOverlayRedesign .VideoOverlayRedesign-Bottom .VideoOverlayRedesign-Playback .VideoOverlayRedesign-Seeker .VideoSeekerBar-time.VideoSeekerBar-time--duration {
text-align: right;
margin: 0 0 0 12px; }
.VideoOverlayRedesign .VideoOverlayRedesign-BroadcastDetails,
.VideoOverlayRedesign .VideoOverlayRedesign-BottomBar,
.VideoOverlayRedesign .VideoOverlayRedesign-Playback,
.VideoOverlayRedesign .VideoOverlayRedesign-NextBroadcast,
.VideoOverlayRedesign .Header {
-webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BroadcastDetails,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BottomBar,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-Playback,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-NextBroadcast,
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .Header {
opacity: 0;
pointer-events: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .VideoOverlayRedesign-BackgroundGradient {
height: 75px; }
.VideoOverlayRedesign.VideoOverlayRedesign--hideUI {
opacity: 0;
pointer-events: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover, .VideoOverlayRedesign.VideoOverlayRedesign--hideUI {
cursor: none; }
.VideoOverlayRedesign.VideoOverlayRedesign--isNotHover .PlaybackControlsOverlay .PlaybackControlsOverlay-cover, .VideoOverlayRedesign.VideoOverlayRedesign--hideUI .PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
cursor: none; }
.VideoSeekerBar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VideoSeekerBar-bar {
display: inline-block; }
.VideoSeekerBar-time {
color: rgba(255, 255, 255, 0.2);
font-family: "museo_sans500", sans-serif;
font-size: 12px;
-webkit-transition: color .2s;
transition: color .2s;
text-align: center;
width: 60px; }
.VideoSeekerBar-bars {
cursor: pointer;
height: 20px;
width: 100%;
position: relative; }
.VideoSeekerBar-bar {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 4px;
height: 4px;
left: 0;
margin: 8px 0;
position: absolute;
width: 100%; }
.VideoSeekerBar-bar--elapsed {
background-color: rgba(255, 255, 255, 0.7); }
.VideoSeekerBar-time--elapsed {
color: rgba(255, 255, 255, 0.7); }
.VideoSeekerBar-marker {
border-radius: 6px;
position: absolute;
height: 4px;
width: 4px;
margin: 8px 0;
opacity: 0;
overflow: hidden; }
.VideoSeekerBar-marker--elapsed {
width: 10px;
height: 10px;
margin: 5px 0;
background-color: white;
pointer-events: none;
-webkit-transform: scale(0.4);
transform: scale(0.4);
box-shadow: 0 0 0 transparent;
-webkit-transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
transition: opacity .2s, transform .2s, box-shadow .2s;
transition: opacity .2s, transform .2s, box-shadow .2s, -webkit-transform .2s; }
.VideoSeekerBar-elapsedAffordance {
font-family: "museo_sans700", sans-serif;
font-size: 12px;
position: absolute;
top: -16px; }
.VideoSeekerBar-marker--seekingElapsed {
-webkit-transition: opacity .2s;
transition: opacity .2s;
pointer-events: none;
background-color: rgba(255, 255, 255, 0.4); }
.VideoSeekerBar-marker--seekingElapsed.VideoSeekerBar-marker--seekingBackward {
background-color: rgba(0, 0, 0, 0.3); }
.VideoSeekerBar-seekingTooltip {
position: absolute;
pointer-events: none;
opacity: 0;
top: -110px;
height: 110px;
max-height: 110px;
min-width: 60px;
max-width: 130px;
text-align: center;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: .3s transform, .3s opacity;
transition: .3s transform, .3s opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingThumbnail {
position: relative;
display: inline-block;
pointer-events: none;
left: -50%;
max-width: inherit;
max-height: inherit;
height: auto;
-ms-flex-item-align: end;
align-self: flex-end; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime {
bottom: 0px;
left: -50%;
position: absolute;
text-shadow: 0px 0px 5px black; }
.VideoSeekerBar-seekingTooltip .VideoSeekerBar-seekingTime--withThumb {
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
.VideoSeekerBar-seekingThumbnail {
border-radius: 5px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
height: 100%; }
.VideoSeekerBar-seekingTime {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: white;
font-size: 12px;
font-family: "museo_sans500", sans-serif;
text-align: center;
width: 100%;
height: 26px;
padding-top: 8px;
pointer-events: none; }
.VideoSeekerBar:hover .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-time--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-time--elapsed {
color: white; }
.VideoSeekerBar:hover .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-bar--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-bar--elapsed {
background-color: white; }
.VideoSeekerBar:hover .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--isTouchDevice:not(.VideoSeekerBar--disableInteraction) .VideoSeekerBar-marker--elapsed,
.VideoSeekerBar.VideoSeekerBar--forceHoverState .VideoSeekerBar-marker--elapsed {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-marker--seekingElapsed,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-marker--seekingElapsed {
opacity: 1; }
.VideoSeekerBar:hover:not(.VideoSeekerBar--isTouchDevice) .VideoSeekerBar-seekingTooltip,
.VideoSeekerBar.VideoSeekerBar--isSeeking .VideoSeekerBar-seekingTooltip {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transition: .3s transform, .3s opacity;
transition: .3s transform, .3s opacity; }
@media only screen and (max-width: 300px) {
.CardView .VideoSeekerBar-bars {
width: 75%; } }
@media only screen and (max-width: 240px) {
.CardView .VideoSeekerBar {
display: none; } }
.Viewer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 5px;
padding: 10px;
position: relative; }
.Viewer:hover {
background: #f8fafb;
cursor: pointer; }
.Viewer-profileImageContainer {
position: relative; }
.Viewer-profileImageContainer .HeartIcon {
position: absolute;
height: 20px;
width: 20px;
top: -4px;
right: 4px; }
.Viewer-profileImage {
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
position: relative; }
.Viewer-profileImage > img {
height: 48px;
width: 48px; }
.Viewer-profileImageOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.7; }
.Viewer-displayName {
font-family: "museo_sans700", sans-serif; }
.Viewer-displayName .FollowingIcon {
fill: #40a4c4;
margin-left: 4px; }
.Viewer-heartCount {
color: #a4b8be; }
.Viewers {
float: left;
padding-left: 16px;
white-space: nowrap;
background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
height: 15px;
background-size: 12px 15px;
background-position: 0 -1px;
background-repeat: no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Viewers {
background-image: url("../images/[email protected]");
background-size: 12px 15px; } }
.Viewers.Viewers--noIcon {
background-image: none;
padding-left: 0; }
.Viewers.Viewers--small {
padding-left: 15px;
background-image: url("../images/icon_viewers.151f699eb4d0b0cb21e1430cc0e37e45.png");
height: 11px;
background-size: 9px 11px;
background-position: 2px 0px; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.Viewers.Viewers--small {
background-image: url("../images/[email protected]");
background-size: 9px 11px; } }
@-webkit-keyframes livePulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
@keyframes livePulse {
0% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; }
60% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
70% {
background-color: #d55548;
color: white;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
100% {
color: rgba(255, 255, 255, 0.3);
text-shadow: none; } }
.ViewerBadge--withFixedWidth.ViewerBadge--1Digits .ViewerBadge-count {
width: 30px; }
.ViewerBadge--withFixedWidth.ViewerBadge--2Digits .ViewerBadge-count {
width: 40px; }
.ViewerBadge--withFixedWidth.ViewerBadge--3Digits .ViewerBadge-count {
width: 50px; }
.ViewerBadge--withFixedWidth.ViewerBadge--4Digits .ViewerBadge-count {
width: 60px; }
.ViewerBadge--withFixedWidth.ViewerBadge--5Digits .ViewerBadge-count {
width: 70px; }
.ViewerBadge--withFixedWidth.ViewerBadge--6Digits .ViewerBadge-count {
width: 80px; }
.ViewerBadge {
opacity: 1;
line-height: 1em;
font-size: 14px;
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.CardView .ViewerBadge {
margin-left: 0; }
.BroadcastHeroCell .ViewerBadge {
margin-left: 0; }
.ViewerBadge .ViewerBadge-mode {
padding: 5px;
margin-right: 15px;
background-color: rgba(34, 34, 34, 0.75);
border-radius: 4px;
letter-spacing: 0.5px; }
.ViewerBadge .ViewerBadge-mode.live {
-webkit-animation: livePulse 2s 250ms ease-in-out infinite backwards;
animation: livePulse 2s 250ms ease-in-out infinite backwards;
background-color: #d55548; }
.ViewerBadge .ViewerBadge-count {
padding: 5px 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
.ViewerBadge.ViewerBadge--hidden {
opacity: 0;
-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.ViewerBadge.ViewerBadge--conjoined {
font-size: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-mode {
padding: 4px 4px 4px 5px;
margin-right: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-360 {
margin-left: 5px; }
.ViewerBadge.ViewerBadge--conjoined .ViewerBadge-count {
padding: 4px 5px 4px 4px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color: rgba(34, 34, 34, 0.5); }
@media only screen and (max-width: 240px) {
.CardView .ViewerBadge,
.CardView .ViewerBadge.ViewerBadge--conjoined {
font-size: 10px; } }
.VIPBadge-Container {
position: relative;
display: inline-block; }
.VIPBadge-Avatar {
position: absolute;
top: 0;
left: 0; }
.VIPBadge {
position: absolute;
pointer-events: none;
overflow: hidden; }
.VIPBadge-Rot {
position: absolute;
top: 0;
left: 0; }
.VIPBadge-Rot.VIPBadge-Rot1, .VIPBadge-Rot.VIPBadge-Rot2 {
opacity: 0.46; }
.VIPBadge-Rot.VIPBadge-Rot3 {
opacity: 0.2; }
.VIPBadge-Rot.VIPBadge-Rot4 {
opacity: 0.33; }
.VIPBadge-Rot.VIPBadge-Rot5 {
opacity: 0.2; }
.VIPBadge-Bronze .VIPBadge-Rot1 {
-webkit-animation: spin 36s infinite linear normal;
animation: spin 36s infinite linear normal; }
.VIPBadge-Bronze .VIPBadge-Rot2 {
-webkit-animation: spin 120s infinite linear reverse;
animation: spin 120s infinite linear reverse; }
.VIPBadge-Silver .VIPBadge-Rot1 {
-webkit-animation: spin 18s infinite linear normal;
animation: spin 18s infinite linear normal; }
.VIPBadge-Silver .VIPBadge-Rot2 {
-webkit-animation: spin 60s infinite linear reverse;
animation: spin 60s infinite linear reverse; }
.VIPBadge-Silver .VIPBadge-Rot3 {
-webkit-animation: spin 9s infinite linear reverse;
animation: spin 9s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot1 {
-webkit-animation: spin 12s infinite linear normal;
animation: spin 12s infinite linear normal; }
.VIPBadge-Gold .VIPBadge-Rot2 {
-webkit-animation: spin 40s infinite linear reverse;
animation: spin 40s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot3 {
-webkit-animation: spin 12s infinite linear reverse;
animation: spin 12s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot4 {
-webkit-animation: spin 24s infinite linear reverse;
animation: spin 24s infinite linear reverse; }
.VIPBadge-Gold .VIPBadge-Rot5 {
-webkit-animation: spin 8s infinite linear reverse;
animation: spin 8s infinite linear reverse; }
.VIPBadgeIcon {
position: relative;
display: inline; }
.VIPBadgeIcon.VIPBadgeIcon--withLeadingIcon {
margin-left: 3px; }
.VIPBadgeIcon svg {
width: 17px;
height: 17px; }
.CommentMessage .VIPBadgeIcon svg, .JoinMessage .VIPBadgeIcon svg {
width: auto;
height: 15px;
margin-right: 4px; }
.VIPIconTooltip {
width: 250px;
padding: 26px;
border-radius: 4px;
background-color: black;
font-size: 12px;
font-family: "museo_sans500", sans-serif;
color: #FFF; }
.VIPIconTooltip a {
color: #40A4C4; }
.VIPIconTooltip .VIPIconTooltip-Close {
cursor: pointer;
position: absolute;
top: 10px;
right: 12px; }
.VIPIconTooltip .VIPIconTooltip-Close svg {
height: 10px; }
.VIPIconTooltip .VIPIconTooltip-Icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 24px 0 0 0; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon svg {
height: 40px; }
.VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon span {
margin: 7px 0 0 0; }
.GlobalTooltip--bottom .VIPIconTooltip {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--top .VIPIconTooltip {
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--right .VIPIconTooltip {
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.8); }
.GlobalTooltip--left .VIPIconTooltip {
box-shadow: -1px 0 2px rgba(0, 0, 0, 0.8); }
.TwitterAdUI {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: white;
font-family: "helvetica neue", arial;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased; }
.TwitterAdUI .TwitterAdUI-paddedContainer {
padding: 8px 15px; }
.TwitterAdUI .TwitterAdUI-container {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.TwitterAdUI .TwitterAdUI-button {
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.6); }
.TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time {
padding: 4px 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
line-height: 13px;
font-size: 13px; }
.TwitterAdUI .TwitterAdUI-button.TwitterAdUI-time .TwitterAdUI-audioIcon {
width: 14.18182px;
height: 13px;
background-size: 13px 14.18182px;
background-repeat: no-repeat;
background-image: url(../images/media_equalizer.gif); }
.TwitterAdUI .TwitterAdUI-skip {
cursor: pointer;
padding: 5px 10px;
line-height: 13px;
font-size: 13px;
font-weight: 400; }
.TwitterAdUI .TwitterAdUI-activeBackground {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls {
height: 34px;
line-height: 34px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlsLeft {
margin: 0 0 0 -8px; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-controlSpacer {
width: 1px;
height: 100%;
margin: 0 8px;
background-color: rgba(164, 184, 190, 0.3); }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon {
cursor: pointer;
padding: 0 12px 0 0; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-playbackIcon svg {
width: 34px;
height: 34px; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-timer {
margin: 0 8px 0 0;
font-weight: 300; }
.TwitterAdUI .TwitterAdUI-activeBackground .TwitterAdUI-controls .TwitterAdUI-mutedIcon {
cursor: pointer;
height: 34px;
padding: 0 12px; }
.TwitterAdUI .TwitterAdUI-rowGroup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.TwitterAdUI .TwitterAdUI-fader {
-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-container {
opacity: 1; }
.TwitterAdUI .TwitterAdUI-fader.TwitterAdUI-activeBackground {
opacity: 0; }
.TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-container, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-container {
opacity: 0; }
.TwitterAdUI:hover .TwitterAdUI-fader.TwitterAdUI-activeBackground, .TwitterAdUI:focus .TwitterAdUI-fader.TwitterAdUI-activeBackground {
opacity: 1; }
#BanPage {
font-size: 14px;
height: 100%;
min-width: 320px;
margin: 0;
padding: 0;
background: whitesmoke;
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
-webkit-font-smoothing: antialiased; }
#BanPage h2 {
margin: 0; }
#BanPage strong {
font-family: "museo_sans700", sans-serif;
font-weight: normal; }
#BanPage a {
color: #40a4c4;
text-decoration: none;
-webkit-transition: color .2s ease-out;
transition: color .2s ease-out; }
#BanPage a:hover {
color: #2a748b;
text-decoration: underline; }
#BanPage p {
font-size: 0.8em;
line-height: 1.4em; }
#BanPage .BanPageReason-actionButtonBar {
position: absolute;
top: 64px;
bottom: 76px;
overflow: scroll;
color: #6b8187;
width: 100%;
margin: 0 auto;
padding: 24px 20px;
font-size: 1.4em;
line-height: 1.4em; }
#BanPage .BanPageReason-content {
max-width: 700px;
margin-left: auto;
margin-right: auto; }
#BanPage .BanPageReason-header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #40a4c4;
color: white; }
@media all and (max-width: 720px) {
#BanPage .BanPageReason-header {
background-color: #328aa7; } }
#BanPage .BanPageReason-header .BanPageReason-statusBar {
background: #3a8ba5;
height: 20px; }
#BanPage .BanPageReason-header .BanPageReason-navigationBar {
background: #40a4c4;
height: 44px; }
#BanPage .BanPageButton {
padding: 16px;
background: white;
position: fixed;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid #eaeaea; }
#BanPage .BanPageButton button {
width: 100%;
height: 46px;
font-size: 20px;
background: #40a4c4;
max-width: 700px;
margin-left: auto;
margin-right: auto;
color: white;
border-radius: 23px;
border: none;
display: block;
font-family: "museo_sans700", sans-serif; }
#BanPage .BanPageButton button[disabled] {
background: #a4b8be;
opacity: 0.3; }
#Partners .partners-grid {
list-style: none;
padding: 20px 0px; }
#Partners li.partners-item {
font-size: initial;
display: block;
float: left;
margin: 0;
padding: 0;
width: 50%;
min-height: 150px; }
#Partners .grid-item {
padding: 15px 15px; }
#Partners .partner-title {
font-family: "museo_sans500", sans-serif; }
#Partners .partners-item img {
width: 120px;
float: left;
margin-right: 15px;
border: 1px #eff2f4 solid; }
#Partners .partner-subtext {
line-height: 22px; }
@media only screen and (max-width: 840px) {
#Partners li.partners-item {
margin-bottom: 10px;
width: 100%; }
#Partners .grid-item {
padding: 25px 0px; } }
#tos-current table.c26 {
word-break: break-word; }
#tos-current .c11 {
font-weight: bold; }
#tos-current .c7 {
font-size: 1em;
text-align: left; }
#VIPProgram .hamburger-menu {
display: none; }
.VanityMenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-family: "museo_sans500", sans-serif;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start; }
.VanityMenu-nav, .VanityMenu-navFlexGroup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.VanityMenu-navGroup {
display: inline-block;
margin: 0 20px;
width: 160px;
padding-bottom: 25px; }
@media (max-width: 668px) {
.VanityMenu-navGroup {
width: 300px; } }
.VanityMenu-navGroup h2 {
color: #3f4d51;
font-family: "museo_sans300", sans-serif;
font-weight: 300;
font-size: 24px;
padding-left: 10px; }
.VanityMenu-linkGroup {
list-style: none;
padding-left: 0; }
.VanityMenu-linkGroup a.VanityMenu-link {
color: #40a4c4;
border-radius: 4px;
display: inline-block;
font-size: 16px;
width: 100%;
padding: 10px; }
.VanityMenu-linkGroup a.VanityMenu-link:visited {
color: #40a4c4; }
.VanityMenu-linkGroup a.VanityMenu-link:hover {
background-color: rgba(124, 214, 241, 0.2);
color: #40a4c4; }
.VanityMenu-copyright {
color: #a4b8be;
font-size: 12px;
margin-top: 80px; }
.VanityRoot {
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.VanitySplash {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background: black url("../images/splash_bg.jpg") no-repeat center center;
color: white; }
.VanitySplash-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif;
padding: 60px 20px;
text-align: center; }
.VanitySplash-headline {
font-size: 1.6em;
margin: 0 auto; }
.VanitySplash-videoCTA {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 30px auto; }
.VanitySplash-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
z-index: 999;
overflow: hidden; }
.VanitySplash-overlayBackground {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
z-index: -1; }
.VanitySplash-overlayVideo {
height: 100%;
width: 100%; }
.VanitySplash-overlayClose {
position: absolute;
top: 20px;
left: 20px;
cursor: pointer; }
.GetAppModal .ModalLinkCTA {
margin: 60px 115px 20px; }
.GetAppModal .Form-input {
width: 240px; }
.Modal {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.Modal a {
text-decoration: none;
color: #40a4c4; }
.Modal a:visited {
color: #40a4c4; }
.Modal .ModalLinkCTA {
margin: 0 32px 16px; }
.Modal .Modal-commentDetail {
position: absolute;
width: 100%;
top: 100%;
left: 0;
padding: 0;
margin-top: -10px;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.Modal .Modal-commentDetail .CommentMessage {
box-shadow: 0px 1px 3px black;
cursor: initial;
text-align: left;
float: none;
margin: 0; }
.Modal .Modal-commentDetail .CommentMessage-actionButtons {
display: none; }
.Modal-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: black;
cursor: pointer;
z-index: 14;
will-change: opacity; }
.Modal-background.Modal-background--light {
background-color: white; }
.Modal-background.Modal-background--blue {
background-color: #40a4c4; }
.Modal-content {
position: relative;
z-index: 15;
will-change: margin-bottom, opacity; }
.Modal-content.Modal-style .Modal-component {
padding-top: 40px; }
.Modal-content.Modal-style {
background-color: white;
border-radius: 4px;
color: #a4b8be;
font-family: "museo_sans300", sans-serif;
font-size: 16px;
margin: 0 20px;
width: 100%;
max-width: 400px;
min-width: 300px;
opacity: 0;
text-align: center; }
.Modal-content.Modal-style .ReportCommentModal-button {
display: block;
cursor: pointer;
background-color: white;
border-radius: 30px;
color: #40a4c4;
padding: 12px 35px;
margin: 7px 0;
text-decoration: none;
border: 1px solid #40a4c4;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
text-decoration: none;
-webkit-transition: background-color .1s ease-out, color .1s;
transition: background-color .1s ease-out, color .1s; }
.Modal-content.Modal-style .ReportCommentModal-button .ReportCommentModal-buttonExtra {
display: block;
font-size: 12px;
color: #a4b8be; }
.Modal-content.Modal-style .ReportCommentModal-button:hover .ReportCommentModal-buttonExtra,
.Modal-content.Modal-style .ReportCommentModal-button:focus .ReportCommentModal-buttonExtra,
.Modal-content.Modal-style .ReportCommentModal-button:active .ReportCommentModal-buttonExtra {
color: white; }
.Modal-content.Modal-style .ReportCommentModal-button:hover, .Modal-content.Modal-style .ReportCommentModal-button:focus, .Modal-content.Modal-style .ReportCommentModal-button:active {
outline: none;
background-color: #d55548;
border-color: #d55548;
color: white;
text-decoration: none; }
.Modal-title,
.Modal-message,
.Modal-form {
padding: 0 32px; }
.Modal-title {
margin: 20px 0 0;
font-family: "museo_sans500", sans-serif;
font-size: 24px;
color: #3f4d51; }
.Modal-title + .Modal-message {
margin-top: 0; }
.Modal-message {
margin: 12px 0 24px;
color: #3f4d51; }
.Modal-body,
.Modal-form {
margin: 20px 0; }
.Modal-smallPrint {
margin-top: 10px;
font-size: 13px; }
div:not(.Modal-white) > .Modal-dismiss {
background-image: url("../images/close_x.9b44b4c0099aa5b9340a8ba84c217429.png");
background-repeat: no-repeat;
background-position: center 20px;
cursor: pointer;
height: 50px;
position: absolute;
right: 20px;
top: 0;
width: 40px;
-webkit-transition: background-color .1s ease-out;
transition: background-color .1s ease-out; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div:not(.Modal-white) > .Modal-dismiss {
background-image: url("../images/[email protected]");
background-size: 15px 15px; } }
div:not(.Modal-white) > .Modal-dismiss.Modal-style {
background-color: #88c6d9;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px; }
div:not(.Modal-white) > .Modal-dismiss.Modal-style:hover {
background-color: #64b4cc; }
div:not(.Modal-white) > .Modal-dismiss.Modal-style:focus, div:not(.Modal-white) > .Modal-dismiss.Modal-style:active {
outline: none;
background-color: #43a3c1; }
div.Modal-white {
border-radius: 7px; }
div.Modal-white > .Modal-dismiss {
background-image: url("../images/web_x_grey.f7ea5c368fc922286c07afd364dcb984.png");
background-repeat: no-repeat;
background-position: center 20px;
cursor: pointer;
height: 50px;
position: absolute;
right: 5px;
top: -4px;
width: 40px;
-webkit-transition: background-color .1s ease-out;
transition: background-color .1s ease-out; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div.Modal-white > .Modal-dismiss {
background-image: url("../images/[email protected]");
background-size: 16px 16px; } }
div.Modal-white > .Modal-dismiss:hover {
background-image: url("../images/web_x_grey_hover.1af6d79f146c263b041083e8e6d769ad.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
div.Modal-white > .Modal-dismiss:hover {
background-image: url("../images/[email protected]");
background-size: 16px 16px; } }
@media only screen and (max-width: 480px) {
.Modal-content {
margin: 0 40px; } }
@media only screen and (max-height: 750px) {
.Modal .Modal-content:not(.Modal-ReportComment) {
max-height: 95vh; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component {
max-height: 95vh;
overflow-y: overlay;
-webkit-overflow-scrolling: touch;
overflow-x: hidden; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar {
-webkit-appearance: none; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:vertical {
width: 9px; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar:horizontal {
height: 0; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ProfileModal, .Modal .Modal-content:not(.Modal-ReportComment) .Modal-component .ReportCommentModal {
margin-bottom: 115px;
padding-bottom: 0; }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
z-index: 15;
position: fixed;
bottom: 5px;
top: initial;
max-width: 300px;
max-height: 115px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Modal .Modal-content:not(.Modal-ReportComment) .Modal-commentDetail .CommentMessage-message {
overflow: hidden;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
@media only screen and (max-height: 380px) {
.Modal .Modal-content.Modal-ReportComment {
max-height: 95vh; }
.Modal .Modal-content.Modal-ReportComment .Modal-component {
max-height: 95vh;
overflow-y: overlay;
-webkit-overflow-scrolling: touch;
overflow-x: hidden; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar {
-webkit-appearance: none; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:vertical {
width: 9px; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar:horizontal {
height: 0; }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0, 0, 0, 0.5); }
.Modal .Modal-content.Modal-ReportComment .Modal-component::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 8px; }
.Modal .Modal-content.Modal-ReportComment .Modal-component .ProfileModal, .Modal .Modal-content.Modal-ReportComment .Modal-component .ReportCommentModal {
margin-bottom: 115px;
padding-bottom: 0; }
.Modal .Modal-content.Modal-ReportComment .Modal-commentDetail {
z-index: 15;
position: fixed;
bottom: 5px;
top: initial;
max-width: 300px;
max-height: 115px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.Modal .Modal-content.Modal-ReportComment .Modal-commentDetail .CommentMessage-message {
overflow: hidden;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical; } }
@media only screen and (max-height: 750px) {
.Modal .Modal--withSidebar.Modal-content:not(.Modal-ReportComment) .Modal-commentDetail {
margin-left: calc(50% + 225px); } }
@media only screen and (max-height: 380px) {
.Modal .Modal--withSidebar.Modal-content.Modal-ReportComment .Modal-commentDetail {
margin-left: calc(50% + 225px); } }
.Modal-content.Modal-bannedModal {
background-color: #d55548;
min-height: 200px; }
.Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style {
background-color: #ff6656; }
.Modal-content.Modal-bannedModal .Modal-dismiss.Modal-style:hover {
background-color: #c14b3c; }
.Modal-content.Modal-bannedModal .AlertIcon {
padding: 0;
margin: 30px 0 20px;
width: 50px; }
.Modal-content.Modal-bannedModal .Modal-message {
color: white;
padding: 0; }
.Modal-content.Modal-bannedModal .Modal-component {
padding: 0; }
.Modal-content.Modal-bannedModal iframe {
border-radius: 3px; }
.ProfileModal {
padding-bottom: 40px; }
.ProfileModal .ProfileDescription {
margin: 30px 40px 0; }
.ProfileModal .PeriscopeProfileButton {
margin: 40px 40px 0; }
.ProfileModal--mute {
margin-top: 25px;
font-size: 14px;
color: #d55548;
cursor: pointer; }
.ProfileModal--mute:hover {
color: #c14b3c; }
.SignInModalRevamp {
padding-bottom: 25px; }
.SignInModalRevamp .SignInModalRevamp-closeButton {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
background: none;
border: none;
padding: 5px; }
.SignInModalRevamp .Modal-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: "museo_sans300", sans-serif; }
.SignInModalRevamp .Modal-title .SignInModalRevamp-appLogo {
width: 40px;
height: 40px;
margin-right: 10px;
border-radius: 50%;
background-color: #40a4c4;
padding: 9px; }
.SignInModalRevamp .Modal-message {
padding: 20px 0;
color: #a4b8be;
border: 0; }
.SignInModalRevamp .Modal-form {
min-height: 300px;
width: 100%;
padding: 0;
margin: 0;
position: relative;
overflow: hidden; }
.SignInModalRevamp .Modal-form .Form {
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.45s;
animation-duration: 0.45s;
position: relative;
padding: 0 50px;
width: 100%; }
.SignInModalRevamp .Modal-form svg {
margin-right: 7px; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-action {
margin-bottom: 45px;
color: #3f4d51; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-action strong {
font-family: "museo_sans700", sans-serif; }
.SignInModalRevamp .Modal-form .Form-button {
padding: 15px;
margin: 12px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter {
background: #59adeb; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-twitter svg {
fill: white; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook {
background: #4267b2; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-facebook svg {
fill: white; }
.SignInModalRevamp .Modal-form .Form-button.SignInModalRevamp-google {
background: #3f535c; }
.SignInModalRevamp .Modal-form .SignInModalRevamp-switchAction {
display: block;
margin-top: 25px; }
.SignInModalRevamp .SignInModalRevamp-meta {
font-size: 11px; }
.SignInModalRevamp-backButtonContainer {
position: absolute;
top: 30px;
left: 0;
z-index: 1;
width: 60px;
height: 30px;
overflow: hidden;
text-align: left; }
.SignInModalRevamp-backButtonContainer .SignInModalRevamp-backButton {
height: 30px;
width: 60px;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
opacity: 0;
text-align: right;
padding-right: 13px;
background: #40a4c4;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
border-radius: 0 30px 30px 0;
border: none;
color: white;
cursor: pointer;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
outline: none; }
.SignInModalRevamp-backButtonContainer .SignInModalRevamp-backButton .CaretLeft {
height: 13px;
width: 13px; }
.SignInModalRevamp .SignInModalRevamp-choiceScreen {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp .SignInModalRevamp-login {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
.SignInModalRevamp .SignInModalRevamp-signup {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
.SignInModalRevamp-currentStateChoice .SignInModalRevamp-choiceScreen {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp-currentStateLogin .SignInModalRevamp-choiceScreen {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
.SignInModalRevamp-currentStateLogin .SignInModalRevamp-login {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp-currentStateSignup .SignInModalRevamp-choiceScreen {
opacity: 0;
position: absolute !important;
top: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%); }
.SignInModalRevamp-currentStateSignup .SignInModalRevamp-signup {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%); }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackOut;
animation-name: signInModalBackOut;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-animation-duration: 0.45s;
animation-duration: 0.45s; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceIn;
animation-name: signInModalChoiceIn; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice.formStateLogin .SignInModalRevamp-login {
-webkit-animation-name: signInModalAppsOut;
animation-name: signInModalAppsOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateChoice.formStateSignup .SignInModalRevamp-signup {
-webkit-animation-name: signInModalAppsOut;
animation-name: signInModalAppsOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackIn;
animation-name: signInModalBackIn;
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceOut;
animation-name: signInModalChoiceOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateSignup .SignInModalRevamp-signup {
-webkit-animation-name: signInModalAppsIn;
animation-name: signInModalAppsIn; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-backButton {
-webkit-animation-name: signInModalBackIn;
animation-name: signInModalBackIn;
-webkit-animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
animation-timing-function: cubic-bezier(0.08, 0.84, 0.51, 1.01);
-webkit-animation-duration: 0.35s;
animation-duration: 0.35s;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-choiceScreen {
-webkit-animation-name: signInModalChoiceOut;
animation-name: signInModalChoiceOut; }
.SignInModalRevamp.SignInModalRevamp-currentStateLogin .SignInModalRevamp-login {
-webkit-animation-name: signInModalAppsIn;
animation-name: signInModalAppsIn; }
.Modal-content.Modal-signup .Modal-component {
padding-top: 0; }
.Modal-content.Modal-signup .Modal-dismiss.Modal-style {
width: 29px;
height: 36px;
background-position: center 12.5px;
background-size: 12.5px 12.5px; }
.SignUpModal {
padding-bottom: 40px; }
.SignUpModal svg.SyncIcon {
width: 12px;
height: 12px; }
.SignUpModal svg.Badge, .SignUpModal svg.Username {
width: 26px;
height: 26px; }
.SignUpModal .accessAid {
display: none; }
.SignUpModal .SignUp {
height: 120px;
display: block;
background-color: #40a4c4;
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.SignUpModal .ProfileAvatar {
position: relative;
top: 44px; }
.SignUpModal .ProfileAvatar .ProfileAvatar-image {
border: 5px solid white;
box-sizing: content-box; }
.SignUpModal .SignUpForm {
padding-top: 70px; }
.SignUpModal .SignUpForm .SignUpLabel {
-webkit-transition: fill .3s ease-out;
transition: fill .3s ease-out;
fill: #a4b8be; }
.SignUpModal .SignUpForm .SignUpLabel.is-focused {
fill: #3f4d51; }
.SignUpModal .SignUpForm .SignUpLabel.is-error {
fill: #d55548; }
.SignUpModal .SignUpForm .SignUpLabel.is-ok {
fill: #82bb47; }
.SignUpModal .SignUpForm .SignUpLabel svg {
vertical-align: text-bottom; }
.SignUpModal .SignUpForm .InputContainer {
position: relative;
display: block;
margin: 0 auto 14px;
width: 290px; }
.SignUpModal .SignUpForm .InputContainer .FormTextBox {
width: 246px;
height: 24px;
font-family: "museo_sans700", sans-serif;
font-size: 20px;
color: #3f4d51;
border: none;
border-bottom: 1px solid rgba(164, 184, 190, 0.3);
padding-bottom: 8px;
line-height: 24px;
outline: none;
margin-left: 17px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors {
position: absolute;
top: calc(100% + 8px);
background-color: #d55548;
font-size: 12px;
color: white;
padding: 10px 16px;
border-radius: 4px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle {
left: 0;
width: 45px; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle::after {
background-color: #d55548; }
.SignUpModal .SignUpForm .InputContainer .FieldErrors p {
margin: 0; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator {
position: absolute;
right: 10px;
line-height: 30px;
fill: #a4b8be; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator .SyncIcon {
display: none; }
.SignUpModal .SignUpForm .InputContainer .ValidatingIndicator.is-validating .SyncIcon {
display: inline-block;
-webkit-animation: spin 1s infinite linear normal;
animation: spin 1s infinite linear normal; }
.SignUpModal .SignUpActions {
margin: 52px 40px 0; }
.SignUpModal .SignUpActions .SignUpButton {
position: relative;
color: white;
display: inline-block;
padding: 5px 15px;
text-decoration: none;
cursor: pointer;
width: 100%;
height: 48px;
border-radius: 50px;
background-color: #7cd6f1;
border: none;
font-family: "museo_sans500", sans-serif;
font-size: 16px;
-webkit-transition: background-color .3s ease-out;
transition: background-color .3s ease-out; }
.SignUpModal .SignUpActions .SignUpButton:hover, .SignUpModal .SignUpActions .SignUpButton:focus {
background-color: #40a4c4; }
.SignUpModal .SignUpActions .SignUpButton:disabled {
cursor: default;
background-color: rgba(164, 184, 190, 0.3); }
.SignUpModal .SignUpActions .SignUpButton.is-submitted:disabled {
cursor: default;
background-color: #82bb47; }
.SignUpModal .SignUpActions .SignUpButton.is-submitted .CheckIcon {
position: absolute;
left: 10px; }
.SignUpModal .SignUpActions .SignUpButton span {
line-height: 30px; }
.SignUpModal .TermsAndConditions {
margin-top: 25px;
font-size: 14px;
padding: 0 35px; }
.SignUpModal .TermsAndConditions a {
cursor: pointer; }
.ShareOverlay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "museo_sans300", sans-serif; }
.ShareOverlayTitle {
font-size: 24px;
color: white;
text-align: center;
margin-bottom: 21px; }
@media (min-width: 868px) {
.ShareOverlayTitle {
margin-bottom: 61px; } }
.ShareOverlayButtons {
margin-bottom: 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
max-width: 95vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.ShareOverlay--withTimecodeSharing .ShareOverlayButtons {
margin-bottom: 25px; }
.ShareOverlay-timecodeSharing {
width: 100%; }
@media (min-width: 948px) {
.ShareOverlay-timecodeSharing {
width: 500px; } }
.ShareOverlay-timecodeControls {
opacity: 1;
text-align: center;
padding: 25px 0;
-webkit-transition: height .2s, opacity .2s, padding .2s;
transition: height .2s, opacity .2s, padding .2s; }
.ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled {
opacity: 0;
height: 0;
padding: 0; }
.ShareOverlay-timecodeControls.ShareOverlay-timecodeControls--isDisabled .VideoSeeker {
height: 0;
pointer-events: none; }
.ShareOverlay-timecodeControlsToggle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px; }
.ShareOverlay-timecodeLabel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer; }
.ShareOverlay-timecodeCheckbox {
margin-right: 10px; }
.ShareOverlay-timecodeDisplay {
color: white;
font-family: "museo_sans700", sans-serif;
font-size: 14px;
padding-left: 9px;
text-align: center;
-webkit-transition: opacity .2s;
transition: opacity .2s; }
.ShareOverlay-timecodeDisplay.ShareOverlay-timecodeDisplay--disabled {
opacity: .2; }
.Modal-content.Modal-style.Modal-report .Modal-dismiss.Modal-style {
width: 29px;
height: 36px;
background-position: center 12.5px;
background-size: 12.5px 12.5px; }
.Modal-associatedAccountModal.Modal-content.Modal-style .Modal-component {
padding: 0; }
.Modal-associatedAccountModal .AssociatedAccountModal-content {
padding: 20px; }
.Modal-associatedAccountModal .AssociatedAccountModal-title {
background: #40a4c4;
color: white;
border-radius: 4px 4px 0 0;
padding: 50px 30px 10px;
font-family: "museo_sans700", sans-serif;
font-size: 21px;
font-weight: bold; }
.Modal-associatedAccountModal .AssociatedAccountModal-message {
color: #3f4d51;
margin-bottom: 30px; }
.Modal-associatedAccountModal a {
font-size: 14px; }
.Modal-associatedAccountModal button:not(.is-custom):not(.AccountStatsBroadcastDetails-button) {
display: block;
width: 100%; }
.Modal-associatedAccountModal .is-open .AssociatedAccountModal-instructions {
display: block; }
.Modal-associatedAccountModal .AssociatedAccountModal-instructions {
display: none;
color: #3f4d51;
text-align: left; }
.Safari360Alert {
margin: 0; }
.GlobalDrawer {
left: 0;
right: 0;
background-color: white;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
color: #3f4d51;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
font-family: "museo_sans300", sans-serif;
max-width: 60%;
min-width: 40%;
margin: 0 auto;
min-height: 20px;
padding: 36px 16px 16px;
position: absolute;
text-align: center;
z-index: 13; }
.GlobalDrawer a,
.GlobalDrawer a:visited,
.GlobalDrawer a:hover {
text-decoration: none;
color: #40a4c4; }
.GlobalDrawer .GlobalDrawer-content {
margin: 2px 0;
width: 100%; }
.GlobalDrawer .GlobalDrawer-close {
margin: 8px 0 0 32px;
cursor: pointer; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.GlobalDrawer {
font-size: 14px;
max-width: 95%;
opacity: 0.95; } }
#GlobalTooltip {
position: absolute;
top: 0;
left: 0;
display: none;
width: 100%; }
#GlobalTooltip.GlobalTooltip--isVisible {
display: block; }
#GlobalTooltip .GlobalTooltip--animateMovement {
-webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
#GlobalTooltip .GlobalTooltip-content {
z-index: 1; }
#GlobalTooltip.GlobalTooltip--animate .GlobalTooltip-content {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible {
pointer-events: none;
display: block; }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isNotVisible .GlobalTooltip-content {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-animation-name: u913bf98d;
animation-name: u913bf98d;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes u913bf98d {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
@keyframes u913bf98d {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
#GlobalTooltip.GlobalTooltip--animate.GlobalTooltip--isVisible .GlobalTooltip-content {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-animation-name: ub26f7542;
animation-name: ub26f7542;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
@-webkit-keyframes ub26f7542 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes ub26f7542 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
#GlobalTooltip .GlobalTooltip-arrow-container {
-webkit-transform: none;
transform: none;
background: none;
z-index: 2;
overflow: hidden;
width: 12px;
height: 12px; }
#GlobalTooltip .GlobalTooltip-arrow-container .GlobalTooltip-arrow {
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 12px;
height: 12px;
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }
#GlobalTooltip.GlobalTooltip--left .GlobalTooltip-arrow {
left: -3px; }
#GlobalTooltip.GlobalTooltip--right .GlobalTooltip-arrow {
left: 3px; }
#GlobalTooltip.GlobalTooltip--top .GlobalTooltip-arrow {
top: -3px; }
#GlobalTooltip.GlobalTooltip--bottom .GlobalTooltip-arrow {
top: 3px; }
.u-fullHeight {
height: 100%;
min-height: 100%;
overflow: hidden; }
.u-fullScreen {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.u-imageReplacement, .Header-logo {
display: block;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden; }
.u-flexParent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.u-flexItem {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-item-align: center;
align-self: center; }
.u-opacity-0 {
opacity: 0; }
.u-opacity-10 {
opacity: 0.10; }
.u-opacity-50 {
opacity: 0.50; }
.u-opacity-90 {
opacity: 0.90; }
.u-opacity-100 {
opacity: 1.0; }
.u-offscreen {
display: block;
text-indent: -9999px;
white-space: nowrap;
overflow: hidden;
height: 1px;
opacity: 0; }
.u-pullRight {
float: right; }
.u-pullLeft {
float: left; }
.u-flexCentered-pullLeft {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.u-transition-1 {
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.u-clearfix:after {
content: " ";
display: block;
height: 0;
clear: both; }
.u-pointer-events-none {
pointer-events: none; }
.u-participantOrange {
fill: #f5a623; }
.u-participantPurple {
fill: #ab70d4; }
.u-participantGreen {
fill: #99ce62; }
.u-participantPeriwinkle {
fill: #5c75dc; }
.u-participantRed {
fill: #d54d81; }
.u-participantYellow {
fill: #ded569; }
.u-participantTeal {
fill: #5ed5b1; }
.u-participantPink {
fill: #e697dc; }
.u-participantBrown {
fill: #92643e; }
.u-participantVividTangerine {
fill: #ffa98a; }
.u-participantSkyBlue {
fill: #84e1eb; }
.u-participantFern {
fill: #69ab63; }
.u-participantCarnation {
fill: #f85b5b; }
.u-participantDefault {
fill: #404d52; }
.u-participantReplayBlue {
fill: #40a4c4; }
@-webkit-keyframes bgmap-slideacross {
0% {
-webkit-transform: translateX(-1439px);
transform: translateX(-1439px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
@keyframes bgmap-slideacross {
0% {
-webkit-transform: translateX(-1439px);
transform: translateX(-1439px); }
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px); } }
.error-fill {
background-color: black;
background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font-family: "museo_sans700", sans-serif;
color: white;
-webkit-font-smoothing: antialiased; }
.error-fill ::-moz-selection {
color: white;
background-color: #40a4c4; }
.error-fill ::selection {
color: white;
background-color: #40a4c4; }
.error-fill a {
color: #7cd6f1;
text-decoration: none; }
.error-fill p {
font-family: "museo_sans300", sans-serif;
margin: 8px 0; }
.error-fill .bg-map {
position: absolute;
top: -100px;
bottom: 0;
left: 0px;
right: -1439px;
background-image: url("../images/map.svg");
background-repeat: repeat-x;
background-size: 55%;
opacity: .10;
-webkit-animation-name: bgmap-slideacross;
animation-name: bgmap-slideacross;
-webkit-animation-duration: 86.4s;
animation-duration: 86.4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear; }
.error-fill .content {
position: relative;
max-width: 400px;
margin: 200px auto 0;
padding: 0 20px; }
.error-fill .title {
padding: 0;
margin: 0;
font-weight: normal;
font-size: 100px;
border-bottom: 1px solid #666; }
.error-fill .title::before {
content: " ";
display: inline-block;
background-image: url("../images/largepin.svg");
background-repeat: no-repeat;
width: 68px;
height: 84px;
padding-right: 24px;
margin-left: -92px;
box-sizing: content-box; }
.error-fill .subtitle {
margin: 16px 0;
font-size: 32px; }
@media only screen and (max-width: 600px), (max-height: 600px) {
.error-fill .bg-map {
top: -70px; }
.error-fill .content {
margin-top: 125px; }
.error-fill .title::before {
margin-left: 0px; } }
/*# sourceMappingURL=stylesheet.css.map */
| 0.470007 | 0.113973 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?vmdfak');
src: url('fonts/icomoon.eot?vmdfak#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?vmdfak') format('truetype'),
url('fonts/icomoon.woff?vmdfak') format('woff'),
url('fonts/icomoon.svg?vmdfak#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-error:before {
content: "\e900";
}
.icon-error_outline:before {
content: "\e901";
}
.icon-warning:before {
content: "\e902";
}
.icon-add_alert:before {
content: "\e903";
}
.icon-notification_important:before {
content: "\e904";
}
.icon-av_timer:before {
content: "\e905";
}
.icon-loop:before {
content: "\e906";
}
.icon-not_interested:before {
content: "\e907";
}
.icon-call:before {
content: "\e908";
}
.icon-chat:before {
content: "\e909";
}
.icon-comment:before {
content: "\e90a";
}
.icon-email:before {
content: "\e944";
}
.icon-message:before {
content: "\e90b";
}
.icon-chat_bubble:before {
content: "\e90c";
}
.icon-chat_bubble_outline:before {
content: "\e90d";
}
.icon-contact_phone:before {
content: "\e9a7";
}
.icon-contact_mail:before {
content: "\e9a8";
}
.icon-vpn_key:before {
content: "\e9a9";
}
.icon-mail_outline:before {
content: "\e9aa";
}
.icon-alternate_email:before {
content: "\e90e";
}
.icon-unsubscribe:before {
content: "\e998";
}
.icon-lightbulb:before {
content: "\e945";
}
.icon-add:before {
content: "\e946";
}
.icon-add_box:before {
content: "\e947";
}
.icon-add_circle:before {
content: "\e948";
}
.icon-add_circle_outline:before {
content: "\e949";
}
.icon-backspace:before {
content: "\e94a";
}
.icon-block:before {
content: "\e94b";
}
.icon-clear:before {
content: "\e94c";
}
.icon-content_copy:before {
content: "\e90f";
}
.icon-content_cut:before {
content: "\e999";
}
.icon-content_paste:before {
content: "\e99a";
}
.icon-create:before {
content: "\e99b";
}
.icon-drafts:before {
content: "\e94d";
}
.icon-forward:before {
content: "\e94e";
}
.icon-link:before {
content: "\e910";
}
.icon-redo:before {
content: "\e94f";
}
.icon-remove1:before {
content: "\e950";
}
.icon-remove_circle:before {
content: "\e951";
}
.icon-remove_circle_outline:before {
content: "\e952";
}
.icon-reply:before {
content: "\e99c";
}
.icon-reply_all:before {
content: "\e99d";
}
.icon-report:before {
content: "\e953";
}
.icon-send1:before {
content: "\e954";
}
.icon-undo:before {
content: "\e955";
}
.icon-save_alt:before {
content: "\e956";
}
.icon-where_to_vote:before {
content: "\e957";
}
.icon-access_alarm:before {
content: "\e958";
}
.icon-access_alarms:before {
content: "\e959";
}
.icon-access_time:before {
content: "\e95a";
}
.icon-add_alarm:before {
content: "\e95b";
}
.icon-attach_file:before {
content: "\e911";
}
.icon-border_color:before {
content: "\e99e";
}
.icon-format_quote:before {
content: "\e95c";
}
.icon-drag_handle:before {
content: "\e95d";
}
.icon-bar_chart:before {
content: "\e95e";
}
.icon-notes:before {
content: "\e95f";
}
.icon-attachment:before {
content: "\e912";
}
.icon-cloud_done:before {
content: "\e913";
}
.icon-cloud_download:before {
content: "\e914";
}
.icon-cloud_off:before {
content: "\e960";
}
.icon-cloud_queue:before {
content: "\e961";
}
.icon-cloud_upload:before {
content: "\e962";
}
.icon-file_download:before {
content: "\e963";
}
.icon-file_upload:before {
content: "\e964";
}
.icon-folder:before {
content: "\e965";
}
.icon-folder_open:before {
content: "\e966";
}
.icon-desktop_windows:before {
content: "\e967";
}
.icon-keyboard_arrow_down:before {
content: "\e915";
}
.icon-keyboard_arrow_left:before {
content: "\e916";
}
.icon-keyboard_arrow_right:before {
content: "\e917";
}
.icon-keyboard_arrow_up:before {
content: "\e918";
}
.icon-keyboard_backspace:before {
content: "\e919";
}
.icon-laptop_chromebook:before {
content: "\e968";
}
.icon-laptop_mac:before {
content: "\e969";
}
.icon-laptop_windows:before {
content: "\e96a";
}
.icon-phone_android:before {
content: "\e96b";
}
.icon-phone_iphone:before {
content: "\e96c";
}
.icon-security:before {
content: "\e91a";
}
.icon-tablet:before {
content: "\e96d";
}
.icon-tablet_android:before {
content: "\e96e";
}
.icon-tablet_mac:before {
content: "\e96f";
}
.icon-tv:before {
content: "\e970";
}
.icon-device_unknown:before {
content: "\e971";
}
.icon-collections:before {
content: "\e91b";
}
.icon-navigate_before:before {
content: "\e972";
}
.icon-navigate_next:before {
content: "\e973";
}
.icon-arrow_back:before {
content: "\e91c";
}
.icon-arrow_drop_down_circle:before {
content: "\e974";
}
.icon-arrow_drop_up:before {
content: "\e99f";
}
.icon-arrow_forward:before {
content: "\e91d";
}
.icon-cancel:before {
content: "\e975";
}
.icon-check:before {
content: "\e91e";
}
.icon-expand_less:before {
content: "\e9a0";
}
.icon-expand_more:before {
content: "\e9a1";
}
.icon-keyboard_control:before {
content: "\e91f";
}
.icon-more_vert:before {
content: "\e920";
}
.icon-refresh:before {
content: "\e976";
}
.icon-arrow_upward:before {
content: "\e921";
}
.icon-arrow_downward:before {
content: "\e922";
}
.icon-arrow_left:before {
content: "\e923";
}
.icon-arrow_right:before {
content: "\e924";
}
.icon-arrow_back_ios:before {
content: "\e925";
}
.icon-arrow_forward_ios:before {
content: "\e926";
}
.icon-do_not_disturb_alt:before {
content: "\e977";
}
.icon-event_available:before {
content: "\e978";
}
.icon-event_busy:before {
content: "\e979";
}
.icon-event_note:before {
content: "\e97a";
}
.icon-priority_high:before {
content: "\e97b";
}
.icon-group1:before {
content: "\e9ab";
}
.icon-notifications:before {
content: "\e97c";
}
.icon-notifications_none:before {
content: "\e97d";
}
.icon-notifications_off:before {
content: "\e97e";
}
.icon-notifications_active:before {
content: "\e97f";
}
.icon-notifications_paused:before {
content: "\e980";
}
.icon-people_outline:before {
content: "\e9a2";
}
.icon-person:before {
content: "\e927";
}
.icon-person_add:before {
content: "\e9a3";
}
.icon-person_outline:before {
content: "\e9a4";
}
.icon-share:before {
content: "\e928";
}
.icon-check_box:before {
content: "\e9a5";
}
.icon-radio_button_checked:before {
content: "\e9a6";
}
.icon-account_balance:before {
content: "\e9ac";
}
.icon-account_circle:before {
content: "\e929";
}
.icon-announcement:before {
content: "\e92a";
}
.icon-assignment:before {
content: "\e92b";
}
.icon-autorenew:before {
content: "\e92c";
}
.icon-build:before {
content: "\e981";
}
.icon-cached:before {
content: "\e92d";
}
.icon-check_circle:before {
content: "\e92e";
}
.icon-credit_card:before {
content: "\e92f";
}
.icon-delete:before {
content: "\e930";
}
.icon-done:before {
content: "\e931";
}
.icon-done_all:before {
content: "\e932";
}
.icon-help:before {
content: "\e982";
}
.icon-highlight_remove:before {
content: "\e933";
}
.icon-history:before {
content: "\e934";
}
.icon-hourglass_empty:before {
content: "\e935";
}
.icon-hourglass_full:before {
content: "\e936";
}
.icon-info:before {
content: "\e983";
}
.icon-info_outline:before {
content: "\e984";
}
.icon-redeem:before {
content: "\e937";
}
.icon-settings:before {
content: "\e938";
}
.icon-trending_down:before {
content: "\e985";
}
.icon-trending_neutral:before {
content: "\e986";
}
.icon-trending_up:before {
content: "\e987";
}
.icon-verified_user:before {
content: "\e939";
}
.icon-visibility_off:before {
content: "\e988";
}
.icon-help_outline:before {
content: "\e989";
}
.icon-zoom_in:before {
content: "\e98a";
}
.icon-zoom_out:before {
content: "\e98b";
}
.icon-offline_pin:before {
content: "\e93a";
}
.icon-copyright:before {
content: "\e98c";
}
.icon-update:before {
content: "\e93b";
}
.icon-watch_later:before {
content: "\e93c";
}
.icon-check_circle_outline:before {
content: "\e98d";
}
.icon-delete_outline:before {
content: "\e93d";
}
.icon-swap_horizontal_circle:before {
content: "\e98e";
}
.icon-supervised_user_circle:before {
content: "\e9ad";
}
.icon-bookmarks:before {
content: "\e93e";
}
.icon-circle_notifications:before {
content: "\e93f";
}
.icon-dangerous:before {
content: "\e98f";
}
.icon-drive_file_rename_outline:before {
content: "\e990";
}
.icon-library_add_check:before {
content: "\e991";
}
.icon-logout:before {
content: "\e992";
}
.icon-margin:before {
content: "\e9ae";
}
.icon-replay_circle_filled:before {
content: "\e940";
}
.icon-shield:before {
content: "\e941";
}
.icon-tag:before {
content: "\e993";
}
.icon-toggle_off:before {
content: "\e994";
}
.icon-toggle_on:before {
content: "\e995";
}
.icon-bolt:before {
content: "\e996";
}
.icon-emoji_objects:before {
content: "\e997";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-plus:before {
content: "\f067";
}
.icon-question:before {
content: "\f128";
}
.icon-minus:before {
content: "\f068";
}
.icon-glass:before {
content: "\f000";
}
.icon-user:before {
content: "\f007";
}
.icon-check1:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-eye:before {
content: "\f06e";
}
.icon-eye-slash:before {
content: "\f070";
}
.icon-twitter-square:before {
content: "\f081";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-phone-square:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-bell-o:before {
content: "\f0a2";
}
.icon-arrow-circle-left:before {
content: "\f0a8";
}
.icon-arrow-circle-right:before {
content: "\f0a9";
}
.icon-arrow-circle-up:before {
content: "\f0aa";
}
.icon-arrow-circle-down:before {
content: "\f0ab";
}
.icon-group:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-files-o:before {
content: "\f0c5";
}
.icon-building-o:before {
content: "\f0f7";
}
.icon-hospital-o:before {
content: "\f0f8";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-ellipsis-h:before {
content: "\f141";
}
.icon-ellipsis-v:before {
content: "\f142";
}
.icon-check-square:before {
content: "\f14a";
}
.icon-pencil-square:before {
content: "\f14b";
}
.icon-external-link-square:before {
content: "\f14c";
}
.icon-share-square:before {
content: "\f14d";
}
.icon-dollar:before {
content: "\f155";
}
.icon-usd:before {
content: "\f155";
}
.icon-youtube-square:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-apple:before {
content: "\f179";
}
.icon-slack:before {
content: "\f198";
}
.icon-envelope-square:before {
content: "\f199";
}
.icon-google:before {
content: "\f1a0";
}
.icon-paper-plane:before {
content: "\f1d8";
}
.icon-send:before {
content: "\f1d8";
}
.icon-paper-plane-o:before {
content: "\f1d9";
}
.icon-send-o:before {
content: "\f1d9";
}
.icon-paypal:before {
content: "\f1ed";
}
.icon-cc-visa:before {
content: "\f1f0";
}
.icon-cc-mastercard:before {
content: "\f1f1";
}
.icon-cc-discover:before {
content: "\f1f2";
}
.icon-cc-amex:before {
content: "\f1f3";
}
.icon-cc-paypal:before {
content: "\f1f4";
}
.icon-cc-stripe:before {
content: "\f1f5";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-heartbeat:before {
content: "\f21e";
}
.icon-facebook-official:before {
content: "\f230";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-safari:before {
content: "\f267";
}
.icon-chrome:before {
content: "\f268";
}
.icon-firefox:before {
content: "\f269";
}
.icon-opera:before {
content: "\f26a";
}
.icon-internet-explorer:before {
content: "\f26b";
}
.icon-hashtag:before {
content: "\f292";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user-circle-o:before {
content: "\f2be";
}
.icon-user-o:before {
content: "\f2c0";
}
.icon-hipchat:before {
content: "\e942";
color: #0052cc;
}
.icon-instagram:before {
content: "\e943";
color: #e4405f;
}
|
public/icon/style.css
|
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?vmdfak');
src: url('fonts/icomoon.eot?vmdfak#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?vmdfak') format('truetype'),
url('fonts/icomoon.woff?vmdfak') format('woff'),
url('fonts/icomoon.svg?vmdfak#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-error:before {
content: "\e900";
}
.icon-error_outline:before {
content: "\e901";
}
.icon-warning:before {
content: "\e902";
}
.icon-add_alert:before {
content: "\e903";
}
.icon-notification_important:before {
content: "\e904";
}
.icon-av_timer:before {
content: "\e905";
}
.icon-loop:before {
content: "\e906";
}
.icon-not_interested:before {
content: "\e907";
}
.icon-call:before {
content: "\e908";
}
.icon-chat:before {
content: "\e909";
}
.icon-comment:before {
content: "\e90a";
}
.icon-email:before {
content: "\e944";
}
.icon-message:before {
content: "\e90b";
}
.icon-chat_bubble:before {
content: "\e90c";
}
.icon-chat_bubble_outline:before {
content: "\e90d";
}
.icon-contact_phone:before {
content: "\e9a7";
}
.icon-contact_mail:before {
content: "\e9a8";
}
.icon-vpn_key:before {
content: "\e9a9";
}
.icon-mail_outline:before {
content: "\e9aa";
}
.icon-alternate_email:before {
content: "\e90e";
}
.icon-unsubscribe:before {
content: "\e998";
}
.icon-lightbulb:before {
content: "\e945";
}
.icon-add:before {
content: "\e946";
}
.icon-add_box:before {
content: "\e947";
}
.icon-add_circle:before {
content: "\e948";
}
.icon-add_circle_outline:before {
content: "\e949";
}
.icon-backspace:before {
content: "\e94a";
}
.icon-block:before {
content: "\e94b";
}
.icon-clear:before {
content: "\e94c";
}
.icon-content_copy:before {
content: "\e90f";
}
.icon-content_cut:before {
content: "\e999";
}
.icon-content_paste:before {
content: "\e99a";
}
.icon-create:before {
content: "\e99b";
}
.icon-drafts:before {
content: "\e94d";
}
.icon-forward:before {
content: "\e94e";
}
.icon-link:before {
content: "\e910";
}
.icon-redo:before {
content: "\e94f";
}
.icon-remove1:before {
content: "\e950";
}
.icon-remove_circle:before {
content: "\e951";
}
.icon-remove_circle_outline:before {
content: "\e952";
}
.icon-reply:before {
content: "\e99c";
}
.icon-reply_all:before {
content: "\e99d";
}
.icon-report:before {
content: "\e953";
}
.icon-send1:before {
content: "\e954";
}
.icon-undo:before {
content: "\e955";
}
.icon-save_alt:before {
content: "\e956";
}
.icon-where_to_vote:before {
content: "\e957";
}
.icon-access_alarm:before {
content: "\e958";
}
.icon-access_alarms:before {
content: "\e959";
}
.icon-access_time:before {
content: "\e95a";
}
.icon-add_alarm:before {
content: "\e95b";
}
.icon-attach_file:before {
content: "\e911";
}
.icon-border_color:before {
content: "\e99e";
}
.icon-format_quote:before {
content: "\e95c";
}
.icon-drag_handle:before {
content: "\e95d";
}
.icon-bar_chart:before {
content: "\e95e";
}
.icon-notes:before {
content: "\e95f";
}
.icon-attachment:before {
content: "\e912";
}
.icon-cloud_done:before {
content: "\e913";
}
.icon-cloud_download:before {
content: "\e914";
}
.icon-cloud_off:before {
content: "\e960";
}
.icon-cloud_queue:before {
content: "\e961";
}
.icon-cloud_upload:before {
content: "\e962";
}
.icon-file_download:before {
content: "\e963";
}
.icon-file_upload:before {
content: "\e964";
}
.icon-folder:before {
content: "\e965";
}
.icon-folder_open:before {
content: "\e966";
}
.icon-desktop_windows:before {
content: "\e967";
}
.icon-keyboard_arrow_down:before {
content: "\e915";
}
.icon-keyboard_arrow_left:before {
content: "\e916";
}
.icon-keyboard_arrow_right:before {
content: "\e917";
}
.icon-keyboard_arrow_up:before {
content: "\e918";
}
.icon-keyboard_backspace:before {
content: "\e919";
}
.icon-laptop_chromebook:before {
content: "\e968";
}
.icon-laptop_mac:before {
content: "\e969";
}
.icon-laptop_windows:before {
content: "\e96a";
}
.icon-phone_android:before {
content: "\e96b";
}
.icon-phone_iphone:before {
content: "\e96c";
}
.icon-security:before {
content: "\e91a";
}
.icon-tablet:before {
content: "\e96d";
}
.icon-tablet_android:before {
content: "\e96e";
}
.icon-tablet_mac:before {
content: "\e96f";
}
.icon-tv:before {
content: "\e970";
}
.icon-device_unknown:before {
content: "\e971";
}
.icon-collections:before {
content: "\e91b";
}
.icon-navigate_before:before {
content: "\e972";
}
.icon-navigate_next:before {
content: "\e973";
}
.icon-arrow_back:before {
content: "\e91c";
}
.icon-arrow_drop_down_circle:before {
content: "\e974";
}
.icon-arrow_drop_up:before {
content: "\e99f";
}
.icon-arrow_forward:before {
content: "\e91d";
}
.icon-cancel:before {
content: "\e975";
}
.icon-check:before {
content: "\e91e";
}
.icon-expand_less:before {
content: "\e9a0";
}
.icon-expand_more:before {
content: "\e9a1";
}
.icon-keyboard_control:before {
content: "\e91f";
}
.icon-more_vert:before {
content: "\e920";
}
.icon-refresh:before {
content: "\e976";
}
.icon-arrow_upward:before {
content: "\e921";
}
.icon-arrow_downward:before {
content: "\e922";
}
.icon-arrow_left:before {
content: "\e923";
}
.icon-arrow_right:before {
content: "\e924";
}
.icon-arrow_back_ios:before {
content: "\e925";
}
.icon-arrow_forward_ios:before {
content: "\e926";
}
.icon-do_not_disturb_alt:before {
content: "\e977";
}
.icon-event_available:before {
content: "\e978";
}
.icon-event_busy:before {
content: "\e979";
}
.icon-event_note:before {
content: "\e97a";
}
.icon-priority_high:before {
content: "\e97b";
}
.icon-group1:before {
content: "\e9ab";
}
.icon-notifications:before {
content: "\e97c";
}
.icon-notifications_none:before {
content: "\e97d";
}
.icon-notifications_off:before {
content: "\e97e";
}
.icon-notifications_active:before {
content: "\e97f";
}
.icon-notifications_paused:before {
content: "\e980";
}
.icon-people_outline:before {
content: "\e9a2";
}
.icon-person:before {
content: "\e927";
}
.icon-person_add:before {
content: "\e9a3";
}
.icon-person_outline:before {
content: "\e9a4";
}
.icon-share:before {
content: "\e928";
}
.icon-check_box:before {
content: "\e9a5";
}
.icon-radio_button_checked:before {
content: "\e9a6";
}
.icon-account_balance:before {
content: "\e9ac";
}
.icon-account_circle:before {
content: "\e929";
}
.icon-announcement:before {
content: "\e92a";
}
.icon-assignment:before {
content: "\e92b";
}
.icon-autorenew:before {
content: "\e92c";
}
.icon-build:before {
content: "\e981";
}
.icon-cached:before {
content: "\e92d";
}
.icon-check_circle:before {
content: "\e92e";
}
.icon-credit_card:before {
content: "\e92f";
}
.icon-delete:before {
content: "\e930";
}
.icon-done:before {
content: "\e931";
}
.icon-done_all:before {
content: "\e932";
}
.icon-help:before {
content: "\e982";
}
.icon-highlight_remove:before {
content: "\e933";
}
.icon-history:before {
content: "\e934";
}
.icon-hourglass_empty:before {
content: "\e935";
}
.icon-hourglass_full:before {
content: "\e936";
}
.icon-info:before {
content: "\e983";
}
.icon-info_outline:before {
content: "\e984";
}
.icon-redeem:before {
content: "\e937";
}
.icon-settings:before {
content: "\e938";
}
.icon-trending_down:before {
content: "\e985";
}
.icon-trending_neutral:before {
content: "\e986";
}
.icon-trending_up:before {
content: "\e987";
}
.icon-verified_user:before {
content: "\e939";
}
.icon-visibility_off:before {
content: "\e988";
}
.icon-help_outline:before {
content: "\e989";
}
.icon-zoom_in:before {
content: "\e98a";
}
.icon-zoom_out:before {
content: "\e98b";
}
.icon-offline_pin:before {
content: "\e93a";
}
.icon-copyright:before {
content: "\e98c";
}
.icon-update:before {
content: "\e93b";
}
.icon-watch_later:before {
content: "\e93c";
}
.icon-check_circle_outline:before {
content: "\e98d";
}
.icon-delete_outline:before {
content: "\e93d";
}
.icon-swap_horizontal_circle:before {
content: "\e98e";
}
.icon-supervised_user_circle:before {
content: "\e9ad";
}
.icon-bookmarks:before {
content: "\e93e";
}
.icon-circle_notifications:before {
content: "\e93f";
}
.icon-dangerous:before {
content: "\e98f";
}
.icon-drive_file_rename_outline:before {
content: "\e990";
}
.icon-library_add_check:before {
content: "\e991";
}
.icon-logout:before {
content: "\e992";
}
.icon-margin:before {
content: "\e9ae";
}
.icon-replay_circle_filled:before {
content: "\e940";
}
.icon-shield:before {
content: "\e941";
}
.icon-tag:before {
content: "\e993";
}
.icon-toggle_off:before {
content: "\e994";
}
.icon-toggle_on:before {
content: "\e995";
}
.icon-bolt:before {
content: "\e996";
}
.icon-emoji_objects:before {
content: "\e997";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-plus:before {
content: "\f067";
}
.icon-question:before {
content: "\f128";
}
.icon-minus:before {
content: "\f068";
}
.icon-glass:before {
content: "\f000";
}
.icon-user:before {
content: "\f007";
}
.icon-check1:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-eye:before {
content: "\f06e";
}
.icon-eye-slash:before {
content: "\f070";
}
.icon-twitter-square:before {
content: "\f081";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-phone-square:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-bell-o:before {
content: "\f0a2";
}
.icon-arrow-circle-left:before {
content: "\f0a8";
}
.icon-arrow-circle-right:before {
content: "\f0a9";
}
.icon-arrow-circle-up:before {
content: "\f0aa";
}
.icon-arrow-circle-down:before {
content: "\f0ab";
}
.icon-group:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-files-o:before {
content: "\f0c5";
}
.icon-building-o:before {
content: "\f0f7";
}
.icon-hospital-o:before {
content: "\f0f8";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-ellipsis-h:before {
content: "\f141";
}
.icon-ellipsis-v:before {
content: "\f142";
}
.icon-check-square:before {
content: "\f14a";
}
.icon-pencil-square:before {
content: "\f14b";
}
.icon-external-link-square:before {
content: "\f14c";
}
.icon-share-square:before {
content: "\f14d";
}
.icon-dollar:before {
content: "\f155";
}
.icon-usd:before {
content: "\f155";
}
.icon-youtube-square:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-apple:before {
content: "\f179";
}
.icon-slack:before {
content: "\f198";
}
.icon-envelope-square:before {
content: "\f199";
}
.icon-google:before {
content: "\f1a0";
}
.icon-paper-plane:before {
content: "\f1d8";
}
.icon-send:before {
content: "\f1d8";
}
.icon-paper-plane-o:before {
content: "\f1d9";
}
.icon-send-o:before {
content: "\f1d9";
}
.icon-paypal:before {
content: "\f1ed";
}
.icon-cc-visa:before {
content: "\f1f0";
}
.icon-cc-mastercard:before {
content: "\f1f1";
}
.icon-cc-discover:before {
content: "\f1f2";
}
.icon-cc-amex:before {
content: "\f1f3";
}
.icon-cc-paypal:before {
content: "\f1f4";
}
.icon-cc-stripe:before {
content: "\f1f5";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-heartbeat:before {
content: "\f21e";
}
.icon-facebook-official:before {
content: "\f230";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-safari:before {
content: "\f267";
}
.icon-chrome:before {
content: "\f268";
}
.icon-firefox:before {
content: "\f269";
}
.icon-opera:before {
content: "\f26a";
}
.icon-internet-explorer:before {
content: "\f26b";
}
.icon-hashtag:before {
content: "\f292";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user-circle-o:before {
content: "\f2be";
}
.icon-user-o:before {
content: "\f2c0";
}
.icon-hipchat:before {
content: "\e942";
color: #0052cc;
}
.icon-instagram:before {
content: "\e943";
color: #e4405f;
}
| 0.326271 | 0.104067 |
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture');
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lora');
/* Hide submenu, leave this to kmom02 */
.rm-desktop ul {
display: none;
}
/* Hide responsive/mobile menu, leave this to kmom02 */
.rm-navbar-max {
display: none;
}
html {
font-size: 100%;
overflow-y: scroll;
}
img {
max-width: 100%;
height: auto;
}
body {
background-color: #fff;
margin: auto;
}
h1 {
font-family: 'Oswald', sans-serif;
font-size: 36px;
}
h4 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
}
h3 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
margin-top: 0;
padding-top: 26px;
}
article {
font-family: 'Lora', serif;
font-size: 16px;
padding-bottom: 16px;
}
.row {
display: block;
width: 100%;
}
.outer-wrap {
max-width: 1200px;
}
.inner-wrap {
max-width: 1200px;
}
.site-logo {
display: none;
}
.region-header {
padding-top: 36px;
box-sizing: border-box;
}
.region-header-col-1 {
float: left;
line-height: 0;
}
.site-logo-text-icon {
display: none;
}
.site-logo-text a {
font-family: 'Black And White Picture', sans-serif;
font-size: 80px;
text-decoration: none;
color: #c71585;
}
ul {
display: inline;
}
.rm-navbar {
list-style-type: none;
padding-left: 0;
text-align: center;
line-height: 0px;
margin: 0;
height: 50px;
}
.my-navbar {
list-style-type: none;
display: inline;
float: left;
}
.inner-wrap-header {
margin-right: auto;
margin-left: auto;
max-width: 100%;
height: auto;
}
.region-header-col-2 {
float: right;
width: 70%;
height: 50px;
}
.region-header-col-2 li {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 28px;
padding-right: 20px;
height: 28px;
}
.region-header-col-2 li a {
color: #483D8B;
text-decoration: none;
}
.region-header-col-2 li a:hover {
text-decoration: underline;
}
.outer-wrap-main {
box-sizing: border-box;
}
.inner-wrap-main {
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
.region-main {
width: 80%;
margin-left: 12%;
}
figure {
display: table;
}
figure.figure.right {
float: right;
margin-top: 0;
margin-left: 5em;
}
figure.figure figcaption {
display: table-caption;
caption-side: bottom;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
figure.figure.left {
float: left;
margin-left: 0;
margin-top: 0;
margin-right: 20px;
}
.block p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.outer-wrap-footer {
clear: both;
}
.inner-wrap-footer {
margin-right: auto;
margin-left: auto;
max-width: 1100px
}
.region-footer {
background-color: #ffffe0;
}
.footer-column-wrapper {
float: left;
display: inline;
}
.footer-column {
float: left;
display: inline;
width: 30%;
padding-left: 12px;
padding-right: 12px;
}
.footer-column a {
color: #c71585;
text-decoration: none;
}
.footer-column a:hover {
text-decoration: underline;
}
.site-footer {
padding-top: 24px;
text-align: center;
clear: both;
padding-bottom: 20px;
}
.region-sidebar-left {
display: inline;
float: left;
width: 30%;
}
.region-sidebar-left ul {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
list-style-type: none;
padding-left: 2em;
}
.breadcrumb-list ul {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
list-style-type: none;
padding-left: 2em;
text-decoration: none;
}
.region-sidebar-left a {
color: #1e90ff;
text-decoration: none
}
.breadcrumb-list a {
color: black;
text-decoration: none;
}
.region-sidebar-left a:hover {
text-decoration: underline;
}
.breadcrumb-list a:hover {
text-decoration: underline;
}
.region-main.has-sidebar-left {
display: inline;
float: left;
width: 60%
}
.region-main.has-sidebar-right {
display: inline;
float: left;
width: 70%
}
.wrap-sidebar a {
color: #c71585;
text-decoration: none;
}
.wrap-sidebar a:hover {
text-decoration: underline;
}
|
htdocs/css/kmom01.css
|
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture');
@import url('https://fonts.googleapis.com/css?family=Black+And+White+Picture|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lora');
/* Hide submenu, leave this to kmom02 */
.rm-desktop ul {
display: none;
}
/* Hide responsive/mobile menu, leave this to kmom02 */
.rm-navbar-max {
display: none;
}
html {
font-size: 100%;
overflow-y: scroll;
}
img {
max-width: 100%;
height: auto;
}
body {
background-color: #fff;
margin: auto;
}
h1 {
font-family: 'Oswald', sans-serif;
font-size: 36px;
}
h4 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
}
h3 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
margin-top: 0;
padding-top: 26px;
}
article {
font-family: 'Lora', serif;
font-size: 16px;
padding-bottom: 16px;
}
.row {
display: block;
width: 100%;
}
.outer-wrap {
max-width: 1200px;
}
.inner-wrap {
max-width: 1200px;
}
.site-logo {
display: none;
}
.region-header {
padding-top: 36px;
box-sizing: border-box;
}
.region-header-col-1 {
float: left;
line-height: 0;
}
.site-logo-text-icon {
display: none;
}
.site-logo-text a {
font-family: 'Black And White Picture', sans-serif;
font-size: 80px;
text-decoration: none;
color: #c71585;
}
ul {
display: inline;
}
.rm-navbar {
list-style-type: none;
padding-left: 0;
text-align: center;
line-height: 0px;
margin: 0;
height: 50px;
}
.my-navbar {
list-style-type: none;
display: inline;
float: left;
}
.inner-wrap-header {
margin-right: auto;
margin-left: auto;
max-width: 100%;
height: auto;
}
.region-header-col-2 {
float: right;
width: 70%;
height: 50px;
}
.region-header-col-2 li {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 28px;
padding-right: 20px;
height: 28px;
}
.region-header-col-2 li a {
color: #483D8B;
text-decoration: none;
}
.region-header-col-2 li a:hover {
text-decoration: underline;
}
.outer-wrap-main {
box-sizing: border-box;
}
.inner-wrap-main {
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
.region-main {
width: 80%;
margin-left: 12%;
}
figure {
display: table;
}
figure.figure.right {
float: right;
margin-top: 0;
margin-left: 5em;
}
figure.figure figcaption {
display: table-caption;
caption-side: bottom;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
figure.figure.left {
float: left;
margin-left: 0;
margin-top: 0;
margin-right: 20px;
}
.block p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.outer-wrap-footer {
clear: both;
}
.inner-wrap-footer {
margin-right: auto;
margin-left: auto;
max-width: 1100px
}
.region-footer {
background-color: #ffffe0;
}
.footer-column-wrapper {
float: left;
display: inline;
}
.footer-column {
float: left;
display: inline;
width: 30%;
padding-left: 12px;
padding-right: 12px;
}
.footer-column a {
color: #c71585;
text-decoration: none;
}
.footer-column a:hover {
text-decoration: underline;
}
.site-footer {
padding-top: 24px;
text-align: center;
clear: both;
padding-bottom: 20px;
}
.region-sidebar-left {
display: inline;
float: left;
width: 30%;
}
.region-sidebar-left ul {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
list-style-type: none;
padding-left: 2em;
}
.breadcrumb-list ul {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
list-style-type: none;
padding-left: 2em;
text-decoration: none;
}
.region-sidebar-left a {
color: #1e90ff;
text-decoration: none
}
.breadcrumb-list a {
color: black;
text-decoration: none;
}
.region-sidebar-left a:hover {
text-decoration: underline;
}
.breadcrumb-list a:hover {
text-decoration: underline;
}
.region-main.has-sidebar-left {
display: inline;
float: left;
width: 60%
}
.region-main.has-sidebar-right {
display: inline;
float: left;
width: 70%
}
.wrap-sidebar a {
color: #c71585;
text-decoration: none;
}
.wrap-sidebar a:hover {
text-decoration: underline;
}
| 0.439026 | 0.085175 |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
font-family: "Open Sans", Arial, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #fff;
background-color: #fff;
overflow-x: hidden;
}
hi,
h2,
h3,
h4,
h5,
h6 {
color: #333;
line-height: 1.1em;
}
p {
color: #333;
font-size: 13px;
}
a {
text-decoration: none;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
outline: none;
color: #333;
}
a:hover {
text-decoration: none;
color: #eee;
}
.btn-primary {
padding: 8px 20px;
background: #0C641E;
color: #fff;
border-radius: 4px;
border: none;
margin-top: 10px;
}
.text-center h2 {
margin-bottom: 30px;
}
.text-center p {
margin-bottom: 50px;
color: #333;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #fff;
text-transform: uppercase;
font-size: 18px;
border-radius: 30px;
margin-left: -10px;
}
#breadcrumb {
background-color: #0C641E;
margin-top: -20px;
}
.breadcrumb {
list-style: none;
background-color: #0C641E;
border-radius: 0px;
padding: 3px 10px;
}
.breadcrumb li {
text-transform: uppercase;
margin-top: 125px;
font-weight: 600;
}
/*===========================
Menu and Navigation
============================ */
.navbar {
background-color: #fff;
padding: 0;
}
.navbar-brand h1 {
margin-top: 9px;
padding-top: 5px;
float: left;
font-size: 25px;
color: #333;
text-transform: uppercase;
font-weight: 900;
}
.navbar-brand h1 span {
color: #0C641E;
}
.collapse.navbar-collapse {
font-size: 12px;
float: right;
text-transform: uppercase;
font-weight: 700;
}
.collapse.navbar-collapse ul.navbar-nav li {
color: #000;
}
.navbar-nav {
border-bottom: 0;
}
.navbar-nav > li {
float: left;
margin-bottom: 0;
}
.navbar-nav > li > a {
border-radius: 0;
color: #333;
padding: 30px;
}
.navbar-nav > li > a:hover {
color: #0C641E !important;
border-color: #fff #fff #fff !important;
border-radius: 0 !important;
background-color: #fff !important;
transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-webkit-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
}
.navbar-nav > li > a.active {
color: #0C641E !important;
border-radius: 0 !important;
transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-webkit-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
}
@media (max-width: 980px) {
.navbar-brand {
padding-top: 6px;
}
.navbar-brand h1 {
margin-top: 0;
}
.navbar-nav > li {
float: none;
display: block;
}
@media (max-width: 768px) {
.main-section {
max-width: 768px;
width: 100%;
margin-right: 20px;
}
}
@media screen and (max-width: 640px) {
#masthead {
position: static;
}
.collapse {
position: absolute;
left: 0;
right: 0;
background: #fff;
height: auto;
}
.navbar-nav > li > a {
padding: 15px 15px;
border-bottom: 1px solid #f3f3f3;
}
.navbar-nav > li > a:hover {
border-color: #f3f3f3;
}
}
.no-margin {
margin: 0 !important;
padding: 0 !important;
}
/*===========================
slider
============================ */
#main-slider {
margin-top: 40px;
}
#main-slider {
position: relative;
}
.no-margin {
margin: 0;
padding: 0;
}
#main-slider .carousel .carousel-content {
margin-top: 150px;
}
#main-slider .carousel .slide-margin {
margin-top: 0px;
}
#main-slider .carousel h2 {
color: #fff;
text-transform: uppercase;
font-size: 50px;
font-weight: 800;
}
#main-slider .carousel h2 span {
color: #0C641E;
}
#main-slider .carousel h2 span spani {
color: #000;
}
#main-slider .carousel p {
color: #ddd;
font-size: 25px;
}
#main-slider .carousel .btn-slide {
padding: 8px 20px;
background: #0C641E;
color: #fff;
border-radius: 4px;
margin-top: 25px;
display: inline-block;
}
#main-slider .carousel .slider-img {
text-align: right;
position: absolute;
}
#main-slider .carousel .item {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0 !important;
opacity: 0;
top: 0;
position: absolute;
width: 100%;
display: block !important;
height: 730px;
-webkit-transition: opacity ease-in-out 500ms;
-moz-transition: opacity ease-in-out 500ms;
-o-transition: opacity ease-in-out 500ms;
transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
top: auto;
position: relative;
}
#main-slider .carousel .item.active {
opacity: 1;
-webkit-transition: opacity ease-in-out 500ms;
-moz-transition: opacity ease-in-out 500ms;
-o-transition: opacity ease-in-out 500ms;
transition: opacity ease-in-out 500ms;
z-index: 1;
}
#main-slider .active .animation.animated-item-1 {
-webkit-animation: fadeInUp 300ms linear 300ms both;
-moz-animation: fadeInUp 300ms linear 300ms both;
-o-animation: fadeInUp 300ms linear 300ms both;
-ms-animation: fadeInUp 300ms linear 300ms both;
animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
-webkit-animation: fadeInUp 300ms linear 600ms both;
-moz-animation: fadeInUp 300ms linear 600ms both;
-o-animation: fadeInUp 300ms linear 600ms both;
-ms-animation: fadeInUp 300ms linear 600ms both;
animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
-webkit-animation: fadeInUp 300ms linear 900ms both;
-moz-animation: fadeInUp 300ms linear 900ms both;
-o-animation: fadeInUp 300ms linear 900ms both;
-ms-animation: fadeInUp 300ms linear 900ms both;
animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
-webkit-animation: fadeInUp 300ms linear 1200ms both;
-moz-animation: fadeInUp 300ms linear 1200ms both;
-o-animation: fadeInUp 300ms linear 1200ms both;
-ms-animation: fadeInUp 300ms linear 1200ms both;
animation: fadeInUp 300ms linear 1200ms both;
}
@media (max-width: 767px) {
#main-slider .carousel .carousel-content {
margin-top: 40px;
text-align: center;
}
#main-slider .carousel .slide-margin {
margin-top: 40px;
}
#main-slider .carousel p {
color: #fff;
font-size: 18px;
line-height: 24px;
}
}
.feature {
padding: 50px;
}
.text-center i {
font-size: 40px;
margin-top: 70px;
margin-bottom: 30px;
color: #fff;
padding: 50px;
background: #0C641E;
border-radius: 50%;
}
.text-center h2 {
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;
font-size: 18px;
color: #0C641E;
}
.hi-icon-effect i.fa:hover {
background: #fff;
color: #0C641E;
-webkit-transition: color 300ms, background-color 300ms;
-moz-transition: color 300ms, background-color 300ms;
-o-transition: color 300ms, background-color 300ms;
transition: color 300ms, background-color 300ms;
}
|
client/src/App.css
|
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body {
font-family: "Open Sans", Arial, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #fff;
background-color: #fff;
overflow-x: hidden;
}
hi,
h2,
h3,
h4,
h5,
h6 {
color: #333;
line-height: 1.1em;
}
p {
color: #333;
font-size: 13px;
}
a {
text-decoration: none;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
outline: none;
color: #333;
}
a:hover {
text-decoration: none;
color: #eee;
}
.btn-primary {
padding: 8px 20px;
background: #0C641E;
color: #fff;
border-radius: 4px;
border: none;
margin-top: 10px;
}
.text-center h2 {
margin-bottom: 30px;
}
.text-center p {
margin-bottom: 50px;
color: #333;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #fff;
text-transform: uppercase;
font-size: 18px;
border-radius: 30px;
margin-left: -10px;
}
#breadcrumb {
background-color: #0C641E;
margin-top: -20px;
}
.breadcrumb {
list-style: none;
background-color: #0C641E;
border-radius: 0px;
padding: 3px 10px;
}
.breadcrumb li {
text-transform: uppercase;
margin-top: 125px;
font-weight: 600;
}
/*===========================
Menu and Navigation
============================ */
.navbar {
background-color: #fff;
padding: 0;
}
.navbar-brand h1 {
margin-top: 9px;
padding-top: 5px;
float: left;
font-size: 25px;
color: #333;
text-transform: uppercase;
font-weight: 900;
}
.navbar-brand h1 span {
color: #0C641E;
}
.collapse.navbar-collapse {
font-size: 12px;
float: right;
text-transform: uppercase;
font-weight: 700;
}
.collapse.navbar-collapse ul.navbar-nav li {
color: #000;
}
.navbar-nav {
border-bottom: 0;
}
.navbar-nav > li {
float: left;
margin-bottom: 0;
}
.navbar-nav > li > a {
border-radius: 0;
color: #333;
padding: 30px;
}
.navbar-nav > li > a:hover {
color: #0C641E !important;
border-color: #fff #fff #fff !important;
border-radius: 0 !important;
background-color: #fff !important;
transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-webkit-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
}
.navbar-nav > li > a.active {
color: #0C641E !important;
border-radius: 0 !important;
transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-webkit-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
}
@media (max-width: 980px) {
.navbar-brand {
padding-top: 6px;
}
.navbar-brand h1 {
margin-top: 0;
}
.navbar-nav > li {
float: none;
display: block;
}
@media (max-width: 768px) {
.main-section {
max-width: 768px;
width: 100%;
margin-right: 20px;
}
}
@media screen and (max-width: 640px) {
#masthead {
position: static;
}
.collapse {
position: absolute;
left: 0;
right: 0;
background: #fff;
height: auto;
}
.navbar-nav > li > a {
padding: 15px 15px;
border-bottom: 1px solid #f3f3f3;
}
.navbar-nav > li > a:hover {
border-color: #f3f3f3;
}
}
.no-margin {
margin: 0 !important;
padding: 0 !important;
}
/*===========================
slider
============================ */
#main-slider {
margin-top: 40px;
}
#main-slider {
position: relative;
}
.no-margin {
margin: 0;
padding: 0;
}
#main-slider .carousel .carousel-content {
margin-top: 150px;
}
#main-slider .carousel .slide-margin {
margin-top: 0px;
}
#main-slider .carousel h2 {
color: #fff;
text-transform: uppercase;
font-size: 50px;
font-weight: 800;
}
#main-slider .carousel h2 span {
color: #0C641E;
}
#main-slider .carousel h2 span spani {
color: #000;
}
#main-slider .carousel p {
color: #ddd;
font-size: 25px;
}
#main-slider .carousel .btn-slide {
padding: 8px 20px;
background: #0C641E;
color: #fff;
border-radius: 4px;
margin-top: 25px;
display: inline-block;
}
#main-slider .carousel .slider-img {
text-align: right;
position: absolute;
}
#main-slider .carousel .item {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0 !important;
opacity: 0;
top: 0;
position: absolute;
width: 100%;
display: block !important;
height: 730px;
-webkit-transition: opacity ease-in-out 500ms;
-moz-transition: opacity ease-in-out 500ms;
-o-transition: opacity ease-in-out 500ms;
transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
top: auto;
position: relative;
}
#main-slider .carousel .item.active {
opacity: 1;
-webkit-transition: opacity ease-in-out 500ms;
-moz-transition: opacity ease-in-out 500ms;
-o-transition: opacity ease-in-out 500ms;
transition: opacity ease-in-out 500ms;
z-index: 1;
}
#main-slider .active .animation.animated-item-1 {
-webkit-animation: fadeInUp 300ms linear 300ms both;
-moz-animation: fadeInUp 300ms linear 300ms both;
-o-animation: fadeInUp 300ms linear 300ms both;
-ms-animation: fadeInUp 300ms linear 300ms both;
animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
-webkit-animation: fadeInUp 300ms linear 600ms both;
-moz-animation: fadeInUp 300ms linear 600ms both;
-o-animation: fadeInUp 300ms linear 600ms both;
-ms-animation: fadeInUp 300ms linear 600ms both;
animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
-webkit-animation: fadeInUp 300ms linear 900ms both;
-moz-animation: fadeInUp 300ms linear 900ms both;
-o-animation: fadeInUp 300ms linear 900ms both;
-ms-animation: fadeInUp 300ms linear 900ms both;
animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
-webkit-animation: fadeInUp 300ms linear 1200ms both;
-moz-animation: fadeInUp 300ms linear 1200ms both;
-o-animation: fadeInUp 300ms linear 1200ms both;
-ms-animation: fadeInUp 300ms linear 1200ms both;
animation: fadeInUp 300ms linear 1200ms both;
}
@media (max-width: 767px) {
#main-slider .carousel .carousel-content {
margin-top: 40px;
text-align: center;
}
#main-slider .carousel .slide-margin {
margin-top: 40px;
}
#main-slider .carousel p {
color: #fff;
font-size: 18px;
line-height: 24px;
}
}
.feature {
padding: 50px;
}
.text-center i {
font-size: 40px;
margin-top: 70px;
margin-bottom: 30px;
color: #fff;
padding: 50px;
background: #0C641E;
border-radius: 50%;
}
.text-center h2 {
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;
font-size: 18px;
color: #0C641E;
}
.hi-icon-effect i.fa:hover {
background: #fff;
color: #0C641E;
-webkit-transition: color 300ms, background-color 300ms;
-moz-transition: color 300ms, background-color 300ms;
-o-transition: color 300ms, background-color 300ms;
transition: color 300ms, background-color 300ms;
}
| 0.457379 | 0.06727 |
.cui-ecommerce-dashboard-info {
margin-bottom: 30px;
}
.cui-ecommerce-dashboard-info__title {
font-size: 16px;
font-weight: 700;
color: #24222f;
margin-bottom: 15px;
margin-top: 10px;
}
.cui-ecommerce-dashboard-info__description {
font-size: 24px;
}
.cui-ecommerce-dashboard-info__block .nav-tabs a {
font-size: 16px;
font-weight: 700;
color: #24222f;
}
.cui-ecommerce-dashboard-info__chart {
padding-top: 20px;
margin-bottom: 10px;
}
.cui-ecommerce-dashboard-info__chart__chart {
padding-top: 20px;
margin-bottom: 10px;
}
.cui-ecommerce--dashboard--list--img {
display: inline-block;
width: 60px;
height: 60px;
border: 1px solid #eceff4;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #ffffff;
text-align: center;
}
.cui-ecommerce--dashboard--list--img img {
max-width: 100%;
min-height: 100%;
max-height: 100%;
}
.cui-ecommerce--catalog--item {
padding: 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #dfe4ed;
margin-bottom: 35px;
position: relative;
background: #ffffff;
}
.cui-ecommerce--catalog--item--status {
position: absolute;
top: 0px;
left: 0px;
border-width: 25px;
border-style: solid;
width: 0px;
height: 0px;
border-color: #fb434a transparent transparent #fb434a;
z-index: 10;
}
.cui-ecommerce--catalog--item--status--title {
position: relative;
top: -6px;
left: -17px;
display: block;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
color: #ffffff !important;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}
.cui-ecommerce--catalog--item--img {
position: relative;
text-align: center;
height: 250px;
}
.cui-ecommerce--catalog--item--img a {
display: block;
}
.cui-ecommerce--catalog--item--img a img {
min-height: 250px;
max-height: 250px;
max-width: 100%;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.cui-ecommerce--catalog--item--img a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cui-ecommerce--catalog--item--title {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
border-top: 1px solid #dfe4ed;
padding-top: 15px;
padding-right: 100px;
position: relative;
}
.cui-ecommerce--catalog--item--title a {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.cui-ecommerce--catalog--item--descr {
padding-right: 100px;
font-style: italic;
color: #bbb8cb;
}
.cui-ecommerce--catalog--item--descr--sizes {
font-style: normal;
margin: 15px 0px 10px;
}
.cui-ecommerce--catalog--item--descr--sizes span {
display: inline-block;
margin-right: 5px;
border: 1px solid #eceff4;
line-height: 14px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 3px 3px;
min-width: 30px;
text-align: center;
margin-bottom: 5px;
}
.cui-ecommerce--catalog--item--price {
font-size: 26px;
position: absolute;
top: 10px;
right: 0px;
text-align: right;
}
.cui-ecommerce--catalog--item--price--old {
font-size: 16px;
font-weight: normal;
text-decoration: line-through;
}
.cui-ecommerce--catalog--item--like {
position: absolute;
z-index: 100;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
color: #bbb8cb;
}
.cui-ecommerce--catalog--item--like--unliked {
display: block;
}
.cui-ecommerce--catalog--item--like--liked {
display: none;
}
.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--unliked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--unliked {
display: none;
}
.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--liked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--liked {
display: block;
}
.cui-ecommerce--catalog--item--like__selected {
color: #827ca1;
}
.cui-ecommerce--catalog--item--img-remove {
position: absolute;
z-index: 100;
top: 0px;
right: 15px;
}
.cui-ecommerce--product--descr {
margin-top: 10px;
color: #827ca1;
}
.cui-ecommerce--product--option {
margin-bottom: 20px;
}
.cui-ecommerce--product--option:last-child {
margin-bottom: 5px;
}
.cui-ecommerce--product--option .cui-ecommerce--catalog--item--descr--sizes {
margin: 0px;
}
.cui-ecommerce--product--option_title {
color: #bbb8cb;
margin-bottom: 10px;
}
.cui-ecommerce--product--price {
font-size: 31px;
font-weight: bold;
margin: 20px 0px;
}
.cui-ecommerce--product--price-before {
display: inline-block;
margin-left: 10px;
font-size: 18px;
text-decoration: line-through;
color: #827ca1;
position: relative;
top: -3px;
font-weight: normal;
}
.cui-ecommerce--product--sku {
float: right;
color: #bbb8cb;
text-align: right;
margin-top: 3px;
}
.cui-ecommerce--product--rating {
margin-top: 5px;
color: #f2a654;
}
.cui-ecommerce--product--controls .btn {
padding: 15px 40px !important;
}
.cui-ecommerce--product--controls .btn-link {
margin-top: 3px;
padding: 15px 15px !important;
}
.cui-ecommerce--product--photos {
margin-left: -20px;
margin-top: -15px;
}
.cui-ecommerce--product--photos-item {
margin-left: 20px;
width: -webkit-calc(25% - 20px);
width: calc(25% - 20px);
text-align: center;
float: left;
border: 1px solid #dfe4ed;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
margin-bottom: 20px;
background: #ffffff;
}
.cui-ecommerce--product--photos-item img {
width: 70px;
max-width: 100%;
}
.cui-ecommerce--product--photos-item__active {
border-color: #01a8fe;
}
.cui-ecommerce--product--main-title {
margin-top: 20px;
}
.cui-ecommerce--product--info {
margin-top: 40px;
}
.cui-ecommerce--cart .content {
min-height: 100px;
}
.cui-ecommerce--cart .content > .body {
width: 100%;
height: auto;
padding: 15px;
position: relative;
}
.cui-ecommerce--cart .actions {
padding-top: 30px;
border-top: 1px solid #dfe4ed;
}
.cui-ecommerce--cart table .text-right input[type=text] {
display: inline-block;
text-align: center;
}
.theme-inverse .cui-ecommerce--cart .actions {
padding-top: 30px;
border-color: #38354a !important;
}
.theme-inverse .cui-ecommerce--catalog--item--descr--sizes span {
border-color: #38354a;
}
|
public/assets/common/css/source/pages/ecommerce.css
|
.cui-ecommerce-dashboard-info {
margin-bottom: 30px;
}
.cui-ecommerce-dashboard-info__title {
font-size: 16px;
font-weight: 700;
color: #24222f;
margin-bottom: 15px;
margin-top: 10px;
}
.cui-ecommerce-dashboard-info__description {
font-size: 24px;
}
.cui-ecommerce-dashboard-info__block .nav-tabs a {
font-size: 16px;
font-weight: 700;
color: #24222f;
}
.cui-ecommerce-dashboard-info__chart {
padding-top: 20px;
margin-bottom: 10px;
}
.cui-ecommerce-dashboard-info__chart__chart {
padding-top: 20px;
margin-bottom: 10px;
}
.cui-ecommerce--dashboard--list--img {
display: inline-block;
width: 60px;
height: 60px;
border: 1px solid #eceff4;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #ffffff;
text-align: center;
}
.cui-ecommerce--dashboard--list--img img {
max-width: 100%;
min-height: 100%;
max-height: 100%;
}
.cui-ecommerce--catalog--item {
padding: 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #dfe4ed;
margin-bottom: 35px;
position: relative;
background: #ffffff;
}
.cui-ecommerce--catalog--item--status {
position: absolute;
top: 0px;
left: 0px;
border-width: 25px;
border-style: solid;
width: 0px;
height: 0px;
border-color: #fb434a transparent transparent #fb434a;
z-index: 10;
}
.cui-ecommerce--catalog--item--status--title {
position: relative;
top: -6px;
left: -17px;
display: block;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
color: #ffffff !important;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}
.cui-ecommerce--catalog--item--img {
position: relative;
text-align: center;
height: 250px;
}
.cui-ecommerce--catalog--item--img a {
display: block;
}
.cui-ecommerce--catalog--item--img a img {
min-height: 250px;
max-height: 250px;
max-width: 100%;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.cui-ecommerce--catalog--item--img a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cui-ecommerce--catalog--item--title {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
border-top: 1px solid #dfe4ed;
padding-top: 15px;
padding-right: 100px;
position: relative;
}
.cui-ecommerce--catalog--item--title a {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.cui-ecommerce--catalog--item--descr {
padding-right: 100px;
font-style: italic;
color: #bbb8cb;
}
.cui-ecommerce--catalog--item--descr--sizes {
font-style: normal;
margin: 15px 0px 10px;
}
.cui-ecommerce--catalog--item--descr--sizes span {
display: inline-block;
margin-right: 5px;
border: 1px solid #eceff4;
line-height: 14px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 3px 3px;
min-width: 30px;
text-align: center;
margin-bottom: 5px;
}
.cui-ecommerce--catalog--item--price {
font-size: 26px;
position: absolute;
top: 10px;
right: 0px;
text-align: right;
}
.cui-ecommerce--catalog--item--price--old {
font-size: 16px;
font-weight: normal;
text-decoration: line-through;
}
.cui-ecommerce--catalog--item--like {
position: absolute;
z-index: 100;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
color: #bbb8cb;
}
.cui-ecommerce--catalog--item--like--unliked {
display: block;
}
.cui-ecommerce--catalog--item--like--liked {
display: none;
}
.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--unliked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--unliked {
display: none;
}
.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--liked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--liked {
display: block;
}
.cui-ecommerce--catalog--item--like__selected {
color: #827ca1;
}
.cui-ecommerce--catalog--item--img-remove {
position: absolute;
z-index: 100;
top: 0px;
right: 15px;
}
.cui-ecommerce--product--descr {
margin-top: 10px;
color: #827ca1;
}
.cui-ecommerce--product--option {
margin-bottom: 20px;
}
.cui-ecommerce--product--option:last-child {
margin-bottom: 5px;
}
.cui-ecommerce--product--option .cui-ecommerce--catalog--item--descr--sizes {
margin: 0px;
}
.cui-ecommerce--product--option_title {
color: #bbb8cb;
margin-bottom: 10px;
}
.cui-ecommerce--product--price {
font-size: 31px;
font-weight: bold;
margin: 20px 0px;
}
.cui-ecommerce--product--price-before {
display: inline-block;
margin-left: 10px;
font-size: 18px;
text-decoration: line-through;
color: #827ca1;
position: relative;
top: -3px;
font-weight: normal;
}
.cui-ecommerce--product--sku {
float: right;
color: #bbb8cb;
text-align: right;
margin-top: 3px;
}
.cui-ecommerce--product--rating {
margin-top: 5px;
color: #f2a654;
}
.cui-ecommerce--product--controls .btn {
padding: 15px 40px !important;
}
.cui-ecommerce--product--controls .btn-link {
margin-top: 3px;
padding: 15px 15px !important;
}
.cui-ecommerce--product--photos {
margin-left: -20px;
margin-top: -15px;
}
.cui-ecommerce--product--photos-item {
margin-left: 20px;
width: -webkit-calc(25% - 20px);
width: calc(25% - 20px);
text-align: center;
float: left;
border: 1px solid #dfe4ed;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
margin-bottom: 20px;
background: #ffffff;
}
.cui-ecommerce--product--photos-item img {
width: 70px;
max-width: 100%;
}
.cui-ecommerce--product--photos-item__active {
border-color: #01a8fe;
}
.cui-ecommerce--product--main-title {
margin-top: 20px;
}
.cui-ecommerce--product--info {
margin-top: 40px;
}
.cui-ecommerce--cart .content {
min-height: 100px;
}
.cui-ecommerce--cart .content > .body {
width: 100%;
height: auto;
padding: 15px;
position: relative;
}
.cui-ecommerce--cart .actions {
padding-top: 30px;
border-top: 1px solid #dfe4ed;
}
.cui-ecommerce--cart table .text-right input[type=text] {
display: inline-block;
text-align: center;
}
.theme-inverse .cui-ecommerce--cart .actions {
padding-top: 30px;
border-color: #38354a !important;
}
.theme-inverse .cui-ecommerce--catalog--item--descr--sizes span {
border-color: #38354a;
}
| 0.462716 | 0.081191 |
/*** SECTIONS:
* TopSearchPanel
* RefineSearchBar
* SearchResults
***/
/* ========== TopSearchPanel ========== */
/* ========== RefineSearchBar ========== */
.search-filter-label {
color: #1f2353;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
.search-filter {
list-style: none;
padding-left: 0;
}
.search-filter label.options-label:hover {
cursor: pointer;
color: #f2ac1b;
}
.options-label, .ui-options-label{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-size: 13px;
}
.options-label input:checked ~ span, .ui-options-label input:checked ~ span {
font-weight: 600;
color: #f2ac1b;
}
.products-rating {
display: inline-block;
}
.products-rating .ui-icon-star {
opacity: 100;
}
/* ========== SearchResults ========== */
#SearchResultListView {
height: 100%;
min-height: 1000px;
box-shadow: none;
border: none;
padding-left: 0;
padding-right: 0;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 13px;
}
/* ======= ListView li ======= */
.search-product-li {
float: left;
position: relative;
width: 33%;
list-style: none;
}
.search-product-li .rows-container {
height: 320px;
}
@media only screen and (max-width: 700px){
.search-product-li .rows-container {
height: 100%;
}
}
.search-product-li .image {
position: relative;
height: 65%;
display: flex;
justify-content: center;
align-items: center;
/*padding: 5px 5px 5px 5px;*/
}
.search-product-li .price {
text-align: center;
height: 10%;
}
.search-product-li .title {
text-align: center;
height: 10%;
}
.search-product-li .id {
text-align: center;
height: 15%;
}
.search-product-li img {
max-width: 90%;
max-height: 100%;
}
.search-product-li a.product-link-hidden {
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
top: 0;
border: none;
overflow: hidden;
}
.search-product-li:hover a.product-link-hidden {
text-decoration: none;
visibility: visible;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
/*background-color: rgba(255,200,0,0.55);*/
overflow: hidden;
transition: background .2s linear, color .2s linear;
-moz-transition: background .2s linear, color .2s linear;
-webkit-transition: background .2s linear, color .2s linear;
-o-transition: background .2s linear, color .2s linear;
}
/* ======= ListView pager ======= */
#SearchResultListView_pager {
padding-top: 0;
padding-bottom: 0;
text-align: center;
/*background-color: white;*/
/*border: none;*/
border: none;
}
|
Source/Web/JustOrderIt.Web/Areas/Public/Content/Custom/category-search.css
|
/*** SECTIONS:
* TopSearchPanel
* RefineSearchBar
* SearchResults
***/
/* ========== TopSearchPanel ========== */
/* ========== RefineSearchBar ========== */
.search-filter-label {
color: #1f2353;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
.search-filter {
list-style: none;
padding-left: 0;
}
.search-filter label.options-label:hover {
cursor: pointer;
color: #f2ac1b;
}
.options-label, .ui-options-label{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: normal;
font-size: 13px;
}
.options-label input:checked ~ span, .ui-options-label input:checked ~ span {
font-weight: 600;
color: #f2ac1b;
}
.products-rating {
display: inline-block;
}
.products-rating .ui-icon-star {
opacity: 100;
}
/* ========== SearchResults ========== */
#SearchResultListView {
height: 100%;
min-height: 1000px;
box-shadow: none;
border: none;
padding-left: 0;
padding-right: 0;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 13px;
}
/* ======= ListView li ======= */
.search-product-li {
float: left;
position: relative;
width: 33%;
list-style: none;
}
.search-product-li .rows-container {
height: 320px;
}
@media only screen and (max-width: 700px){
.search-product-li .rows-container {
height: 100%;
}
}
.search-product-li .image {
position: relative;
height: 65%;
display: flex;
justify-content: center;
align-items: center;
/*padding: 5px 5px 5px 5px;*/
}
.search-product-li .price {
text-align: center;
height: 10%;
}
.search-product-li .title {
text-align: center;
height: 10%;
}
.search-product-li .id {
text-align: center;
height: 15%;
}
.search-product-li img {
max-width: 90%;
max-height: 100%;
}
.search-product-li a.product-link-hidden {
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
top: 0;
border: none;
overflow: hidden;
}
.search-product-li:hover a.product-link-hidden {
text-decoration: none;
visibility: visible;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
/*background-color: rgba(255,200,0,0.55);*/
overflow: hidden;
transition: background .2s linear, color .2s linear;
-moz-transition: background .2s linear, color .2s linear;
-webkit-transition: background .2s linear, color .2s linear;
-o-transition: background .2s linear, color .2s linear;
}
/* ======= ListView pager ======= */
#SearchResultListView_pager {
padding-top: 0;
padding-bottom: 0;
text-align: center;
/*background-color: white;*/
/*border: none;*/
border: none;
}
| 0.38318 | 0.045353 |
/* max-width: 300px; */
background-color: #ffffff;
margin: 10% auto;
}
#success_tic .page-body .head {
text-align: center;
}
#success_tic .checkmark-circle {
width: 150px;
height: 150px;
position: relative;
display: inline-block;
vertical-align: top;
}
.checkmark-circle .background {
width: 150px;
height: 150px;
border-radius: 50%;
background: green;
position: absolute;
}
#success_tic .checkmark-circle .checkmark {
border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
-webkit-animation-delay: 300ms;
-moz-animation-delay: 300ms;
animation-delay: 300ms;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-name: checkmark;
-moz-animation-name: checkmark;
animation-name: checkmark;
-webkit-transform: scaleX(-1) rotate(135deg);
-moz-transform: scaleX(-1) rotate(135deg);
-ms-transform: scaleX(-1) rotate(135deg);
-o-transform: scaleX(-1) rotate(135deg);
transform: scaleX(-1) rotate(135deg);
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
opacity: 1;
height: 75px;
width: 37.5px;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
border-right: 15px solid #fff;
border-top: 15px solid #fff;
border-radius: 2.5px !important;
content: "";
left: 35px;
top: 80px;
position: absolute;
}
@-webkit-keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
@-moz-keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
@keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
|
src/component/successModal/index.css
|
/* max-width: 300px; */
background-color: #ffffff;
margin: 10% auto;
}
#success_tic .page-body .head {
text-align: center;
}
#success_tic .checkmark-circle {
width: 150px;
height: 150px;
position: relative;
display: inline-block;
vertical-align: top;
}
.checkmark-circle .background {
width: 150px;
height: 150px;
border-radius: 50%;
background: green;
position: absolute;
}
#success_tic .checkmark-circle .checkmark {
border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
-webkit-animation-delay: 300ms;
-moz-animation-delay: 300ms;
animation-delay: 300ms;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-name: checkmark;
-moz-animation-name: checkmark;
animation-name: checkmark;
-webkit-transform: scaleX(-1) rotate(135deg);
-moz-transform: scaleX(-1) rotate(135deg);
-ms-transform: scaleX(-1) rotate(135deg);
-o-transform: scaleX(-1) rotate(135deg);
transform: scaleX(-1) rotate(135deg);
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
opacity: 1;
height: 75px;
width: 37.5px;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
border-right: 15px solid #fff;
border-top: 15px solid #fff;
border-radius: 2.5px !important;
content: "";
left: 35px;
top: 80px;
position: absolute;
}
@-webkit-keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
@-moz-keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
@keyframes checkmark {
0% {
height: 0;
width: 0;
opacity: 1;
}
20% {
height: 0;
width: 37.5px;
opacity: 1;
}
40% {
height: 75px;
width: 37.5px;
opacity: 1;
}
100% {
height: 75px;
width: 37.5px;
opacity: 1;
}
}
| 0.412648 | 0.070624 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.barra-inferior, .posts .post__comentarios__adicionar-comentario, .stories {
border-top: 1px solid #DBDBDB;
}
.barra-inferior {
border-right: 1px solid #DBDBDB;
}
.topo {
border-bottom: 1px solid #DBDBDB;
}
.barra-inferior {
border-left: 1px solid #DBDBDB;
}
body {
font-family: "Roboto", sans-serif;
}
ion-icon {
color: black;
vertical-align: middle;
}
a {
text-decoration: none;
}
a:visited {
color: black;
}
small {
color: #8E8E8E;
}
strong {
font-weight: 500;
}
main {
padding-top: 54px;
}
@media screen and (min-width: 620px) {
main {
background-color: #E5E5E5;
padding-top: 88px;
padding-bottom: 34px;
}
}
.botao {
cursor: pointer;
}
.link-perfil-1 {
font-weight: 500;
}
.link-perfil-1:focus {
opacity: 0.7;
}
.link-perfil-2 {
font-weight: 500;
}
.link-perfil-2:hover {
text-decoration: underline;
}
.link-perfil-2:focus {
opacity: 0.7;
}
.topo-background {
height: 54px;
position: fixed;
width: 100%;
background-color: #FFFFFF;
z-index: 1;
}
.topo {
background-color: #FFFFFF;
height: 54px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: center;
color: black;
max-width: 935px;
margin: 0 auto;
overflow: hidden;
}
.topo__conjunto-desktop {
display: flex;
flex-direction: row;
}
.topo__conjunto-desktop__caixa-pesquisa {
width: 215px;
padding: 8px;
background-color: #FAFAFA;
}
@media screen and (min-width: 620px) {
.topo__conjunto-desktop__caixa-pesquisa {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.topo__conjunto-desktop__caixa-pesquisa:focus {
outline: none;
}
.topo__conjunto-desktop__caixa-pesquisa:focus::placeholder {
color: transparent;
}
.topo__conjunto-desktop__caixa-pesquisa::placeholder {
text-align: center;
}
@media screen and (max-width: 620px) {
.topo__conjunto-desktop__caixa-pesquisa {
display: none;
}
}
.topo__conjunto-icones {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 620px) {
.topo__conjunto-icones--mobile {
display: none;
}
}
.topo__icone-botao {
font-size: 1.5rem;
margin: 15px;
}
@media screen and (max-width: 620px) {
.topo__icone-botao--mobile {
display: none;
}
}
@media screen and (min-width: 620px) {
.topo__icone-botao--desktop {
display: none;
}
}
.topo__logo {
display: flex;
align-items: center;
}
.timeline {
z-index: -1;
}
@media screen and (min-width: 620px) {
.timeline {
display: flex;
justify-content: center;
}
}
.stories {
height: 121px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #E5E5E5;
overflow: hidden;
padding: 0 15px;
}
@media screen and (min-width: 620px) {
.stories {
width: 614px;
margin: 0 auto;
box-sizing: border-box;
}
}
@media screen and (min-width: 620px) {
.stories {
background-color: #FFFFFF;
margin-bottom: 24px;
}
}
@media screen and (min-width: 620px) {
.stories {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.stories__seta-frente {
position: absolute;
right: 10px;
filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.stories__seta-frente ion-icon {
font-size: 2rem;
color: #FFFFFF;
}
@media screen and (max-width: 620px) {
.stories__seta-frente {
display: none;
}
}
.stories .story {
margin: 8px;
display: flex;
flex-direction: column;
}
.stories .story__icone-usuario__imagem {
background-image: url("../imagens/borda-stories.svg");
background-size: cover;
background-position: center;
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 50%;
padding: 4px;
}
.stories .story__nome-usuario {
text-align: center;
font-size: 0.75rem;
}
.barra-lateral {
margin-left: 30px;
position: sticky;
top: 88px;
max-width: 300px;
}
@media screen and (max-width: 935px) {
.barra-lateral {
display: none;
}
}
.barra-lateral .usuario-principal {
display: flex;
align-items: center;
padding: 30px 0;
}
.barra-lateral .usuario-principal__icone-usuario {
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 50%;
margin-right: 15px;
}
.barra-lateral .usuario-principal__nome__user {
padding-bottom: 5px;
}
.barra-lateral .usuarios-recomendados {
font-size: 0.875rem;
}
.barra-lateral .usuarios-recomendados__linha-topo {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.barra-lateral .usuarios-recomendados__conjunto {
display: flex;
justify-content: space-between;
align-items: center;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7px 0;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__icone-usuario {
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 50%;
margin-right: 11px;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__nome__user {
font-size: 0.875rem;
padding-bottom: 5px;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__nome__status {
font-size: 0.75rem;
color: #8E8E8E;
}
.barra-lateral .usuarios-recomendados__botao-seguir {
color: #139EF2;
cursor: pointer;
}
.barra-lateral__rodape {
font-size: 0.6875rem;
color: #C7C7C7;
margin-bottom: 10px;
}
.barra-lateral__rodape__lista {
list-style-type: none;
list-style-position: inside;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 30px 0 18px 0;
}
.barra-lateral__rodape__lista .lista-link {
margin-right: 4px;
}
.barra-lateral__rodape__lista .lista-link::after {
content: " •";
}
.barra-lateral__rodape__lista .lista-link a {
color: #C7C7C7;
}
.barra-lateral__rodape__lista .lista-link a:visited {
color: inherit;
}
.posts {
background-color: #E5E5E5;
}
@media screen and (min-width: 620px) {
.posts {
width: 614px;
margin: 0 auto;
box-sizing: border-box;
}
}
.posts .post {
margin-bottom: 60px;
border-top: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB;
background-color: #FFFFFF;
}
@media screen and (min-width: 620px) {
.posts .post {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.posts .post__header {
display: flex;
align-items: center;
justify-content: space-between;
margin: 15px;
}
.posts .post__header__usuario {
display: flex;
align-items: center;
}
.posts .post__header__usuario__icone-usuario {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
margin-right: 15px;
}
.posts .post__header__usuario__nome-usuario {
font-size: 0.875rem;
font-weight: 500;
}
.posts .post__conteudo__imagem {
display: block;
width: 100%;
aspect-ratio: auto 4/5;
object-fit: cover;
}
.posts .post__conteudo__video {
display: block;
width: 100%;
aspect-ratio: 4/5;
object-fit: cover;
}
.posts .post__menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px;
}
.posts .post__menu__icone-botao {
font-size: 1.5rem;
}
.posts .post__menu__icone-botao ion-icon {
margin: 0 5px;
}
.posts .post__info {
display: flex;
align-items: center;
margin: 0 15px 13px 15px;
}
.posts .post__info__icone-usuario {
width: 20px;
height: 20px;
object-fit: cover;
border-radius: 50%;
margin-right: 5px;
}
.posts .post__info p {
font-size: 0.875rem;
}
.posts .post__comentarios {
margin: 0 15px;
font-size: 0.875rem;
}
.posts .post__comentarios__adicionar-comentario {
margin: 15px 0 5px 0;
padding: 0 15px;
display: flex;
justify-content: space-between;
padding-top: 5px;
align-items: center;
}
.posts .post__comentarios__adicionar-comentario ion-icon {
font-size: 1.5rem;
cursor: pointer;
}
.posts .post__comentarios__adicionar-comentario__input {
flex-grow: 1;
margin: 0 5px;
border: none;
outline: none;
padding: 10px;
}
.posts .post__comentarios__adicionar-comentario__input::placeholder {
color: #8E8E8E;
}
.posts .post__comentarios__adicionar-comentario__botao {
color: #B2DFFC;
cursor: pointer;
transition: 300ms;
font-size: 0.875rem;
}
.posts .post__comentarios__adicionar-comentario__botao:hover {
color: #0095F6;
}
.posts .post__comentarios .comentario {
display: flex;
justify-content: space-between;
padding-top: 7px;
}
.posts .post__comentarios .comentario__conjunto {
display: flex;
}
.posts .post__comentarios .comentario__user {
padding-right: 5px;
}
.posts .post__comentarios .comentario__texto {
padding-right: 5px;
}
.posts .post__comentarios .comentario__like {
cursor: pointer;
margin-right: 4px;
}
.barra-inferior {
background-color: #FFFFFF;
height: 54px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.barra-inferior__icones {
font-size: 1.5rem;
margin: 17px;
}
@media screen and (min-width: 620px) {
.barra-inferior {
display: none;
}
}
/*# sourceMappingURL=style.css.map */
|
css/style.css
|
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.barra-inferior, .posts .post__comentarios__adicionar-comentario, .stories {
border-top: 1px solid #DBDBDB;
}
.barra-inferior {
border-right: 1px solid #DBDBDB;
}
.topo {
border-bottom: 1px solid #DBDBDB;
}
.barra-inferior {
border-left: 1px solid #DBDBDB;
}
body {
font-family: "Roboto", sans-serif;
}
ion-icon {
color: black;
vertical-align: middle;
}
a {
text-decoration: none;
}
a:visited {
color: black;
}
small {
color: #8E8E8E;
}
strong {
font-weight: 500;
}
main {
padding-top: 54px;
}
@media screen and (min-width: 620px) {
main {
background-color: #E5E5E5;
padding-top: 88px;
padding-bottom: 34px;
}
}
.botao {
cursor: pointer;
}
.link-perfil-1 {
font-weight: 500;
}
.link-perfil-1:focus {
opacity: 0.7;
}
.link-perfil-2 {
font-weight: 500;
}
.link-perfil-2:hover {
text-decoration: underline;
}
.link-perfil-2:focus {
opacity: 0.7;
}
.topo-background {
height: 54px;
position: fixed;
width: 100%;
background-color: #FFFFFF;
z-index: 1;
}
.topo {
background-color: #FFFFFF;
height: 54px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
display: flex;
justify-content: space-between;
align-items: center;
color: black;
max-width: 935px;
margin: 0 auto;
overflow: hidden;
}
.topo__conjunto-desktop {
display: flex;
flex-direction: row;
}
.topo__conjunto-desktop__caixa-pesquisa {
width: 215px;
padding: 8px;
background-color: #FAFAFA;
}
@media screen and (min-width: 620px) {
.topo__conjunto-desktop__caixa-pesquisa {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.topo__conjunto-desktop__caixa-pesquisa:focus {
outline: none;
}
.topo__conjunto-desktop__caixa-pesquisa:focus::placeholder {
color: transparent;
}
.topo__conjunto-desktop__caixa-pesquisa::placeholder {
text-align: center;
}
@media screen and (max-width: 620px) {
.topo__conjunto-desktop__caixa-pesquisa {
display: none;
}
}
.topo__conjunto-icones {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 620px) {
.topo__conjunto-icones--mobile {
display: none;
}
}
.topo__icone-botao {
font-size: 1.5rem;
margin: 15px;
}
@media screen and (max-width: 620px) {
.topo__icone-botao--mobile {
display: none;
}
}
@media screen and (min-width: 620px) {
.topo__icone-botao--desktop {
display: none;
}
}
.topo__logo {
display: flex;
align-items: center;
}
.timeline {
z-index: -1;
}
@media screen and (min-width: 620px) {
.timeline {
display: flex;
justify-content: center;
}
}
.stories {
height: 121px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #E5E5E5;
overflow: hidden;
padding: 0 15px;
}
@media screen and (min-width: 620px) {
.stories {
width: 614px;
margin: 0 auto;
box-sizing: border-box;
}
}
@media screen and (min-width: 620px) {
.stories {
background-color: #FFFFFF;
margin-bottom: 24px;
}
}
@media screen and (min-width: 620px) {
.stories {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.stories__seta-frente {
position: absolute;
right: 10px;
filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.stories__seta-frente ion-icon {
font-size: 2rem;
color: #FFFFFF;
}
@media screen and (max-width: 620px) {
.stories__seta-frente {
display: none;
}
}
.stories .story {
margin: 8px;
display: flex;
flex-direction: column;
}
.stories .story__icone-usuario__imagem {
background-image: url("../imagens/borda-stories.svg");
background-size: cover;
background-position: center;
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 50%;
padding: 4px;
}
.stories .story__nome-usuario {
text-align: center;
font-size: 0.75rem;
}
.barra-lateral {
margin-left: 30px;
position: sticky;
top: 88px;
max-width: 300px;
}
@media screen and (max-width: 935px) {
.barra-lateral {
display: none;
}
}
.barra-lateral .usuario-principal {
display: flex;
align-items: center;
padding: 30px 0;
}
.barra-lateral .usuario-principal__icone-usuario {
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 50%;
margin-right: 15px;
}
.barra-lateral .usuario-principal__nome__user {
padding-bottom: 5px;
}
.barra-lateral .usuarios-recomendados {
font-size: 0.875rem;
}
.barra-lateral .usuarios-recomendados__linha-topo {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.barra-lateral .usuarios-recomendados__conjunto {
display: flex;
justify-content: space-between;
align-items: center;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7px 0;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__icone-usuario {
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 50%;
margin-right: 11px;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__nome__user {
font-size: 0.875rem;
padding-bottom: 5px;
}
.barra-lateral .usuarios-recomendados__conjunto .usuario-recomendado__nome__status {
font-size: 0.75rem;
color: #8E8E8E;
}
.barra-lateral .usuarios-recomendados__botao-seguir {
color: #139EF2;
cursor: pointer;
}
.barra-lateral__rodape {
font-size: 0.6875rem;
color: #C7C7C7;
margin-bottom: 10px;
}
.barra-lateral__rodape__lista {
list-style-type: none;
list-style-position: inside;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 30px 0 18px 0;
}
.barra-lateral__rodape__lista .lista-link {
margin-right: 4px;
}
.barra-lateral__rodape__lista .lista-link::after {
content: " •";
}
.barra-lateral__rodape__lista .lista-link a {
color: #C7C7C7;
}
.barra-lateral__rodape__lista .lista-link a:visited {
color: inherit;
}
.posts {
background-color: #E5E5E5;
}
@media screen and (min-width: 620px) {
.posts {
width: 614px;
margin: 0 auto;
box-sizing: border-box;
}
}
.posts .post {
margin-bottom: 60px;
border-top: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB;
background-color: #FFFFFF;
}
@media screen and (min-width: 620px) {
.posts .post {
border: 1px solid #DBDBDB;
border-radius: 3px;
}
}
.posts .post__header {
display: flex;
align-items: center;
justify-content: space-between;
margin: 15px;
}
.posts .post__header__usuario {
display: flex;
align-items: center;
}
.posts .post__header__usuario__icone-usuario {
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 50%;
margin-right: 15px;
}
.posts .post__header__usuario__nome-usuario {
font-size: 0.875rem;
font-weight: 500;
}
.posts .post__conteudo__imagem {
display: block;
width: 100%;
aspect-ratio: auto 4/5;
object-fit: cover;
}
.posts .post__conteudo__video {
display: block;
width: 100%;
aspect-ratio: 4/5;
object-fit: cover;
}
.posts .post__menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px;
}
.posts .post__menu__icone-botao {
font-size: 1.5rem;
}
.posts .post__menu__icone-botao ion-icon {
margin: 0 5px;
}
.posts .post__info {
display: flex;
align-items: center;
margin: 0 15px 13px 15px;
}
.posts .post__info__icone-usuario {
width: 20px;
height: 20px;
object-fit: cover;
border-radius: 50%;
margin-right: 5px;
}
.posts .post__info p {
font-size: 0.875rem;
}
.posts .post__comentarios {
margin: 0 15px;
font-size: 0.875rem;
}
.posts .post__comentarios__adicionar-comentario {
margin: 15px 0 5px 0;
padding: 0 15px;
display: flex;
justify-content: space-between;
padding-top: 5px;
align-items: center;
}
.posts .post__comentarios__adicionar-comentario ion-icon {
font-size: 1.5rem;
cursor: pointer;
}
.posts .post__comentarios__adicionar-comentario__input {
flex-grow: 1;
margin: 0 5px;
border: none;
outline: none;
padding: 10px;
}
.posts .post__comentarios__adicionar-comentario__input::placeholder {
color: #8E8E8E;
}
.posts .post__comentarios__adicionar-comentario__botao {
color: #B2DFFC;
cursor: pointer;
transition: 300ms;
font-size: 0.875rem;
}
.posts .post__comentarios__adicionar-comentario__botao:hover {
color: #0095F6;
}
.posts .post__comentarios .comentario {
display: flex;
justify-content: space-between;
padding-top: 7px;
}
.posts .post__comentarios .comentario__conjunto {
display: flex;
}
.posts .post__comentarios .comentario__user {
padding-right: 5px;
}
.posts .post__comentarios .comentario__texto {
padding-right: 5px;
}
.posts .post__comentarios .comentario__like {
cursor: pointer;
margin-right: 4px;
}
.barra-inferior {
background-color: #FFFFFF;
height: 54px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.barra-inferior__icones {
font-size: 1.5rem;
margin: 17px;
}
@media screen and (min-width: 620px) {
.barra-inferior {
display: none;
}
}
/*# sourceMappingURL=style.css.map */
| 0.385837 | 0.078536 |
.menu-item,
.menu-open-button {
background: black;
border-radius: 100%;
width: 40px;
height: 40px;
position: absolute;
color: white;
text-align: center;
line-height: 40px;
transform: translate3d(0, 0, 0);
transition: transform ease-out 200ms;
margin-top: -15px;
}
.menu-open {
display: none;
}
.hamburger {
width: 10px;
height: 2px;
background: white;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -5px;
transition: transform 200ms;
}
.hamburger-1 {
transform: translate3d(0, -5px, 0);
}
.hamburger-2 {
transform: translate3d(0, 0, 0);
}
.hamburger-3 {
transform: translate3d(0, 5px, 0);
}
.menu-open:checked+.menu-open-button .hamburger-1 {
transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked+.menu-open-button .hamburger-2 {
transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked+.menu-open-button .hamburger-3 {
transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu {
position: absolute;
width: 50px;
height: 50px;
box-sizing: border-box;
font-size: 15px;
margin-top: 10px;
}
.menu-icon-active {
color: #1fa1f2;
}
.menu-classify {
background: #021427;
margin-left: -45px;
}
.menu-item:hover {
background: black;
color: #1fa1f2;
}
.menu-open-button {
z-index: 2;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-duration: 400ms;
transform: scale(1.1, 1.1) translate3d(0, 0, 0);
cursor: pointer;
}
.menu-open-button:hover {
transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked+.menu-open-button {
transition-timing-function: linear;
transition-duration: 200ms;
transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked~.menu-item {
margin-top: -25px;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked~.menu-item:nth-child(3) {
transition-duration: 100ms;
transform: translate3d(30px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(4) {
transition-duration: 200ms;
transform: translate3d(60px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(5) {
transition-duration: 300ms;
transform: translate3d(90px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(6) {
transition-duration: 400ms;
transform: translate3d(120px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(7) {
transition-duration: 400ms;
transform: translate3d(150px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(8) {
transition-duration: 400ms;
transform: translate3d(180px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(9) {
transition-duration: 400ms;
transform: translate3d(210px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(10) {
transition-duration: 500ms;
transform: translate3d(240px, 0, 0);
}
|
app/assets/stylesheets/menu_buttons.css
|
.menu-item,
.menu-open-button {
background: black;
border-radius: 100%;
width: 40px;
height: 40px;
position: absolute;
color: white;
text-align: center;
line-height: 40px;
transform: translate3d(0, 0, 0);
transition: transform ease-out 200ms;
margin-top: -15px;
}
.menu-open {
display: none;
}
.hamburger {
width: 10px;
height: 2px;
background: white;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -5px;
transition: transform 200ms;
}
.hamburger-1 {
transform: translate3d(0, -5px, 0);
}
.hamburger-2 {
transform: translate3d(0, 0, 0);
}
.hamburger-3 {
transform: translate3d(0, 5px, 0);
}
.menu-open:checked+.menu-open-button .hamburger-1 {
transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked+.menu-open-button .hamburger-2 {
transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked+.menu-open-button .hamburger-3 {
transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu {
position: absolute;
width: 50px;
height: 50px;
box-sizing: border-box;
font-size: 15px;
margin-top: 10px;
}
.menu-icon-active {
color: #1fa1f2;
}
.menu-classify {
background: #021427;
margin-left: -45px;
}
.menu-item:hover {
background: black;
color: #1fa1f2;
}
.menu-open-button {
z-index: 2;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-duration: 400ms;
transform: scale(1.1, 1.1) translate3d(0, 0, 0);
cursor: pointer;
}
.menu-open-button:hover {
transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked+.menu-open-button {
transition-timing-function: linear;
transition-duration: 200ms;
transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked~.menu-item {
margin-top: -25px;
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked~.menu-item:nth-child(3) {
transition-duration: 100ms;
transform: translate3d(30px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(4) {
transition-duration: 200ms;
transform: translate3d(60px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(5) {
transition-duration: 300ms;
transform: translate3d(90px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(6) {
transition-duration: 400ms;
transform: translate3d(120px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(7) {
transition-duration: 400ms;
transform: translate3d(150px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(8) {
transition-duration: 400ms;
transform: translate3d(180px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(9) {
transition-duration: 400ms;
transform: translate3d(210px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(10) {
transition-duration: 500ms;
transform: translate3d(240px, 0, 0);
}
| 0.341583 | 0.081119 |
#slider{
position: relative;
width: 100%;
/* background: #2c3e50; */
margin-top: 7rem;
}
.slider-row{
display: flex;
flex-wrap: wrap;
margin-left: -4px;
margin-right: -4px;
}
.myslide{
height: calc(655px - 7rem);
display: none;
overflow: hidden;
}
#slider .prev,
#slider .next{
position: absolute;
top: 50%;
transform: translate(0, -50%);
font-size: 50px;
padding: 15px;
cursor: pointer;
color: #fff;
transition: 0.1s;
user-select: none;
}
#slider .prev:hover,
#slider .next:hover{
color: rgba(255, 255, 255, 0.534);
transition: 0.25s;
}
#slider .next{
right: 0;
}
.dotsbox{
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 20px;
cursor: pointer;
text-align: center;
}
.dotsbox .dot{
display: inline-block;
width: 15px;
height: 15px;
border: 3px solid #fff;
border-radius: 50%;
margin: 0 10px;
cursor: pointer;
}
/* javascript */
.active, .dot:hover{
border-color: rgba(255, 255, 255, 0.534); /* blue */
}
/* /javascript */
/* muslide add fade */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: 0.8}
to {opacity: 1}
}
@keyframes fade {
from {opacity: 0.8}
to {opacity: 1}
}
/* /muslide add fade */
/* 3 */
.myslide .txt{
position: absolute;
color: #fff;
letter-spacing: 2px;
line-height: 35px;
top: 45%;
left: 15%;
-webkit-animation-name: posi;
-webkit-animation-duration: 2s;
animation-name: posi;
animation-duration: 2s;
z-index: 1;
}
@-webkit-keyframes posi {
from {left: 25%;}
to {left: 15%;}
}
@keyframes posi {
from {left: 25%;}
to {left: 15%;}
}
.myslide .txt h1{
color: #fff;
font-size: 7rem;
margin-bottom: 5rem;
font-weight: 100;
}
.slider__btn{
position: relative;
display: inline-block;
height: 7.8rem;
width: 245px;
left: 0;
margin: 0 auto;
}
.slider__btn-price{
min-width: 113px;
}
/* /3 */
/* 4 */
.myslide img{
transform: scale(1.5, 1.5);
-webkit-animation-name: zoomin;
-webkit-animation-duration: 40s;
animation-name: zoomin;
animation-duration: 40s;
}
@-webkit-keyframes zoomin {
from {transform: scale(1, 1);}
to {transform: scale(1.5, 1.5);}
}
/* ========================================end slider======================================== */
/* ========================================Begin Main======================================== */
#main{
}
/* begin about us */
.about{
margin-top: 3rem;
}
.about__title{
padding: 4rem 0 5rem;
}
.about__title h1{
font-size: 6.75rem;
font-weight: 100;
color: rgb(56 60 64 / 85%);
}
.about__title h4{
color: #a4a7a9!important;
font-size: 2rem;
font-weight: 100;
}
.about__content{
width: 42.5rem;
padding-top: 3rem;
}
.about__content h2{
font-size: 5rem;
font-weight: 100;
line-height: 1.1;
margin-bottom: 3rem;
color: #333333ad;
}
.about__content p{
font-size: 1.4rem;
line-height: 1.6;
padding-bottom: 2rem;
}
.about__content h4{
font-size: 2.6rem;
font-weight: 500;
color: #333333d9;
margin-top: 3rem;
}
.about__btn{
text-decoration: none;
margin-top: 6rem;
display: inline-block;
margin-bottom: 5rem;
}
.about__btn span{
font-size: 1.6rem;
text-transform: uppercase;
color: #333;
border: 2px solid #ddae71;
padding: 2rem;
}
.about__btn span:hover{
background-color: #ddae71;
color: #fff;
transition: 0.3s;
}
.about__end{
position: relative;
max-height : 33.2rem;
width: 100%;
}
.about__end-img{
}
.about__text{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.about__text h2{
font-size: 4rem;
margin-bottom: 2rem;
font-weight: 100;
color: #ffffffb0;
}
.about__text h5{
color: hsla(0,0%,100%,.5);
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 2rem;
margin-top: 4rem;
}
.about__end-btn{
text-decoration: none;
display: inline-block;
padding: 2.5rem;
width: 16rem;
position: relative;
border: 2px solid #ddae71;
}
.about__end-btn span{
font-size: 1.6rem;
text-transform: uppercase;
color: #fff;
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.about__end-btn:hover{
background-color: #ddae71;
box-shadow: none;
transform: translateY(-2px);
outline: none;
transition: 0.3s;
}
/* begin popular menu */
.new,
.popular{
position: relative;
width: 100%;
height: 83rem;
background-color: #fff;
}
.popular__title{
position: absolute;
margin-top: 12rem;
font-size: 5rem;
line-height: 1.6;
text-align: center;
color: #333;
width: 100%;
text-transform: uppercase;
}
.popular__desc{
position: absolute;
margin-top: 18rem;
font-size: 1.4rem;
line-height: 2.6;
text-align: center;
color: #9A9A9A;
width: 100%;
}
.popular__list{
position: relative;
margin-top: 25rem;
}
.list__img{
position: absolute;
border-radius: 5rem 5rem 0 0;
z-index: 999;
}
.list__data{
position: absolute;
padding-top: 25rem;
width: 100%;
background-color: #fff;
height: 45rem;
border-radius: 5rem;
}
.data__category{
position: absolute;
left: 50%;
transform: translateX(-50%);
padding: 0.5rem 1rem;
line-height: 1.6;
font-size: 1.2rem;
font-weight: 700;
text-decoration: none;
text-align: center;
background-color: #ebebeb;
color: #9a9a9a;
border-radius: 0.5rem;
}
.data__name{
width: 70%;
margin: 4rem auto 0;
text-align: center;
font-size: 1.8rem;
line-height: 1.6;
color: #465058;
font-weight: 500;
word-break: break-word;
max-height: 6rem;
overflow: hidden;
}
.data__desc{
font-size: 1.3rem;
line-height: 1.6;
max-height: 4.1rem;
overflow: hidden;
color: #465058a8;
font-weight: 500;
word-break: break-word;
text-align: center;
margin: 1.5rem auto;
width: 20rem;
}
.add-cart-btn{
position: relative;
height: 4.8rem;
width: 220px;
margin: 0 auto;
}
.data__btn{
padding: 0 2.1rem;
font-size: 1.3rem;
border-radius: 0;
height: 4.8rem;
font-weight: 700;
text-transform: uppercase;
border: 2px solid #DDAE71;
color: #fff;
background-color: #282B2E;
/* margin: 0 auto; */
/* left: 2rem; */
/* top: 0; */
position: absolute;
}
.newdata__btn:hover,
.data__btn:hover{
background-color: #DDAE71;
transition: 0.3s;
}
.data__price{
position: absolute;
padding: 0 1rem;
font-size: 1.3rem;
/* margin: 0.5rem auto; */
left: 58%;
height: 4.8rem;
background-color: #ddae71;
line-height: 4.8rem;
text-transform: uppercase;
font-weight: 500;
}
/* NEW MENU */
.new{
position: relative;
background-color: #fff;
min-height: 93rem;
}
.back-img{
background-image: url(/assets/img/background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100%;
opacity: 1;
}
.overlay{
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
}
.shape-top{
position: absolute;
top: -5px;
left: 0;
width: 100%;
z-index: 3;
}
.shape-bottom{
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
z-index: 3;
}
.shape-bottom img{
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%) rotate(180deg);
-ms-transform: translateX(-50%) rotate(180deg);
transform: translateX(-50%) rotate(180deg);
}
.new__title{
color: #fff;
}
.new__desc{
color: rgba(255, 255, 255, 0.685);
}
.new-detail{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 10;
}
.newlist__data{
position: absolute;
padding-top: 34rem;
width: 100%;
background-color: #fff;
height: 54rem;
border-radius: 5rem;
}
.newdata__btn{
padding: 0 3rem;
font-size: 1.3rem;
border-radius: 0;
height: calc(4.75rem + 2px);
font-weight: 700;
text-transform: uppercase;
border: 2px solid #DDAE71;
color: #fff;
background-color: #282B2E;
margin: 0.5rem auto;
left: 8rem;
position: absolute;
}
/* ========================================begin dish======================================== */
.dish{
position: relative;
min-height: 100vh;
background-color: #fff;
height: 1200px;
}
.dish__title{
padding-top: 5rem;
/* margin-top: 12rem; */
font-size: 5rem;
line-height: 1.6;
text-align: center;
color: #333;
width: 100%;
text-transform: uppercase;
}
.dish .controls{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding:2rem 0;
list-style: none;
}
.dish .controls .buttons{
margin:1rem 2rem;
padding:.5rem 0;
border-bottom:.2rem solid #333;
color:#333;
cursor: pointer;
font-size: 2rem;
}
.dish .controls .buttons.button-active,
.dish .controls .buttons:hover{
color:#ddae71;
border-color: #ddae71;
border-bottom:.2rem solid #ddae71;
}
.dish .image-container{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding-bottom: 2rem;
}
.dish .image-container .image{
width: 35rem;
margin:2rem;
border:1rem solid #fff;
box-shadow: 0 .5rem .5rem rgba(0,0,0,.3);
}
.dish .image-container .image img{
height: 20rem;
width: 100%;
object-fit: cover;
}
.dish .image-container .image a{
font-size: 3.5rem;
color: #333;
padding: .5rem;
text-decoration: none;
text-shadow: 0 0 1px #000;
}
.dish .image-container .image a:hover{
color: #ddae71;
transition: 0.2s;
/* text-decoration: underline; */
}
.full-menu-btn{
/* position: absolute; */
display: contents;
}
/* ========================================end dish======================================== */
/* ========================================End Main======================================== */
|
resources/views/frontend/fastOrdering/assets/css/main.css
|
#slider{
position: relative;
width: 100%;
/* background: #2c3e50; */
margin-top: 7rem;
}
.slider-row{
display: flex;
flex-wrap: wrap;
margin-left: -4px;
margin-right: -4px;
}
.myslide{
height: calc(655px - 7rem);
display: none;
overflow: hidden;
}
#slider .prev,
#slider .next{
position: absolute;
top: 50%;
transform: translate(0, -50%);
font-size: 50px;
padding: 15px;
cursor: pointer;
color: #fff;
transition: 0.1s;
user-select: none;
}
#slider .prev:hover,
#slider .next:hover{
color: rgba(255, 255, 255, 0.534);
transition: 0.25s;
}
#slider .next{
right: 0;
}
.dotsbox{
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 20px;
cursor: pointer;
text-align: center;
}
.dotsbox .dot{
display: inline-block;
width: 15px;
height: 15px;
border: 3px solid #fff;
border-radius: 50%;
margin: 0 10px;
cursor: pointer;
}
/* javascript */
.active, .dot:hover{
border-color: rgba(255, 255, 255, 0.534); /* blue */
}
/* /javascript */
/* muslide add fade */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: 0.8}
to {opacity: 1}
}
@keyframes fade {
from {opacity: 0.8}
to {opacity: 1}
}
/* /muslide add fade */
/* 3 */
.myslide .txt{
position: absolute;
color: #fff;
letter-spacing: 2px;
line-height: 35px;
top: 45%;
left: 15%;
-webkit-animation-name: posi;
-webkit-animation-duration: 2s;
animation-name: posi;
animation-duration: 2s;
z-index: 1;
}
@-webkit-keyframes posi {
from {left: 25%;}
to {left: 15%;}
}
@keyframes posi {
from {left: 25%;}
to {left: 15%;}
}
.myslide .txt h1{
color: #fff;
font-size: 7rem;
margin-bottom: 5rem;
font-weight: 100;
}
.slider__btn{
position: relative;
display: inline-block;
height: 7.8rem;
width: 245px;
left: 0;
margin: 0 auto;
}
.slider__btn-price{
min-width: 113px;
}
/* /3 */
/* 4 */
.myslide img{
transform: scale(1.5, 1.5);
-webkit-animation-name: zoomin;
-webkit-animation-duration: 40s;
animation-name: zoomin;
animation-duration: 40s;
}
@-webkit-keyframes zoomin {
from {transform: scale(1, 1);}
to {transform: scale(1.5, 1.5);}
}
/* ========================================end slider======================================== */
/* ========================================Begin Main======================================== */
#main{
}
/* begin about us */
.about{
margin-top: 3rem;
}
.about__title{
padding: 4rem 0 5rem;
}
.about__title h1{
font-size: 6.75rem;
font-weight: 100;
color: rgb(56 60 64 / 85%);
}
.about__title h4{
color: #a4a7a9!important;
font-size: 2rem;
font-weight: 100;
}
.about__content{
width: 42.5rem;
padding-top: 3rem;
}
.about__content h2{
font-size: 5rem;
font-weight: 100;
line-height: 1.1;
margin-bottom: 3rem;
color: #333333ad;
}
.about__content p{
font-size: 1.4rem;
line-height: 1.6;
padding-bottom: 2rem;
}
.about__content h4{
font-size: 2.6rem;
font-weight: 500;
color: #333333d9;
margin-top: 3rem;
}
.about__btn{
text-decoration: none;
margin-top: 6rem;
display: inline-block;
margin-bottom: 5rem;
}
.about__btn span{
font-size: 1.6rem;
text-transform: uppercase;
color: #333;
border: 2px solid #ddae71;
padding: 2rem;
}
.about__btn span:hover{
background-color: #ddae71;
color: #fff;
transition: 0.3s;
}
.about__end{
position: relative;
max-height : 33.2rem;
width: 100%;
}
.about__end-img{
}
.about__text{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.about__text h2{
font-size: 4rem;
margin-bottom: 2rem;
font-weight: 100;
color: #ffffffb0;
}
.about__text h5{
color: hsla(0,0%,100%,.5);
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 2rem;
margin-top: 4rem;
}
.about__end-btn{
text-decoration: none;
display: inline-block;
padding: 2.5rem;
width: 16rem;
position: relative;
border: 2px solid #ddae71;
}
.about__end-btn span{
font-size: 1.6rem;
text-transform: uppercase;
color: #fff;
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.about__end-btn:hover{
background-color: #ddae71;
box-shadow: none;
transform: translateY(-2px);
outline: none;
transition: 0.3s;
}
/* begin popular menu */
.new,
.popular{
position: relative;
width: 100%;
height: 83rem;
background-color: #fff;
}
.popular__title{
position: absolute;
margin-top: 12rem;
font-size: 5rem;
line-height: 1.6;
text-align: center;
color: #333;
width: 100%;
text-transform: uppercase;
}
.popular__desc{
position: absolute;
margin-top: 18rem;
font-size: 1.4rem;
line-height: 2.6;
text-align: center;
color: #9A9A9A;
width: 100%;
}
.popular__list{
position: relative;
margin-top: 25rem;
}
.list__img{
position: absolute;
border-radius: 5rem 5rem 0 0;
z-index: 999;
}
.list__data{
position: absolute;
padding-top: 25rem;
width: 100%;
background-color: #fff;
height: 45rem;
border-radius: 5rem;
}
.data__category{
position: absolute;
left: 50%;
transform: translateX(-50%);
padding: 0.5rem 1rem;
line-height: 1.6;
font-size: 1.2rem;
font-weight: 700;
text-decoration: none;
text-align: center;
background-color: #ebebeb;
color: #9a9a9a;
border-radius: 0.5rem;
}
.data__name{
width: 70%;
margin: 4rem auto 0;
text-align: center;
font-size: 1.8rem;
line-height: 1.6;
color: #465058;
font-weight: 500;
word-break: break-word;
max-height: 6rem;
overflow: hidden;
}
.data__desc{
font-size: 1.3rem;
line-height: 1.6;
max-height: 4.1rem;
overflow: hidden;
color: #465058a8;
font-weight: 500;
word-break: break-word;
text-align: center;
margin: 1.5rem auto;
width: 20rem;
}
.add-cart-btn{
position: relative;
height: 4.8rem;
width: 220px;
margin: 0 auto;
}
.data__btn{
padding: 0 2.1rem;
font-size: 1.3rem;
border-radius: 0;
height: 4.8rem;
font-weight: 700;
text-transform: uppercase;
border: 2px solid #DDAE71;
color: #fff;
background-color: #282B2E;
/* margin: 0 auto; */
/* left: 2rem; */
/* top: 0; */
position: absolute;
}
.newdata__btn:hover,
.data__btn:hover{
background-color: #DDAE71;
transition: 0.3s;
}
.data__price{
position: absolute;
padding: 0 1rem;
font-size: 1.3rem;
/* margin: 0.5rem auto; */
left: 58%;
height: 4.8rem;
background-color: #ddae71;
line-height: 4.8rem;
text-transform: uppercase;
font-weight: 500;
}
/* NEW MENU */
.new{
position: relative;
background-color: #fff;
min-height: 93rem;
}
.back-img{
background-image: url(/assets/img/background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100%;
opacity: 1;
}
.overlay{
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
}
.shape-top{
position: absolute;
top: -5px;
left: 0;
width: 100%;
z-index: 3;
}
.shape-bottom{
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
z-index: 3;
}
.shape-bottom img{
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%) rotate(180deg);
-ms-transform: translateX(-50%) rotate(180deg);
transform: translateX(-50%) rotate(180deg);
}
.new__title{
color: #fff;
}
.new__desc{
color: rgba(255, 255, 255, 0.685);
}
.new-detail{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 10;
}
.newlist__data{
position: absolute;
padding-top: 34rem;
width: 100%;
background-color: #fff;
height: 54rem;
border-radius: 5rem;
}
.newdata__btn{
padding: 0 3rem;
font-size: 1.3rem;
border-radius: 0;
height: calc(4.75rem + 2px);
font-weight: 700;
text-transform: uppercase;
border: 2px solid #DDAE71;
color: #fff;
background-color: #282B2E;
margin: 0.5rem auto;
left: 8rem;
position: absolute;
}
/* ========================================begin dish======================================== */
.dish{
position: relative;
min-height: 100vh;
background-color: #fff;
height: 1200px;
}
.dish__title{
padding-top: 5rem;
/* margin-top: 12rem; */
font-size: 5rem;
line-height: 1.6;
text-align: center;
color: #333;
width: 100%;
text-transform: uppercase;
}
.dish .controls{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding:2rem 0;
list-style: none;
}
.dish .controls .buttons{
margin:1rem 2rem;
padding:.5rem 0;
border-bottom:.2rem solid #333;
color:#333;
cursor: pointer;
font-size: 2rem;
}
.dish .controls .buttons.button-active,
.dish .controls .buttons:hover{
color:#ddae71;
border-color: #ddae71;
border-bottom:.2rem solid #ddae71;
}
.dish .image-container{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding-bottom: 2rem;
}
.dish .image-container .image{
width: 35rem;
margin:2rem;
border:1rem solid #fff;
box-shadow: 0 .5rem .5rem rgba(0,0,0,.3);
}
.dish .image-container .image img{
height: 20rem;
width: 100%;
object-fit: cover;
}
.dish .image-container .image a{
font-size: 3.5rem;
color: #333;
padding: .5rem;
text-decoration: none;
text-shadow: 0 0 1px #000;
}
.dish .image-container .image a:hover{
color: #ddae71;
transition: 0.2s;
/* text-decoration: underline; */
}
.full-menu-btn{
/* position: absolute; */
display: contents;
}
/* ========================================end dish======================================== */
/* ========================================End Main======================================== */
| 0.314998 | 0.042682 |
@font-face {
font-family: "Flaticon";
src: url("../../fonts/Flaticon.eot");
src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../../fonts/Flaticon.woff2") format("woff2"),
url("../../fonts/Flaticon.woff") format("woff"),
url("../../fonts/Flaticon.ttf") format("truetype"),
url("../../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
[class^="flaticon-"] {
display: inline-block;
}
.flaticon-question-mark-symbol:before { content: "\f100"; }
.flaticon-play-button:before { content: "\f101"; }
.flaticon-map:before { content: "\f102"; }
.flaticon-users:before { content: "\f103"; }
.flaticon-info:before { content: "\f104"; }
.flaticon-fax:before { content: "\f105"; }
.flaticon-house-key:before { content: "\f106"; }
.flaticon-apartment:before { content: "\f107"; }
.flaticon-house-key-1:before { content: "\f108"; }
.flaticon-agent:before { content: "\f109"; }
.flaticon-house:before { content: "\f10a"; }
.flaticon-shopping-mall:before { content: "\f10b"; }
.flaticon-contract:before { content: "\f10c"; }
.flaticon-apartment-1:before { content: "\f10d"; }
.flaticon-home:before { content: "\f10e"; }
.flaticon-email:before { content: "\f10f"; }
.flaticon-call:before { content: "\f110"; }
.flaticon-region:before { content: "\f111"; }
.flaticon-map-1:before { content: "\f112"; }
.flaticon-for-sale:before { content: "\f113"; }
.flaticon-cyber-security:before { content: "\f114"; }
.flaticon-building:before { content: "\f115"; }
.flaticon-warehouse:before { content: "\f116"; }
.flaticon-notification:before { content: "\f117"; }
.flaticon-for-rent:before { content: "\f118"; }
.flaticon-rent:before { content: "\f119"; }
.flaticon-pin:before { content: "\f11a"; }
.flaticon-house-1:before { content: "\f11b"; }
.flaticon-real-estate:before { content: "\f11c"; }
.flaticon-skyline:before { content: "\f11d"; }
.flaticon-house-2:before { content: "\f11e"; }
.flaticon-maps-and-location:before { content: "\f11f"; }
.flaticon-destination:before { content: "\f120"; }
.flaticon-location:before { content: "\f121"; }
.flaticon-building-1:before { content: "\f122"; }
.flaticon-bed:before { content: "\f123"; }
.flaticon-write-letter:before { content: "\f124"; }
.flaticon-room-key:before { content: "\f125"; }
.flaticon-send:before { content: "\f126"; }
.flaticon-bathtub:before { content: "\f127"; }
.flaticon-time-call:before { content: "\f128"; }
.flaticon-elevator:before { content: "\f129"; }
.flaticon-email-1:before { content: "\f12a"; }
.flaticon-beds:before { content: "\f12b"; }
.flaticon-chat:before { content: "\f12c"; }
.flaticon-cctv:before { content: "\f12d"; }
.flaticon-smoking:before { content: "\f12e"; }
.flaticon-shower:before { content: "\f12f"; }
.flaticon-hanger:before { content: "\f130"; }
.flaticon-room-key-1:before { content: "\f131"; }
.flaticon-hotel:before { content: "\f132"; }
.flaticon-telephone:before { content: "\f133"; }
.flaticon-towel:before { content: "\f134"; }
.flaticon-wifi:before { content: "\f135"; }
.flaticon-hotel-1:before { content: "\f136"; }
.flaticon-suitcase:before { content: "\f137"; }
.flaticon-bathrobe:before { content: "\f138"; }
.flaticon-bed-1:before { content: "\f139"; }
.flaticon-hotel-2:before { content: "\f13a"; }
.flaticon-building-2:before { content: "\f13b"; }
.flaticon-air-conditioner:before { content: "\f13c"; }
.flaticon-door:before { content: "\f13d"; }
.flaticon-bedroom:before { content: "\f13e"; }
.flaticon-desktop:before { content: "\f13f"; }
.flaticon-note:before { content: "\f140"; }
.flaticon-picture:before { content: "\f141"; }
.flaticon-group:before { content: "\f142"; }
.flaticon-user:before { content: "\f143"; }
.flaticon-pdf:before { content: "\f144"; }
.flaticon-file:before { content: "\f145"; }
.flaticon-database:before { content: "\f146"; }
.flaticon-shopping-cart:before { content: "\f147"; }
.flaticon-printer:before { content: "\f148"; }
.flaticon-street-view:before { content: "\f149"; }
.flaticon-social-media:before { content: "\f14a"; }
.flaticon-medal:before { content: "\f14b"; }
.flaticon-like:before { content: "\f14c"; }
.flaticon-shield:before { content: "\f14d"; }
.flaticon-add:before { content: "\f14e"; }
.flaticon-bar-chart:before { content: "\f14f"; }
.flaticon-like-1:before { content: "\f150"; }
.flaticon-taxi:before { content: "\f151"; }
.flaticon-hotel-3:before { content: "\f152"; }
.flaticon-keycard:before { content: "\f153"; }
.flaticon-warehouse-1:before { content: "\f154"; }
.flaticon-building-3:before { content: "\f155"; }
.flaticon-cardio:before { content: "\f156"; }
.flaticon-workout:before { content: "\f157"; }
.flaticon-architecture-and-city:before { content: "\f158"; }
.flaticon-desk:before { content: "\f159"; }
.flaticon-appartment:before { content: "\f15a"; }
.flaticon-green-house:before { content: "\f15b"; }
.flaticon-loft-with-windows:before { content: "\f15c"; }
.flaticon-home-1:before { content: "\f15d"; }
.flaticon-home-2:before { content: "\f15e"; }
.flaticon-house-3:before { content: "\f15f"; }
.flaticon-hands-and-gestures:before { content: "\f160"; }
.flaticon-wifi-1:before { content: "\f161"; }
.flaticon-house-4:before { content: "\f162"; }
.flaticon-buy:before { content: "\f163"; }
.flaticon-for-rent-1:before { content: "\f164"; }
.flaticon-for-sale-1:before { content: "\f165"; }
.flaticon-house-5:before { content: "\f166"; }
.flaticon-placeholder:before { content: "\f167"; }
|
website/css/flaticon/flaticon.css
|
@font-face {
font-family: "Flaticon";
src: url("../../fonts/Flaticon.eot");
src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../../fonts/Flaticon.woff2") format("woff2"),
url("../../fonts/Flaticon.woff") format("woff"),
url("../../fonts/Flaticon.ttf") format("truetype"),
url("../../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
[class^="flaticon-"] {
display: inline-block;
}
.flaticon-question-mark-symbol:before { content: "\f100"; }
.flaticon-play-button:before { content: "\f101"; }
.flaticon-map:before { content: "\f102"; }
.flaticon-users:before { content: "\f103"; }
.flaticon-info:before { content: "\f104"; }
.flaticon-fax:before { content: "\f105"; }
.flaticon-house-key:before { content: "\f106"; }
.flaticon-apartment:before { content: "\f107"; }
.flaticon-house-key-1:before { content: "\f108"; }
.flaticon-agent:before { content: "\f109"; }
.flaticon-house:before { content: "\f10a"; }
.flaticon-shopping-mall:before { content: "\f10b"; }
.flaticon-contract:before { content: "\f10c"; }
.flaticon-apartment-1:before { content: "\f10d"; }
.flaticon-home:before { content: "\f10e"; }
.flaticon-email:before { content: "\f10f"; }
.flaticon-call:before { content: "\f110"; }
.flaticon-region:before { content: "\f111"; }
.flaticon-map-1:before { content: "\f112"; }
.flaticon-for-sale:before { content: "\f113"; }
.flaticon-cyber-security:before { content: "\f114"; }
.flaticon-building:before { content: "\f115"; }
.flaticon-warehouse:before { content: "\f116"; }
.flaticon-notification:before { content: "\f117"; }
.flaticon-for-rent:before { content: "\f118"; }
.flaticon-rent:before { content: "\f119"; }
.flaticon-pin:before { content: "\f11a"; }
.flaticon-house-1:before { content: "\f11b"; }
.flaticon-real-estate:before { content: "\f11c"; }
.flaticon-skyline:before { content: "\f11d"; }
.flaticon-house-2:before { content: "\f11e"; }
.flaticon-maps-and-location:before { content: "\f11f"; }
.flaticon-destination:before { content: "\f120"; }
.flaticon-location:before { content: "\f121"; }
.flaticon-building-1:before { content: "\f122"; }
.flaticon-bed:before { content: "\f123"; }
.flaticon-write-letter:before { content: "\f124"; }
.flaticon-room-key:before { content: "\f125"; }
.flaticon-send:before { content: "\f126"; }
.flaticon-bathtub:before { content: "\f127"; }
.flaticon-time-call:before { content: "\f128"; }
.flaticon-elevator:before { content: "\f129"; }
.flaticon-email-1:before { content: "\f12a"; }
.flaticon-beds:before { content: "\f12b"; }
.flaticon-chat:before { content: "\f12c"; }
.flaticon-cctv:before { content: "\f12d"; }
.flaticon-smoking:before { content: "\f12e"; }
.flaticon-shower:before { content: "\f12f"; }
.flaticon-hanger:before { content: "\f130"; }
.flaticon-room-key-1:before { content: "\f131"; }
.flaticon-hotel:before { content: "\f132"; }
.flaticon-telephone:before { content: "\f133"; }
.flaticon-towel:before { content: "\f134"; }
.flaticon-wifi:before { content: "\f135"; }
.flaticon-hotel-1:before { content: "\f136"; }
.flaticon-suitcase:before { content: "\f137"; }
.flaticon-bathrobe:before { content: "\f138"; }
.flaticon-bed-1:before { content: "\f139"; }
.flaticon-hotel-2:before { content: "\f13a"; }
.flaticon-building-2:before { content: "\f13b"; }
.flaticon-air-conditioner:before { content: "\f13c"; }
.flaticon-door:before { content: "\f13d"; }
.flaticon-bedroom:before { content: "\f13e"; }
.flaticon-desktop:before { content: "\f13f"; }
.flaticon-note:before { content: "\f140"; }
.flaticon-picture:before { content: "\f141"; }
.flaticon-group:before { content: "\f142"; }
.flaticon-user:before { content: "\f143"; }
.flaticon-pdf:before { content: "\f144"; }
.flaticon-file:before { content: "\f145"; }
.flaticon-database:before { content: "\f146"; }
.flaticon-shopping-cart:before { content: "\f147"; }
.flaticon-printer:before { content: "\f148"; }
.flaticon-street-view:before { content: "\f149"; }
.flaticon-social-media:before { content: "\f14a"; }
.flaticon-medal:before { content: "\f14b"; }
.flaticon-like:before { content: "\f14c"; }
.flaticon-shield:before { content: "\f14d"; }
.flaticon-add:before { content: "\f14e"; }
.flaticon-bar-chart:before { content: "\f14f"; }
.flaticon-like-1:before { content: "\f150"; }
.flaticon-taxi:before { content: "\f151"; }
.flaticon-hotel-3:before { content: "\f152"; }
.flaticon-keycard:before { content: "\f153"; }
.flaticon-warehouse-1:before { content: "\f154"; }
.flaticon-building-3:before { content: "\f155"; }
.flaticon-cardio:before { content: "\f156"; }
.flaticon-workout:before { content: "\f157"; }
.flaticon-architecture-and-city:before { content: "\f158"; }
.flaticon-desk:before { content: "\f159"; }
.flaticon-appartment:before { content: "\f15a"; }
.flaticon-green-house:before { content: "\f15b"; }
.flaticon-loft-with-windows:before { content: "\f15c"; }
.flaticon-home-1:before { content: "\f15d"; }
.flaticon-home-2:before { content: "\f15e"; }
.flaticon-house-3:before { content: "\f15f"; }
.flaticon-hands-and-gestures:before { content: "\f160"; }
.flaticon-wifi-1:before { content: "\f161"; }
.flaticon-house-4:before { content: "\f162"; }
.flaticon-buy:before { content: "\f163"; }
.flaticon-for-rent-1:before { content: "\f164"; }
.flaticon-for-sale-1:before { content: "\f165"; }
.flaticon-house-5:before { content: "\f166"; }
.flaticon-placeholder:before { content: "\f167"; }
| 0.366476 | 0.14817 |
html,
body {
font-family: 'Montserrat', sans-serif;
height: 100%;
}
/* common */
* {
-webkit-box-sizing: border-box;
-mox-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
padding: 0px;
margin: 0px;
}
a,
button{
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer !important;
}
table{width: 100%;}
.btn{
font-size: 12px !important;
border-radius: 20px;
}
.telegram_color{
background-color: #54a9eb;
border-color: #54a9eb;
}
.telegram_color:hover{
background-color: #4c95ce;
border-color: #4c95ce;
}
span.not_set{
font-style: italic;
font-size: 13px;
color: #d62546;
}
a.normal_link{
text-decoration: underline;
font-weight: bold;
color: #00a3b6;
}
a.normal_link:hover{color: #337ab7;}
p{font-weight: 300;}
p.light{color: #888;}
p a{color: #00a3b6;}
ol{margin: 30px 0 0 15px;}
ol li{
margin-bottom: 10px;
font-weight: 300;
}
ol li pre{margin: 10px 0 20px 0;}
table pre{margin: 0px;}
ul{list-style-type: none;}
.image_container img{
display: block;
width: 100%;
}
div.box_container{
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 15px;
border-radius: 5px;
overflow: hidden;
padding: 15px;
}
div.box_container h3{
margin: 0 0 10px 0;
font-size: 18px;
color: #00a3b6;
}
div.box_container p{margin: 0 0 15px 0;}
div.box_container hr{margin: 15px 0;}
div.easy_layout div.alert{
margin: 30px auto 0 auto;
max-width: 400px;
}
/* header */
nav{
background-color: #fff;
height: 80px;
}
a.logo{
display: block;
padding: 0px;
margin: 15px;
}
a.logo img{
display: block;
height: 100%;
}
ul.navbar-nav{margin-top: 20px;}
ul.navbar-nav li{margin-right: 15px;}
ul.navbar-nav li.active a,
ul.navbar-nav li a:focus,
ul.navbar-nav li a:hover{background-color: transparent;}
ul.navbar-nav li.active a,
ul.navbar-nav li.active a:hover{
border-bottom: 1px solid #3b4150;
color: #3b4150;
}
ul.navbar-nav li a{
padding: 10px 15px !important;
letter-spacing: 0.015em;
font-size: 14px;
color: #00a3b6;
}
ul.navbar-nav li a:hover{
border-bottom: 1px solid #00a3b6;
font-size: 14px;
color: #00a3b6;
}
ul.navbar-nav li.menu_btn a{
background-color: transparent;
padding: 5px 15px !important;
border: 1px solid #00a3b6;
border-radius: 20px;
margin: 4px 0 0 0;
color: #00a3b6;
}
ul.navbar-nav li.menu_btn.active a,
ul.navbar-nav li.menu_btn a:hover{
border-color: #3b4150;
color: #3b4150;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: transparent;
border: none;
}
.navbar-nav > li.dropdown{width: 160px;}
.navbar-nav > li.dropdown a{
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.navbar-nav > li > .dropdown-menu{
width: 160px;
padding: 0px;
}
.navbar-nav > li > .dropdown-menu li{margin: 0px;}
.navbar-nav > li > .dropdown-menu li a{
letter-spacing: 0.015em;
font-size: 13px;
color: #00a3b6;
}
.navbar-nav > li > .dropdown-menu li.active a,
.navbar-nav > li > .dropdown-menu li a:hover{
background-color: #f5f5f5;
color: #3b4150;
border: none;
}
.navbar-nav > li > .dropdown-menu li button.logout{
padding: 10px 15px;
font-size: 13px;
color: #00a3b6;
width: 100%;
}
.navbar-nav > li > .dropdown-menu li button.logout:hover{
background-color: #f5f5f5;
text-decoration: none;
border-radius: 0px;
color: red;
}
button.navbar-toggle{
background-color: #00a3b6;
margin-top: 15px;
height: 50px;
width: 50px;
}
.navbar-toggle .icon-bar{
background-color: #fff;
margin-left: 3px;
}
button.navbar-toggle:hover{background-color: #4c5363;}
/* index */
div.site-index{
background-image: url('../images/WeNet_background.jpg');
background-size: cover;
background-position: center;
}
.jumbotron {
background-color: transparent;
text-align: center;
max-width: 750px;
padding: 20px 0;
margin: 0 auto;
}
.jumbotron h1{
font-weight: bolder;
margin: 0 0 40px 0;
font-size: 30px;
color: #00a3b6;
}
.jumbotron h2{
text-transform: uppercase;
letter-spacing: 0.2em;
padding-bottom: 0px;
font-weight: bold;
font-size: 12px;
color: #3b4150;
}
.jumbotron p{
line-height: 28px;
font-size: 16px;
}
.jumbotron a{
border: 1px solid #00a3b6;
border-radius: 20px;
padding: 5px 15px;
color: #00a3b6;
}
.jumbotron a:hover{
border: 1px solid #3b4150;
color: #3b4150;
}
div.easy_layout div.image_container{
padding: 30px 0 0 0;
margin: 0 auto;
width: 150px;
}
/* breadcrumb */
ul.breadcrumb {margin-bottom: 30px;}
ul.breadcrumb li{color: #777;}
ul.breadcrumb li a{color: #00a3b6;}
.wrap {
margin: 0 auto -60px;
padding: 0 0 60px;
min-height: 100%;
height: auto;
}
.wrap > .container {padding: 90px 15px 20px;}
.wrap.easy_layout {
margin: 0 auto;
padding: 0px;
}
.wrap.easy_layout > .container {padding: 0px;}
.footer {
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
height: 60px;
}
.footer p{font-size: 12px;}
/* menu sx */
div.menu{
border-right: 1px solid #ddd;
margin-right: 20px;
padding: 0 50px 50px 0;
}
div.menu ul li.title{
margin-bottom: 10px;
font-weight: bold;
padding-left: 0px;
}
div.menu ul li a{
padding: 10px 0 10px 15px;
display: inline-block;
color: #00a3b6;
margin: 5px 0;
width: 100%;
}
div.menu ul li.active a,
div.menu ul li a:hover{
background-color: #f5f5f5;
text-decoration: none;
color: #3b4150;
}
/* forms */
div.required label.control-label::after {
content: " * ";
color: #cb3434;
}
div.site-signup,
div.site-login,
div.site-resend-verification-email,
div.site-request-password-reset,
div.site-reset-password{
padding: 20px 0 0 0;
max-width: 600px;
margin: 0 auto;
}
div.easy_layout div.site-signup,
div.easy_layout div.site-login,
div.easy_layout div.site-resend-verification-email,
div.easy_layout div.site-request-password-reset,
div.easy_layout div.site-reset-password,
div.easy_layout div.site-authorisation{
background-color: #fff;
padding: 20px 0 0 0;
max-width: 400px;
margin: 0 auto;
padding: 20px;
}
form div.form-group button{margin-top: 15px;}
div.easy_layout form div.form-group button{margin-top: 0px;}
div.easy_layout div h5 button{
width: 100%;
text-decoration: none !important;
}
/* div.easy_layout input[type="checkbox"]{margin: 4px 8px 0 0 !important;} */
div.easy_layout label{
font-weight: normal;
font-size: 12px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {margin: -1px 0 0 8px;}
/* apps */
span.filter_title{
text-transform: uppercase;
margin-bottom: 15px;
font-size: 16px;
display: block;
color: #444;
}
span.filter_title span{
display: none;
float: right;
}
.filters {overflow: hidden;}
.filters p{
margin: 10px 0;
font-size: 15px;
color: #444;
}
.filters ul li{margin-bottom: 10px;}
.filters a {
font-family: 'Montserrat', sans-serif;
border: 1px solid #ccc;
text-overflow: ellipsis;
text-decoration: none;
display: inline-block;
font-weight: lighter;
white-space: nowrap;
border-radius: 50px;
padding: 5px 15px;
font-size: 15px;
color: #999;
}
.filters a:hover,
.filters a.current {
border: 1px solid #4c5363 !important;
background: #4c5363 !important;
color: #fff;
}
div.userAppsContainer{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
a.user_apps{
margin: 0 0 20px 0 !important;
width: 32% !important;
}
a.app{
padding: 15px 15px 5px 15px;
border: 1px solid #ddd;
text-decoration: none;
margin-bottom: 15px;
border-radius: 5px;
width: 31%;
display: flex;
flex-direction: column;
}
a.app:nth-child(3n+1),
a.app:nth-child(3n+2){margin-right: 2%;}
a.app:hover{
background-color: rgba(0,163,182, 0.3);
border-color: rgba(0,163,182, 0.6);
}
a.app:hover *{color: #666 !important;}
a.app div.big_icon{
margin-bottom: 10px;
height: 35px;
width: 35px;
}
a.app div.big_icon span{font-size: 20px;}
a.app:hover div.big_icon span{color:#fff !important;}
a.app h2{
font-size: 20px;
margin-top: 5px;
color: #00a3b6;
}
a.app p{color: #888;}
ul.source_links_list{
margin-bottom: 0px;
margin-top: 15px;
}
ul.source_links_list li{
display: inline-block;
margin-bottom: 10px;
margin-right: 8px;
height: 40px;
}
ul.source_links_list.table_view li{height: 30px;}
ul.source_links_list.details_view li{margin-right: 15px;}
ul.source_links_list li img{ height: 100%; }
ul.tags_list{margin-top: 30px;}
ul.tags_list li{
font-family: 'Montserrat', sans-serif;
border: 1px solid #4c5363;
background-color: #4c5363;
text-decoration: none;
display: inline-block;
font-weight: lighter;
border-radius: 50px;
margin-right: 5px;
padding: 5px 15px;
font-size: 13px;
color: #fff;
}
div.connections{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 20px 0 0 0;
margin: 20px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
div.connections div{
margin: 0 2% 20px 0;
width: 32%;
}
div.connections div:nth-child(3){margin-right: 0px;}
div.connections div h2{
margin: 0 0 20px 0;
font-size: 20px;
}
a#openChatTelegramBtn{
background-color: #54a9eb;
text-decoration: none;
border-radius: 20px;
padding: 11px 21px;
margin: 0 0 15px 0;
line-height: 20px;
font-weight: 500;
font-size: 14px;
color: #fff;
}
a#openChatTelegramBtn:hover{ background-color: #4c95ce;}
a#openChatTelegramBtn span.icon{
background-image: url('../images/platforms/telegram_icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
margin: 0px 10px 0 0;
display: block;
height: 20px;
width: 25px;
float: left;
}
button#logoutTelegramBtn{
border: 1px solid #54a9eb;
background-color: #fff;
vertical-align: middle;
border-radius: 20px;
padding: 11px 21px;
line-height: 20px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
display: block;
color: #54a9eb;
margin: 0;
}
button#logoutTelegramBtn:hover{
background-color: rgba(76,149,206, 0.2);
border: 1px solid #4c95ce;
color: #4c95ce;
}
/* developer pages */
table tr td{vertical-align: middle !important;}
table th.action-column{min-width: 205px;}
table span.status_icon{
text-align: center;
display: block;
}
span.status_icon{font-size: 13px;}
span.status_icon.not_active{color:#F5C402;}
span.status_icon.private{color:#d62546;}
span.status_icon.public,
span.status_icon.active{color:#0FA053;}
span.status_icon i{font-size: 20px;}
table tr td ul{margin: 0px !important;}
table tr td ul.platform_icons li div.image_container{height: 33px;}
a span.actionColumn_btn,
span.btn-secondary,
a.btn-secondary{
background-color: #eee;
border: 1px solid #ddd;
text-decoration: none;
display: inline-block;
border-radius: 15px;
line-height: 27px;
font-weight: 500;
font-size: 14px;
padding: 0 15px;
height: 30px;
color: #999;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
a span.actionColumn_btn:hover{
background-color: #ddd;
border: 1px solid #ccc;
color: #777;
}
a span.actionColumn_btn.delete_btn,
a.delete_btn{
background-color: #d45d74;
border: 1px solid #d62546;
color: #f2e3e6;
}
a span.actionColumn_btn.delete_btn:hover,
.delete_btn:hover {
background-color: #d62546;
border: 1px solid #d62546;
color: #fff;
}
div.app_icon_image{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 50%;
float: left;
}
div.app_icon_image.big_icon{margin-right: 15px;}
div.app_icon_image.small_icon{margin: 0 10px 0 0;}
div.app_icon_image.small_icon + span{
display: inline-block;
margin: 5px 0 0 0;
}
div.app_icon{
background-color: #00a3b6;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
text-align: center;
}
div.app_icon span{
display: inline-block;
margin-top: 4px;
color: #fff;
}
div.centered_icon{
margin: 0 auto !important;
display: block;
float: none;
}
div.big_icon{
height: 40px;
width: 40px;
}
div.big_icon span{font-size: 30px;}
div.small_icon{
height: 30px;
width: 30px;
}
div.small_icon span{font-size: 16px;}
h1{display: inline-block;}
h1 span{
font-weight: 200;
color: #aaa;
}
div.developer_attributes_container{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 15px 0 0 0;
margin: 20px 0 0 0;
}
div.developer_attributes_container p{margin-bottom: 20px;}
table.attribute_container pre{margin: 0 0 10px 0;}
table.attribute_container tr td{vertical-align: top !important;}
table.attribute_container tr td:first-child{
text-align: right;
width: 50px;
}
table.attribute_container tr td:last-child{padding-left: 10px;}
table.attribute_container tr td span{
display: inline-block;
padding-top: 5px;
}
table.attribute_container tr td pre{padding: 5px 10px;}
table.active_users_platform tr td{padding: 10px;}
table.active_users_platform tr td p{margin: 0px;}
table.active_users_platform tr td:first-child{
border-right: 1px solid #ddd;
text-align: right;
width: 20%;
}
/* tabs */
.tabs-krajee .nav-tabs > li > a{color: #999;}
.tabs-above > .nav-tabs > .active > a{color: #3b4150;}
.tab-content {padding: 0px;}
/* forms */
textarea{resize: vertical;}
#app-create-form .form-group,
#app-update-form .form-group,
#form-change-password .form-group,
#profile-form .form-group {margin-bottom: 25px;}
#app-create-form input,
#app-update-form input,
#form-change-password input,
#profile-form input,
#app-create-form textarea,
#app-update-form textarea{font-weight: 200;}
#app-create-form textarea,
#app-update-form textarea{min-height: 118px;}
textarea#tasktype-description{min-height: 150px;}
textarea#tasktype-attributes,
textarea#tasktype-transactions,
textarea#tasktype-callbacks,
textarea#tasktype-norms,
textarea#community-norms{
background-color: #232b3d;
border-color: #232b3d;
min-height: 200px;
color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {background-color: #f5f5f5;}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {background: #00a3b6;}
.datepicker-inline {
background-color: #f5f5f5;
padding: 10px;
width: auto;
}
#profile-form div.field-profile-birthdate input{
box-shadow: none !important;
cursor: no-drop;
font-size: 13px;
height: 34px;
}
#profile-form div.field-profile-birthdate input:focus{border-color: #ccc;}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {background: #fff;}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus{
background-color: #00a3b6;
border-color: #00a3b6;
}
/* badge */
div.badges_container{
flex-direction: row;
flex-wrap: wrap;
display: flex;
}
div.badges_container div.badge_item{
text-align: center;
padding: 15px;
width: 20%;
}
div.badges_container div.badge_item div.badge_icon{
background-color: #fff;
display: block;
margin: 0 auto;
width: 40%;
}
div.badges_container div.badge_item div.badge_icon img{width: 100%;}
div.badges_container div.badge_item span{
font-weight: 500;
font-size: 12px;
}
/* task type - app logic */
div.dx_sidemenu{
border-left: 1px solid #ddd;
padding: 15px 0 5px 25px;
margin-top: 20px;
}
div.dx_sidemenu_section{
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 20px;
}
div.dx_sidemenu_section h3 {
margin: 0 0 10px 0;
font-size: 18px;
color: #00a3b6;
}
ul.developer_list{
list-style-type: disc;
margin: 0 0 0 15px;
}
ul.developer_list li{padding: 0 0 5px 5px;}
pre {
background-color: #232b3d;
border-color: #232b3d;
color: #fff;
}
.json-key {color: #cb81ef;}
.json-value {color: #ffd454;}
.json-string {color: #a1c181;}
table.attribute_container.app_logic tr td:first-child{
text-align: right;
width: 90px;
}
/* stats */
h2.section_title{
margin: 30px 0 20px 0;
font-size: 25px;
}
div.time_filter{
display: inline-block;
height: 30px;
}
div.time_filter a:hover,
div.time_filter a.active{
background-color: #337ab7;
color: #fff;
}
div.time_filter a:first-child{
border-radius: 15px 0 0 15px;
margin-right: 0px;
}
div.time_filter a{
border: 1px solid #337ab7;
background-color: #fff;
text-decoration: none;
border-radius: 0px;
margin-right: -1px;
margin-left: -1px;
line-height: 32px;
font-weight: 500;
font-size: 13px;
padding: 0 15px;
cursor: pointer;
color: #337ab7;
display: block;
height: 32px;
float: left;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
div.time_filter a:last-child{
border-radius: 0 15px 15px 0;
margin-right: 0px;
}
div.stats_boxes{
display: flex;
position: relative;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
div.stats_boxes div.three_boxes{width: 32%;}
div.stats_boxes div.two_boxes{width: 49%;}
p.helper_text.hide{display: none;}
span.big_number{
display: block;
text-align: center;
font-size: 50px;
}
p.totals{text-align: center;}
/* graphs */
div.donut_data_container {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
div.donut_data_container div.chart {width: 50%;}
div.donut_data_container div.data_container {width: 50%;}
div.donut_data_container div.data_container span.number {font-size: 20px;}
div.donut_data_container div.data_container span.dot {
display: inline-block;
border-radius: 50%;
margin-right: 10px;
height: 12px;
width: 12px;
}
div.donut_data_container div.data_container > span {
display: block;
text-align: left;
}
/* manage badges */
div.badge_image{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 65px;
width: 65px;
}
div#appbadge-image{margin-top: 15px;}
div#appbadge-image label{
display: inline-flex;
justify-content: center;
margin-bottom: 15px;
flex-direction: row;
flex-wrap: wrap;
width: 30%;
}
div#appbadge-image label div.badge_image{
margin-left: 10px;
}
.not-set {
font-style: italic;
color: #c55;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
/* .grid-view td {
white-space: nowrap;
} */
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
|
frontend/web/css/site.css
|
html,
body {
font-family: 'Montserrat', sans-serif;
height: 100%;
}
/* common */
* {
-webkit-box-sizing: border-box;
-mox-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
padding: 0px;
margin: 0px;
}
a,
button{
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer !important;
}
table{width: 100%;}
.btn{
font-size: 12px !important;
border-radius: 20px;
}
.telegram_color{
background-color: #54a9eb;
border-color: #54a9eb;
}
.telegram_color:hover{
background-color: #4c95ce;
border-color: #4c95ce;
}
span.not_set{
font-style: italic;
font-size: 13px;
color: #d62546;
}
a.normal_link{
text-decoration: underline;
font-weight: bold;
color: #00a3b6;
}
a.normal_link:hover{color: #337ab7;}
p{font-weight: 300;}
p.light{color: #888;}
p a{color: #00a3b6;}
ol{margin: 30px 0 0 15px;}
ol li{
margin-bottom: 10px;
font-weight: 300;
}
ol li pre{margin: 10px 0 20px 0;}
table pre{margin: 0px;}
ul{list-style-type: none;}
.image_container img{
display: block;
width: 100%;
}
div.box_container{
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 15px;
border-radius: 5px;
overflow: hidden;
padding: 15px;
}
div.box_container h3{
margin: 0 0 10px 0;
font-size: 18px;
color: #00a3b6;
}
div.box_container p{margin: 0 0 15px 0;}
div.box_container hr{margin: 15px 0;}
div.easy_layout div.alert{
margin: 30px auto 0 auto;
max-width: 400px;
}
/* header */
nav{
background-color: #fff;
height: 80px;
}
a.logo{
display: block;
padding: 0px;
margin: 15px;
}
a.logo img{
display: block;
height: 100%;
}
ul.navbar-nav{margin-top: 20px;}
ul.navbar-nav li{margin-right: 15px;}
ul.navbar-nav li.active a,
ul.navbar-nav li a:focus,
ul.navbar-nav li a:hover{background-color: transparent;}
ul.navbar-nav li.active a,
ul.navbar-nav li.active a:hover{
border-bottom: 1px solid #3b4150;
color: #3b4150;
}
ul.navbar-nav li a{
padding: 10px 15px !important;
letter-spacing: 0.015em;
font-size: 14px;
color: #00a3b6;
}
ul.navbar-nav li a:hover{
border-bottom: 1px solid #00a3b6;
font-size: 14px;
color: #00a3b6;
}
ul.navbar-nav li.menu_btn a{
background-color: transparent;
padding: 5px 15px !important;
border: 1px solid #00a3b6;
border-radius: 20px;
margin: 4px 0 0 0;
color: #00a3b6;
}
ul.navbar-nav li.menu_btn.active a,
ul.navbar-nav li.menu_btn a:hover{
border-color: #3b4150;
color: #3b4150;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: transparent;
border: none;
}
.navbar-nav > li.dropdown{width: 160px;}
.navbar-nav > li.dropdown a{
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.navbar-nav > li > .dropdown-menu{
width: 160px;
padding: 0px;
}
.navbar-nav > li > .dropdown-menu li{margin: 0px;}
.navbar-nav > li > .dropdown-menu li a{
letter-spacing: 0.015em;
font-size: 13px;
color: #00a3b6;
}
.navbar-nav > li > .dropdown-menu li.active a,
.navbar-nav > li > .dropdown-menu li a:hover{
background-color: #f5f5f5;
color: #3b4150;
border: none;
}
.navbar-nav > li > .dropdown-menu li button.logout{
padding: 10px 15px;
font-size: 13px;
color: #00a3b6;
width: 100%;
}
.navbar-nav > li > .dropdown-menu li button.logout:hover{
background-color: #f5f5f5;
text-decoration: none;
border-radius: 0px;
color: red;
}
button.navbar-toggle{
background-color: #00a3b6;
margin-top: 15px;
height: 50px;
width: 50px;
}
.navbar-toggle .icon-bar{
background-color: #fff;
margin-left: 3px;
}
button.navbar-toggle:hover{background-color: #4c5363;}
/* index */
div.site-index{
background-image: url('../images/WeNet_background.jpg');
background-size: cover;
background-position: center;
}
.jumbotron {
background-color: transparent;
text-align: center;
max-width: 750px;
padding: 20px 0;
margin: 0 auto;
}
.jumbotron h1{
font-weight: bolder;
margin: 0 0 40px 0;
font-size: 30px;
color: #00a3b6;
}
.jumbotron h2{
text-transform: uppercase;
letter-spacing: 0.2em;
padding-bottom: 0px;
font-weight: bold;
font-size: 12px;
color: #3b4150;
}
.jumbotron p{
line-height: 28px;
font-size: 16px;
}
.jumbotron a{
border: 1px solid #00a3b6;
border-radius: 20px;
padding: 5px 15px;
color: #00a3b6;
}
.jumbotron a:hover{
border: 1px solid #3b4150;
color: #3b4150;
}
div.easy_layout div.image_container{
padding: 30px 0 0 0;
margin: 0 auto;
width: 150px;
}
/* breadcrumb */
ul.breadcrumb {margin-bottom: 30px;}
ul.breadcrumb li{color: #777;}
ul.breadcrumb li a{color: #00a3b6;}
.wrap {
margin: 0 auto -60px;
padding: 0 0 60px;
min-height: 100%;
height: auto;
}
.wrap > .container {padding: 90px 15px 20px;}
.wrap.easy_layout {
margin: 0 auto;
padding: 0px;
}
.wrap.easy_layout > .container {padding: 0px;}
.footer {
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
height: 60px;
}
.footer p{font-size: 12px;}
/* menu sx */
div.menu{
border-right: 1px solid #ddd;
margin-right: 20px;
padding: 0 50px 50px 0;
}
div.menu ul li.title{
margin-bottom: 10px;
font-weight: bold;
padding-left: 0px;
}
div.menu ul li a{
padding: 10px 0 10px 15px;
display: inline-block;
color: #00a3b6;
margin: 5px 0;
width: 100%;
}
div.menu ul li.active a,
div.menu ul li a:hover{
background-color: #f5f5f5;
text-decoration: none;
color: #3b4150;
}
/* forms */
div.required label.control-label::after {
content: " * ";
color: #cb3434;
}
div.site-signup,
div.site-login,
div.site-resend-verification-email,
div.site-request-password-reset,
div.site-reset-password{
padding: 20px 0 0 0;
max-width: 600px;
margin: 0 auto;
}
div.easy_layout div.site-signup,
div.easy_layout div.site-login,
div.easy_layout div.site-resend-verification-email,
div.easy_layout div.site-request-password-reset,
div.easy_layout div.site-reset-password,
div.easy_layout div.site-authorisation{
background-color: #fff;
padding: 20px 0 0 0;
max-width: 400px;
margin: 0 auto;
padding: 20px;
}
form div.form-group button{margin-top: 15px;}
div.easy_layout form div.form-group button{margin-top: 0px;}
div.easy_layout div h5 button{
width: 100%;
text-decoration: none !important;
}
/* div.easy_layout input[type="checkbox"]{margin: 4px 8px 0 0 !important;} */
div.easy_layout label{
font-weight: normal;
font-size: 12px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {margin: -1px 0 0 8px;}
/* apps */
span.filter_title{
text-transform: uppercase;
margin-bottom: 15px;
font-size: 16px;
display: block;
color: #444;
}
span.filter_title span{
display: none;
float: right;
}
.filters {overflow: hidden;}
.filters p{
margin: 10px 0;
font-size: 15px;
color: #444;
}
.filters ul li{margin-bottom: 10px;}
.filters a {
font-family: 'Montserrat', sans-serif;
border: 1px solid #ccc;
text-overflow: ellipsis;
text-decoration: none;
display: inline-block;
font-weight: lighter;
white-space: nowrap;
border-radius: 50px;
padding: 5px 15px;
font-size: 15px;
color: #999;
}
.filters a:hover,
.filters a.current {
border: 1px solid #4c5363 !important;
background: #4c5363 !important;
color: #fff;
}
div.userAppsContainer{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
a.user_apps{
margin: 0 0 20px 0 !important;
width: 32% !important;
}
a.app{
padding: 15px 15px 5px 15px;
border: 1px solid #ddd;
text-decoration: none;
margin-bottom: 15px;
border-radius: 5px;
width: 31%;
display: flex;
flex-direction: column;
}
a.app:nth-child(3n+1),
a.app:nth-child(3n+2){margin-right: 2%;}
a.app:hover{
background-color: rgba(0,163,182, 0.3);
border-color: rgba(0,163,182, 0.6);
}
a.app:hover *{color: #666 !important;}
a.app div.big_icon{
margin-bottom: 10px;
height: 35px;
width: 35px;
}
a.app div.big_icon span{font-size: 20px;}
a.app:hover div.big_icon span{color:#fff !important;}
a.app h2{
font-size: 20px;
margin-top: 5px;
color: #00a3b6;
}
a.app p{color: #888;}
ul.source_links_list{
margin-bottom: 0px;
margin-top: 15px;
}
ul.source_links_list li{
display: inline-block;
margin-bottom: 10px;
margin-right: 8px;
height: 40px;
}
ul.source_links_list.table_view li{height: 30px;}
ul.source_links_list.details_view li{margin-right: 15px;}
ul.source_links_list li img{ height: 100%; }
ul.tags_list{margin-top: 30px;}
ul.tags_list li{
font-family: 'Montserrat', sans-serif;
border: 1px solid #4c5363;
background-color: #4c5363;
text-decoration: none;
display: inline-block;
font-weight: lighter;
border-radius: 50px;
margin-right: 5px;
padding: 5px 15px;
font-size: 13px;
color: #fff;
}
div.connections{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 20px 0 0 0;
margin: 20px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
div.connections div{
margin: 0 2% 20px 0;
width: 32%;
}
div.connections div:nth-child(3){margin-right: 0px;}
div.connections div h2{
margin: 0 0 20px 0;
font-size: 20px;
}
a#openChatTelegramBtn{
background-color: #54a9eb;
text-decoration: none;
border-radius: 20px;
padding: 11px 21px;
margin: 0 0 15px 0;
line-height: 20px;
font-weight: 500;
font-size: 14px;
color: #fff;
}
a#openChatTelegramBtn:hover{ background-color: #4c95ce;}
a#openChatTelegramBtn span.icon{
background-image: url('../images/platforms/telegram_icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
margin: 0px 10px 0 0;
display: block;
height: 20px;
width: 25px;
float: left;
}
button#logoutTelegramBtn{
border: 1px solid #54a9eb;
background-color: #fff;
vertical-align: middle;
border-radius: 20px;
padding: 11px 21px;
line-height: 20px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
display: block;
color: #54a9eb;
margin: 0;
}
button#logoutTelegramBtn:hover{
background-color: rgba(76,149,206, 0.2);
border: 1px solid #4c95ce;
color: #4c95ce;
}
/* developer pages */
table tr td{vertical-align: middle !important;}
table th.action-column{min-width: 205px;}
table span.status_icon{
text-align: center;
display: block;
}
span.status_icon{font-size: 13px;}
span.status_icon.not_active{color:#F5C402;}
span.status_icon.private{color:#d62546;}
span.status_icon.public,
span.status_icon.active{color:#0FA053;}
span.status_icon i{font-size: 20px;}
table tr td ul{margin: 0px !important;}
table tr td ul.platform_icons li div.image_container{height: 33px;}
a span.actionColumn_btn,
span.btn-secondary,
a.btn-secondary{
background-color: #eee;
border: 1px solid #ddd;
text-decoration: none;
display: inline-block;
border-radius: 15px;
line-height: 27px;
font-weight: 500;
font-size: 14px;
padding: 0 15px;
height: 30px;
color: #999;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
a span.actionColumn_btn:hover{
background-color: #ddd;
border: 1px solid #ccc;
color: #777;
}
a span.actionColumn_btn.delete_btn,
a.delete_btn{
background-color: #d45d74;
border: 1px solid #d62546;
color: #f2e3e6;
}
a span.actionColumn_btn.delete_btn:hover,
.delete_btn:hover {
background-color: #d62546;
border: 1px solid #d62546;
color: #fff;
}
div.app_icon_image{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 50%;
float: left;
}
div.app_icon_image.big_icon{margin-right: 15px;}
div.app_icon_image.small_icon{margin: 0 10px 0 0;}
div.app_icon_image.small_icon + span{
display: inline-block;
margin: 5px 0 0 0;
}
div.app_icon{
background-color: #00a3b6;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
text-align: center;
}
div.app_icon span{
display: inline-block;
margin-top: 4px;
color: #fff;
}
div.centered_icon{
margin: 0 auto !important;
display: block;
float: none;
}
div.big_icon{
height: 40px;
width: 40px;
}
div.big_icon span{font-size: 30px;}
div.small_icon{
height: 30px;
width: 30px;
}
div.small_icon span{font-size: 16px;}
h1{display: inline-block;}
h1 span{
font-weight: 200;
color: #aaa;
}
div.developer_attributes_container{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 15px 0 0 0;
margin: 20px 0 0 0;
}
div.developer_attributes_container p{margin-bottom: 20px;}
table.attribute_container pre{margin: 0 0 10px 0;}
table.attribute_container tr td{vertical-align: top !important;}
table.attribute_container tr td:first-child{
text-align: right;
width: 50px;
}
table.attribute_container tr td:last-child{padding-left: 10px;}
table.attribute_container tr td span{
display: inline-block;
padding-top: 5px;
}
table.attribute_container tr td pre{padding: 5px 10px;}
table.active_users_platform tr td{padding: 10px;}
table.active_users_platform tr td p{margin: 0px;}
table.active_users_platform tr td:first-child{
border-right: 1px solid #ddd;
text-align: right;
width: 20%;
}
/* tabs */
.tabs-krajee .nav-tabs > li > a{color: #999;}
.tabs-above > .nav-tabs > .active > a{color: #3b4150;}
.tab-content {padding: 0px;}
/* forms */
textarea{resize: vertical;}
#app-create-form .form-group,
#app-update-form .form-group,
#form-change-password .form-group,
#profile-form .form-group {margin-bottom: 25px;}
#app-create-form input,
#app-update-form input,
#form-change-password input,
#profile-form input,
#app-create-form textarea,
#app-update-form textarea{font-weight: 200;}
#app-create-form textarea,
#app-update-form textarea{min-height: 118px;}
textarea#tasktype-description{min-height: 150px;}
textarea#tasktype-attributes,
textarea#tasktype-transactions,
textarea#tasktype-callbacks,
textarea#tasktype-norms,
textarea#community-norms{
background-color: #232b3d;
border-color: #232b3d;
min-height: 200px;
color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {background-color: #f5f5f5;}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {background: #00a3b6;}
.datepicker-inline {
background-color: #f5f5f5;
padding: 10px;
width: auto;
}
#profile-form div.field-profile-birthdate input{
box-shadow: none !important;
cursor: no-drop;
font-size: 13px;
height: 34px;
}
#profile-form div.field-profile-birthdate input:focus{border-color: #ccc;}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {background: #fff;}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus{
background-color: #00a3b6;
border-color: #00a3b6;
}
/* badge */
div.badges_container{
flex-direction: row;
flex-wrap: wrap;
display: flex;
}
div.badges_container div.badge_item{
text-align: center;
padding: 15px;
width: 20%;
}
div.badges_container div.badge_item div.badge_icon{
background-color: #fff;
display: block;
margin: 0 auto;
width: 40%;
}
div.badges_container div.badge_item div.badge_icon img{width: 100%;}
div.badges_container div.badge_item span{
font-weight: 500;
font-size: 12px;
}
/* task type - app logic */
div.dx_sidemenu{
border-left: 1px solid #ddd;
padding: 15px 0 5px 25px;
margin-top: 20px;
}
div.dx_sidemenu_section{
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 20px;
}
div.dx_sidemenu_section h3 {
margin: 0 0 10px 0;
font-size: 18px;
color: #00a3b6;
}
ul.developer_list{
list-style-type: disc;
margin: 0 0 0 15px;
}
ul.developer_list li{padding: 0 0 5px 5px;}
pre {
background-color: #232b3d;
border-color: #232b3d;
color: #fff;
}
.json-key {color: #cb81ef;}
.json-value {color: #ffd454;}
.json-string {color: #a1c181;}
table.attribute_container.app_logic tr td:first-child{
text-align: right;
width: 90px;
}
/* stats */
h2.section_title{
margin: 30px 0 20px 0;
font-size: 25px;
}
div.time_filter{
display: inline-block;
height: 30px;
}
div.time_filter a:hover,
div.time_filter a.active{
background-color: #337ab7;
color: #fff;
}
div.time_filter a:first-child{
border-radius: 15px 0 0 15px;
margin-right: 0px;
}
div.time_filter a{
border: 1px solid #337ab7;
background-color: #fff;
text-decoration: none;
border-radius: 0px;
margin-right: -1px;
margin-left: -1px;
line-height: 32px;
font-weight: 500;
font-size: 13px;
padding: 0 15px;
cursor: pointer;
color: #337ab7;
display: block;
height: 32px;
float: left;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
div.time_filter a:last-child{
border-radius: 0 15px 15px 0;
margin-right: 0px;
}
div.stats_boxes{
display: flex;
position: relative;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
div.stats_boxes div.three_boxes{width: 32%;}
div.stats_boxes div.two_boxes{width: 49%;}
p.helper_text.hide{display: none;}
span.big_number{
display: block;
text-align: center;
font-size: 50px;
}
p.totals{text-align: center;}
/* graphs */
div.donut_data_container {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
div.donut_data_container div.chart {width: 50%;}
div.donut_data_container div.data_container {width: 50%;}
div.donut_data_container div.data_container span.number {font-size: 20px;}
div.donut_data_container div.data_container span.dot {
display: inline-block;
border-radius: 50%;
margin-right: 10px;
height: 12px;
width: 12px;
}
div.donut_data_container div.data_container > span {
display: block;
text-align: left;
}
/* manage badges */
div.badge_image{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 65px;
width: 65px;
}
div#appbadge-image{margin-top: 15px;}
div#appbadge-image label{
display: inline-flex;
justify-content: center;
margin-bottom: 15px;
flex-direction: row;
flex-wrap: wrap;
width: 30%;
}
div#appbadge-image label div.badge_image{
margin-left: 10px;
}
.not-set {
font-style: italic;
color: #c55;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
/* .grid-view td {
white-space: nowrap;
} */
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
| 0.251556 | 0.078784 |
.fr{float: right;}.fl{float: left;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr20{margin-right: 20px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;}
.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt20{margin-top: 20px;}.mt30{margin-top: 30px;}.mt40{margin-top: 40px;}.mt110{margin-top: 110px;}.mt160{margin-top:130px;}
.mb5{margin-bottom: 10px;}.mb10{margin-bottom: 10px;}.mb20{margin-bottom: 20px;}.mb30{margin-bottom: 30px;}.mb40{margin-bottom: 40px;}
.pt110{padding-top: 110px;}
.cl{*zoom: 1;}
.cl:after{clear: both; content: "."; display: block; height: 0; font-size: 0; visibility: hidden; overflow: hidden;}
.hide, .xs-hide{display: none;}
.hidden{visibility: hidden;}
/* login start */
.tac, .text-center{text-align: center;}
.xs-member-bg{background-color: #f1faff;}
.xs-member input[type=checkbox]{margin-top: 3px;}
.xs-member.xs-member-wp{padding: 10px 39px 12px; width: 680px; background: white; border: 1px solid #d9e1e5; border-radius: 3px; box-shadow: 1px 1px 1px #d9e1e5;margin: auto}
.xs-member .hd h2{line-height: 56px; font-size: 18px; border-bottom: 1px solid #d9e1e5;}
.xs-member .tab-hd{margin: 0 auto; width: 100%;}
.xs-member .tab-hd li{float: left; width: 50%;}
.xs-member .tab-hd a{display: inline-block; padding-top: 18px; padding-bottom: 18px; width: 100%; line-height: 20px; text-align: center; border-bottom: 1px solid #d9e1e5; font-size: 18px; color: #424451;}
.xs-member .tab-hd a:hover{color: #016672;}
.xs-member .tab-hd .xs-active a{padding-bottom: 16px; border-bottom: 3px solid #016672; color: #016672; cursor: default;}
.xs-member .xs-member-form .btn-success, .xs-member .xs-member-form .btn-primary{padding: 0; width: 100%; line-height: 48px; text-align: center; border: none; font-size: 18px;}
.xs-member .xs-member-form .pl8{padding-left: 8px;}
.xs-member .form-group{position: relative;}
.xs-member .form-group label{position: absolute; left: 9px; top: 10px; font-size: 18px; color: #d9e1e5;}
.xs-member .form-group input{padding: 9px 9px 9px 34px; *padding: 11px 9px 11px 36px; width:93%; line-height: 20px; border: 1px solid #d9e1e5; border-radius: 3px; outline: none;}
.xs-member .form-group input.input-focus{ border-color:#999;}
.xs-member .form-group input.input-code,.xs-member .form-group input#code{width: 152px;}
.xs-member .form-group .verify-code-img{width: 110px; height: 40px; cursor: pointer;}
.xs-member .form-group input::-webkit-input-placeholder{color: #bec7d9;}
.xs-member .form-group input:-moz-placeholder{color: #bec7d9;}
.xs-member .form-group input:-moz-placeholder{color: #bec7d9;}
.xs-member .form-group input:-ms-input-placeholder{color: #bec7d9;}
.xs-member .form-group .help-block{text-indent: 10px; min-height: 24px; line-height: 24px; font-size: 12px;}
.xs-member .form-group .onShow,.xs-member .form-group .onError,.xs-member .form-group .onFocus,.xs-member .form-group .onCorrect{ color:#016672; font-size: 12px; line-height: 24px; text-indent: 10px; min-height: 24px;}
.xs-member .form-group .onCorrect{ color:#090;}
.xs-member .form-group .onFocus{ color:#F60;}
.xs-member .form-group .onError{ color:#F00;}
.xs-member .form-group .icon-id{width: 18px; height: 18px; line-height: 18px; border-radius: 5px; background-color: #d9e1e5; color: white; font-size: 10px;}
.xs-member .form-group.has-error label, .xs-member .form-group.has-error .help-block{color: #db8a83;}
.xs-member .form-group.has-error input{background: #fae5e5; border-color: #db8a83; color: #db8a83;}
.xs-member .form-group.has-error input::-webkit-input-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-moz-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-moz-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-ms-input-placeholder{color: #db8a83;}
.xs-member .oauth-wp{padding-top: 12px; border-top: 1px solid #d9e1e5;}
.xs-member .oauth-wp a{display: inline-block; margin-right: 8px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: white; background-image: url('../images/bind.png'); background-size:25px auto; background-repeat:no-repeat; vertical-align:middle;}
.xs-member .oauth-wp a.icon-qq{background-position: 2px -6px;}
.xs-member .oauth-wp a.icon-wx{background-position: 3px -92px;}
.xs-member .oauth-wp a.icon-wb{background-position: 2px -49px;}
.xs-member .oauth-wp a.icon-qq:hover, .xs-member .oauth-wp a.icon-wx:hover, .xs-member .oauth-wp a.icon-wb:hover{ opacity:0.7;filter:alpha(opacity=70);}
.xs-member .oauth-wp span.social{ vertical-align:middle;}
#hd .wp, #bd .wp, #ft .wp, .nav-fixed .wp{width: 100%; *zoom: 1;}
#hd .wp:after, #bd .wp:after, #ft .wp:after, .nav-fixed .wp:after{clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; font-size: 0;}
/* end login */
/* register */
.btn{display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none;border: 1px solid #2189c3;; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.btn-sms{padding: 0; width: 108px; line-height: 38px; text-align: center; border-color: #40ab54; color: #40ab54; font-size: 13px;}
.btn-sms:hover{background-color: #40ab54; color: white;}
/*sns_login_container*/
.sns_login_container{}
.sns_login_list{margin:0px auto;width:180px; overflow:hidden;}
.sns_login_list li{float:left}
.sns_login_list li a{display:block;font-size:12px;line-height:20px;width:60px;color:#999;text-align:center}
.sns_login_list li a:hover{color:#016672;}
.sns_login_list li .icon{display:block;height:40px;width:40px;border-radius: 50%;margin:0 auto}
.sns_login_list .sinaweibo .icon{background:url(../images/icon_weibo.png) no-repeat center top}
.sns_login_list .qq .icon{background:url(../images/icon_qq.png) no-repeat center top}
.sns_login_list .baidu .icon{background:url(../images/icon_baidu.png) no-repeat center top}
.sns_login_list .weixin .icon{background:url(../images/icon_weixin.png) no-repeat center top}
|
zhikunet/statics/statics/member/css/register.css
|
.fr{float: right;}.fl{float: left;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr20{margin-right: 20px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;}
.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt20{margin-top: 20px;}.mt30{margin-top: 30px;}.mt40{margin-top: 40px;}.mt110{margin-top: 110px;}.mt160{margin-top:130px;}
.mb5{margin-bottom: 10px;}.mb10{margin-bottom: 10px;}.mb20{margin-bottom: 20px;}.mb30{margin-bottom: 30px;}.mb40{margin-bottom: 40px;}
.pt110{padding-top: 110px;}
.cl{*zoom: 1;}
.cl:after{clear: both; content: "."; display: block; height: 0; font-size: 0; visibility: hidden; overflow: hidden;}
.hide, .xs-hide{display: none;}
.hidden{visibility: hidden;}
/* login start */
.tac, .text-center{text-align: center;}
.xs-member-bg{background-color: #f1faff;}
.xs-member input[type=checkbox]{margin-top: 3px;}
.xs-member.xs-member-wp{padding: 10px 39px 12px; width: 680px; background: white; border: 1px solid #d9e1e5; border-radius: 3px; box-shadow: 1px 1px 1px #d9e1e5;margin: auto}
.xs-member .hd h2{line-height: 56px; font-size: 18px; border-bottom: 1px solid #d9e1e5;}
.xs-member .tab-hd{margin: 0 auto; width: 100%;}
.xs-member .tab-hd li{float: left; width: 50%;}
.xs-member .tab-hd a{display: inline-block; padding-top: 18px; padding-bottom: 18px; width: 100%; line-height: 20px; text-align: center; border-bottom: 1px solid #d9e1e5; font-size: 18px; color: #424451;}
.xs-member .tab-hd a:hover{color: #016672;}
.xs-member .tab-hd .xs-active a{padding-bottom: 16px; border-bottom: 3px solid #016672; color: #016672; cursor: default;}
.xs-member .xs-member-form .btn-success, .xs-member .xs-member-form .btn-primary{padding: 0; width: 100%; line-height: 48px; text-align: center; border: none; font-size: 18px;}
.xs-member .xs-member-form .pl8{padding-left: 8px;}
.xs-member .form-group{position: relative;}
.xs-member .form-group label{position: absolute; left: 9px; top: 10px; font-size: 18px; color: #d9e1e5;}
.xs-member .form-group input{padding: 9px 9px 9px 34px; *padding: 11px 9px 11px 36px; width:93%; line-height: 20px; border: 1px solid #d9e1e5; border-radius: 3px; outline: none;}
.xs-member .form-group input.input-focus{ border-color:#999;}
.xs-member .form-group input.input-code,.xs-member .form-group input#code{width: 152px;}
.xs-member .form-group .verify-code-img{width: 110px; height: 40px; cursor: pointer;}
.xs-member .form-group input::-webkit-input-placeholder{color: #bec7d9;}
.xs-member .form-group input:-moz-placeholder{color: #bec7d9;}
.xs-member .form-group input:-moz-placeholder{color: #bec7d9;}
.xs-member .form-group input:-ms-input-placeholder{color: #bec7d9;}
.xs-member .form-group .help-block{text-indent: 10px; min-height: 24px; line-height: 24px; font-size: 12px;}
.xs-member .form-group .onShow,.xs-member .form-group .onError,.xs-member .form-group .onFocus,.xs-member .form-group .onCorrect{ color:#016672; font-size: 12px; line-height: 24px; text-indent: 10px; min-height: 24px;}
.xs-member .form-group .onCorrect{ color:#090;}
.xs-member .form-group .onFocus{ color:#F60;}
.xs-member .form-group .onError{ color:#F00;}
.xs-member .form-group .icon-id{width: 18px; height: 18px; line-height: 18px; border-radius: 5px; background-color: #d9e1e5; color: white; font-size: 10px;}
.xs-member .form-group.has-error label, .xs-member .form-group.has-error .help-block{color: #db8a83;}
.xs-member .form-group.has-error input{background: #fae5e5; border-color: #db8a83; color: #db8a83;}
.xs-member .form-group.has-error input::-webkit-input-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-moz-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-moz-placeholder{color: #db8a83;}
.xs-member .form-group.has-error input:-ms-input-placeholder{color: #db8a83;}
.xs-member .oauth-wp{padding-top: 12px; border-top: 1px solid #d9e1e5;}
.xs-member .oauth-wp a{display: inline-block; margin-right: 8px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: white; background-image: url('../images/bind.png'); background-size:25px auto; background-repeat:no-repeat; vertical-align:middle;}
.xs-member .oauth-wp a.icon-qq{background-position: 2px -6px;}
.xs-member .oauth-wp a.icon-wx{background-position: 3px -92px;}
.xs-member .oauth-wp a.icon-wb{background-position: 2px -49px;}
.xs-member .oauth-wp a.icon-qq:hover, .xs-member .oauth-wp a.icon-wx:hover, .xs-member .oauth-wp a.icon-wb:hover{ opacity:0.7;filter:alpha(opacity=70);}
.xs-member .oauth-wp span.social{ vertical-align:middle;}
#hd .wp, #bd .wp, #ft .wp, .nav-fixed .wp{width: 100%; *zoom: 1;}
#hd .wp:after, #bd .wp:after, #ft .wp:after, .nav-fixed .wp:after{clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; font-size: 0;}
/* end login */
/* register */
.btn{display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none;border: 1px solid #2189c3;; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.btn-sms{padding: 0; width: 108px; line-height: 38px; text-align: center; border-color: #40ab54; color: #40ab54; font-size: 13px;}
.btn-sms:hover{background-color: #40ab54; color: white;}
/*sns_login_container*/
.sns_login_container{}
.sns_login_list{margin:0px auto;width:180px; overflow:hidden;}
.sns_login_list li{float:left}
.sns_login_list li a{display:block;font-size:12px;line-height:20px;width:60px;color:#999;text-align:center}
.sns_login_list li a:hover{color:#016672;}
.sns_login_list li .icon{display:block;height:40px;width:40px;border-radius: 50%;margin:0 auto}
.sns_login_list .sinaweibo .icon{background:url(../images/icon_weibo.png) no-repeat center top}
.sns_login_list .qq .icon{background:url(../images/icon_qq.png) no-repeat center top}
.sns_login_list .baidu .icon{background:url(../images/icon_baidu.png) no-repeat center top}
.sns_login_list .weixin .icon{background:url(../images/icon_weixin.png) no-repeat center top}
| 0.318485 | 0.162879 |
.grid {
overflow: hidden;
margin: 0;
padding: 0 0 0 0;
width: 100%;
list-style: none;
text-align: center;
}
/* Common style */
.grid figure {
position: relative;
z-index: 1;
display: inline-block;
overflow: hidden;
margin: -0.20em;
width: 33.433%;
height: 400px;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span { font-weight: 800 }
.grid figure h2,
.grid figure p { margin: 0 }
.grid figure p {
letter-spacing: 1px;
font-size: 100%;
margin-top: 40px;
}
/**************************
**** Portfolio Effects ****
**************************/
figure.effect-portfolio { background: rgba(0, 0, 0, 1) }
figure.effect-portfolio img {
min-width: 100%;
height: -webkit-calc(100% + 40px);
height: calc(100% + 40px);
}
figure.effect-portfolio figcaption { padding: 3em }
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after {
position: absolute;
content: '';
opacity: 0;
}
figure.effect-portfolio figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.effect-portfolio figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
figure.effect-portfolio h2 {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-portfolio p {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.effect-portfolio img,
figure.effect-portfolio h2 {
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.effect-portfolio img,
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after,
figure.effect-portfolio p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-portfolio:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-portfolio:hover figcaption::before,
figure.effect-portfolio:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-portfolio:hover h2 { color: #fed136 }
figure.effect-portfolio:hover figcaption::after,
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p,
figure.effect-portfolio:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
@media screen and (max-width: 69.5em) {
.grid figure { width: 50% }
.grid figure figcaption { font-size: 120% }
}
@media screen and (max-width: 41.5em) {
.grid figure { width: 100% }
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 18px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
background: #000;
color: #fff;
width: 100%;
padding: 7px 15px;
border-radius: 0;
letter-spacing: 3px;
color: #fec503;
}
.carousel-control.right span.fa, .carousel-control.left span.fa {
border: 1px solid #fff;
width: 45px;
height: 45px;
border-radius: 50%;
padding: 2px 15px;
}
.carousel-control.right span.fa:hover,
.carousel-control.left span.fa:hover{
border: 1px solid #FFBE00;
}
/**************************
***** Portfolio Modal *****
**************************/
.btn-primary {
color: #FFFFFF;
background-color: #000000;
border-color: rgba(255, 186, 0, 0);
border-radius: 0px;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
letter-spacing: 2px;
font-size: 18px;
font-weight: normal;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #FFBE00;
border-color: #FFD000;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
color: #000;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin-bottom: 45px;
font-size: 3em;
}
.portfolio-modal .modal-content p { margin-bottom: 30px }
.portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px;
font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
letter-spacing: 2px;
color: #000000;
line-height: 10px;
text-transform: none;
-webkit-font-smoothing: antialiased !important;
}
.portfolio-modal .modal-content img { margin-bottom: 30px }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover { opacity: .3 }
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #222;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #222;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
|
src/app/pages/portfolio/portfolio.component.css
|
.grid {
overflow: hidden;
margin: 0;
padding: 0 0 0 0;
width: 100%;
list-style: none;
text-align: center;
}
/* Common style */
.grid figure {
position: relative;
z-index: 1;
display: inline-block;
overflow: hidden;
margin: -0.20em;
width: 33.433%;
height: 400px;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span { font-weight: 800 }
.grid figure h2,
.grid figure p { margin: 0 }
.grid figure p {
letter-spacing: 1px;
font-size: 100%;
margin-top: 40px;
}
/**************************
**** Portfolio Effects ****
**************************/
figure.effect-portfolio { background: rgba(0, 0, 0, 1) }
figure.effect-portfolio img {
min-width: 100%;
height: -webkit-calc(100% + 40px);
height: calc(100% + 40px);
}
figure.effect-portfolio figcaption { padding: 3em }
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after {
position: absolute;
content: '';
opacity: 0;
}
figure.effect-portfolio figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.effect-portfolio figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
figure.effect-portfolio h2 {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.effect-portfolio p {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.effect-portfolio img,
figure.effect-portfolio h2 {
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.effect-portfolio img,
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after,
figure.effect-portfolio p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-portfolio:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-portfolio:hover figcaption::before,
figure.effect-portfolio:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-portfolio:hover h2 { color: #fed136 }
figure.effect-portfolio:hover figcaption::after,
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p,
figure.effect-portfolio:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
@media screen and (max-width: 69.5em) {
.grid figure { width: 50% }
.grid figure figcaption { font-size: 120% }
}
@media screen and (max-width: 41.5em) {
.grid figure { width: 100% }
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 18px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased !important;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
background: #000;
color: #fff;
width: 100%;
padding: 7px 15px;
border-radius: 0;
letter-spacing: 3px;
color: #fec503;
}
.carousel-control.right span.fa, .carousel-control.left span.fa {
border: 1px solid #fff;
width: 45px;
height: 45px;
border-radius: 50%;
padding: 2px 15px;
}
.carousel-control.right span.fa:hover,
.carousel-control.left span.fa:hover{
border: 1px solid #FFBE00;
}
/**************************
***** Portfolio Modal *****
**************************/
.btn-primary {
color: #FFFFFF;
background-color: #000000;
border-color: rgba(255, 186, 0, 0);
border-radius: 0px;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
letter-spacing: 2px;
font-size: 18px;
font-weight: normal;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #FFBE00;
border-color: #FFD000;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
color: #000;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin-bottom: 45px;
font-size: 3em;
}
.portfolio-modal .modal-content p { margin-bottom: 30px }
.portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px;
font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
letter-spacing: 2px;
color: #000000;
line-height: 10px;
text-transform: none;
-webkit-font-smoothing: antialiased !important;
}
.portfolio-modal .modal-content img { margin-bottom: 30px }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover { opacity: .3 }
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #222;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #222;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
| 0.520009 | 0.164953 |
html,
body {
height: 100%;
width: 100%; }
#fullpage {
background-image: url("../img/nc-bg.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
@font-face {
font-family: 'CircularStd-Book';
src: url("../fonts/CircularStd-Book.eot");
src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
font-weight: normal;
font-style: normal; }
p {
font-family: 'CircularStd-Book';
color: #000; }
#logo,
#deko,
#deko_vid {
margin-left: auto;
margin-right: auto; }
#logo {
width: 50%;
max-width: 200px;
min-width: 75px;
margin-bottom: 25px;
margin-top: 5px; }
.center {
text-align: center; }
#email {
font-size: 2.5vw;
margin-top: 5px; }
@media (max-width: 640px) {
#email {
font-size: 16px; } }
@media (min-width: 4000px) {
#email {
font-size: 100px; } }
.center-div p {
font-size: 1.2vw;
margin-top: 5px; }
@media (max-width: 1000px) {
.center-div p {
font-size: 12px; } }
@media (min-width: 3333.33333px) {
.center-div p {
font-size: 40px; } }
.center-div p {
position: relative;
top: 50%;
transform: translateY(-50%); }
.center-div {
position: relative;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 1400px;
height: 27vh;
max-height: 200px;
border-radius: 3px;
text-align: center; }
@media (max-width: 500px) {
.textdiv {
padding-left: 5%;
padding-right: 5%; }
#mail_mo, #insta {
height: 20px; }
#mail_mo {
margin-top: 13px; }
#insta {
margin-top: 15px; }
#logo {
margin-bottom: 10px; } }
@media (min-width: 501px) {
.textdiv {
padding-left: 25%;
padding-right: 25%; } }
.copy p {
font-size: 0.8vw;
margin-top: 5px;
margin-bottom: 5px; }
@media (max-width: 1500px) {
.copy p {
font-size: 12px; } }
@media (min-width: 4375px) {
.copy p {
font-size: 35px; } }
#insta,
#mail,
#mail_mo {
color: #000;
margin-bottom: 0px; }
.social {
text-align: center; }
.social .fa {
display: inline-block;
vertical-align: middle;
font-size: 2.2em;
background-color: transparent;
height: 30px;
width: 30px;
margin: 20px 5px; }
@media (min-width: 501px) {
#insta {
margin-top: 30px; }
#mail {
margin-top: 27px; } }
@media (max-width: 768px) {
#mail,
#mail_mo,
#insta {
font-size: 1.4em;
width: 15px; } }
#insta {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s; }
#mail,
#mail_mo {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s; }
/*#insta:hover{
color: #fff;
}
#mail_mo:hover{
color: #fff;
}
#mail:hover{
color: #fff;
}*/
#email {
display: none; }
#mail,
#mail_mo {
display: none; }
@media (max-width: 767px) {
#mail_mo {
display: inline-block; } }
@media (min-width: 768px) {
#mail {
display: inline-block; } }
|
_site/css/main.css
|
html,
body {
height: 100%;
width: 100%; }
#fullpage {
background-image: url("../img/nc-bg.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
@font-face {
font-family: 'CircularStd-Book';
src: url("../fonts/CircularStd-Book.eot");
src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
font-weight: normal;
font-style: normal; }
p {
font-family: 'CircularStd-Book';
color: #000; }
#logo,
#deko,
#deko_vid {
margin-left: auto;
margin-right: auto; }
#logo {
width: 50%;
max-width: 200px;
min-width: 75px;
margin-bottom: 25px;
margin-top: 5px; }
.center {
text-align: center; }
#email {
font-size: 2.5vw;
margin-top: 5px; }
@media (max-width: 640px) {
#email {
font-size: 16px; } }
@media (min-width: 4000px) {
#email {
font-size: 100px; } }
.center-div p {
font-size: 1.2vw;
margin-top: 5px; }
@media (max-width: 1000px) {
.center-div p {
font-size: 12px; } }
@media (min-width: 3333.33333px) {
.center-div p {
font-size: 40px; } }
.center-div p {
position: relative;
top: 50%;
transform: translateY(-50%); }
.center-div {
position: relative;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 1400px;
height: 27vh;
max-height: 200px;
border-radius: 3px;
text-align: center; }
@media (max-width: 500px) {
.textdiv {
padding-left: 5%;
padding-right: 5%; }
#mail_mo, #insta {
height: 20px; }
#mail_mo {
margin-top: 13px; }
#insta {
margin-top: 15px; }
#logo {
margin-bottom: 10px; } }
@media (min-width: 501px) {
.textdiv {
padding-left: 25%;
padding-right: 25%; } }
.copy p {
font-size: 0.8vw;
margin-top: 5px;
margin-bottom: 5px; }
@media (max-width: 1500px) {
.copy p {
font-size: 12px; } }
@media (min-width: 4375px) {
.copy p {
font-size: 35px; } }
#insta,
#mail,
#mail_mo {
color: #000;
margin-bottom: 0px; }
.social {
text-align: center; }
.social .fa {
display: inline-block;
vertical-align: middle;
font-size: 2.2em;
background-color: transparent;
height: 30px;
width: 30px;
margin: 20px 5px; }
@media (min-width: 501px) {
#insta {
margin-top: 30px; }
#mail {
margin-top: 27px; } }
@media (max-width: 768px) {
#mail,
#mail_mo,
#insta {
font-size: 1.4em;
width: 15px; } }
#insta {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s; }
#mail,
#mail_mo {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s; }
/*#insta:hover{
color: #fff;
}
#mail_mo:hover{
color: #fff;
}
#mail:hover{
color: #fff;
}*/
#email {
display: none; }
#mail,
#mail_mo {
display: none; }
@media (max-width: 767px) {
#mail_mo {
display: inline-block; } }
@media (min-width: 768px) {
#mail {
display: inline-block; } }
| 0.261708 | 0.06236 |
* {
margin: 0;
padding: 0;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
a {
text-decoration: none;
position: relative;
color: #1F373D;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:focus,
a:hover {
text-decoration: none;
color: #FFCC01;
}
img {
max-width: 100%;
height: auto;
}
::selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
:active,
:focus {
outline: none !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.left {
float: left;
}
.right {
float: right;
}
.center {
margin: 0 auto;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
.uppercase {
text-transform: uppercase;
}
.white-text {
color: #FFF;
}
.light-bg {
background-color: #fff;
}
.yellow-bg {
background-color: #FFCC01;
}
.pointer {
cursor: pointer;
}
.hide {
display: none;
}
.show {
display: block;
}
.slide {
left: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/*-----------------------------------------------------------
2. Typography
------------------------------------------------------------*/
body {
color: #1F373D;
font-family: 'Montserrat', sans-serif;
font-size: 13pt;
font-weight: 400;
overflow-x: hidden;
transition: opacity 1s;
}
h1,
.h1 {
font-size: 58px;
font-weight: 700;
}
h2,
.h2 {
font-size: 40px;
font-weight: 700;
}
h3,
.h3 {
font-size: 40px;
font-weight: 700;
}
h4,
.h4 {
font-size: 25px;
font-weight: 700;
}
h5,
.h5 {
font-size: 14px;
font-weight: 400;
color: #919EB1;
}
h6,
.h6 {
font-size: 14px;
}
p {
font-size: 16px;
line-height: 1.8;
margin-bottom: 15px;
letter-spacing: 0.025em;
}
li {
font-size: 13px;
font-weight: 400;
letter-spacing: 0.025em;
display: inline;
}
.animate {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lux-shadow {
-webkit-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
-moz-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
}
/*-----------------------------------------------------------
3. Header
-------------------------------------------------------------*/
header {
padding-bottom: 25px;
}
header nav {
width: 100%;
height: 95px;
position: fixed;
z-index: 9999;
background-color: #fff;
}
.small-nav {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.logo {
width: 20%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
.menu {
width: 80%;
height: 95px;
}
.page-menu {
width: 70%;
height: 95px;
display: flex;
align-items: center;
justify-content: center;
}
.registration {
width: 30%;
height: 95px;
}
.join-us {
width: 40%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 20px;
}
.getting-started {
width: 60%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.main-btn {
width: 100%;
background-color: #FFCC01;
padding: 10px 10px;
margin: 0px 5px;
border-radius: 5px;
font-size: 13px;
border: 1px solid #FFCC01;
transition: 0.4s all;
}
.main-btn:hover {
background-color: transparent;
color: #FFCC01;
border: 1px solid #FFCC01;
}
.main-btn:hover a {
color: #1F373D;
}
.page-menu li {
padding: 8px;
}
.active {
color: #FFCC01;
}
/*-- Hero Area --*/
.hero {
width: 100%;
height: 700px;
position: relative;
}
.title {
width: 60%;
height: 30vh;
position: absolute;
z-index: 999;
top: 23vh;
}
.hero-image {
width: 88%;
height: 630px;
float: right;
background-image: url('../images/doc.jpg');
background-size: auto;
background-position: center;
background-repeat: no-repeat;
position: relative;
right: -60px;
}
.hero-image-info {
position: absolute;
right: 0;
bottom: 0;
}
.hero-image-info p {
font-weight: 700;
font-size: 18px;
padding: 10px 20px;
margin-top: 15px;
}
.info {
margin: 5px 35px;
}
.search {
margin-top: 40px;
width: 500px;
position: absolute;
}
.search input {
width: 75%;
background: url('../images/search.svg') no-repeat 8px 8px;
background-position: left;
border: 0px;
background-color: #fff;
padding: 25px 40px;
font-size: 15px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-position: left 15px top 29px;
}
.search-btn {
width: 25%;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 25px 10px;
font-size: 15px;
font-weight: 700;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.search-btn:hover {
background-color: rgb(255, 222, 89);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
::placeholder {
color: #919EB1;
}
.hero-wrapper {
position: relative;
width: 100%;
height: 725px;
padding-top:95px;
}
.slide-down {
width:20px;
height: 65px;
position: absolute;
bottom: 0;
}
.slide-down p {
transform: rotate(-90deg);
font-size: 12px;
white-space: nowrap;
color: #919EB1;
}
/*-----------------------------------------------------------
4. STATISTIC
-------------------------------------------------------------*/
.aboutp{
font-size: 15px;
}
.statistic {
width: 100%;
min-height: 650px;
padding: 145px 0px 80px 0px;
}
.statistic h3 {
padding:15px 0px 50px 0px;
}
.statistic p {
font-size: 13px;
}
.statistic-box {
background-color: #F6F5F4;
width: 36%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 40px;
float: right;
}
.statistic-box p:nth-child(1) {
font-size: 40px;
font-weight: 700;
color: #FFCC01;
margin: 0px;
padding: 0px;
}
.statistic-box p:nth-child(2) {
font-size: 14px;
font-weight: 700;
color: #1F373D;
margin: 0px;
padding: 0px;
}
/*
Sticky navbar css
*/
.mains-nav2{
padding: 5px;
position: sticky;
margin: 5px 5px auto;
}
.mains-nav2 li{
background-color: rgba(76, 228, 62, 0.822);
padding: 5px;
display: inline-block;
font-size: 18px;
font-weight: bold;
}
.mains-nav2 li a{
text-decoration: none;
color: #4B4B4B;
}
.logo2 {
position: relative;
margin-left: 500px;
text-align:center;
width: 50%;
height: 60px;
display: flex;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
.logo3 {
position: relative;
text-align:center;
margin-left: 550px;
width: 50%;
height: 60px;
display: flex;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
/*Doctors css*/
.Docname{
font-size: 25px;
color: #FFCC01;
margin-left:25px ;
margin-top: 18px;
}
.Docp{
font-size: 20px;
margin-left:20px ;
}
.dnameadjust{
margin-left:20px ;
}
}
.Doctor1{
background-color: #F6F5F4;
width:40%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 20px;
float: right;
padding-left: 20px;
}
.Button{
position: relative;
width: 170px;
margin-left: 3px;
margin-top: 160px;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.Button:hover{
background-color:white;
}
.Button2{
margin-top: 3px;
margin-bottom: 2px;
width: 170px;
margin-right: 2px;
border: 0px;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.dcadjust{
width: 40%;
margin: 20px 5px;
margin-left: 80px;
display: inline-block;
align:center;
}
/*-----------------------------------------------------------
5. APPARTMENTS
-------------------------------------------------------------*/
.appartments {
background-color: #F6F5F4;
padding:60px 0px 70px 0px;
}
.appartments h2 {
margin-bottom: 35px;
}
.appartment-box {
-webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
-moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
width: 100%;
height: 270px;
max-width: 450px;
margin: 0 auto;
margin-top: 35px;
}
.appartment-image {
height: 76%;
}
.appartment-image img {
width: 100%;
height: 100%;
}
.appartment-info {
height: 24%;
background-color: #fff;
padding: 25px 20px;
}
.appartment-title {
width: 100%;
height: 50%;
}
.appartment-title p {
font-size: 15px;
font-weight: 700;
letter-spacing: 0px;
line-height: 20px;
}
.appartment-details {
width: 100%;
height: 50%;
}
.search-appartments {
position: inherit;
}
.search-all-btn {
margin-left: 40px;
border-radius: 5px;
background-color: #fff;
}
/*-----------------------------------------------------------
9. Footer
-------------------------------------------------------------*/
footer {
background-color: #1F373D;
width: 100%;
color: #fff;
padding: 65px 0px;
}
.footer-top {
border-bottom: 1px solid #919EB1;
padding-bottom: 45px;
}
.Newsletter input {
width: 80%;
height: 70px;
padding: 0px 15px;
border: 0px;
margin-top: 26px;
}
.newsletter-btn {
background-color: #fbfbfb;
width: 20%;
height: 70px;
border: 0px;
background-image: url('../images/arrow-right.svg');
background-repeat: no-repeat;
background-position: center;
margin-top: 26px;
}
.newsletter-btn:hover {
background-color: #FFCC01;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer-logo h4 {
margin-bottom:60px;
}
.footer-logo p {
font-size: 13px;
font-weight: 400;
}
.footer-bottom {
padding-top: 70px;
}
.footer-column h5 {
padding-bottom: 35px;
}
.footer-column a {
color: #fff;
display: flex;
font-size: 13px;
padding-bottom: 18px;
}
/*-----------------------------------------------------------
10. RESPONSIVE
-------------------------------------------------------------*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
.menu {
background-color: #fff;
width: 100%;
height: 100vh;
position: absolute;
top: 70px;
right: 100%;
text-align: center;
z-index: 999;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.page-menu {
width: 100%;
height: 50vh;
text-align: center;
float: none;
display: flex;
flex-direction: column;
}
.page-menu li {
font-size: 15pt;
padding: 1.5vh;
}
.registration {
float: none;
width: 100%;
height: 50vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
padding-bottom: 5vh;
}
.join-us {
width: 100%;
text-align: center;
height: 0px;
margin-top: 30px;
}
.join-us li {
width: 100%;
text-align: center;
}
.menu-button {
width: 40px;
height: 40px;
display: block;
margin-top: 26px;
}
.menu-button span {
width: 40px;
height: 5px;
background-color: #1F373D;
display: block;
margin: 6px 0px;
}
.main-btn {
width: 100%;
background-color: #FFCC01;
padding: 10px 10px;
margin: 0px;
border-radius: 5px;
font-size: 13px;
border: 1px solid #FFCC01;
transition: 0.4s all;
}
.statistic-box:nth-child(1) {
float: left;
margin-top:50px;
}
.statistic-box:nth-child(2) {
margin-top:50px;
}
.statistic-box:nth-child(3) {
float: left;
}
.search-appartments {
width: 300px;
}
.search-all-btn {
width: 30%;
}
.how-it-works {
text-align: center;
}
}
@media only screen and (max-width: 768px) {
.hero-image {
width: 100%;
}
.info {
margin: 0px 10px;
}
h1 {
font-size: 45px;
}
.search-appartments {
width: 270px;
}
.search-all-btn {
width: 37%;
margin-left: 10px;
}
.work-service-image {
max-height: 630px;
left: 0px;
margin-bottom: 50px;
}
.footer-logo h4 {
float: left;
}
.footer-logo p {
float: right;
}
.logo2 {
position: relative;
margin-left: initial;
font-size: 15pt;
font-weight: 700;
}
.logo3 {
position: relative;
font-size: 15pt;
font-weight: 700;
margin-left: initial;
}
.dcadjust{
width: 40%;
margin: 20px 5px;
margin-left: 40px;
display: block;
align:center;
}
.Docname{
font-size: 22px;
color: #FFCC01;
margin-left:25px ;
margin-top: 25px;
}
.Docp{
font-size: 18px;
margin-left:20px ;
}
.dnameadjust{
margin-left:20px ;
}
.dnameadjust p{
font-size:10px ;
}
.appartment-box {
height: 400px;
width:350px ;
margin: 0 auto;
margin-top: 35px;
}
.statistic-box {
background-color: #F6F5F4;
width: 36%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 40px;
float: right;
}
.mains-nav2{
margin: 5px 5px auto;
position: relative;
margin-top: 100px;
}
.mains-nav2 li{
background-color: rgba(76, 228, 62, 0.822);
display: block;
font-size: 18px;
font-weight: bold;
}
.Button{
position: relative;
width: 120px;
margin-left: 3px;
margin-top: 100px;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.Button2{
margin-top: 3px;
margin-bottom: 2px;
width: 120px;
margin-right: 2px;
border: 0px;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
}
@media only screen and (max-width: 650px) {
.info p {
font-size: 14px;
}
.hero-image-info {
right: 40px;
}
.title {
top: 17vh;
}
.search-all-btn {
width: 40%;
margin-left: 5px;
}
}
@media only screen and (max-width: 575px) {
.footer-bottom {
text-align: center;
}
.footer-column a {
display: list-item;
list-style: none;
}
}
@media only screen and (max-width: 540px) {
.info p {
font-size: 12px;
}
.hero-image-info {
width: 90%;
}
.search {
width: 400px;
}
.search-appartments {
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.search-all-btn {
width: 80%;
margin: 0px 10%;
margin-top: 15px;
}
}
@media only screen and (max-width: 470px) {
.info p {
font-size: 12px;
}
.hero-image-info {
right: 30px;
width: 91%;
}
.hero-image-info p {
padding: 5px 5px;
font-size: 11px;
}
.search {
width: 300px;
}
.search-all-btn {
width: 80%;
}
}
@media only screen and (max-width: 380px) {
.title {
top: 22vh;
}
.search {
width: 250px;
}
.search-btn {
width: 30%;
}
.search-all-btn {
width: 80%;
}
.search input {
width: 70%;
font-size: 12px;
padding: 27px 40px;
}
.info img {
display: none;
}
}
|
css/style.css
|
* {
margin: 0;
padding: 0;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
a {
text-decoration: none;
position: relative;
color: #1F373D;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:focus,
a:hover {
text-decoration: none;
color: #FFCC01;
}
img {
max-width: 100%;
height: auto;
}
::selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #1F373D;
color: #fff;
text-shadow: none;
}
:active,
:focus {
outline: none !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.left {
float: left;
}
.right {
float: right;
}
.center {
margin: 0 auto;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
.uppercase {
text-transform: uppercase;
}
.white-text {
color: #FFF;
}
.light-bg {
background-color: #fff;
}
.yellow-bg {
background-color: #FFCC01;
}
.pointer {
cursor: pointer;
}
.hide {
display: none;
}
.show {
display: block;
}
.slide {
left: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/*-----------------------------------------------------------
2. Typography
------------------------------------------------------------*/
body {
color: #1F373D;
font-family: 'Montserrat', sans-serif;
font-size: 13pt;
font-weight: 400;
overflow-x: hidden;
transition: opacity 1s;
}
h1,
.h1 {
font-size: 58px;
font-weight: 700;
}
h2,
.h2 {
font-size: 40px;
font-weight: 700;
}
h3,
.h3 {
font-size: 40px;
font-weight: 700;
}
h4,
.h4 {
font-size: 25px;
font-weight: 700;
}
h5,
.h5 {
font-size: 14px;
font-weight: 400;
color: #919EB1;
}
h6,
.h6 {
font-size: 14px;
}
p {
font-size: 16px;
line-height: 1.8;
margin-bottom: 15px;
letter-spacing: 0.025em;
}
li {
font-size: 13px;
font-weight: 400;
letter-spacing: 0.025em;
display: inline;
}
.animate {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lux-shadow {
-webkit-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
-moz-box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
box-shadow: 0px 10px 15px 0px rgba(29,31,36,0.1);
}
/*-----------------------------------------------------------
3. Header
-------------------------------------------------------------*/
header {
padding-bottom: 25px;
}
header nav {
width: 100%;
height: 95px;
position: fixed;
z-index: 9999;
background-color: #fff;
}
.small-nav {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.logo {
width: 20%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
.menu {
width: 80%;
height: 95px;
}
.page-menu {
width: 70%;
height: 95px;
display: flex;
align-items: center;
justify-content: center;
}
.registration {
width: 30%;
height: 95px;
}
.join-us {
width: 40%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 20px;
}
.getting-started {
width: 60%;
height: 95px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.main-btn {
width: 100%;
background-color: #FFCC01;
padding: 10px 10px;
margin: 0px 5px;
border-radius: 5px;
font-size: 13px;
border: 1px solid #FFCC01;
transition: 0.4s all;
}
.main-btn:hover {
background-color: transparent;
color: #FFCC01;
border: 1px solid #FFCC01;
}
.main-btn:hover a {
color: #1F373D;
}
.page-menu li {
padding: 8px;
}
.active {
color: #FFCC01;
}
/*-- Hero Area --*/
.hero {
width: 100%;
height: 700px;
position: relative;
}
.title {
width: 60%;
height: 30vh;
position: absolute;
z-index: 999;
top: 23vh;
}
.hero-image {
width: 88%;
height: 630px;
float: right;
background-image: url('../images/doc.jpg');
background-size: auto;
background-position: center;
background-repeat: no-repeat;
position: relative;
right: -60px;
}
.hero-image-info {
position: absolute;
right: 0;
bottom: 0;
}
.hero-image-info p {
font-weight: 700;
font-size: 18px;
padding: 10px 20px;
margin-top: 15px;
}
.info {
margin: 5px 35px;
}
.search {
margin-top: 40px;
width: 500px;
position: absolute;
}
.search input {
width: 75%;
background: url('../images/search.svg') no-repeat 8px 8px;
background-position: left;
border: 0px;
background-color: #fff;
padding: 25px 40px;
font-size: 15px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-position: left 15px top 29px;
}
.search-btn {
width: 25%;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 25px 10px;
font-size: 15px;
font-weight: 700;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.search-btn:hover {
background-color: rgb(255, 222, 89);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
::placeholder {
color: #919EB1;
}
.hero-wrapper {
position: relative;
width: 100%;
height: 725px;
padding-top:95px;
}
.slide-down {
width:20px;
height: 65px;
position: absolute;
bottom: 0;
}
.slide-down p {
transform: rotate(-90deg);
font-size: 12px;
white-space: nowrap;
color: #919EB1;
}
/*-----------------------------------------------------------
4. STATISTIC
-------------------------------------------------------------*/
.aboutp{
font-size: 15px;
}
.statistic {
width: 100%;
min-height: 650px;
padding: 145px 0px 80px 0px;
}
.statistic h3 {
padding:15px 0px 50px 0px;
}
.statistic p {
font-size: 13px;
}
.statistic-box {
background-color: #F6F5F4;
width: 36%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 40px;
float: right;
}
.statistic-box p:nth-child(1) {
font-size: 40px;
font-weight: 700;
color: #FFCC01;
margin: 0px;
padding: 0px;
}
.statistic-box p:nth-child(2) {
font-size: 14px;
font-weight: 700;
color: #1F373D;
margin: 0px;
padding: 0px;
}
/*
Sticky navbar css
*/
.mains-nav2{
padding: 5px;
position: sticky;
margin: 5px 5px auto;
}
.mains-nav2 li{
background-color: rgba(76, 228, 62, 0.822);
padding: 5px;
display: inline-block;
font-size: 18px;
font-weight: bold;
}
.mains-nav2 li a{
text-decoration: none;
color: #4B4B4B;
}
.logo2 {
position: relative;
margin-left: 500px;
text-align:center;
width: 50%;
height: 60px;
display: flex;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
.logo3 {
position: relative;
text-align:center;
margin-left: 550px;
width: 50%;
height: 60px;
display: flex;
justify-content: flex-start;
font-size: 18pt;
font-weight: 700;
}
/*Doctors css*/
.Docname{
font-size: 25px;
color: #FFCC01;
margin-left:25px ;
margin-top: 18px;
}
.Docp{
font-size: 20px;
margin-left:20px ;
}
.dnameadjust{
margin-left:20px ;
}
}
.Doctor1{
background-color: #F6F5F4;
width:40%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 20px;
float: right;
padding-left: 20px;
}
.Button{
position: relative;
width: 170px;
margin-left: 3px;
margin-top: 160px;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.Button:hover{
background-color:white;
}
.Button2{
margin-top: 3px;
margin-bottom: 2px;
width: 170px;
margin-right: 2px;
border: 0px;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.dcadjust{
width: 40%;
margin: 20px 5px;
margin-left: 80px;
display: inline-block;
align:center;
}
/*-----------------------------------------------------------
5. APPARTMENTS
-------------------------------------------------------------*/
.appartments {
background-color: #F6F5F4;
padding:60px 0px 70px 0px;
}
.appartments h2 {
margin-bottom: 35px;
}
.appartment-box {
-webkit-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
-moz-box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
box-shadow: 0px 2px 8px 0px rgba(24,49,56,0.15);
width: 100%;
height: 270px;
max-width: 450px;
margin: 0 auto;
margin-top: 35px;
}
.appartment-image {
height: 76%;
}
.appartment-image img {
width: 100%;
height: 100%;
}
.appartment-info {
height: 24%;
background-color: #fff;
padding: 25px 20px;
}
.appartment-title {
width: 100%;
height: 50%;
}
.appartment-title p {
font-size: 15px;
font-weight: 700;
letter-spacing: 0px;
line-height: 20px;
}
.appartment-details {
width: 100%;
height: 50%;
}
.search-appartments {
position: inherit;
}
.search-all-btn {
margin-left: 40px;
border-radius: 5px;
background-color: #fff;
}
/*-----------------------------------------------------------
9. Footer
-------------------------------------------------------------*/
footer {
background-color: #1F373D;
width: 100%;
color: #fff;
padding: 65px 0px;
}
.footer-top {
border-bottom: 1px solid #919EB1;
padding-bottom: 45px;
}
.Newsletter input {
width: 80%;
height: 70px;
padding: 0px 15px;
border: 0px;
margin-top: 26px;
}
.newsletter-btn {
background-color: #fbfbfb;
width: 20%;
height: 70px;
border: 0px;
background-image: url('../images/arrow-right.svg');
background-repeat: no-repeat;
background-position: center;
margin-top: 26px;
}
.newsletter-btn:hover {
background-color: #FFCC01;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer-logo h4 {
margin-bottom:60px;
}
.footer-logo p {
font-size: 13px;
font-weight: 400;
}
.footer-bottom {
padding-top: 70px;
}
.footer-column h5 {
padding-bottom: 35px;
}
.footer-column a {
color: #fff;
display: flex;
font-size: 13px;
padding-bottom: 18px;
}
/*-----------------------------------------------------------
10. RESPONSIVE
-------------------------------------------------------------*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
.menu {
background-color: #fff;
width: 100%;
height: 100vh;
position: absolute;
top: 70px;
right: 100%;
text-align: center;
z-index: 999;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.page-menu {
width: 100%;
height: 50vh;
text-align: center;
float: none;
display: flex;
flex-direction: column;
}
.page-menu li {
font-size: 15pt;
padding: 1.5vh;
}
.registration {
float: none;
width: 100%;
height: 50vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
padding-bottom: 5vh;
}
.join-us {
width: 100%;
text-align: center;
height: 0px;
margin-top: 30px;
}
.join-us li {
width: 100%;
text-align: center;
}
.menu-button {
width: 40px;
height: 40px;
display: block;
margin-top: 26px;
}
.menu-button span {
width: 40px;
height: 5px;
background-color: #1F373D;
display: block;
margin: 6px 0px;
}
.main-btn {
width: 100%;
background-color: #FFCC01;
padding: 10px 10px;
margin: 0px;
border-radius: 5px;
font-size: 13px;
border: 1px solid #FFCC01;
transition: 0.4s all;
}
.statistic-box:nth-child(1) {
float: left;
margin-top:50px;
}
.statistic-box:nth-child(2) {
margin-top:50px;
}
.statistic-box:nth-child(3) {
float: left;
}
.search-appartments {
width: 300px;
}
.search-all-btn {
width: 30%;
}
.how-it-works {
text-align: center;
}
}
@media only screen and (max-width: 768px) {
.hero-image {
width: 100%;
}
.info {
margin: 0px 10px;
}
h1 {
font-size: 45px;
}
.search-appartments {
width: 270px;
}
.search-all-btn {
width: 37%;
margin-left: 10px;
}
.work-service-image {
max-height: 630px;
left: 0px;
margin-bottom: 50px;
}
.footer-logo h4 {
float: left;
}
.footer-logo p {
float: right;
}
.logo2 {
position: relative;
margin-left: initial;
font-size: 15pt;
font-weight: 700;
}
.logo3 {
position: relative;
font-size: 15pt;
font-weight: 700;
margin-left: initial;
}
.dcadjust{
width: 40%;
margin: 20px 5px;
margin-left: 40px;
display: block;
align:center;
}
.Docname{
font-size: 22px;
color: #FFCC01;
margin-left:25px ;
margin-top: 25px;
}
.Docp{
font-size: 18px;
margin-left:20px ;
}
.dnameadjust{
margin-left:20px ;
}
.dnameadjust p{
font-size:10px ;
}
.appartment-box {
height: 400px;
width:350px ;
margin: 0 auto;
margin-top: 35px;
}
.statistic-box {
background-color: #F6F5F4;
width: 36%;
height: 200px;
margin: 0px 0px 30px 30px;
padding-top: 40px;
float: right;
}
.mains-nav2{
margin: 5px 5px auto;
position: relative;
margin-top: 100px;
}
.mains-nav2 li{
background-color: rgba(76, 228, 62, 0.822);
display: block;
font-size: 18px;
font-weight: bold;
}
.Button{
position: relative;
width: 120px;
margin-left: 3px;
margin-top: 100px;
border: 0px;
background-color: #FFCC01;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
.Button2{
margin-top: 3px;
margin-bottom: 2px;
width: 120px;
margin-right: 2px;
border: 0px;
color: #1F373D;
padding: 10px 5px;
font-size: 15px;
font-weight: 500;
border-radius: 15px;
}
}
@media only screen and (max-width: 650px) {
.info p {
font-size: 14px;
}
.hero-image-info {
right: 40px;
}
.title {
top: 17vh;
}
.search-all-btn {
width: 40%;
margin-left: 5px;
}
}
@media only screen and (max-width: 575px) {
.footer-bottom {
text-align: center;
}
.footer-column a {
display: list-item;
list-style: none;
}
}
@media only screen and (max-width: 540px) {
.info p {
font-size: 12px;
}
.hero-image-info {
width: 90%;
}
.search {
width: 400px;
}
.search-appartments {
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.search-all-btn {
width: 80%;
margin: 0px 10%;
margin-top: 15px;
}
}
@media only screen and (max-width: 470px) {
.info p {
font-size: 12px;
}
.hero-image-info {
right: 30px;
width: 91%;
}
.hero-image-info p {
padding: 5px 5px;
font-size: 11px;
}
.search {
width: 300px;
}
.search-all-btn {
width: 80%;
}
}
@media only screen and (max-width: 380px) {
.title {
top: 22vh;
}
.search {
width: 250px;
}
.search-btn {
width: 30%;
}
.search-all-btn {
width: 80%;
}
.search input {
width: 70%;
font-size: 12px;
padding: 27px 40px;
}
.info img {
display: none;
}
}
| 0.296043 | 0.064447 |
body{
font-family: 'Roboto', sans-serif;
}
/*=============header section==================== */
#header span
{
font-size:1.3em;
font-weight: 1000;
color: #5C1B1B;
}
#header .navbar
{
font-size: 1.3em;
}
#header .navbar ul li
{
margin: 0.7em;
}
/* designers */
.designers{
margin-top: 5%;
}
.designers h1
{
margin:2%;
text-align: center;
color: #5C1B1B;
font-weight: 1000;
font-size: 1.8em;
}
.designers .designRow
{
margin-top:5%;
border-radius: 15px;
padding: 3%;
background-color: #C4C4C4;
min-height: 23em;
}
.designers .designRow .column1
{
overflow: hidden;
max-height: 20em;
}
.designers .designRow .column1 img
{
height: auto;
width:100%;
}
.designers .designRow .column2 h3
{
width:35%;
text-align: center;
display: inline-block;
font-size: 22px;
border-radius: 15px;
padding:10px;
background-color: #fff;
font-weight: bolder;
}
.designers .designRow .column2 p
{
font-weight:bold;
background-color: #fff;
padding: 2%;
border-radius: 15px;
}
.designers .designRow .column2 button
{
background-color: white;
font-weight: bolder;
padding: 12px;
font-size: 1.1em;
border-radius: 15px;
float: right;
}
.designers .view-moreBtn
{
text-align: center;
}
.designers .view-moreBtn button
{
width: 20%;
margin-top: 5%;
margin-bottom: 8%;
font-weight: 1000;
font-size: 20px;
color: white;
background-color: #3F3D3D;
border-radius: 15px;
padding: 10px;
}
.designers .view-moreBtn button:hover
{
color: #3F3D3D;
background-color: rgb(230, 230, 230);
}
/* ============footer===================== */
#footer
{
padding: 2% 4% 9% 9% ;
background-color: #3F3D3D;
color: white;
}
#footer .col1, .col2
{
margin-top: 4%;
}
#footer h3
{
font-size: 1.5em;
}
#footer .li
{
font-size: 1.1em;
margin-top: 1.5em;
}
#footer .li a
{
text-decoration: none;
color: white;
}
#footer .li a:hover
{
color: rgb(187, 125, 125);
}
#footer .li .fa
{
margin-right: 1em;
}
/* MEDIA QUERY */
@media only screen and (max-width: 600px)
{
/* ============footer===================== */
#footer .col1, .col2
{
margin-top: 10%;
}
#footer h3
{
font-size: 1.3em;
}
#footer .li
{
font-size: 1em;
margin-top: 1.2em;
}
#footer .li .fa
{
margin-right: 1em;
}
/* designers */
.designers{
margin-top: 5%;
}
.designers h1
{
margin:3%;
font-size: 20px;
}
.designers .designRow .column2 h3
{
margin-top:5%;
width:55%;
font-size: 20px;
border-radius: 15px;
padding:10px;
}
.designers .designRow .column2 p
{
font-size: 14px;
}
.designers .designRow .column2 button
{
font-size: 0.9em;
}
.designers .view-moreBtn button
{
width: 40%;
margin-top: 5%;
font-size: 16px;
}
}
|
designer.css
|
body{
font-family: 'Roboto', sans-serif;
}
/*=============header section==================== */
#header span
{
font-size:1.3em;
font-weight: 1000;
color: #5C1B1B;
}
#header .navbar
{
font-size: 1.3em;
}
#header .navbar ul li
{
margin: 0.7em;
}
/* designers */
.designers{
margin-top: 5%;
}
.designers h1
{
margin:2%;
text-align: center;
color: #5C1B1B;
font-weight: 1000;
font-size: 1.8em;
}
.designers .designRow
{
margin-top:5%;
border-radius: 15px;
padding: 3%;
background-color: #C4C4C4;
min-height: 23em;
}
.designers .designRow .column1
{
overflow: hidden;
max-height: 20em;
}
.designers .designRow .column1 img
{
height: auto;
width:100%;
}
.designers .designRow .column2 h3
{
width:35%;
text-align: center;
display: inline-block;
font-size: 22px;
border-radius: 15px;
padding:10px;
background-color: #fff;
font-weight: bolder;
}
.designers .designRow .column2 p
{
font-weight:bold;
background-color: #fff;
padding: 2%;
border-radius: 15px;
}
.designers .designRow .column2 button
{
background-color: white;
font-weight: bolder;
padding: 12px;
font-size: 1.1em;
border-radius: 15px;
float: right;
}
.designers .view-moreBtn
{
text-align: center;
}
.designers .view-moreBtn button
{
width: 20%;
margin-top: 5%;
margin-bottom: 8%;
font-weight: 1000;
font-size: 20px;
color: white;
background-color: #3F3D3D;
border-radius: 15px;
padding: 10px;
}
.designers .view-moreBtn button:hover
{
color: #3F3D3D;
background-color: rgb(230, 230, 230);
}
/* ============footer===================== */
#footer
{
padding: 2% 4% 9% 9% ;
background-color: #3F3D3D;
color: white;
}
#footer .col1, .col2
{
margin-top: 4%;
}
#footer h3
{
font-size: 1.5em;
}
#footer .li
{
font-size: 1.1em;
margin-top: 1.5em;
}
#footer .li a
{
text-decoration: none;
color: white;
}
#footer .li a:hover
{
color: rgb(187, 125, 125);
}
#footer .li .fa
{
margin-right: 1em;
}
/* MEDIA QUERY */
@media only screen and (max-width: 600px)
{
/* ============footer===================== */
#footer .col1, .col2
{
margin-top: 10%;
}
#footer h3
{
font-size: 1.3em;
}
#footer .li
{
font-size: 1em;
margin-top: 1.2em;
}
#footer .li .fa
{
margin-right: 1em;
}
/* designers */
.designers{
margin-top: 5%;
}
.designers h1
{
margin:3%;
font-size: 20px;
}
.designers .designRow .column2 h3
{
margin-top:5%;
width:55%;
font-size: 20px;
border-radius: 15px;
padding:10px;
}
.designers .designRow .column2 p
{
font-size: 14px;
}
.designers .designRow .column2 button
{
font-size: 0.9em;
}
.designers .view-moreBtn button
{
width: 40%;
margin-top: 5%;
font-size: 16px;
}
}
| 0.377885 | 0.079961 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
body {
letter-spacing: -0.02em;
}
.clearfix::after {
content: " ";
display: table;
clear: both;
}
.container {
width: 1110px;
margin: 0 auto;
}
/* Header */
.page-header {
padding-top: 37px;
padding-bottom: 33px;
}
.logo {
display: block;
float: left;
text-transform: uppercase;
color: rgb(85, 82, 82);
font-family: "Roboto", sans-serif;
font-size: 30px;
line-height: 32px;
font-weight: 300;
}
.logo::first-letter {
color: rgb(78, 198, 171);
font-weight: 900;
}
.main-menu-list {
margin-top: 7px;
float: right;
}
.main-menu-item {
float: left;
margin-right: 30px;
}
.main-menu-item:last-of-type {
margin-right: 0;
}
.main-menu-link {
display: block;
text-transform: uppercase;
color: rgb(15, 1, 1);
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
.main-menu-link:hover,
.main-menu-link:focus {
color: rgb(26, 188, 156);
}
/* Main */
.slider {
position: relative;
}
.slide-image {
width: 100%;
height: 600px;
object-fit: cover;
object-position: top;
}
.slides-item::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 2, 0.52);
}
.slider-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-transform: uppercase;
color: rgb(255, 255, 255);
font-family: "Roboto", sans-serif;
}
.slider-content {
width: 735px;
margin: 0 auto;
}
.slider-title {
margin-top: 0;
margin-bottom: 11px;
font-size: 60px;
line-height: 82px;
font-weight: 900;
white-space: nowrap;
}
.slider-description {
font-size: 24px;
line-height: 54px;
font-weight: 300;
}
.slider-ctrl-wrapper {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.slider-ctrl {
width: 104px;
height: 104px;
border: none;
color: rgb(255, 255, 255);
font-size: 100px;
background-color: rgba(78, 198, 171, 0.65);
vertical-align: middle;
cursor: pointer;
}
.slider-ctrl:hover,
.slider-ctrl:focus {
background-color: rgba(78, 198, 171, 1);
}
.prev {
float: left;
}
.next {
float: right;
}
.main-section {
padding-top: 95px;
padding-bottom: 100px;
background-color: rgb(233, 240, 253);
}
.main-section-title {
margin-top: 0;
margin-bottom: 80px;
text-align: center;
text-transform: uppercase;
color: rgb(81, 81, 81);
font-family: "Roboto", sans-serif;
font-size: 48px;
line-height: 1.2;
font-weight: 900;
}
.main-section-title::after {
content: "";
display: block;
margin: 25px auto 0;
width: 164px;
height: 7px;
background-color: rgb(26, 188, 156);
}
/* New collection */
.collection-list-item {
position: relative;
width: 255px;
margin-right: 30px;
margin-bottom: 30px;
float: left;
}
.collection-list-item:nth-of-type(4n) {
margin-right: 0;
}
.collection-list-item:nth-last-of-type(-n + 4) {
margin-bottom: 0;
}
.product-image-wrapper {
position: relative;
}
.product-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 10px;
border-color: rgba(255, 255, 255, 0.55);
border-style: solid;
background-color: rgba(0, 0, 0, 0.55);
background-clip: padding-box;
opacity: 0;
visibility: hidden;
}
.collection-list-item:hover .product-image-overlay,
.collection-list-item:focus .product-image-overlay {
opacity: 1;
visibility: visible;
}
.product-buttons-list {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.product-buttons-item {
float: left;
}
.product-buttons-item:nth-child(-n + 2) {
margin-right: 9px;
}
.product-buttons-item:not(:last-child) {
margin-bottom: 7px;
}
.product-btn {
width: 48px;
height: 48px;
border: 1px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
font-size: 30px;
background-color: transparent;
cursor: pointer;
}
.product-btn:hover,
.product-btn:focus {
background-color: rgb(26, 188, 156);
border-color: rgb(26, 188, 156);
}
.cart {
width: 162px;
background-color: rgb(50, 50, 50);
}
.cart i {
vertical-align: middle;
}
.cart span {
padding-left: 15px;
text-transform: uppercase;
color: rgb(255, 255, 255);
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 48px;
}
.product-features {
background-color: rgb(50, 50, 50);
}
.collection-list-item:hover .product-features,
.collection-list-item:focus .product-features {
background-color: rgb(26, 188, 156);
}
.product-title-link {
display: block;
padding: 5px 14px;
color: rgb(255, 255, 255);
text-decoration: none;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 32px;
font-weight: 900;
}
.product-title {
margin: 0;
float: left;
}
.product-price {
float: right;
padding: 5px 14px;
color: rgb(255, 255, 255);
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 32px;
font-weight: 900;
background-color: rgba(255, 255, 255, 0.44);
}
/* Footer */
.footer {
padding-top: 32px;
padding-bottom: 32px;
text-align: center;
background-color: rgb(50, 50, 50);
}
.copyright {
color: rgb(254, 254, 254);
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 28px;
}
.author {
color: rgb(70, 191, 169);
}
.author:hover,
.author:focus {
text-decoration: underline;
color: rgb(26, 188, 156);
}
|
html-css/module-05/css/style.css
|
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
body {
letter-spacing: -0.02em;
}
.clearfix::after {
content: " ";
display: table;
clear: both;
}
.container {
width: 1110px;
margin: 0 auto;
}
/* Header */
.page-header {
padding-top: 37px;
padding-bottom: 33px;
}
.logo {
display: block;
float: left;
text-transform: uppercase;
color: rgb(85, 82, 82);
font-family: "Roboto", sans-serif;
font-size: 30px;
line-height: 32px;
font-weight: 300;
}
.logo::first-letter {
color: rgb(78, 198, 171);
font-weight: 900;
}
.main-menu-list {
margin-top: 7px;
float: right;
}
.main-menu-item {
float: left;
margin-right: 30px;
}
.main-menu-item:last-of-type {
margin-right: 0;
}
.main-menu-link {
display: block;
text-transform: uppercase;
color: rgb(15, 1, 1);
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
.main-menu-link:hover,
.main-menu-link:focus {
color: rgb(26, 188, 156);
}
/* Main */
.slider {
position: relative;
}
.slide-image {
width: 100%;
height: 600px;
object-fit: cover;
object-position: top;
}
.slides-item::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 2, 0.52);
}
.slider-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-transform: uppercase;
color: rgb(255, 255, 255);
font-family: "Roboto", sans-serif;
}
.slider-content {
width: 735px;
margin: 0 auto;
}
.slider-title {
margin-top: 0;
margin-bottom: 11px;
font-size: 60px;
line-height: 82px;
font-weight: 900;
white-space: nowrap;
}
.slider-description {
font-size: 24px;
line-height: 54px;
font-weight: 300;
}
.slider-ctrl-wrapper {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.slider-ctrl {
width: 104px;
height: 104px;
border: none;
color: rgb(255, 255, 255);
font-size: 100px;
background-color: rgba(78, 198, 171, 0.65);
vertical-align: middle;
cursor: pointer;
}
.slider-ctrl:hover,
.slider-ctrl:focus {
background-color: rgba(78, 198, 171, 1);
}
.prev {
float: left;
}
.next {
float: right;
}
.main-section {
padding-top: 95px;
padding-bottom: 100px;
background-color: rgb(233, 240, 253);
}
.main-section-title {
margin-top: 0;
margin-bottom: 80px;
text-align: center;
text-transform: uppercase;
color: rgb(81, 81, 81);
font-family: "Roboto", sans-serif;
font-size: 48px;
line-height: 1.2;
font-weight: 900;
}
.main-section-title::after {
content: "";
display: block;
margin: 25px auto 0;
width: 164px;
height: 7px;
background-color: rgb(26, 188, 156);
}
/* New collection */
.collection-list-item {
position: relative;
width: 255px;
margin-right: 30px;
margin-bottom: 30px;
float: left;
}
.collection-list-item:nth-of-type(4n) {
margin-right: 0;
}
.collection-list-item:nth-last-of-type(-n + 4) {
margin-bottom: 0;
}
.product-image-wrapper {
position: relative;
}
.product-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 10px;
border-color: rgba(255, 255, 255, 0.55);
border-style: solid;
background-color: rgba(0, 0, 0, 0.55);
background-clip: padding-box;
opacity: 0;
visibility: hidden;
}
.collection-list-item:hover .product-image-overlay,
.collection-list-item:focus .product-image-overlay {
opacity: 1;
visibility: visible;
}
.product-buttons-list {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.product-buttons-item {
float: left;
}
.product-buttons-item:nth-child(-n + 2) {
margin-right: 9px;
}
.product-buttons-item:not(:last-child) {
margin-bottom: 7px;
}
.product-btn {
width: 48px;
height: 48px;
border: 1px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
font-size: 30px;
background-color: transparent;
cursor: pointer;
}
.product-btn:hover,
.product-btn:focus {
background-color: rgb(26, 188, 156);
border-color: rgb(26, 188, 156);
}
.cart {
width: 162px;
background-color: rgb(50, 50, 50);
}
.cart i {
vertical-align: middle;
}
.cart span {
padding-left: 15px;
text-transform: uppercase;
color: rgb(255, 255, 255);
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 48px;
}
.product-features {
background-color: rgb(50, 50, 50);
}
.collection-list-item:hover .product-features,
.collection-list-item:focus .product-features {
background-color: rgb(26, 188, 156);
}
.product-title-link {
display: block;
padding: 5px 14px;
color: rgb(255, 255, 255);
text-decoration: none;
text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 32px;
font-weight: 900;
}
.product-title {
margin: 0;
float: left;
}
.product-price {
float: right;
padding: 5px 14px;
color: rgb(255, 255, 255);
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 32px;
font-weight: 900;
background-color: rgba(255, 255, 255, 0.44);
}
/* Footer */
.footer {
padding-top: 32px;
padding-bottom: 32px;
text-align: center;
background-color: rgb(50, 50, 50);
}
.copyright {
color: rgb(254, 254, 254);
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 28px;
}
.author {
color: rgb(70, 191, 169);
}
.author:hover,
.author:focus {
text-decoration: underline;
color: rgb(26, 188, 156);
}
| 0.53607 | 0.060947 |
* {
box-sizing: border-box;
}
body {
font-family: "Inter";
}
.header {
background-color: #635854;
padding-top: 12px;
padding-bottom: 12px;
border-bottom: 4px solid #3596f5;
}
.navbar {
max-width: 1280px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
text-align: center;
}
.navbar-item {
margin-left: 40px;
margin-right: 40px;
}
.navbar-link {
text-decoration: none;
color: #ffffff;
}
.navbar-contacts {
text-align: right;
}
.navbar-text {
display: block;
color: #ffffff;
margin-bottom: 4px;
font-size: 14px;
line-height: 16px;
}
.navbar-phone {
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-decoration: none;
color: #ffffff;
}
.main {
max-width: 1280px;
margin: auto;
padding-top: 54px;
display: flex;
}
.main-info {
flex-grow: 1;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.home-image path {
opacity: 0;
cursor: pointer;
}
.home-image path:hover {
opacity: 1;
}
path.current-floor {
opacity: 1;
}
.counter-group {
display: flex;
flex-direction: column;
align-items: center;
}
.counter-button {
background-color: #ffffff;
border: none;
cursor: pointer;
}
.counter-arrow-down {
transform: rotateX(180deg);
}
.main-title {
font-size: 37px;
line-height: 37px;
color: #635854;
font-family: "Bebas Neue", sans-serif;
font-weight: 500;
margin: 0;
}
.floor-counter {
color: #635854;
font-size: 124px;
font-family: "Bebas Neue", sans-serif;
font-weight: 500;
margin-top: 10px;
}
.button-primary {
border-radius: 6px;
background-color: #3596f5;
color: #ffffff;
border: none;
padding: 16px 36px;
cursor: pointer;
}
.modal {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: scale(0);
transition: 0.3s;
}
.flats path {
opacity: 0;
cursor: pointer;
}
.flats path:hover {
opacity: 1;
}
.is-open {
opacity: 1;
transform: scale(1);
}
.modal-dialog {
max-width: 1000px;
min-height: 565px;
background-color: #ffffff;
flex-grow: 1;
display: flex;
position: relative;
}
.modal-image {
width: 60%;
background-color: #ebebeb;
text-align: center;
padding: 50px;
}
.modal-title {
font-family: "Bebas Neue";
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
margin-bottom: 25px;
margin-top: 0;
}
.modal-info {
width: 40%;
padding: 50px 46px;
}
.flat-list {
padding: 0;
list-style: none;
margin-top: 55px;
}
.flat-item {
margin-bottom: 10px;
}
.flat-link {
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #635854;
}
.flat-link:hover {
color: #3596f5;
text-decoration: underline;
}
.modal-alert {
font-style: italic;
font-weight: normal;
font-size: 16px;
line-height: 19px;
margin-top: 56px;
color: #635854;
}
.modal-close-button {
position: absolute;
top: 27px;
right: 38px;
background-color: #ffffff;
border: none;
cursor: pointer;
}
.footer {
margin-top: 100px;
max-width: 100%;
height: 171px;
background-color: #d7d7d7;
display: flex;
justify-content: space-between;
align-items: center;
padding: 50px;
}
.footer-info {
display: flex;
justify-content: space-between;
align-items: center;
width: 50%;
gap: 40px;
}
.footer-text {
display: block;
color: #635854;
margin-bottom: 4px;
font-size: 14px;
line-height: 16px;
}
.footer-phone {
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-decoration: none;
color: #635854;
}
.footer-social {
display: flex;
gap: 15px;
align-items: center;
}
.footer-social img {
cursor: pointer;
}
.footer-policy {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.footer-policy-links {
color: #635854;
}
|
melody/assets/stylesheets/style.css
|
* {
box-sizing: border-box;
}
body {
font-family: "Inter";
}
.header {
background-color: #635854;
padding-top: 12px;
padding-bottom: 12px;
border-bottom: 4px solid #3596f5;
}
.navbar {
max-width: 1280px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
text-align: center;
}
.navbar-item {
margin-left: 40px;
margin-right: 40px;
}
.navbar-link {
text-decoration: none;
color: #ffffff;
}
.navbar-contacts {
text-align: right;
}
.navbar-text {
display: block;
color: #ffffff;
margin-bottom: 4px;
font-size: 14px;
line-height: 16px;
}
.navbar-phone {
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-decoration: none;
color: #ffffff;
}
.main {
max-width: 1280px;
margin: auto;
padding-top: 54px;
display: flex;
}
.main-info {
flex-grow: 1;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.home-image path {
opacity: 0;
cursor: pointer;
}
.home-image path:hover {
opacity: 1;
}
path.current-floor {
opacity: 1;
}
.counter-group {
display: flex;
flex-direction: column;
align-items: center;
}
.counter-button {
background-color: #ffffff;
border: none;
cursor: pointer;
}
.counter-arrow-down {
transform: rotateX(180deg);
}
.main-title {
font-size: 37px;
line-height: 37px;
color: #635854;
font-family: "Bebas Neue", sans-serif;
font-weight: 500;
margin: 0;
}
.floor-counter {
color: #635854;
font-size: 124px;
font-family: "Bebas Neue", sans-serif;
font-weight: 500;
margin-top: 10px;
}
.button-primary {
border-radius: 6px;
background-color: #3596f5;
color: #ffffff;
border: none;
padding: 16px 36px;
cursor: pointer;
}
.modal {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: scale(0);
transition: 0.3s;
}
.flats path {
opacity: 0;
cursor: pointer;
}
.flats path:hover {
opacity: 1;
}
.is-open {
opacity: 1;
transform: scale(1);
}
.modal-dialog {
max-width: 1000px;
min-height: 565px;
background-color: #ffffff;
flex-grow: 1;
display: flex;
position: relative;
}
.modal-image {
width: 60%;
background-color: #ebebeb;
text-align: center;
padding: 50px;
}
.modal-title {
font-family: "Bebas Neue";
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
margin-bottom: 25px;
margin-top: 0;
}
.modal-info {
width: 40%;
padding: 50px 46px;
}
.flat-list {
padding: 0;
list-style: none;
margin-top: 55px;
}
.flat-item {
margin-bottom: 10px;
}
.flat-link {
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #635854;
}
.flat-link:hover {
color: #3596f5;
text-decoration: underline;
}
.modal-alert {
font-style: italic;
font-weight: normal;
font-size: 16px;
line-height: 19px;
margin-top: 56px;
color: #635854;
}
.modal-close-button {
position: absolute;
top: 27px;
right: 38px;
background-color: #ffffff;
border: none;
cursor: pointer;
}
.footer {
margin-top: 100px;
max-width: 100%;
height: 171px;
background-color: #d7d7d7;
display: flex;
justify-content: space-between;
align-items: center;
padding: 50px;
}
.footer-info {
display: flex;
justify-content: space-between;
align-items: center;
width: 50%;
gap: 40px;
}
.footer-text {
display: block;
color: #635854;
margin-bottom: 4px;
font-size: 14px;
line-height: 16px;
}
.footer-phone {
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-decoration: none;
color: #635854;
}
.footer-social {
display: flex;
gap: 15px;
align-items: center;
}
.footer-social img {
cursor: pointer;
}
.footer-policy {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.footer-policy-links {
color: #635854;
}
| 0.284874 | 0.053974 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
a {
text-decoration: none; }
a:hover,
a:focus {
text-decoration: none;
outline: none; }
button:focus {
outline: none; }
.color-gray {
color: rgba(78, 78, 78, 0.752941) !important; }
.color-base {
color: #161616; }
.color-yellow {
color: #FEC400; }
.fs-10 {
font-size: 10px; }
.fs-12 {
font-size: 12px; }
.fs-14 {
font-size: 14px; }
.fs-16 {
font-size: 16px !important; }
.fs-24 {
font-size: 24px; }
.btn-transparent {
background-color: transparent; }
.br-10 {
border-radius: 10px; }
.flex-1 {
flex: 1; }
.w-15 {
width: 15%; }
.w-30 {
width: 30%; }
.w-40 {
width: 40%; }
@media (max-width: 991px) {
.w-40 {
width: 100%; } }
.color-red {
color: #C11414 !important; }
.btn-red {
min-width: 175px;
height: 55px;
background-color: #E91414;
border-radius: 10px;
font: normal normal 400 16px/25px Poppins;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
border: 0;
outline: none; }
.btn-bordered {
min-width: 175px;
height: 55px;
border: 1px solid #E91414;
border-radius: 10px;
font: normal normal 400 16px/25px Poppins;
color: #C11414;
display: flex;
justify-content: center;
align-items: center;
outline: none;
background-color: #ffffff; }
.or {
margin: 0 auto;
width: 32px;
height: 28px;
background-color: #fff;
text-align: center; }
.or::after {
content: '';
border-bottom: 1px solid #D6DAFF;
width: 45%;
position: absolute;
right: 0;
top: 13px; }
.or::before {
content: '';
border-bottom: 1px solid #D6DAFF;
width: 45%;
position: absolute;
left: 0;
top: 13px; }
.pagination .page-item {
margin: 5px; }
.pagination .page-item .page-link {
width: 34px;
height: 34px;
outline: none;
border-radius: 3px;
font: normal normal 600 16px/25px Poppins;
color: #686767;
padding: 0;
display: flex;
align-items: center;
justify-content: center; }
.pagination .page-item.active .page-link {
background: #C11414 0 0 no-repeat padding-box;
border: 0;
color: white; }
.asides {
width: 290px;
background: #F3F3F3 0 0 no-repeat padding-box; }
.asides .title {
font: normal normal 600 18px/27px Poppins;
color: #000000;
margin-bottom: 8px; }
@media (max-width: 1200px) {
.asides {
display: none; } }
.left_aside ul {
list-style: none; }
.left_aside ul li {
font: normal normal 500 13px/21px Poppins;
position: relative;
text-indent: 6px; }
.left_aside ul li:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%; }
.left_aside ul.active li:before {
background-color: red; }
.right_aside ul {
list-style: none; }
.right_aside ul li {
font: normal normal 500 13px/21px Poppins;
position: relative;
text-indent: 6px; }
.right_aside ul li:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%; }
.aside-accordion .title {
font: normal normal 600 14px/21px Poppins;
color: #FFFFFF; }
.aside-accordion .btn-red {
border-radius: 0;
color: #ffffff; }
.logReg .modal-dialog {
max-width: 964px;
width: 100%; }
.logReg .modal-dialog .modal-content {
background-image: url("../../../img/Group 100.png");
width: 100%;
height: 576px;
padding: 0 9px;
display: flex;
background-color: transparent;
background-clip: padding-box;
border: 0;
flex-direction: row; }
.logReg .modal-dialog .modal-content h3 {
font: normal normal 500 18px/27px Poppins;
color: #0019FF;
margin-bottom: 24px; }
.logReg .modal-dialog .modal-content .form-group {
margin-bottom: 10px; }
.logReg .modal-dialog .modal-content label {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.logReg .modal-dialog .modal-content .form-control {
height: 37px; }
.logReg .modal-dialog .modal-content .modal_link {
font: normal normal 400 14px/21px Poppins;
color: #0019FF; }
@media (max-width: 768px) {
.logReg .modal-dialog .modal-content {
background-image: none;
min-height: 600px;
height: auto;
background-color: #ffffff;
background-size: contain; } }
.logReg .text-gray {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.changePasswordModal h3 {
font: normal normal 500 18px/27px Poppins;
color: #0019FF;
margin-bottom: 24px; }
.changePasswordModal .form-group {
margin-bottom: 10px; }
.changePasswordModal label {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.changePasswordModal .form-control {
height: 37px;
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BEBDBD;
border-radius: 10px; }
.notification_dropdown {
max-width: 770px;
width: 100%;
min-width: 500px;
left: auto;
right: -150px;
top: 40px;
transition: height 0.2s; }
.notification_dropdown .notification_content .alert {
font: normal normal 500 11px/17px Poppins;
color: #000000;
height: 78px; }
.notification_dropdown .notification_content .alert .abs {
font: normal normal 500 11px/17px Poppins;
color: #686767; }
.notification_dropdown .notification_content .btn-red {
font: normal normal 500 14px/21px Poppins;
color: #FFFFFF; }
.my-feed_content .left_aside .bg-white {
font: normal normal 500 14px/21px Poppins;
color: #000000; }
.my-feed_content .left_aside ul {
list-style: none;
margin: 20px 0; }
.my-feed_content .left_aside ul li {
height: 46px;
border-top: 1px solid #BCBCBC;
border-bottom: 1px solid #BCBCBC;
background: #F3F3F3 0 0 no-repeat padding-box;
font: normal normal 600 16px/25px Poppins; }
.my-feed_content .left_aside ul li a {
color: #000000;
width: 100%;
height: 100%;
padding-left: 30px;
display: flex;
align-items: center; }
.my-feed_content .left_aside ul li:before {
display: none; }
.my-feed_content .left_aside ul li.active {
background: #000000 0 0 no-repeat padding-box;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000; }
.my-feed_content .left_aside ul li.active a {
color: #FFFFFF; }
.my-feed_content .right_aside .info_name {
font: normal normal 600 14px/21px Poppins;
color: #0019FF;
min-width: max-content;
margin-right: 4px; }
.my-feed_content .right_aside .info_name-description {
font: normal normal 400 16px/25px Poppins;
color: #000000; }
.my-feed_content .right_aside .info_name-description a {
color: #E91414;
text-decoration: underline; }
.peers_content .left_aside .bg-white {
font: normal normal 500 14px/21px Poppins;
color: #000000; }
.peers_content .left_aside ul {
list-style: none;
margin: 20px 0; }
.peers_content .left_aside ul li {
height: 46px;
border-top: 1px solid #BCBCBC;
border-bottom: 1px solid #BCBCBC;
background: #F3F3F3 0 0 no-repeat padding-box;
font: normal normal 600 16px/25px Poppins; }
.peers_content .left_aside ul li a {
color: #000000;
width: 100%;
height: 100%;
padding-left: 30px;
display: flex;
align-items: center; }
.peers_content .left_aside ul li:before {
display: none; }
.peers_content .left_aside ul li.active {
background: #0019FF 0 0 no-repeat padding-box;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000; }
.peers_content .left_aside ul li.active a {
color: #FFFFFF; }
.peers_content .main-content ul {
list-style: none;
margin: 0;
padding: 0; }
.peers_content .main-content ul li {
position: relative; }
.peers_content .main-content ul li a {
color: #686767;
padding: 0 10px; }
.peers_content .main-content ul li.active a {
color: #0019FF; }
.peers_content .main-content ul li:not(:last-child)::after {
content: ' |';
position: absolute;
right: 0; }
.peers_content .main-content .alert {
height: 66px;
display: flex;
align-items: center;
justify-content: space-between; }
.peers_content .main-content .alert a {
font: normal normal 500 16px/25px Poppins;
color: #0C0C0C; }
.peers_content .main-content .alert a:hover {
color: #C11414; }
.peers_content .main-content .alert .fa {
cursor: pointer; }
.peers_content .right_aside .info_name {
font: normal normal 600 14px/21px Poppins;
color: #0019FF;
min-width: max-content;
margin-right: 4px; }
.peers_content .right_aside .info_name-description {
font: normal normal 400 14px/25px Poppins;
color: #000000; }
.peers_content .right_aside .info_name-description a {
color: #E91414;
text-decoration: underline; }
.notification_content .bg-light-gray {
background: #F3F3F3 0 0 no-repeat padding-box;
border-radius: 10px;
min-height: 110px;
padding: 30px 15px; }
.notification_content .bg-light-gray .abs {
position: absolute;
right: 10px;
top: 10px;
font: normal normal 500 14px/25px Poppins;
color: #686767; }
.notification_content .bg-light-gray.alert-red {
background: #F9ECEC 0 0 no-repeat padding-box; }
header {
min-height: 74px;
background-color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400; }
@media (max-width: 1320px) {
header .nav-top .navbar-brand img {
zoom: 0.7; } }
@media (max-width: 768px) {
header .nav-top .navbar-brand img {
zoom: 0.5; } }
header .nav-top .navbar-toggler {
position: absolute;
right: 0;
top: 20px; }
header .nav-top .header-date_info {
font: 18px/27px Poppins;
font-weight: 500;
letter-spacing: 0;
color: #818080; }
header .nav-top .nav-item .nav-link {
font-style: normal;
font-weight: 500;
font-size: 14px;
color: #000000;
line-height: 16px; }
header .nav-top .nav-item.active .nav-link {
color: #000000;
border-bottom: 2px solid #e91414; }
header .nav-top .nav-item button {
min-width: 100px;
height: 35px;
margin-left: 8px; }
header .nav-bottom .bg-dark {
background-color: #000 !important; }
header .nav-bottom .nav-item .nav-link {
font: 18px/27px Poppins;
font-weight: 500;
letter-spacing: 0;
color: #FFFFFF;
white-space: nowrap;
padding-left: 16px;
padding-right: 16px; }
@media (max-width: 1415px) {
header .nav-bottom .nav-item .nav-link {
padding-left: 6px;
padding-right: 6px; } }
@media (max-width: 1200px) {
header .nav-bottom .nav-item .nav-link {
font-size: 14px; } }
header .nav-bottom .nav-item.active {
background-color: #e91414; }
header .nav-bottom .form-inline {
position: relative;
margin-right: 15px; }
header .nav-bottom .form-inline .form-control {
border-radius: 10px;
height: 30px;
background-color: #000;
width: 100%; }
header .nav-bottom .form-inline .abs {
position: absolute;
right: 10px; }
header .nav-bottom .form-inline .abs .fa-search:before {
color: white; }
@media (max-width: 1200px) {
header .nav-bottom .form-inline {
min-width: 150px; } }
footer .form-control {
border-radius: 20px; }
footer h3 {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #515151;
white-space: nowrap; }
footer ul li a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #8C8C8C;
white-space: nowrap; }
footer .social-icon-style a {
width: 30px;
height: 30px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
color: #fff;
background-color: #000; }
.main-content .article-form .form-title {
background: #E5E5E5 0 0 no-repeat padding-box;
border-radius: 10px;
font: normal normal 500 18px/27px Poppins;
letter-spacing: 0;
color: #0019FF;
width: 100%;
height: 85px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 15px;
text-align: center; }
.main-content .article-form label {
font: normal normal 500 18px/27px Poppins;
color: #000000; }
.main-content .article-form .form-control {
font-size: 16px;
/*color: #C1BFBF;*/
color: black;
border: 1px solid #CFCBCB;
border-radius: 10px; }
.main-content .article-form .category_select, .main-content .article-form .subcategory_select {
background-color: #E91414;
font: normal normal 500 16px/25px Poppins;
color: #FFFFFF;
min-width: 132px;
border-radius: 10px;
text-align: center;
border: 0;
outline: none;
padding: 0 15px; }
.main-content .accordion .card {
margin-bottom: 50px;
border: 0;
padding: 0; }
.main-content .accordion .card .card-header {
background: #E5E5E5 0 0 no-repeat padding-box;
border-radius: 10px 10px 0 0;
display: flex;
align-items: center;
border-bottom: 1px solid #ccc;
flex-wrap: wrap; }
.main-content .accordion .card .card-header button {
font: normal normal 600 25px/38px Poppins;
color: #0019FF; }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header button {
font: normal normal 600 20px/22px Poppins; } }
@media (max-width: 768px) {
.main-content .accordion .card .card-header button {
font: normal normal 600 17px/20px Poppins;
padding: 8px; } }
.main-content .accordion .card .card-header ul {
list-style: none;
margin-bottom: 0; }
.main-content .accordion .card .card-header ul li {
position: relative; }
.main-content .accordion .card .card-header ul li a {
font: normal normal 400 16px/25px Poppins;
color: #444343;
padding: 0 8px; }
@media (max-width: 768px) {
.main-content .accordion .card .card-header ul li a {
font: normal normal 600 14px/22px Poppins; } }
.main-content .accordion .card .card-header ul li.active a {
color: #E91414; }
.main-content .accordion .card .card-header ul li:not(:last-child)::after {
content: ' | ';
position: absolute;
right: 0; }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header ul {
padding: 0; } }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header {
padding: 10px 70px 10px 6px; }
.main-content .accordion .card .card-header .abs {
position: absolute;
right: 20px;
top: 20px; } }
.main-content .accordion .card .card-body {
background-color: #F9F9F9;
border-radius: 0 0 10px 10px; }
.main-content .accordion .card .card-body .row-news {
font: normal normal 400 16px/25px Poppins;
color: #444343;
flex-wrap: wrap; }
.main-content .accordion .card .card-body .row-news a {
font: normal normal 600 16px/25px Poppins;
color: #C11414; }
@media (max-width: 768px) {
.main-content .accordion .card .card-body .row-news a {
font: normal normal 600 14px/20px Poppins; } }
.main-content .accordion .card .card-body .row-news .flex-1 {
padding: 0 5px;
/* overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
height: 25px;*/ }
@media (max-width: 768px) {
.main-content .accordion .card .card-body .row-news .flex-1 {
font: normal normal 400 14px/20px Poppins;
padding: 0 10px 0 0;
height: 20px;
flex: inherit; }
.main-content .accordion .card .card-body .row-news .flex-1 span {
display: none; }
.main-content .accordion .card .card-body .row-news .flex-1::after {
content: ' , '; }
.main-content .accordion .card .card-body .row-news .flex-1:last-child::after {
content: ' '; } }
@media (max-width: 768px) {
.main-content .accordion .card .card-body {
padding: 10px; } }
.main-content .accordion .follow-feed_card .card-header button {
font: normal normal 600 25px/38px Poppins;
color: #2A2A2A; }
.main-content .accordion .follow-feed_card .card-header .label {
font: normal normal 500 18px/27px Poppins;
color: #686767; }
.main-content .bg-white a {
font: normal normal 600 16px/25px Poppins;
color: #040404; }
#sub_accordion .card-header {
background: #ffffff 0 0 no-repeat padding-box; }
#sub_accordion .card-header button {
font: normal normal 600 18px/27px Poppins;
color: #0019FF; }
#sub_accordion .card-body {
background: #ffffff 0 0 no-repeat padding-box;
padding: 15px; }
#sub_accordion .title {
font: normal normal 600 16px/25px Poppins;
color: #C11414; }
.fa-caret-down {
font-size: 40px; }
.fa-caret-down.rotate {
transform: rotate(90deg); }
.messages_content {
background: #FAFAFA 0 0 no-repeat padding-box;
border: 1px solid #C9C9C9;
padding: 34px 24px;
display: flex; }
.messages_content .border-bottom {
border-bottom: 0.5px solid #D4D0D0 !important; }
.messages_content .left-group {
width: 262px;
background-color: #ffffff;
margin-right: 10px; }
.messages_content .left-group .search-div {
height: 55px;
padding: 0 30px;
display: flex;
align-items: center; }
.messages_content .left-group .search-div .fa-search {
color: #B1B1B1; }
.messages_content .left-group .search-div .form-control {
border: 0 !important;
font: normal normal 400 14px/21px Poppins;
color: #B1B1B1; }
.messages_content .left-group .messages_content-item {
padding: 15px 30px; }
.messages_content .left-group .messages_content-item .answer {
font: normal normal 600 14px/21px Poppins;
color: #000000; }
.messages_content .left-group .messages_content-item .name {
font: normal normal 400 14px/21px Poppins;
color: #0019FF; }
.messages_content .left-group .messages_content-item .date {
font: normal normal 400 12px/18px Poppins;
color: #9A9A9A; }
.messages_content .left-group .messages_content-item.active {
background-color: #F3F3F3; }
.messages_content .center-group {
background-color: #ffffff;
flex: 1; }
.messages_content .center-group .name {
font: normal normal 600 16px/25px Poppins;
color: #686767; }
.messages_content .center-group .time {
font: normal normal 400 14px/21px Poppins;
color: #BFBFBF; }
.messages_content .center-group .chat-header {
border-bottom: 1px solid #D4D0D0;
padding: 30px 60px; }
.messages_content .center-group .chat-header .name {
font: normal normal 600 18px/27px Poppins;
color: #686767; }
.messages_content .center-group .chat-header .date {
font: normal normal 400 12px/18px Poppins;
color: #D4D0D0; }
.messages_content .center-group .chat-content .bg-light {
min-height: 75px;
background: #F3F3F3 0 0 no-repeat padding-box !important;
border-radius: 0 10px 10px 10px;
font: normal normal 400 16px/25px Poppins;
color: #686767;
padding: 20px 40px; }
.messages_content .center-group .chat-content .bg-dark {
min-height: 75px;
background: #5A5A5A 0 0 no-repeat padding-box;
border-radius: 10px 0 10px 10px;
font: normal normal 400 16px/25px Poppins;
color: #FFFFFF;
padding: 20px 40px; }
.messages_content .center-group .chat-content .chat-textarea textarea {
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BBBBBB;
border-radius: 5px;
font: normal normal 400 14px/19px Open Sans;
color: #B1B1B1; }
.messages_content .center-group .chat-content .chat-textarea textarea:focus {
outline: none; }
.messages_content .center-group .chat-content .chat-textarea .btn-red {
background: #E91414 0 0 no-repeat padding-box;
border-radius: 28px;
width: 204px;
height: 50px; }
.post-content {
background: #F9F9F9 0 0 no-repeat padding-box;
border-radius: 10px; }
.post-content .title {
font: normal normal 500 25px/38px Poppins;
color: #0019FF; }
.post-content .info-text {
font: normal normal 500 16px/25px Poppins;
color: #000000; }
.post-content .post-link {
font: normal normal 500 14px/21px Poppins;
color: #0019FF; }
.post-content textarea {
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BBBBBB;
border-radius: 5px;
font: normal normal 400 14px/19px "Open Sans";
color: #B1B1B1; }
.post-content ul li {
white-space: nowrap; }
.post-content ul li a {
font: normal normal 500 17px/26px Poppins;
color: #686767; }
.post-content ul li.active a {
color: #0019FF; }
.post-content .btn-red {
border-radius: 28px; }
.post-content .name {
font: normal normal 600 16px/25px Poppins;
color: #3D3B3B; }
.post-content .date {
font: normal normal 400 14px/21px Poppins;
color: #BFBFBF; }
.post-content .text {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.post-content .text a {
font: normal normal 400 16px/25px Poppins;
color: #0019FF;
white-space: nowrap; }
.post-content .color-blue {
color: #0019FF; }
.profile-content .title,
.search-content .title {
font: normal normal 600 25px/38px Poppins;
color: #E91414;
border-bottom: 1px solid; }
.profile-content .card-body .row-news a,
.search-content .card-body .row-news a {
color: #E91414;
font-weight: 500; }
.profile-content .btn-red {
max-width: 90px !important;
width: 100%;
min-width: 90px;
height: 32px; }
.profile-content .name {
font: normal normal 600 18px/27px Poppins;
color: #000000; }
.profile-content .username {
font: normal normal 500 16px/25px Poppins;
color: #000000; }
.prof-img {
background-image: url("../../img/Ellipse37.png");
width: 114px;
height: 114px;
border-radius: 50%; }
.chat-btn {
background-image: url("../../img/Group 109.svg");
width: 44px;
height: 32px; }
.my-profile-content .prof-img {
position: relative; }
.my-profile-content .prof-img .upload-img {
background: rgba(0, 0, 0, 0.62);
border-radius: 50%;
width: 114px;
height: 114px;
position: absolute;
z-index: 11;
display: none;
transition: all 0.3s; }
.my-profile-content .prof-img:hover .upload-img {
display: block; }
@media screen and (min-width: 1200px) {
.container-1636 {
max-width: 1636px;
margin: 0 auto; }
.container-1138 {
max-width: 1138px; } }
@media screen and (min-width: 900px) {
.modal-lg, .modal-xl {
max-width: 700px; } }
@media screen and (max-width: 1200px) {
.btn-red {
min-width: 90px;
height: 34px;
}
}
/*# sourceMappingURL=main.css.map */
.main-avatar{
width: 46px;
height: 46px;
border-radius: 50%;
object-fit: contain;
}
.prof-img{
background-position: center;
background-repeat: no-repeat;
}
.message-image{
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: contain;
}
.rotate{
transform: rotate(90deg);
}
.accordion img{
transform: rotate(90deg);
}
.accordion .collapsed img{
transform: rotate(0deg);
}
.cursor-pointer{
cursor: pointer;
}
.back-page-btn{
display: block;
}
.pro-img{
width: 32px;
height: 32px;
position: absolute;
top: -15px;
right: -24px;
}
@media (min-width: 1200px) and (max-width: 1850px) {
.navbar-expand-xl .navbar-nav .dropdown-menu {
left: -150px !important;
}
}
.url_whitelist_box{
font-size: 14px;
}
.url_whitelist_form{
display: flex;
}
.url_whitelist_box button{
height: 50px !important;
position: relative;
bottom: 0px;
width: 65px;
background: #4975a5;
border: #4975a5;
margin-left: 4px;
}
.url_whitelist{
border-radius: 0;
height: 50px;
background: aliceblue;
width: 74%;
padding:5px;
color: black;
border: 1px solid #4975a5;
}
.url_whitelist_error{
display: block;
background: #4975a5;
width: 100%;
text-align: center;
padding: 5px;
color: white;
margin-top: 10px;
}
.subcategory_select{
display: none;
}
.subcategory-show{
display: block;
}
.notification-true{
font-size: 18px;
color: red !important;
position: relative;
}
.message-true{
font-size: 18px;
color: red !important;
position: relative;
}
.peer-btn{
background: #007bff !important;
}
@media (max-width: 768px){
header .nav-top .navbar-brand img {
zoom: 0.4 !important;
}
.card-body .row-news{
margin-bottom: 12px;
}
}
.category-item-hidden{
display:none;
}
.post-content .info-text {
margin-top: 10px;
}
.w-60 {
width: 60%;
}
.row-news div:before {
background-color: red;
}
.row-news div:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%;
}
|
public/css/messages.css
|
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
a {
text-decoration: none; }
a:hover,
a:focus {
text-decoration: none;
outline: none; }
button:focus {
outline: none; }
.color-gray {
color: rgba(78, 78, 78, 0.752941) !important; }
.color-base {
color: #161616; }
.color-yellow {
color: #FEC400; }
.fs-10 {
font-size: 10px; }
.fs-12 {
font-size: 12px; }
.fs-14 {
font-size: 14px; }
.fs-16 {
font-size: 16px !important; }
.fs-24 {
font-size: 24px; }
.btn-transparent {
background-color: transparent; }
.br-10 {
border-radius: 10px; }
.flex-1 {
flex: 1; }
.w-15 {
width: 15%; }
.w-30 {
width: 30%; }
.w-40 {
width: 40%; }
@media (max-width: 991px) {
.w-40 {
width: 100%; } }
.color-red {
color: #C11414 !important; }
.btn-red {
min-width: 175px;
height: 55px;
background-color: #E91414;
border-radius: 10px;
font: normal normal 400 16px/25px Poppins;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
border: 0;
outline: none; }
.btn-bordered {
min-width: 175px;
height: 55px;
border: 1px solid #E91414;
border-radius: 10px;
font: normal normal 400 16px/25px Poppins;
color: #C11414;
display: flex;
justify-content: center;
align-items: center;
outline: none;
background-color: #ffffff; }
.or {
margin: 0 auto;
width: 32px;
height: 28px;
background-color: #fff;
text-align: center; }
.or::after {
content: '';
border-bottom: 1px solid #D6DAFF;
width: 45%;
position: absolute;
right: 0;
top: 13px; }
.or::before {
content: '';
border-bottom: 1px solid #D6DAFF;
width: 45%;
position: absolute;
left: 0;
top: 13px; }
.pagination .page-item {
margin: 5px; }
.pagination .page-item .page-link {
width: 34px;
height: 34px;
outline: none;
border-radius: 3px;
font: normal normal 600 16px/25px Poppins;
color: #686767;
padding: 0;
display: flex;
align-items: center;
justify-content: center; }
.pagination .page-item.active .page-link {
background: #C11414 0 0 no-repeat padding-box;
border: 0;
color: white; }
.asides {
width: 290px;
background: #F3F3F3 0 0 no-repeat padding-box; }
.asides .title {
font: normal normal 600 18px/27px Poppins;
color: #000000;
margin-bottom: 8px; }
@media (max-width: 1200px) {
.asides {
display: none; } }
.left_aside ul {
list-style: none; }
.left_aside ul li {
font: normal normal 500 13px/21px Poppins;
position: relative;
text-indent: 6px; }
.left_aside ul li:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%; }
.left_aside ul.active li:before {
background-color: red; }
.right_aside ul {
list-style: none; }
.right_aside ul li {
font: normal normal 500 13px/21px Poppins;
position: relative;
text-indent: 6px; }
.right_aside ul li:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%; }
.aside-accordion .title {
font: normal normal 600 14px/21px Poppins;
color: #FFFFFF; }
.aside-accordion .btn-red {
border-radius: 0;
color: #ffffff; }
.logReg .modal-dialog {
max-width: 964px;
width: 100%; }
.logReg .modal-dialog .modal-content {
background-image: url("../../../img/Group 100.png");
width: 100%;
height: 576px;
padding: 0 9px;
display: flex;
background-color: transparent;
background-clip: padding-box;
border: 0;
flex-direction: row; }
.logReg .modal-dialog .modal-content h3 {
font: normal normal 500 18px/27px Poppins;
color: #0019FF;
margin-bottom: 24px; }
.logReg .modal-dialog .modal-content .form-group {
margin-bottom: 10px; }
.logReg .modal-dialog .modal-content label {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.logReg .modal-dialog .modal-content .form-control {
height: 37px; }
.logReg .modal-dialog .modal-content .modal_link {
font: normal normal 400 14px/21px Poppins;
color: #0019FF; }
@media (max-width: 768px) {
.logReg .modal-dialog .modal-content {
background-image: none;
min-height: 600px;
height: auto;
background-color: #ffffff;
background-size: contain; } }
.logReg .text-gray {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.changePasswordModal h3 {
font: normal normal 500 18px/27px Poppins;
color: #0019FF;
margin-bottom: 24px; }
.changePasswordModal .form-group {
margin-bottom: 10px; }
.changePasswordModal label {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.changePasswordModal .form-control {
height: 37px;
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BEBDBD;
border-radius: 10px; }
.notification_dropdown {
max-width: 770px;
width: 100%;
min-width: 500px;
left: auto;
right: -150px;
top: 40px;
transition: height 0.2s; }
.notification_dropdown .notification_content .alert {
font: normal normal 500 11px/17px Poppins;
color: #000000;
height: 78px; }
.notification_dropdown .notification_content .alert .abs {
font: normal normal 500 11px/17px Poppins;
color: #686767; }
.notification_dropdown .notification_content .btn-red {
font: normal normal 500 14px/21px Poppins;
color: #FFFFFF; }
.my-feed_content .left_aside .bg-white {
font: normal normal 500 14px/21px Poppins;
color: #000000; }
.my-feed_content .left_aside ul {
list-style: none;
margin: 20px 0; }
.my-feed_content .left_aside ul li {
height: 46px;
border-top: 1px solid #BCBCBC;
border-bottom: 1px solid #BCBCBC;
background: #F3F3F3 0 0 no-repeat padding-box;
font: normal normal 600 16px/25px Poppins; }
.my-feed_content .left_aside ul li a {
color: #000000;
width: 100%;
height: 100%;
padding-left: 30px;
display: flex;
align-items: center; }
.my-feed_content .left_aside ul li:before {
display: none; }
.my-feed_content .left_aside ul li.active {
background: #000000 0 0 no-repeat padding-box;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000; }
.my-feed_content .left_aside ul li.active a {
color: #FFFFFF; }
.my-feed_content .right_aside .info_name {
font: normal normal 600 14px/21px Poppins;
color: #0019FF;
min-width: max-content;
margin-right: 4px; }
.my-feed_content .right_aside .info_name-description {
font: normal normal 400 16px/25px Poppins;
color: #000000; }
.my-feed_content .right_aside .info_name-description a {
color: #E91414;
text-decoration: underline; }
.peers_content .left_aside .bg-white {
font: normal normal 500 14px/21px Poppins;
color: #000000; }
.peers_content .left_aside ul {
list-style: none;
margin: 20px 0; }
.peers_content .left_aside ul li {
height: 46px;
border-top: 1px solid #BCBCBC;
border-bottom: 1px solid #BCBCBC;
background: #F3F3F3 0 0 no-repeat padding-box;
font: normal normal 600 16px/25px Poppins; }
.peers_content .left_aside ul li a {
color: #000000;
width: 100%;
height: 100%;
padding-left: 30px;
display: flex;
align-items: center; }
.peers_content .left_aside ul li:before {
display: none; }
.peers_content .left_aside ul li.active {
background: #0019FF 0 0 no-repeat padding-box;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000; }
.peers_content .left_aside ul li.active a {
color: #FFFFFF; }
.peers_content .main-content ul {
list-style: none;
margin: 0;
padding: 0; }
.peers_content .main-content ul li {
position: relative; }
.peers_content .main-content ul li a {
color: #686767;
padding: 0 10px; }
.peers_content .main-content ul li.active a {
color: #0019FF; }
.peers_content .main-content ul li:not(:last-child)::after {
content: ' |';
position: absolute;
right: 0; }
.peers_content .main-content .alert {
height: 66px;
display: flex;
align-items: center;
justify-content: space-between; }
.peers_content .main-content .alert a {
font: normal normal 500 16px/25px Poppins;
color: #0C0C0C; }
.peers_content .main-content .alert a:hover {
color: #C11414; }
.peers_content .main-content .alert .fa {
cursor: pointer; }
.peers_content .right_aside .info_name {
font: normal normal 600 14px/21px Poppins;
color: #0019FF;
min-width: max-content;
margin-right: 4px; }
.peers_content .right_aside .info_name-description {
font: normal normal 400 14px/25px Poppins;
color: #000000; }
.peers_content .right_aside .info_name-description a {
color: #E91414;
text-decoration: underline; }
.notification_content .bg-light-gray {
background: #F3F3F3 0 0 no-repeat padding-box;
border-radius: 10px;
min-height: 110px;
padding: 30px 15px; }
.notification_content .bg-light-gray .abs {
position: absolute;
right: 10px;
top: 10px;
font: normal normal 500 14px/25px Poppins;
color: #686767; }
.notification_content .bg-light-gray.alert-red {
background: #F9ECEC 0 0 no-repeat padding-box; }
header {
min-height: 74px;
background-color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400; }
@media (max-width: 1320px) {
header .nav-top .navbar-brand img {
zoom: 0.7; } }
@media (max-width: 768px) {
header .nav-top .navbar-brand img {
zoom: 0.5; } }
header .nav-top .navbar-toggler {
position: absolute;
right: 0;
top: 20px; }
header .nav-top .header-date_info {
font: 18px/27px Poppins;
font-weight: 500;
letter-spacing: 0;
color: #818080; }
header .nav-top .nav-item .nav-link {
font-style: normal;
font-weight: 500;
font-size: 14px;
color: #000000;
line-height: 16px; }
header .nav-top .nav-item.active .nav-link {
color: #000000;
border-bottom: 2px solid #e91414; }
header .nav-top .nav-item button {
min-width: 100px;
height: 35px;
margin-left: 8px; }
header .nav-bottom .bg-dark {
background-color: #000 !important; }
header .nav-bottom .nav-item .nav-link {
font: 18px/27px Poppins;
font-weight: 500;
letter-spacing: 0;
color: #FFFFFF;
white-space: nowrap;
padding-left: 16px;
padding-right: 16px; }
@media (max-width: 1415px) {
header .nav-bottom .nav-item .nav-link {
padding-left: 6px;
padding-right: 6px; } }
@media (max-width: 1200px) {
header .nav-bottom .nav-item .nav-link {
font-size: 14px; } }
header .nav-bottom .nav-item.active {
background-color: #e91414; }
header .nav-bottom .form-inline {
position: relative;
margin-right: 15px; }
header .nav-bottom .form-inline .form-control {
border-radius: 10px;
height: 30px;
background-color: #000;
width: 100%; }
header .nav-bottom .form-inline .abs {
position: absolute;
right: 10px; }
header .nav-bottom .form-inline .abs .fa-search:before {
color: white; }
@media (max-width: 1200px) {
header .nav-bottom .form-inline {
min-width: 150px; } }
footer .form-control {
border-radius: 20px; }
footer h3 {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #515151;
white-space: nowrap; }
footer ul li a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #8C8C8C;
white-space: nowrap; }
footer .social-icon-style a {
width: 30px;
height: 30px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
color: #fff;
background-color: #000; }
.main-content .article-form .form-title {
background: #E5E5E5 0 0 no-repeat padding-box;
border-radius: 10px;
font: normal normal 500 18px/27px Poppins;
letter-spacing: 0;
color: #0019FF;
width: 100%;
height: 85px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 15px;
text-align: center; }
.main-content .article-form label {
font: normal normal 500 18px/27px Poppins;
color: #000000; }
.main-content .article-form .form-control {
font-size: 16px;
/*color: #C1BFBF;*/
color: black;
border: 1px solid #CFCBCB;
border-radius: 10px; }
.main-content .article-form .category_select, .main-content .article-form .subcategory_select {
background-color: #E91414;
font: normal normal 500 16px/25px Poppins;
color: #FFFFFF;
min-width: 132px;
border-radius: 10px;
text-align: center;
border: 0;
outline: none;
padding: 0 15px; }
.main-content .accordion .card {
margin-bottom: 50px;
border: 0;
padding: 0; }
.main-content .accordion .card .card-header {
background: #E5E5E5 0 0 no-repeat padding-box;
border-radius: 10px 10px 0 0;
display: flex;
align-items: center;
border-bottom: 1px solid #ccc;
flex-wrap: wrap; }
.main-content .accordion .card .card-header button {
font: normal normal 600 25px/38px Poppins;
color: #0019FF; }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header button {
font: normal normal 600 20px/22px Poppins; } }
@media (max-width: 768px) {
.main-content .accordion .card .card-header button {
font: normal normal 600 17px/20px Poppins;
padding: 8px; } }
.main-content .accordion .card .card-header ul {
list-style: none;
margin-bottom: 0; }
.main-content .accordion .card .card-header ul li {
position: relative; }
.main-content .accordion .card .card-header ul li a {
font: normal normal 400 16px/25px Poppins;
color: #444343;
padding: 0 8px; }
@media (max-width: 768px) {
.main-content .accordion .card .card-header ul li a {
font: normal normal 600 14px/22px Poppins; } }
.main-content .accordion .card .card-header ul li.active a {
color: #E91414; }
.main-content .accordion .card .card-header ul li:not(:last-child)::after {
content: ' | ';
position: absolute;
right: 0; }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header ul {
padding: 0; } }
@media (max-width: 1199px) {
.main-content .accordion .card .card-header {
padding: 10px 70px 10px 6px; }
.main-content .accordion .card .card-header .abs {
position: absolute;
right: 20px;
top: 20px; } }
.main-content .accordion .card .card-body {
background-color: #F9F9F9;
border-radius: 0 0 10px 10px; }
.main-content .accordion .card .card-body .row-news {
font: normal normal 400 16px/25px Poppins;
color: #444343;
flex-wrap: wrap; }
.main-content .accordion .card .card-body .row-news a {
font: normal normal 600 16px/25px Poppins;
color: #C11414; }
@media (max-width: 768px) {
.main-content .accordion .card .card-body .row-news a {
font: normal normal 600 14px/20px Poppins; } }
.main-content .accordion .card .card-body .row-news .flex-1 {
padding: 0 5px;
/* overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
height: 25px;*/ }
@media (max-width: 768px) {
.main-content .accordion .card .card-body .row-news .flex-1 {
font: normal normal 400 14px/20px Poppins;
padding: 0 10px 0 0;
height: 20px;
flex: inherit; }
.main-content .accordion .card .card-body .row-news .flex-1 span {
display: none; }
.main-content .accordion .card .card-body .row-news .flex-1::after {
content: ' , '; }
.main-content .accordion .card .card-body .row-news .flex-1:last-child::after {
content: ' '; } }
@media (max-width: 768px) {
.main-content .accordion .card .card-body {
padding: 10px; } }
.main-content .accordion .follow-feed_card .card-header button {
font: normal normal 600 25px/38px Poppins;
color: #2A2A2A; }
.main-content .accordion .follow-feed_card .card-header .label {
font: normal normal 500 18px/27px Poppins;
color: #686767; }
.main-content .bg-white a {
font: normal normal 600 16px/25px Poppins;
color: #040404; }
#sub_accordion .card-header {
background: #ffffff 0 0 no-repeat padding-box; }
#sub_accordion .card-header button {
font: normal normal 600 18px/27px Poppins;
color: #0019FF; }
#sub_accordion .card-body {
background: #ffffff 0 0 no-repeat padding-box;
padding: 15px; }
#sub_accordion .title {
font: normal normal 600 16px/25px Poppins;
color: #C11414; }
.fa-caret-down {
font-size: 40px; }
.fa-caret-down.rotate {
transform: rotate(90deg); }
.messages_content {
background: #FAFAFA 0 0 no-repeat padding-box;
border: 1px solid #C9C9C9;
padding: 34px 24px;
display: flex; }
.messages_content .border-bottom {
border-bottom: 0.5px solid #D4D0D0 !important; }
.messages_content .left-group {
width: 262px;
background-color: #ffffff;
margin-right: 10px; }
.messages_content .left-group .search-div {
height: 55px;
padding: 0 30px;
display: flex;
align-items: center; }
.messages_content .left-group .search-div .fa-search {
color: #B1B1B1; }
.messages_content .left-group .search-div .form-control {
border: 0 !important;
font: normal normal 400 14px/21px Poppins;
color: #B1B1B1; }
.messages_content .left-group .messages_content-item {
padding: 15px 30px; }
.messages_content .left-group .messages_content-item .answer {
font: normal normal 600 14px/21px Poppins;
color: #000000; }
.messages_content .left-group .messages_content-item .name {
font: normal normal 400 14px/21px Poppins;
color: #0019FF; }
.messages_content .left-group .messages_content-item .date {
font: normal normal 400 12px/18px Poppins;
color: #9A9A9A; }
.messages_content .left-group .messages_content-item.active {
background-color: #F3F3F3; }
.messages_content .center-group {
background-color: #ffffff;
flex: 1; }
.messages_content .center-group .name {
font: normal normal 600 16px/25px Poppins;
color: #686767; }
.messages_content .center-group .time {
font: normal normal 400 14px/21px Poppins;
color: #BFBFBF; }
.messages_content .center-group .chat-header {
border-bottom: 1px solid #D4D0D0;
padding: 30px 60px; }
.messages_content .center-group .chat-header .name {
font: normal normal 600 18px/27px Poppins;
color: #686767; }
.messages_content .center-group .chat-header .date {
font: normal normal 400 12px/18px Poppins;
color: #D4D0D0; }
.messages_content .center-group .chat-content .bg-light {
min-height: 75px;
background: #F3F3F3 0 0 no-repeat padding-box !important;
border-radius: 0 10px 10px 10px;
font: normal normal 400 16px/25px Poppins;
color: #686767;
padding: 20px 40px; }
.messages_content .center-group .chat-content .bg-dark {
min-height: 75px;
background: #5A5A5A 0 0 no-repeat padding-box;
border-radius: 10px 0 10px 10px;
font: normal normal 400 16px/25px Poppins;
color: #FFFFFF;
padding: 20px 40px; }
.messages_content .center-group .chat-content .chat-textarea textarea {
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BBBBBB;
border-radius: 5px;
font: normal normal 400 14px/19px Open Sans;
color: #B1B1B1; }
.messages_content .center-group .chat-content .chat-textarea textarea:focus {
outline: none; }
.messages_content .center-group .chat-content .chat-textarea .btn-red {
background: #E91414 0 0 no-repeat padding-box;
border-radius: 28px;
width: 204px;
height: 50px; }
.post-content {
background: #F9F9F9 0 0 no-repeat padding-box;
border-radius: 10px; }
.post-content .title {
font: normal normal 500 25px/38px Poppins;
color: #0019FF; }
.post-content .info-text {
font: normal normal 500 16px/25px Poppins;
color: #000000; }
.post-content .post-link {
font: normal normal 500 14px/21px Poppins;
color: #0019FF; }
.post-content textarea {
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #BBBBBB;
border-radius: 5px;
font: normal normal 400 14px/19px "Open Sans";
color: #B1B1B1; }
.post-content ul li {
white-space: nowrap; }
.post-content ul li a {
font: normal normal 500 17px/26px Poppins;
color: #686767; }
.post-content ul li.active a {
color: #0019FF; }
.post-content .btn-red {
border-radius: 28px; }
.post-content .name {
font: normal normal 600 16px/25px Poppins;
color: #3D3B3B; }
.post-content .date {
font: normal normal 400 14px/21px Poppins;
color: #BFBFBF; }
.post-content .text {
font: normal normal 400 14px/21px Poppins;
color: #686767; }
.post-content .text a {
font: normal normal 400 16px/25px Poppins;
color: #0019FF;
white-space: nowrap; }
.post-content .color-blue {
color: #0019FF; }
.profile-content .title,
.search-content .title {
font: normal normal 600 25px/38px Poppins;
color: #E91414;
border-bottom: 1px solid; }
.profile-content .card-body .row-news a,
.search-content .card-body .row-news a {
color: #E91414;
font-weight: 500; }
.profile-content .btn-red {
max-width: 90px !important;
width: 100%;
min-width: 90px;
height: 32px; }
.profile-content .name {
font: normal normal 600 18px/27px Poppins;
color: #000000; }
.profile-content .username {
font: normal normal 500 16px/25px Poppins;
color: #000000; }
.prof-img {
background-image: url("../../img/Ellipse37.png");
width: 114px;
height: 114px;
border-radius: 50%; }
.chat-btn {
background-image: url("../../img/Group 109.svg");
width: 44px;
height: 32px; }
.my-profile-content .prof-img {
position: relative; }
.my-profile-content .prof-img .upload-img {
background: rgba(0, 0, 0, 0.62);
border-radius: 50%;
width: 114px;
height: 114px;
position: absolute;
z-index: 11;
display: none;
transition: all 0.3s; }
.my-profile-content .prof-img:hover .upload-img {
display: block; }
@media screen and (min-width: 1200px) {
.container-1636 {
max-width: 1636px;
margin: 0 auto; }
.container-1138 {
max-width: 1138px; } }
@media screen and (min-width: 900px) {
.modal-lg, .modal-xl {
max-width: 700px; } }
@media screen and (max-width: 1200px) {
.btn-red {
min-width: 90px;
height: 34px;
}
}
/*# sourceMappingURL=main.css.map */
.main-avatar{
width: 46px;
height: 46px;
border-radius: 50%;
object-fit: contain;
}
.prof-img{
background-position: center;
background-repeat: no-repeat;
}
.message-image{
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: contain;
}
.rotate{
transform: rotate(90deg);
}
.accordion img{
transform: rotate(90deg);
}
.accordion .collapsed img{
transform: rotate(0deg);
}
.cursor-pointer{
cursor: pointer;
}
.back-page-btn{
display: block;
}
.pro-img{
width: 32px;
height: 32px;
position: absolute;
top: -15px;
right: -24px;
}
@media (min-width: 1200px) and (max-width: 1850px) {
.navbar-expand-xl .navbar-nav .dropdown-menu {
left: -150px !important;
}
}
.url_whitelist_box{
font-size: 14px;
}
.url_whitelist_form{
display: flex;
}
.url_whitelist_box button{
height: 50px !important;
position: relative;
bottom: 0px;
width: 65px;
background: #4975a5;
border: #4975a5;
margin-left: 4px;
}
.url_whitelist{
border-radius: 0;
height: 50px;
background: aliceblue;
width: 74%;
padding:5px;
color: black;
border: 1px solid #4975a5;
}
.url_whitelist_error{
display: block;
background: #4975a5;
width: 100%;
text-align: center;
padding: 5px;
color: white;
margin-top: 10px;
}
.subcategory_select{
display: none;
}
.subcategory-show{
display: block;
}
.notification-true{
font-size: 18px;
color: red !important;
position: relative;
}
.message-true{
font-size: 18px;
color: red !important;
position: relative;
}
.peer-btn{
background: #007bff !important;
}
@media (max-width: 768px){
header .nav-top .navbar-brand img {
zoom: 0.4 !important;
}
.card-body .row-news{
margin-bottom: 12px;
}
}
.category-item-hidden{
display:none;
}
.post-content .info-text {
margin-top: 10px;
}
.w-60 {
width: 60%;
}
.row-news div:before {
background-color: red;
}
.row-news div:before {
content: '';
position: absolute;
background-color: #000;
width: 3px;
height: 3px;
left: 0;
top: 10px;
border-radius: 50%;
}
| 0.427158 | 0.07843 |
.middle_all {
position: relative;
height:414px;
width: 1200px;
margin: 0 auto;
}
.tempo {
width:400px;
height:30px;
margin: 0 auto;
padding-top:30px;
position: relative;
}
.tempo_line {
height:8px;
width: 380px;
background-color: #c0c0c0;
position:relative;
top:14px;
z-index:1;
}
.tempo ul {
position:relative;
top: -2px;
}
.tempo ul li{
height:24px;
width: 24px;
border-radius:12px;
background-color: #c0c0c0;
float: left;
color: #fff;
line-height: 24px;
text-align: center;
position: relative;
z-index:2;
}
.space{
margin-left: 164px;
margin-right: 164px;
}
.tempo_line_black {
margin-left: 2px;
height:3px;
width: 295px;
box-shadow:0px 0px 2px 0px;
background-color: black;
position:relative;
top:9px;
z-index:1;
}
.tempo ol li {
height:20px;
width: 20px;
border-radius:10px;
background-color:black;
float: left;
color: #fff;
line-height: 24px;
text-align: center;
position: relative;
top:-24px;
left: 2px;
z-index:2;
}
.tempo ol li.tempo_ol_color{
background-color: #c0c0c0;
}
.space_ol {
margin-left: 168px;
margin-right: 168px;
}
.step {
height: 30px;
width:450px;
margin: 0 auto;
position: relative;
left:14px;
}
.step ul li {
list-style-type:none;
float: left;
font-size: 9px;
position: relative;
top: -20px;
color: darkgray;
font-weight: normal;
}
.step ul li.step_space {
margin-left:140px;
margin-right:152px;
}
.step ul li.active {
color: black;
}
/*验证横条结束*/
/*设置新密码开始*/
.proving {
height: 100px;
width: 300px;
margin: 0 auto;
padding-top: 30px;
position: relative;
left: -30px;
}
.new {
height: 40px;
width: 340px;
font-size: 14px;
line-height:40px;
}
.new span{
color: #E21918;
}
.new input{
height:38px;
width: 240px;
position:relative;
left:23px;
border-radius: 5px;
outline: none;
border: 1px solid #E3E3E3;
}
.again {
height: 40px;
width: 340px;
margin-top:25px;
font-size: 14px;
line-height:40px;
}
.again span {
color: red;
}
.again input {
height:38px;
width: 240px;
position:relative;
left:20px;
border-radius: 5px;
outline: none;
border: 1px solid #E3E3E3;
}
.yes {
height:42px;
width: 244px;
margin: 0 auto;
background-color: black;
color:#fff;
border-radius:5px;
position:relative;
top:28px;
left:36px;
line-height:42px;
text-align:center;
font-family:微软雅黑;
font-size: 16px;
}
/*设置新密码结束*/
|
css/new_password.css
|
.middle_all {
position: relative;
height:414px;
width: 1200px;
margin: 0 auto;
}
.tempo {
width:400px;
height:30px;
margin: 0 auto;
padding-top:30px;
position: relative;
}
.tempo_line {
height:8px;
width: 380px;
background-color: #c0c0c0;
position:relative;
top:14px;
z-index:1;
}
.tempo ul {
position:relative;
top: -2px;
}
.tempo ul li{
height:24px;
width: 24px;
border-radius:12px;
background-color: #c0c0c0;
float: left;
color: #fff;
line-height: 24px;
text-align: center;
position: relative;
z-index:2;
}
.space{
margin-left: 164px;
margin-right: 164px;
}
.tempo_line_black {
margin-left: 2px;
height:3px;
width: 295px;
box-shadow:0px 0px 2px 0px;
background-color: black;
position:relative;
top:9px;
z-index:1;
}
.tempo ol li {
height:20px;
width: 20px;
border-radius:10px;
background-color:black;
float: left;
color: #fff;
line-height: 24px;
text-align: center;
position: relative;
top:-24px;
left: 2px;
z-index:2;
}
.tempo ol li.tempo_ol_color{
background-color: #c0c0c0;
}
.space_ol {
margin-left: 168px;
margin-right: 168px;
}
.step {
height: 30px;
width:450px;
margin: 0 auto;
position: relative;
left:14px;
}
.step ul li {
list-style-type:none;
float: left;
font-size: 9px;
position: relative;
top: -20px;
color: darkgray;
font-weight: normal;
}
.step ul li.step_space {
margin-left:140px;
margin-right:152px;
}
.step ul li.active {
color: black;
}
/*验证横条结束*/
/*设置新密码开始*/
.proving {
height: 100px;
width: 300px;
margin: 0 auto;
padding-top: 30px;
position: relative;
left: -30px;
}
.new {
height: 40px;
width: 340px;
font-size: 14px;
line-height:40px;
}
.new span{
color: #E21918;
}
.new input{
height:38px;
width: 240px;
position:relative;
left:23px;
border-radius: 5px;
outline: none;
border: 1px solid #E3E3E3;
}
.again {
height: 40px;
width: 340px;
margin-top:25px;
font-size: 14px;
line-height:40px;
}
.again span {
color: red;
}
.again input {
height:38px;
width: 240px;
position:relative;
left:20px;
border-radius: 5px;
outline: none;
border: 1px solid #E3E3E3;
}
.yes {
height:42px;
width: 244px;
margin: 0 auto;
background-color: black;
color:#fff;
border-radius:5px;
position:relative;
top:28px;
left:36px;
line-height:42px;
text-align:center;
font-family:微软雅黑;
font-size: 16px;
}
/*设置新密码结束*/
| 0.208219 | 0.037012 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
#dateRangeChart g.y {
display: none;
}
#logo {
margin-right: 2em;
margin-top: 2em;
}
.voffset {
margin-top: 2px;
}
.voffset1 {
margin-top: 5px;
}
.voffset2 {
margin-top: 10px;
}
.voffset3 {
margin-top: 15px;
}
.voffset4 {
margin-top: 30px;
}
.voffset5 {
margin-top: 40px;
}
.voffset6 {
margin-top: 60px;
}
.voffset7 {
margin-top: 80px;
}
.voffset8 {
margin-top: 100px;
}
.voffset9 {
margin-top: 150px;
}
.loading, .loadingEmg {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
/*for applying margins to .btn-vert-block below 767px width (or any other):*/
@media (max-width: 767px) {
.btn-vert-block + .btn-vert-block {
margin-top: 10px;
}
}
.introjs-helperNumberLayer {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#emgChart .dygraph-label {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
#emgChart .dygraph-title {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
#emgChart .dygraph-ylabel {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
/*Back to Top Button*/
#top-link-block.affix-top {
position: absolute; /* allows it to "slide" up into view */
bottom: -82px; /* negative of the offset - height of link element */
left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
position: fixed; /* keeps it on the bottom once in view */
bottom: 18px; /* height of link element */
left: 10px; /* padding from the left side of the window */
}
/*Home Page*/
.intro-header {
padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
}
.intro-header img {
padding-top: 150px;
}
.intro-message {
position: relative;
text-align: justify;
padding-right: 30px;
}
.intro-message h4, p {
position: relative;
text-align: justify;
padding-left: 20px;
}
.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 5em;
}
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}
.content-section-a {
padding: 20px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 20px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-bottom: 30px;
}
.section-heading-spacer {
float: left;
width: 200px;
border-top: 3px solid #e7e7e7;
}
|
ALS.Glance.Web/Content/alsglance.css
|
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
#dateRangeChart g.y {
display: none;
}
#logo {
margin-right: 2em;
margin-top: 2em;
}
.voffset {
margin-top: 2px;
}
.voffset1 {
margin-top: 5px;
}
.voffset2 {
margin-top: 10px;
}
.voffset3 {
margin-top: 15px;
}
.voffset4 {
margin-top: 30px;
}
.voffset5 {
margin-top: 40px;
}
.voffset6 {
margin-top: 60px;
}
.voffset7 {
margin-top: 80px;
}
.voffset8 {
margin-top: 100px;
}
.voffset9 {
margin-top: 150px;
}
.loading, .loadingEmg {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
/*for applying margins to .btn-vert-block below 767px width (or any other):*/
@media (max-width: 767px) {
.btn-vert-block + .btn-vert-block {
margin-top: 10px;
}
}
.introjs-helperNumberLayer {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#emgChart .dygraph-label {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
#emgChart .dygraph-title {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
#emgChart .dygraph-ylabel {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.846;
color: #666666;
}
/*Back to Top Button*/
#top-link-block.affix-top {
position: absolute; /* allows it to "slide" up into view */
bottom: -82px; /* negative of the offset - height of link element */
left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
position: fixed; /* keeps it on the bottom once in view */
bottom: 18px; /* height of link element */
left: 10px; /* padding from the left side of the window */
}
/*Home Page*/
.intro-header {
padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
}
.intro-header img {
padding-top: 150px;
}
.intro-message {
position: relative;
text-align: justify;
padding-right: 30px;
}
.intro-message h4, p {
position: relative;
text-align: justify;
padding-left: 20px;
}
.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 5em;
}
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}
.content-section-a {
padding: 20px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 20px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-bottom: 30px;
}
.section-heading-spacer {
float: left;
width: 200px;
border-top: 3px solid #e7e7e7;
}
| 0.455441 | 0.12326 |
.article {
width: 1010px;
margin: 0 auto;
display: flex;
}
.article main {
margin: 50px 0 200px;
width: 508px;
}
.article aside {
flex: 1;
}
.article header {
display: flex;
flex-direction: row;
flex: 0 1 auto;
justify-content: space-between;
align-items: baseline;
}
.article h1 {
color: rgb(40, 44, 52);
margin-bottom: 0px;
margin-top: 0px;
padding-top: 100px;
font-size: 40px;
line-height: 45px;
font-weight: 700;
}
.article main section:first-child p:first-of-type {
font-size: 18px;
font-weight: 300;
color: #6d6d6d;
}
.article h2 {
font-size: 20px;
line-height: 1.2;
}
.article h2::before {
content: " ";
display: block;
border-bottom: 1px solid #ececec;
padding-top: 44px;
margin-bottom: 40px;
}
.article h3::before {
content: " ";
display: block;
padding-top: 45px;
}
.article h4 {
font-size: 20px;
color: #6d6d6d;
line-height: 1.3;
font-weight: 400;
}
.article h4::before {
content: " ";
display: block;
padding-top: 100px;
margin-top: -50px;
}
.article p {
font-size: 16px;
margin-top: 25px;
line-height: 1.7;
max-width: 42em;
}
.article blockquote {
background-color: rgba(255, 229, 100, 0.3);
border-left-color: #ffe564;
border-left-width: 9px;
border-left-style: solid;
padding: 20px 45px 20px 26px;
margin-bottom: 30px;
margin-top: 20px;
margin-left: -30px;
margin-right: -30px;
}
.article blockquote p:first-of-type {
font-weight: 700;
margin-top: 0;
}
.article blockquote p:nth-of-type(2) {
margin-top: 0;
}
.article ul {
margin-top: 20px;
font-size: 16px;
color: #1a1a1a;
padding-left: 20px;
list-style: disc;
}
.article ol {
margin-top: 20px;
font-size: 16px;
color: #1a1a1a;
padding-left: 20px;
list-style: decimal;
}
.article li {
margin-top: 10px;
}
.article main a {
background-color: rgba(187, 239, 253, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
color: #1a1a1a;
}
.article main a:hover {
background-color: #bbeffd;
border-bottom-color: #1a1a1a;
}
.article main pre {
background: #1e1e1e;
color: #d4d4d4;
padding: 1rem;
margin-top: 25px;
border-radius: 10px;
}
.article :global(.code) {
/* padding: 0 3px; */
font-size: 0.94em;
word-break: break-word;
font-family: source-code-pro, Menlo, Monaco, Consolas,
Courier New, monospace;
}
.article p > code,
.article li > code {
background: rgba(255, 229, 100, 0.2);
color: #1a1a1a;
}
.article :global(.heading) a {
float: left;
padding-right: 4px;
margin-left: -20px;
visibility: hidden;
background-color: inherit;
border-bottom: inherit;
color: inherit;
}
.article :global(.heading):hover a {
visibility: visible;
background-color: inherit;
border-bottom-color: inherit;
}
.article section {
position: relative;
opacity: 0.1;
transition: opacity 0.6s;
}
.article section.active {
opacity: 0.99;
}
/* .article section:before {
background-color: #596273;
transition: background-color 0.3s;
height: 100%;
position: absolute;
content: "";
width: 300vw;
z-index: -1;
left: -100vw;
}
.article section.active:before {
background-color: white;
} */
.sticker {
height: 100vh;
width: 90%;
float: right;
position: sticky;
top: 0;
display: flex;
align-items: center;
}
|
redux/src/page.module.css
|
.article {
width: 1010px;
margin: 0 auto;
display: flex;
}
.article main {
margin: 50px 0 200px;
width: 508px;
}
.article aside {
flex: 1;
}
.article header {
display: flex;
flex-direction: row;
flex: 0 1 auto;
justify-content: space-between;
align-items: baseline;
}
.article h1 {
color: rgb(40, 44, 52);
margin-bottom: 0px;
margin-top: 0px;
padding-top: 100px;
font-size: 40px;
line-height: 45px;
font-weight: 700;
}
.article main section:first-child p:first-of-type {
font-size: 18px;
font-weight: 300;
color: #6d6d6d;
}
.article h2 {
font-size: 20px;
line-height: 1.2;
}
.article h2::before {
content: " ";
display: block;
border-bottom: 1px solid #ececec;
padding-top: 44px;
margin-bottom: 40px;
}
.article h3::before {
content: " ";
display: block;
padding-top: 45px;
}
.article h4 {
font-size: 20px;
color: #6d6d6d;
line-height: 1.3;
font-weight: 400;
}
.article h4::before {
content: " ";
display: block;
padding-top: 100px;
margin-top: -50px;
}
.article p {
font-size: 16px;
margin-top: 25px;
line-height: 1.7;
max-width: 42em;
}
.article blockquote {
background-color: rgba(255, 229, 100, 0.3);
border-left-color: #ffe564;
border-left-width: 9px;
border-left-style: solid;
padding: 20px 45px 20px 26px;
margin-bottom: 30px;
margin-top: 20px;
margin-left: -30px;
margin-right: -30px;
}
.article blockquote p:first-of-type {
font-weight: 700;
margin-top: 0;
}
.article blockquote p:nth-of-type(2) {
margin-top: 0;
}
.article ul {
margin-top: 20px;
font-size: 16px;
color: #1a1a1a;
padding-left: 20px;
list-style: disc;
}
.article ol {
margin-top: 20px;
font-size: 16px;
color: #1a1a1a;
padding-left: 20px;
list-style: decimal;
}
.article li {
margin-top: 10px;
}
.article main a {
background-color: rgba(187, 239, 253, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
color: #1a1a1a;
}
.article main a:hover {
background-color: #bbeffd;
border-bottom-color: #1a1a1a;
}
.article main pre {
background: #1e1e1e;
color: #d4d4d4;
padding: 1rem;
margin-top: 25px;
border-radius: 10px;
}
.article :global(.code) {
/* padding: 0 3px; */
font-size: 0.94em;
word-break: break-word;
font-family: source-code-pro, Menlo, Monaco, Consolas,
Courier New, monospace;
}
.article p > code,
.article li > code {
background: rgba(255, 229, 100, 0.2);
color: #1a1a1a;
}
.article :global(.heading) a {
float: left;
padding-right: 4px;
margin-left: -20px;
visibility: hidden;
background-color: inherit;
border-bottom: inherit;
color: inherit;
}
.article :global(.heading):hover a {
visibility: visible;
background-color: inherit;
border-bottom-color: inherit;
}
.article section {
position: relative;
opacity: 0.1;
transition: opacity 0.6s;
}
.article section.active {
opacity: 0.99;
}
/* .article section:before {
background-color: #596273;
transition: background-color 0.3s;
height: 100%;
position: absolute;
content: "";
width: 300vw;
z-index: -1;
left: -100vw;
}
.article section.active:before {
background-color: white;
} */
.sticker {
height: 100vh;
width: 90%;
float: right;
position: sticky;
top: 0;
display: flex;
align-items: center;
}
| 0.454714 | 0.0809 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,
body {
display: grid;
height: 100%;
width: 100%;
place-items: center;
}
.navbar {
background: #444;
transition: all .6s;
backface-visibility: hidden;
box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}
.navbar-dark .navbar-nav {
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
color: rgba(255, 255, 255, 0.8);
border: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus {
color: #fff;
outline: 0;
}
.navbar-dark .navbar-toggler {
border-color: #444;
}
.navbar-dark .navbar-toggler:focus {
background: none;
outline: 0;
}
.navbar-dark .navbar-toggler span {
display: block;
width: 30px;
height: 2px;
margin: 6px auto;
background: #fff;
transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
background: #ccc;
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
transform: rotate(45deg) translate(6px, 6px);
}
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
opacity: 0;
}
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
transform: none;
opacity: 1;
}
.navbar-brand {
width: 162px;
height: 44px;
background: url(../img/logo.png) left center no-repeat;
border: 0;
text-indent: -99999px;
}
.navbar-dark .navbar-toggler span {
display: block;
width: 30px;
height: 2px;
margin: 6px auto;
background: #fff;
transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
transform: rotate(45deg) translate(6px, 6px);
}
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
opacity: 0;
}
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
transform: none;
opacity: 1;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
input[type="text"]{
font-family: 'Roboto', sans-serif;
border: none;
outline: none;
border-bottom: solid 1px #dddddd;
transition-duration: 0.4s;
}
input[type="text"]:focus{
border-bottom: solid 1px #38ef7d;
transition-duration: 0.4s;
}
body{
font-family: 'Roboto', sans-serif;
}
li{
list-style: none;
}
button{
padding: 0;
border: none;
background: none
}
/*Content*/
/*--head*/
.todolist{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.todolist__main{
background-color: #ffffff;
display: flex;
flex-direction: column;
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
padding: 25px 0px;
border-radius: 20px;
width: 400px;
}
.todolist__header{
padding: 0px 20px;
}
.todolist__header--date{
display: flex;
flex-direction: row;
align-items: center;
}
.todolist__header--date span:nth-child(1){
font-size: 48px;
color: #858585;
font-weight: 400;
}
.warpper{
display: flex;
flex-direction: column;
margin-left: 10px;
}
.warpper span:nth-child(1){
font-size: 16px;
color: #858585;
font-weight: 500;
}
.warpper span:nth-child(2){
font-size: 16px;
color: #858585;
font-weight: 300;
}
.add__input{
padding: 5px;
width: 100%;
font-size: 16px;
}
.add__circle{
margin-left: auto;
cursor: pointer;
}
.ion-plus-circled{
font-size: 60px;
color: #00cebd;
transition-duration: 0.4s;
}
.ion-plus-circled:hover{
color: #11998e;
transition-duration: 0.4s;
}
/*--result*/
/*fix size of task list*/
.todolist__result{
overflow-y: scroll;
height: 300px;
}
/*overflow scroll without scrollbar*/
.todolist__result::-webkit-scrollbar { width: 0 !important }
.list__task{
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 20px;
cursor: pointer;
transition-duration: 0.2s;
}
.list__task:hover{
border-left: solid 5px #38ef7d;
background-color: #eeeeee;
transition-duration: 0.2s;
transition-timing-function: ease-in;
}
.list__task i{
font-size: 20px;
}
.list__task--check{
color: #aaaaaa;
transition-duration: 0.4s;
}
.list__task--text{
margin: 10px;
transition-duration: 0.4s;
}
.list__task--del{
color: #aaaaaa;
margin-left: auto;
margin-right: 10px;
}
.ion-ios-checkmark:hover{
color: #00881d;
transition-duration: 0.4s;
}
.ion-android-delete:hover{
color: #f78604;
transition-duration: 0.4s;
}
/*ClassList Toggle : checked*/
.list__task--checked{
color: #00881d;
}
.list__task--text--checked{
margin-left: 10px;
margin: 10px;
color: #aaaaaa;
text-decoration: line-through;
transition-duration: 0.4s;
}
|
public/assets/css/checklist.css
|
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,
body {
display: grid;
height: 100%;
width: 100%;
place-items: center;
}
.navbar {
background: #444;
transition: all .6s;
backface-visibility: hidden;
box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}
.navbar-dark .navbar-nav {
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
color: rgba(255, 255, 255, 0.8);
border: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus {
color: #fff;
outline: 0;
}
.navbar-dark .navbar-toggler {
border-color: #444;
}
.navbar-dark .navbar-toggler:focus {
background: none;
outline: 0;
}
.navbar-dark .navbar-toggler span {
display: block;
width: 30px;
height: 2px;
margin: 6px auto;
background: #fff;
transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
background: #ccc;
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
transform: rotate(45deg) translate(6px, 6px);
}
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
opacity: 0;
}
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
transform: none;
opacity: 1;
}
.navbar-brand {
width: 162px;
height: 44px;
background: url(../img/logo.png) left center no-repeat;
border: 0;
text-indent: -99999px;
}
.navbar-dark .navbar-toggler span {
display: block;
width: 30px;
height: 2px;
margin: 6px auto;
background: #fff;
transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
transform: rotate(45deg) translate(6px, 6px);
}
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
opacity: 0;
}
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
transform: none;
opacity: 1;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
input[type="text"]{
font-family: 'Roboto', sans-serif;
border: none;
outline: none;
border-bottom: solid 1px #dddddd;
transition-duration: 0.4s;
}
input[type="text"]:focus{
border-bottom: solid 1px #38ef7d;
transition-duration: 0.4s;
}
body{
font-family: 'Roboto', sans-serif;
}
li{
list-style: none;
}
button{
padding: 0;
border: none;
background: none
}
/*Content*/
/*--head*/
.todolist{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.todolist__main{
background-color: #ffffff;
display: flex;
flex-direction: column;
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
padding: 25px 0px;
border-radius: 20px;
width: 400px;
}
.todolist__header{
padding: 0px 20px;
}
.todolist__header--date{
display: flex;
flex-direction: row;
align-items: center;
}
.todolist__header--date span:nth-child(1){
font-size: 48px;
color: #858585;
font-weight: 400;
}
.warpper{
display: flex;
flex-direction: column;
margin-left: 10px;
}
.warpper span:nth-child(1){
font-size: 16px;
color: #858585;
font-weight: 500;
}
.warpper span:nth-child(2){
font-size: 16px;
color: #858585;
font-weight: 300;
}
.add__input{
padding: 5px;
width: 100%;
font-size: 16px;
}
.add__circle{
margin-left: auto;
cursor: pointer;
}
.ion-plus-circled{
font-size: 60px;
color: #00cebd;
transition-duration: 0.4s;
}
.ion-plus-circled:hover{
color: #11998e;
transition-duration: 0.4s;
}
/*--result*/
/*fix size of task list*/
.todolist__result{
overflow-y: scroll;
height: 300px;
}
/*overflow scroll without scrollbar*/
.todolist__result::-webkit-scrollbar { width: 0 !important }
.list__task{
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 20px;
cursor: pointer;
transition-duration: 0.2s;
}
.list__task:hover{
border-left: solid 5px #38ef7d;
background-color: #eeeeee;
transition-duration: 0.2s;
transition-timing-function: ease-in;
}
.list__task i{
font-size: 20px;
}
.list__task--check{
color: #aaaaaa;
transition-duration: 0.4s;
}
.list__task--text{
margin: 10px;
transition-duration: 0.4s;
}
.list__task--del{
color: #aaaaaa;
margin-left: auto;
margin-right: 10px;
}
.ion-ios-checkmark:hover{
color: #00881d;
transition-duration: 0.4s;
}
.ion-android-delete:hover{
color: #f78604;
transition-duration: 0.4s;
}
/*ClassList Toggle : checked*/
.list__task--checked{
color: #00881d;
}
.list__task--text--checked{
margin-left: 10px;
margin: 10px;
color: #aaaaaa;
text-decoration: line-through;
transition-duration: 0.4s;
}
| 0.398641 | 0.085939 |
html body{ background-color: #eeeeee; font-size: 13px; /*background-color: #191617; background: #191617 url("../images/dark_mosaic.png") repeat scroll 0% 0%;*/}
main, .contenedorDeslizable{background-color: #fff; border-radius:8px; margin-bottom: 20px; padding-bottom: 20px; border: 1px solid #e3e3e3;padding-top: 10px}
/*.btn-circle{width: 40px; height: 40px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.42; border-radius: 35px;}
.btn-circle:hover,.btn-circle-grande:hover{box-shadow:0 5px 5px 0 rgba(0,0,0,0.18),0 5px 5px 0 rgba(0,0,0,0.15);}
.btn-circle-grande{width: 80px; height: 80px; text-align: center; padding: 16px 0; font-size: 36px; line-height: 1.42; border-radius: 65px; }*/
a{text-decoration: none;display: inline-block;}
.panel-negro { bordec-olor: #434A54;}
.panel-negro > .panel-heading {color: #fff; background-color: #434A54; border-color: #434A54;}
.panel-negro > .panel-heading + .panel-collapse > .panel-body {border-top-color: #bce8f1;}
.panel-negro > .panel-heading .badge {color: #fff; background-color: #434A54;}
.panel-negro > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #bce8f1;}
.panel-verde{border-color: #a4f196;}
.panel-verde>.panel-heading{color: #f5f7fa;background-color: #8CC152;border-color: #a0d468;}
.panel-lavanda{border-color: #ac92ec;}
.panel-lavanda>.panel-heading{color: #f5f7fa;background-color: #967ADC;border-color: #ac92ec;}
.panel-cielo{border-color: #4a89dc;}
.panel-cielo>.panel-heading{color: #f5f7fa;background-color: #5d9cec;border-color: #4a89dc;}
.panel-menta{border-color: #37bc9b;}.panel-menta>.panel-heading{color: #f5f7fa;background-color: #48cfad;border-color: #37bc9b;}
.panel-rosa{border-color: #d770ad;}.panel-rosa>.panel-heading{color: #f5f7fa;background-color: #ec87c0;border-color: #d770ad;}
.panel-dulce{border-color: #e9573f;}.panel-dulce>.panel-heading{color: #f5f7fa;background-color: #fc6e51;border-color: #e9573f;}
.panel-agua{border-color: #3bafda;}.panel-agua>.panel-heading{color: #f5f7fa;background-color: #4fc1e9;border-color: #3bafda;}
.panel-dark{border-color: #434a54;}.panel-dark>.panel-heading{color: #f5f7fa;background-color: #656d78;border-color: #434a54;}
.panel-sol{border-color: #f6bb42;}.panel-sol>.panel-heading{color: #f5f7fa;background-color: #F0AD38;border-color: #f6bb42;}
.panel-rojizo{border-color: #da4453;}.panel-rojizo>.panel-heading{color: #f5f7fa;background-color: #ed5565;border-color: #da4453;}
.panel-morado{border-color: #694D9F;}.panel-morado>.panel-heading{color: #f5f7fa;background-color: #694D9F;border-color: #694D9F;}
.panel-sombreado{box-shadow: 1px 1px 3px #3a4c90;}
.form-control:focus{ border-color: #FFEB3B;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255, 193, 7, 0.55);}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance:textfield;}
.conInputPersonalizados input{font-weight: 600;} .form-control{color: #0277BD;} .form-control.control-morado{color:#6a1b9a;}
.contenedorTablaFinal{height: 500px !important;overflow: scroll; }
.mayuscula{text-transform: capitalize;}
h2{margin-top: 0px; } .breadcrumb{margin-bottom: 10px; }
.modal-header-success { color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #5cb85c;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.modal-header-warning { color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #f0ad4e;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-danger {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #d9534f;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-info {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #5bc0de;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-primary {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #428bca;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-morado {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #694D9F;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-wysteria {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #8F44AD;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-indigo {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #3E50B4;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.btn-negro, .btn-negro:hover{border-color: #434A54; color: #fff; background-color: #434A54;}.btn-negro:active {background-color: #1f2123;} .btn-negro:focus {color: #fff;}
.btn-morado, .btn-morado:hover{border-color: #694D9F; color: #fff; background-color: #694D9F;}.btn-morado:active {background-color: #47346b;} .btn-morado:focus {color: #fff;}
.btn-indigo, .btn-indigo:hover{border-color: #3E50B4; color: #fff; background-color: #3E50B4;}.btn-indigo:active {background-color: #3748a2;} .btn-indigo:focus {color: #fff;}
.btn-morita, .btn-morita:hover{border-color: #9B26AF; color: #fff; background-color: #9B26AF;}.btn-morita:active {background-color: #7c1e8c;} .btn-morita:focus {color: #fff;}
.btn-rosaKit, .btn-rosaKit:hover{border-color: #e91e63; color: #fff; background-color: #e91e63;}.btn-rosaKit:active {background-color: #a31545;} .btn-rosaKit:focus {color: #fff;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: 0 none;}
.btn-outline {background-color: transparent; color: inherit;transition: all .5s;}
.btn-primary.btn-outline {color: #428bca;}
.btn-success.btn-outline {color: #5cb85c;}
.btn-info.btn-outline {color: #5bc0de;}
.btn-warning.btn-outline {color: #f0ad4e;}
.btn-danger.btn-outline {color: #d9534f;}
.btn-negro.btn-outline{color:#37474F;}
.btn-morado.btn-outline{color:#694D9F;}
.btn-indigo.btn-outline{color:#3E50B4;}
.btn-morita.btn-outline{color:#9B26AF;}
.btn-rosaKit.btn-outline{color:#e91e63;}
.btn-primary.btn-outline:focus,.btn-success.btn-outline:focus,.btn-info.btn-outline:focus,.btn-warning.btn-outline:focus,.btn-danger.btn-outline:focus,
.btn-primary.btn-outline:active,.btn-success.btn-outline:active,.btn-info.btn-outline:active,.btn-warning.btn-outline:active,.btn-danger.btn-outline:active,
.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover,
/*.btn-negro.btn-outline:focus,*/.btn-negro.btn-outline:active,.btn-negro.btn-outline:hover,/*.btn-morado.btn-outline:focus,*/
.btn-morado.btn-outline:active,.btn-morado.btn-outline:hover, .btn-indigo.btn-outline:active,.btn-indigo.btn-outline:hover,
.btn-morita.btn-outline:active,.btn-morita.btn-outline:hover,.btn-rosaKit.btn-outline:active,.btn-rosaKit.btn-outline:hover
{color: white;}
.btn-negro.btn-outline:focus,.btn-negro.btn-outline:active,.btn-negro.btn-outline:hover{background-color: : black;}
.modal-backdrop.in{filter:alpha(opacity=60);opacity:.6}
.modal-content{box-shadow: 0 0px 15px rgba(255, 255, 255, 0.65);}
.modal-title >i{color: rgba(255, 255, 255, 0.67);}
.close{opacity: 0.5; color: #fff;}
|
css/estilosElementosv3.css
|
html body{ background-color: #eeeeee; font-size: 13px; /*background-color: #191617; background: #191617 url("../images/dark_mosaic.png") repeat scroll 0% 0%;*/}
main, .contenedorDeslizable{background-color: #fff; border-radius:8px; margin-bottom: 20px; padding-bottom: 20px; border: 1px solid #e3e3e3;padding-top: 10px}
/*.btn-circle{width: 40px; height: 40px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.42; border-radius: 35px;}
.btn-circle:hover,.btn-circle-grande:hover{box-shadow:0 5px 5px 0 rgba(0,0,0,0.18),0 5px 5px 0 rgba(0,0,0,0.15);}
.btn-circle-grande{width: 80px; height: 80px; text-align: center; padding: 16px 0; font-size: 36px; line-height: 1.42; border-radius: 65px; }*/
a{text-decoration: none;display: inline-block;}
.panel-negro { bordec-olor: #434A54;}
.panel-negro > .panel-heading {color: #fff; background-color: #434A54; border-color: #434A54;}
.panel-negro > .panel-heading + .panel-collapse > .panel-body {border-top-color: #bce8f1;}
.panel-negro > .panel-heading .badge {color: #fff; background-color: #434A54;}
.panel-negro > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #bce8f1;}
.panel-verde{border-color: #a4f196;}
.panel-verde>.panel-heading{color: #f5f7fa;background-color: #8CC152;border-color: #a0d468;}
.panel-lavanda{border-color: #ac92ec;}
.panel-lavanda>.panel-heading{color: #f5f7fa;background-color: #967ADC;border-color: #ac92ec;}
.panel-cielo{border-color: #4a89dc;}
.panel-cielo>.panel-heading{color: #f5f7fa;background-color: #5d9cec;border-color: #4a89dc;}
.panel-menta{border-color: #37bc9b;}.panel-menta>.panel-heading{color: #f5f7fa;background-color: #48cfad;border-color: #37bc9b;}
.panel-rosa{border-color: #d770ad;}.panel-rosa>.panel-heading{color: #f5f7fa;background-color: #ec87c0;border-color: #d770ad;}
.panel-dulce{border-color: #e9573f;}.panel-dulce>.panel-heading{color: #f5f7fa;background-color: #fc6e51;border-color: #e9573f;}
.panel-agua{border-color: #3bafda;}.panel-agua>.panel-heading{color: #f5f7fa;background-color: #4fc1e9;border-color: #3bafda;}
.panel-dark{border-color: #434a54;}.panel-dark>.panel-heading{color: #f5f7fa;background-color: #656d78;border-color: #434a54;}
.panel-sol{border-color: #f6bb42;}.panel-sol>.panel-heading{color: #f5f7fa;background-color: #F0AD38;border-color: #f6bb42;}
.panel-rojizo{border-color: #da4453;}.panel-rojizo>.panel-heading{color: #f5f7fa;background-color: #ed5565;border-color: #da4453;}
.panel-morado{border-color: #694D9F;}.panel-morado>.panel-heading{color: #f5f7fa;background-color: #694D9F;border-color: #694D9F;}
.panel-sombreado{box-shadow: 1px 1px 3px #3a4c90;}
.form-control:focus{ border-color: #FFEB3B;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255, 193, 7, 0.55);}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance:textfield;}
.conInputPersonalizados input{font-weight: 600;} .form-control{color: #0277BD;} .form-control.control-morado{color:#6a1b9a;}
.contenedorTablaFinal{height: 500px !important;overflow: scroll; }
.mayuscula{text-transform: capitalize;}
h2{margin-top: 0px; } .breadcrumb{margin-bottom: 10px; }
.modal-header-success { color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #5cb85c;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.modal-header-warning { color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #f0ad4e;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-danger {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #d9534f;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-info {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #5bc0de;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-primary {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #428bca;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-morado {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #694D9F;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-wysteria {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #8F44AD;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.modal-header-indigo {color:#fff;padding:9px 15px;border-bottom:1px solid #eee;background-color: #3E50B4;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.btn-negro, .btn-negro:hover{border-color: #434A54; color: #fff; background-color: #434A54;}.btn-negro:active {background-color: #1f2123;} .btn-negro:focus {color: #fff;}
.btn-morado, .btn-morado:hover{border-color: #694D9F; color: #fff; background-color: #694D9F;}.btn-morado:active {background-color: #47346b;} .btn-morado:focus {color: #fff;}
.btn-indigo, .btn-indigo:hover{border-color: #3E50B4; color: #fff; background-color: #3E50B4;}.btn-indigo:active {background-color: #3748a2;} .btn-indigo:focus {color: #fff;}
.btn-morita, .btn-morita:hover{border-color: #9B26AF; color: #fff; background-color: #9B26AF;}.btn-morita:active {background-color: #7c1e8c;} .btn-morita:focus {color: #fff;}
.btn-rosaKit, .btn-rosaKit:hover{border-color: #e91e63; color: #fff; background-color: #e91e63;}.btn-rosaKit:active {background-color: #a31545;} .btn-rosaKit:focus {color: #fff;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: 0 none;}
.btn-outline {background-color: transparent; color: inherit;transition: all .5s;}
.btn-primary.btn-outline {color: #428bca;}
.btn-success.btn-outline {color: #5cb85c;}
.btn-info.btn-outline {color: #5bc0de;}
.btn-warning.btn-outline {color: #f0ad4e;}
.btn-danger.btn-outline {color: #d9534f;}
.btn-negro.btn-outline{color:#37474F;}
.btn-morado.btn-outline{color:#694D9F;}
.btn-indigo.btn-outline{color:#3E50B4;}
.btn-morita.btn-outline{color:#9B26AF;}
.btn-rosaKit.btn-outline{color:#e91e63;}
.btn-primary.btn-outline:focus,.btn-success.btn-outline:focus,.btn-info.btn-outline:focus,.btn-warning.btn-outline:focus,.btn-danger.btn-outline:focus,
.btn-primary.btn-outline:active,.btn-success.btn-outline:active,.btn-info.btn-outline:active,.btn-warning.btn-outline:active,.btn-danger.btn-outline:active,
.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover,
/*.btn-negro.btn-outline:focus,*/.btn-negro.btn-outline:active,.btn-negro.btn-outline:hover,/*.btn-morado.btn-outline:focus,*/
.btn-morado.btn-outline:active,.btn-morado.btn-outline:hover, .btn-indigo.btn-outline:active,.btn-indigo.btn-outline:hover,
.btn-morita.btn-outline:active,.btn-morita.btn-outline:hover,.btn-rosaKit.btn-outline:active,.btn-rosaKit.btn-outline:hover
{color: white;}
.btn-negro.btn-outline:focus,.btn-negro.btn-outline:active,.btn-negro.btn-outline:hover{background-color: : black;}
.modal-backdrop.in{filter:alpha(opacity=60);opacity:.6}
.modal-content{box-shadow: 0 0px 15px rgba(255, 255, 255, 0.65);}
.modal-title >i{color: rgba(255, 255, 255, 0.67);}
.close{opacity: 0.5; color: #fff;}
| 0.247169 | 0.061734 |
input.mat-input-element::-webkit-input-placeholder {
color: #C7C7CD;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.form-group {
margin-bottom: 1em;
}
.form-group label {
margin-bottom: .5em;
text-align: left;
display: block;
}
.form-group .input-group {
width: 100%;
display: flex;
border-collapse: separate;
flex-direction: row;
}
.form-group .input-group .input-group-addon{
margin-bottom: 0;
font-size: 0.875em;
font-weight: normal;
line-height: 1.25;
color: #55595C;
text-align: center;
background-color: #D1D4D7;
border: 1px solid rgba(0, 0, 0, 0.15);
min-width: 40px;
white-space: nowrap;
vertical-align: middle;
}
.form-group .input-group .input-group-addon:not(:last-child) {
border-right: 0;
}
.form-control{
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 0.875rem;
line-height: 1.25;
color: #55595C;
background-color: #FFF;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus{
color: #55595C;
background-color: #FFF;
border-color: #4DBD74;
outline: none;
}
.icon-formulario{
font-size: 1.6em;
}
.content-forms-dinamicos{
border: 1px solid rgba(0, 0, 0, 0.15);
}
.header-forms{
line-height: 1.25;
}
select {
background: white url("./images/select.png") no-repeat !important;
background-size: 24px 20px !important;
background-position: right center !important;
border-radius: 0px !important;
border: 1px solid #d1d4d7 !important;
color: #888;
border: none;
outline: none;
display: inline-block;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer; }
.select2-container.form-control, .daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control {
background: transparent;
box-shadow: none;
display: block;
/* 1 */
margin: 0;
padding: 0;
line-height: 1px !important; }
.select2-container .select2-choice {
height: 32px;
padding: 3px 0 0 12px;
border: none;
background: #f8f9fa; }
.select2-container .select2-choice .select2-arrow {
right: 5px;
top: 4px;
background: #f8f9fa;
border: none; }
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
box-shadow: none; }
.select2-drop {
color: #2a2c36;
border: 1px solid #d1d4d7;
border-radius: 0;
box-shadow: none; }
.select2-container.select2-dropdown-open {
border-color: #d1d4d7 !important;
border-radius: 0; }
.select2-container-multi .select2-choices {
box-shadow: none;
border-radius: 0 !important;
border: 1px solid #d1d4d7 !important;
background: white; }
.select2-default {
color: #09090b !important;
padding-left: 12px !important; }
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 4px 18px;
margin: 5px 0 3px 5px;
border: 1px solid #d1d4d7;
border-radius: 0;
box-shadow: none;
background-color: #f8f9fa;
filter: none;
background-image: none;
font-size: 11px; }
.select2-container-multi .select2-choices .select2-search-field input {
color: #2a2c36; }
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
border-color: #20a8d8 !important;
box-shadow: none; }
.select2-search-choice-close {
background: url("../img/select2.png") right top no-repeat;
}
.text-area {
width: 100%;
height: 800px;
}
.tab-botones{
justify-content: flex-end;
align-items: flex-end;
display: flex;
padding: 0;
}
.marginBottom-1px{
margin-bottom: -1px;
}
|
assets/static/css/formularios.css
|
input.mat-input-element::-webkit-input-placeholder {
color: #C7C7CD;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.form-group {
margin-bottom: 1em;
}
.form-group label {
margin-bottom: .5em;
text-align: left;
display: block;
}
.form-group .input-group {
width: 100%;
display: flex;
border-collapse: separate;
flex-direction: row;
}
.form-group .input-group .input-group-addon{
margin-bottom: 0;
font-size: 0.875em;
font-weight: normal;
line-height: 1.25;
color: #55595C;
text-align: center;
background-color: #D1D4D7;
border: 1px solid rgba(0, 0, 0, 0.15);
min-width: 40px;
white-space: nowrap;
vertical-align: middle;
}
.form-group .input-group .input-group-addon:not(:last-child) {
border-right: 0;
}
.form-control{
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 0.875rem;
line-height: 1.25;
color: #55595C;
background-color: #FFF;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus{
color: #55595C;
background-color: #FFF;
border-color: #4DBD74;
outline: none;
}
.icon-formulario{
font-size: 1.6em;
}
.content-forms-dinamicos{
border: 1px solid rgba(0, 0, 0, 0.15);
}
.header-forms{
line-height: 1.25;
}
select {
background: white url("./images/select.png") no-repeat !important;
background-size: 24px 20px !important;
background-position: right center !important;
border-radius: 0px !important;
border: 1px solid #d1d4d7 !important;
color: #888;
border: none;
outline: none;
display: inline-block;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer; }
.select2-container.form-control, .daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control {
background: transparent;
box-shadow: none;
display: block;
/* 1 */
margin: 0;
padding: 0;
line-height: 1px !important; }
.select2-container .select2-choice {
height: 32px;
padding: 3px 0 0 12px;
border: none;
background: #f8f9fa; }
.select2-container .select2-choice .select2-arrow {
right: 5px;
top: 4px;
background: #f8f9fa;
border: none; }
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
box-shadow: none; }
.select2-drop {
color: #2a2c36;
border: 1px solid #d1d4d7;
border-radius: 0;
box-shadow: none; }
.select2-container.select2-dropdown-open {
border-color: #d1d4d7 !important;
border-radius: 0; }
.select2-container-multi .select2-choices {
box-shadow: none;
border-radius: 0 !important;
border: 1px solid #d1d4d7 !important;
background: white; }
.select2-default {
color: #09090b !important;
padding-left: 12px !important; }
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 4px 18px;
margin: 5px 0 3px 5px;
border: 1px solid #d1d4d7;
border-radius: 0;
box-shadow: none;
background-color: #f8f9fa;
filter: none;
background-image: none;
font-size: 11px; }
.select2-container-multi .select2-choices .select2-search-field input {
color: #2a2c36; }
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
border-color: #20a8d8 !important;
box-shadow: none; }
.select2-search-choice-close {
background: url("../img/select2.png") right top no-repeat;
}
.text-area {
width: 100%;
height: 800px;
}
.tab-botones{
justify-content: flex-end;
align-items: flex-end;
display: flex;
padding: 0;
}
.marginBottom-1px{
margin-bottom: -1px;
}
| 0.326164 | 0.099295 |
* {
font-family: Calibri;
}
body {
background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat;
}
h1, h2{
color: lightgrey;
position: relative;
}
h3{
text-align:center;
}
img {
height: 50%;
margin-top: 4px;
}
#headlineStore{
top:10px;
}
.BackBtn {
color: black;
float: right;
margin-right: 25px;
padding: 1px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
}
.BackBtn:hover {
color: white;
font-weight: bold;
float: right;
margin-right: 25px;
padding: 1px 14px;
background-color: black;
border: 1px solid #ddd;
border-radius: 5px;
}
#headd {
position: fixed;
z-index: 999;
background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat;
width: 100%;
border-radius: 10px;
padding-right: 15px;
top: 0;
right: 0;
left: 0;
}
#body{
padding-top:200px;
}
html, body {
margin: 0px;
/*background: transparent;*/
height: 100%;
}
canvas {
display: block;
width: 100%;
height: 100%;
position: fixed;
}
.container{
text-align:center;
}
h2{
text-align:right;
}
hr {
position: fixed;
}
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: white;
cursor: pointer;
position: relative;
}
.btn:hover {
background-color: #ddd;
}
.btn.active {
background-color: #666;
color: white;
}
.show {
display: block;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 25%;
border-radius: 5px;
text-align: center;
background: radial-gradient(ellipse at bottom, white 0%, slategrey 100%);
position: relative;
margin: 10px;
border: 1px solid lightgray;
height: 350px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
border: 2px solid lightgreen;
}
.cardImg {
border-radius: 5px 5px 0 0;
}
.container {
padding: 2px 16px;
}
.row {
margin-right: 65px;
margin-left: 88px;
flex-flow: row-reverse;
}
HTML CSSResult Skip Results Iframe
EDIT ON
body {
padding: 0px;
margin: 0px;
background-color: #6D214F;
width: 100%;
height: 100vh;
}
.btnCard {
width: 90px;
height: 38px;
background: linear-gradient(to left top, seagreen 50%, mediumseagreen 50%);
border-style: none;
color: #fff;
font-size: 18px;
letter-spacing: 3px;
font-family: Tahoma;
font-weight: 600;
outline: none;
cursor: pointer;
position: relative;
padding: 0px;
overflow: hidden;
transition: all .5s;
box-shadow: 0px 1px 2px rgb(0,0,0,.2);
margin: 20px;
}
.btnCard span {
position: absolute;
display: block;
}
.btnCard span:nth-child(1) {
height: 3px;
width: 200px;
top: 0px;
left: -200px;
background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
animation: span1 2s linear infinite;
animation-delay: 1s;
}
@keyframes span1 {
0% {
left: -200px
}
100% {
left: 200px;
}
}
.btnCard span:nth-child(2) {
height: 70px;
width: 3px;
top: -70px;
right: 0px;
background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
animation: span2 2s linear infinite;
animation-delay: 2s;
}
@keyframes span2 {
0% {
top: -70px;
}
100% {
top: 70px;
}
}
.btnCard span:nth-child(3) {
height: 3px;
width: 200px;
right: -200px;
bottom: 0px;
background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
animation: span3 2s linear infinite;
animation-delay: 3s;
}
@keyframes span3 {
0% {
right: -200px;
}
100% {
right: 200px;
}
}
.btnCard span:nth-child(4) {
height: 70px;
width: 3px;
bottom: -70px;
left: 0px;
background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
border-top-right-radius: 1px;
border-top-left-radius: 1px;
animation: span4 2s linear infinite;
animation-delay: 4s;
}
@keyframes span4 {
0% {
bottom: -70px;
}
100% {
bottom: 70px;
}
}
.btnCard:hover {
transition: all .5s;
transform: rotate(-3deg) scale(1.1);
box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.btnCard:hover span {
animation-play-state: paused;
}
|
BetterMe/Style/StoreCss.css
|
* {
font-family: Calibri;
}
body {
background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat;
}
h1, h2{
color: lightgrey;
position: relative;
}
h3{
text-align:center;
}
img {
height: 50%;
margin-top: 4px;
}
#headlineStore{
top:10px;
}
.BackBtn {
color: black;
float: right;
margin-right: 25px;
padding: 1px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
}
.BackBtn:hover {
color: white;
font-weight: bold;
float: right;
margin-right: 25px;
padding: 1px 14px;
background-color: black;
border: 1px solid #ddd;
border-radius: 5px;
}
#headd {
position: fixed;
z-index: 999;
background: url(http://artem.anmedio.ru/dev/planet/space.jpg) repeat;
width: 100%;
border-radius: 10px;
padding-right: 15px;
top: 0;
right: 0;
left: 0;
}
#body{
padding-top:200px;
}
html, body {
margin: 0px;
/*background: transparent;*/
height: 100%;
}
canvas {
display: block;
width: 100%;
height: 100%;
position: fixed;
}
.container{
text-align:center;
}
h2{
text-align:right;
}
hr {
position: fixed;
}
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: white;
cursor: pointer;
position: relative;
}
.btn:hover {
background-color: #ddd;
}
.btn.active {
background-color: #666;
color: white;
}
.show {
display: block;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 25%;
border-radius: 5px;
text-align: center;
background: radial-gradient(ellipse at bottom, white 0%, slategrey 100%);
position: relative;
margin: 10px;
border: 1px solid lightgray;
height: 350px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
border: 2px solid lightgreen;
}
.cardImg {
border-radius: 5px 5px 0 0;
}
.container {
padding: 2px 16px;
}
.row {
margin-right: 65px;
margin-left: 88px;
flex-flow: row-reverse;
}
HTML CSSResult Skip Results Iframe
EDIT ON
body {
padding: 0px;
margin: 0px;
background-color: #6D214F;
width: 100%;
height: 100vh;
}
.btnCard {
width: 90px;
height: 38px;
background: linear-gradient(to left top, seagreen 50%, mediumseagreen 50%);
border-style: none;
color: #fff;
font-size: 18px;
letter-spacing: 3px;
font-family: Tahoma;
font-weight: 600;
outline: none;
cursor: pointer;
position: relative;
padding: 0px;
overflow: hidden;
transition: all .5s;
box-shadow: 0px 1px 2px rgb(0,0,0,.2);
margin: 20px;
}
.btnCard span {
position: absolute;
display: block;
}
.btnCard span:nth-child(1) {
height: 3px;
width: 200px;
top: 0px;
left: -200px;
background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
animation: span1 2s linear infinite;
animation-delay: 1s;
}
@keyframes span1 {
0% {
left: -200px
}
100% {
left: 200px;
}
}
.btnCard span:nth-child(2) {
height: 70px;
width: 3px;
top: -70px;
right: 0px;
background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
animation: span2 2s linear infinite;
animation-delay: 2s;
}
@keyframes span2 {
0% {
top: -70px;
}
100% {
top: 70px;
}
}
.btnCard span:nth-child(3) {
height: 3px;
width: 200px;
right: -200px;
bottom: 0px;
background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
animation: span3 2s linear infinite;
animation-delay: 3s;
}
@keyframes span3 {
0% {
right: -200px;
}
100% {
right: 200px;
}
}
.btnCard span:nth-child(4) {
height: 70px;
width: 3px;
bottom: -70px;
left: 0px;
background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
border-top-right-radius: 1px;
border-top-left-radius: 1px;
animation: span4 2s linear infinite;
animation-delay: 4s;
}
@keyframes span4 {
0% {
bottom: -70px;
}
100% {
bottom: 70px;
}
}
.btnCard:hover {
transition: all .5s;
transform: rotate(-3deg) scale(1.1);
box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.btnCard:hover span {
animation-play-state: paused;
}
| 0.464902 | 0.14885 |
---------------------------------------------------------*/
*{
margin: 0;
padding: 0;
font-size: 100%;
font-family: 'Lora', serif;
font-weight: normal;
box-sizing: border-box;
outline: none;
border: 0;
}
img{
max-width: 100%
}
h2 {
font-size: 1.5em;
color: #333;
}
p {
font-size: 1em;
color: #777;
}
ul{
list-style: none;
}
li{
display: inline-block;
}
a{
text-decoration: none;
}
/*Geral
----------------------------------------------------------------*/
/*Header */
.header{
width: 100%;
float: left;
padding: 50px 8%;
background-color: #13c7ae;
}
.header-logo a{
width: 221px;
height: 48px;
float: left;
background-image: url(../imagem/logo.png);
font-size: 0;
}
.header form{
width: 30%;
float: right;
}
.header form input[type="text"]{
width: 85%;
float: left;
padding: 15px 10px;
border-radius: 5px 0 0 5px
}
.header form button{
width: 15%;
float: right;
padding: 15px 10px;
background-color: #0cae98;
color: #fff;
cursor: pointer;
border-radius: 0 5px 5px 0;
}
.menu{
width: 100%;
float: left;
background-color: #111;
padding: 18px 8%;
}
.menu li{
float: left;
}
.menu li a{
color: #9d9d9d;
margin-right: 25px;
}
.menu li a:hover{
color: #fff;
}
.social-icons{
float: right;
}
.social-icons a{
color: #fff;
float: left;
margin-left: 12px
}
.btn-facebook:hover{
color: #3b5998;
}
.btn-twitter:hover{
color: #54a4d6;
}
.btn-google:hover{
color: #d73d32;
}
.principal{
width: 100%;
float: left;
padding: 20px 8%;
}
.sobre{
width: 70%;
float: left;
padding: 0 20px 20px 0;
}
.sobre h2{
margin-bottom: 15px;
}
.sobre img{
float: left;
width: 50%;
border-radius: 5px;
margin: 0 15px 15px 0;
}
.sobre p{
text-align: justify;
}
.onde{
width: 30%;
float: right;
padding: 10px 20px;
background-color: #f5f5f5;
border-radius: 5px;
}
.onde h2{
margin-bottom: 5px;
}
.onde iframe{
width: 100%;
height: 250px;
margin: 20px 0;
}
.onde li{
color: #777;
margin-bottom: 10px;
display: block;
}
.onde i{
margin-right: 5px;
}
.news{
width: 100%;
float: left;
background-color: #111;
padding: 50px 8%;
}
.news h3{
font-size: 1.8em;
color: #fff;
}
.news p{
font-size: 1.2em;
color: #fff;
}
.news form{
width: 100%;
float: left;
margin-top: 10px;
}
.news form input{
float: left;
width: 40%;
margin-right: 1%;
padding: 15px 10px;
border: 1px solid #fff;
border-radius: 5px;
color: #fff;
background-color: initial;
/* tirar a cor do fundo*/
}
.news form button{
width: 18%;
float: right;
background-color: #fff;
padding: 15px 10px;
border-radius: 5px;
cursor: pointer;
}
.footer{
width: 100%;
float: left;
background-color: #13c7ae;
padding: 20px 8%;
}
.footer p{
color: #fff;
text-align: center;
}
|
dia-12/css/style.css
|
---------------------------------------------------------*/
*{
margin: 0;
padding: 0;
font-size: 100%;
font-family: 'Lora', serif;
font-weight: normal;
box-sizing: border-box;
outline: none;
border: 0;
}
img{
max-width: 100%
}
h2 {
font-size: 1.5em;
color: #333;
}
p {
font-size: 1em;
color: #777;
}
ul{
list-style: none;
}
li{
display: inline-block;
}
a{
text-decoration: none;
}
/*Geral
----------------------------------------------------------------*/
/*Header */
.header{
width: 100%;
float: left;
padding: 50px 8%;
background-color: #13c7ae;
}
.header-logo a{
width: 221px;
height: 48px;
float: left;
background-image: url(../imagem/logo.png);
font-size: 0;
}
.header form{
width: 30%;
float: right;
}
.header form input[type="text"]{
width: 85%;
float: left;
padding: 15px 10px;
border-radius: 5px 0 0 5px
}
.header form button{
width: 15%;
float: right;
padding: 15px 10px;
background-color: #0cae98;
color: #fff;
cursor: pointer;
border-radius: 0 5px 5px 0;
}
.menu{
width: 100%;
float: left;
background-color: #111;
padding: 18px 8%;
}
.menu li{
float: left;
}
.menu li a{
color: #9d9d9d;
margin-right: 25px;
}
.menu li a:hover{
color: #fff;
}
.social-icons{
float: right;
}
.social-icons a{
color: #fff;
float: left;
margin-left: 12px
}
.btn-facebook:hover{
color: #3b5998;
}
.btn-twitter:hover{
color: #54a4d6;
}
.btn-google:hover{
color: #d73d32;
}
.principal{
width: 100%;
float: left;
padding: 20px 8%;
}
.sobre{
width: 70%;
float: left;
padding: 0 20px 20px 0;
}
.sobre h2{
margin-bottom: 15px;
}
.sobre img{
float: left;
width: 50%;
border-radius: 5px;
margin: 0 15px 15px 0;
}
.sobre p{
text-align: justify;
}
.onde{
width: 30%;
float: right;
padding: 10px 20px;
background-color: #f5f5f5;
border-radius: 5px;
}
.onde h2{
margin-bottom: 5px;
}
.onde iframe{
width: 100%;
height: 250px;
margin: 20px 0;
}
.onde li{
color: #777;
margin-bottom: 10px;
display: block;
}
.onde i{
margin-right: 5px;
}
.news{
width: 100%;
float: left;
background-color: #111;
padding: 50px 8%;
}
.news h3{
font-size: 1.8em;
color: #fff;
}
.news p{
font-size: 1.2em;
color: #fff;
}
.news form{
width: 100%;
float: left;
margin-top: 10px;
}
.news form input{
float: left;
width: 40%;
margin-right: 1%;
padding: 15px 10px;
border: 1px solid #fff;
border-radius: 5px;
color: #fff;
background-color: initial;
/* tirar a cor do fundo*/
}
.news form button{
width: 18%;
float: right;
background-color: #fff;
padding: 15px 10px;
border-radius: 5px;
cursor: pointer;
}
.footer{
width: 100%;
float: left;
background-color: #13c7ae;
padding: 20px 8%;
}
.footer p{
color: #fff;
text-align: center;
}
| 0.191252 | 0.086285 |
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700');
* {
font-family: 'Nunito', sans-serif;
}
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
body {
display: flex;
flex-direction: column;
}
.header {
align-items: center;
border-bottom: solid 1px #e0e0e0;
box-shadow: 0 1px 5px #e0e0e0;
color: #a983ca;
display: flex;
font-size: 2em;
font-weight: 600;
height: 180px;
}
.title {
margin-left: 12%;
margin-top: 20px;
margin-bottom: 20px;
}
.header .title {
cursor: pointer;
}
.content {
flex: auto;
overflow-y: auto;
}
.text {
margin: 0 12%;
}
.subtitle {
font-size: 20px;
font-weight: 600;
margin: 50px 0 30px 0;
color: #00be9e;
}
.doughnutText {
color: white;
}
.area {
opacity: 1;
stroke: none;
}
.area:hover {
fill: #00be9e;
}
.tooltip {
position: absolute;
text-align: center;
padding: 10px;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
text-transform: lowercase;
}
.tooltip::first-letter {
text-transform: uppercase;
}
.selection {
fill: #00be9e;
stroke: #00be9e;
fill-opacity: 0.3;
stroke-opacity: 0.7;
stroke-width: 2;
stroke-dasharray: 5, 5;
}
.container {
display: flex;
margin: 0;
}
.left-half, .right-half {
flex: 1;
}
.container .subtitle {
margin: 0;
text-align: center;
}
li {
font-weight: bold;
}
li p {
font-weight: 400;
}
a, a:visited, a:active, a:hover {
color: #00be9e;
font-weight: bold;
text-decoration: none;
}
ul > li > ul > li {
font-weight: 400;
}
.chartTitle {
font-weight: bold;
text-align: center;
}
.map {
text-align: center;
}
.label {
fill: white;
font-weight: bold;
opacity: 1;
position: relative;
}
.button-container {
display: flex;
justify-content: center;
}
.button, .button:hover {
border: none;
border-radius: 6px;
color: white;
cursor: pointer;
padding: 6px 12px;
font-size: 14px;
text-align: center;
outline: none;
}
.button {
background: #00be9e;
}
.button:hover {
background: #00be9e;
}
|
explainyourself/style.css
|
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700');
* {
font-family: 'Nunito', sans-serif;
}
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
body {
display: flex;
flex-direction: column;
}
.header {
align-items: center;
border-bottom: solid 1px #e0e0e0;
box-shadow: 0 1px 5px #e0e0e0;
color: #a983ca;
display: flex;
font-size: 2em;
font-weight: 600;
height: 180px;
}
.title {
margin-left: 12%;
margin-top: 20px;
margin-bottom: 20px;
}
.header .title {
cursor: pointer;
}
.content {
flex: auto;
overflow-y: auto;
}
.text {
margin: 0 12%;
}
.subtitle {
font-size: 20px;
font-weight: 600;
margin: 50px 0 30px 0;
color: #00be9e;
}
.doughnutText {
color: white;
}
.area {
opacity: 1;
stroke: none;
}
.area:hover {
fill: #00be9e;
}
.tooltip {
position: absolute;
text-align: center;
padding: 10px;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
text-transform: lowercase;
}
.tooltip::first-letter {
text-transform: uppercase;
}
.selection {
fill: #00be9e;
stroke: #00be9e;
fill-opacity: 0.3;
stroke-opacity: 0.7;
stroke-width: 2;
stroke-dasharray: 5, 5;
}
.container {
display: flex;
margin: 0;
}
.left-half, .right-half {
flex: 1;
}
.container .subtitle {
margin: 0;
text-align: center;
}
li {
font-weight: bold;
}
li p {
font-weight: 400;
}
a, a:visited, a:active, a:hover {
color: #00be9e;
font-weight: bold;
text-decoration: none;
}
ul > li > ul > li {
font-weight: 400;
}
.chartTitle {
font-weight: bold;
text-align: center;
}
.map {
text-align: center;
}
.label {
fill: white;
font-weight: bold;
opacity: 1;
position: relative;
}
.button-container {
display: flex;
justify-content: center;
}
.button, .button:hover {
border: none;
border-radius: 6px;
color: white;
cursor: pointer;
padding: 6px 12px;
font-size: 14px;
text-align: center;
outline: none;
}
.button {
background: #00be9e;
}
.button:hover {
background: #00be9e;
}
| 0.47171 | 0.098252 |
@charset "utf-8";
input:-moz-placeholder {
color: #ccc;
}
::-webkit-input-placeholder {
color: #ccc;
}
.registerCon li s {
background: url(../Images/loginSet.png?v=130723);
background-size: 20px auto;
}
.registerCon {
width: 100%;
background: #f4f4f4;
text-align: center;
padding-bottom: 30px;
min-height: 190px;
overflow: hidden;
}
.registerCon ul {
clear: both;
padding: 20px;
position: relative;
}
.registerCon li {
width: 100%;
margin-bottom: 10px;
position: relative;
font-size: 14px;
color: #999;
text-align: left;
line-height: 22px;
}
.registerCon li input {
width: 100%;
height: 45px;
background: #fff;
border: 1px solid #ddd;
color: #ccc;
border-radius: 5px;
padding: 0 5px;
display: inline-block;
-webkit-box-sizing: border-box;
position: relative;
font-size: 16px;
}
.registerCon li input.rText {
padding-left: 30px;
}
.registerCon li s {
float: left;
background-repeat: no-repeat;
height: 19px;
position: absolute;
left: 10px;
top: 13px;
}
.registerCon li s.rs1 {
background-position: 0 0;
width: 13px;
}
.registerCon li s.rs2 {
background-position: 0 -25px;
width: 18px;
}
.registerCon li s.rs3 {
background-position: 0 -50px;
width: 15px;
height: 20px;
margin-left: 2px;
}
.registerCon li s.rs4 {
background-position: 0 -76px;
width: 20px;
top: 10px;
}
.registerCon li a {
color: #2af;
margin-left: 5px;
}
.registerCon li a.nextBtn {
margin-left: 0;
}
.registerCon li span em {
float: left;
background-repeat: no-repeat;
background-position: 0 -6px;
width: 20px;
height: 20px;
margin-right: 5px;
}
.registerCon li span.noCheck em {
border: 1px solid #bbb;
border-radius: 3px;
background: #fff;
width: 16px;
height: 16px;
position: relative;
top: 2px;
margin-right: 7px;
}
.registerCon li a.resendBtn {
display: block;
width: 100%;
height: 33px;
line-height: 33px;
text-align: center;
color: #f60;
background: #fff;
border: 1px solid #c2c2c2;
border-radius: 5px;
margin-left: 0;
font-size: 16px;
box-shadow: 1px 1px 2px #e0e0e0;
}
.registerCon li a.grayBtn {
background: #ddd;
border: 1px solid #bbb;
color: #818181;
}
.registerCon li.accAndPwd {
height: 80px;
}
.registerCon li.accAndPwd dl {
position: relative;
}
.registerCon li.accAndPwd input {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
color: #ccc;
padding: 9px 5px 8px 30px;
display: inline-block;
-webkit-box-sizing: border-box;
position: relative;
font-size: 16px;
}
.registerCon li.accAndPwd input.lEmail {
border-radius: 5px 5px 0 0;
}
.registerCon li.accAndPwd input.lPwd {
border-radius: 0 0 5px 5px;
border-top: 0 none;
}
.registerCon li.accAndPwd s.rs3 {
top: 10px;
}
.registerCon li.rSelect {
height: 20px;
line-height: 20px;
width: 200px;
margin: 20px auto 0;
}
.registerCon li.rSelect a {
color: #999;
}
.registerCon li.rSelect b {
display: inline-block;
height: 12px;
width: 1px;
background: #ddd;
margin: 0 20px;
position: relative;
top: 2px;
}
.terms {
padding: 5px 10px 20px;
text-align: left;
color: #555;
font-size: 14px;
line-height: 22px;
display: inline-block;
}
.terms b {
display: block;
font-weight: bold;
margin-top: 13px;
font-size: 16px;
}
.terms p {
text-align: justify;
text-justify: inter-ideograph;
}
.terms p.p1 {
text-indent: 2em;
margin: 5px 0;
}
.terms p.p2 {
text-indent: -1.3em;
padding-left: 38px;
}
p.binTitle {
float: left;
color: #666;
font-size: 16px;
margin-top: 20px;
padding-left: 20px;
}
.binSuccess2 ul {
padding: 10px 20px 30px;
}
.binSuccess2 li.rSelect {
margin-top: 30px;
}
.binText {
clear: both;
text-align: left;
line-height: 25px;
color: #999;
border-top: #ddd 1px solid;
padding: 20px 0 0 20px;
font-size: 14px;
}
.binSuccess {
color: #999;
padding: 50px 0;
}
.binSuccess3 {
color: #999;
padding: 50px 0;
display: inline-block;
}
.binSuccess3 em,.binSuccess i {
display: inline-block;
background-position: 0 -28px;
width: 22px;
height: 22px;
}
.binSuccess3 .prompt {
margin-left: 30px;
text-align: left;
line-height: 18px;
}
.binSuccess3 .prompt b {
display: block;
font-size: 18px;
color: #666;
margin-bottom: 6px;
}
.binSuccess3 .prompt span {
display: inline-block;
}
.binSuccess dl {
float: left;
padding-left: 20px;
position: relative;
top: -20px;
}
.binSuccess dl dd {
display: inline-block;
text-align: left;
line-height: 18px;
}
.binSuccess dd img {
border-radius: 3px;
width: 48px;
height: 48px;
margin-right: 4px;
position: relative;
top: 2px;
}
.binSuccess dd h4 {
font-size: 14px;
}
.binSuccess span.grade {
display: block;
padding-left: 0;
}
.binSuccess span.grade s {
display: inline-block;
margin-right: 3px;
position: relative;
top: 2px;
}
.binSuccess .binBtn {
clear: both;
height: 45px;
position: relative;
top: 10px;
-webkit-box-sizing: border-box;
padding: 0 20px;
}
.binSuccess .binBtn a {
width: 47%;
height: 43px;
line-height: 43px;
border-radius: 5px;
font-size: 18px;
}
.binSuccess .binBtn a.relieveBtn {
border: 1px solid #ddd;
background: #fff;
color: #f60;
}
.binSuccess p {
font-size: 18px;
}
.binSuccess i {
font-size: 18px;
color: #666;
position: relative;
top: 5px;
margin-right: 5px;
}
.binSuccess a.changeBtn {
width: 50%;
margin: 30px auto 0;
}
|
html/m.1yyg/passport/CSS/login.css
|
@charset "utf-8";
input:-moz-placeholder {
color: #ccc;
}
::-webkit-input-placeholder {
color: #ccc;
}
.registerCon li s {
background: url(../Images/loginSet.png?v=130723);
background-size: 20px auto;
}
.registerCon {
width: 100%;
background: #f4f4f4;
text-align: center;
padding-bottom: 30px;
min-height: 190px;
overflow: hidden;
}
.registerCon ul {
clear: both;
padding: 20px;
position: relative;
}
.registerCon li {
width: 100%;
margin-bottom: 10px;
position: relative;
font-size: 14px;
color: #999;
text-align: left;
line-height: 22px;
}
.registerCon li input {
width: 100%;
height: 45px;
background: #fff;
border: 1px solid #ddd;
color: #ccc;
border-radius: 5px;
padding: 0 5px;
display: inline-block;
-webkit-box-sizing: border-box;
position: relative;
font-size: 16px;
}
.registerCon li input.rText {
padding-left: 30px;
}
.registerCon li s {
float: left;
background-repeat: no-repeat;
height: 19px;
position: absolute;
left: 10px;
top: 13px;
}
.registerCon li s.rs1 {
background-position: 0 0;
width: 13px;
}
.registerCon li s.rs2 {
background-position: 0 -25px;
width: 18px;
}
.registerCon li s.rs3 {
background-position: 0 -50px;
width: 15px;
height: 20px;
margin-left: 2px;
}
.registerCon li s.rs4 {
background-position: 0 -76px;
width: 20px;
top: 10px;
}
.registerCon li a {
color: #2af;
margin-left: 5px;
}
.registerCon li a.nextBtn {
margin-left: 0;
}
.registerCon li span em {
float: left;
background-repeat: no-repeat;
background-position: 0 -6px;
width: 20px;
height: 20px;
margin-right: 5px;
}
.registerCon li span.noCheck em {
border: 1px solid #bbb;
border-radius: 3px;
background: #fff;
width: 16px;
height: 16px;
position: relative;
top: 2px;
margin-right: 7px;
}
.registerCon li a.resendBtn {
display: block;
width: 100%;
height: 33px;
line-height: 33px;
text-align: center;
color: #f60;
background: #fff;
border: 1px solid #c2c2c2;
border-radius: 5px;
margin-left: 0;
font-size: 16px;
box-shadow: 1px 1px 2px #e0e0e0;
}
.registerCon li a.grayBtn {
background: #ddd;
border: 1px solid #bbb;
color: #818181;
}
.registerCon li.accAndPwd {
height: 80px;
}
.registerCon li.accAndPwd dl {
position: relative;
}
.registerCon li.accAndPwd input {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
color: #ccc;
padding: 9px 5px 8px 30px;
display: inline-block;
-webkit-box-sizing: border-box;
position: relative;
font-size: 16px;
}
.registerCon li.accAndPwd input.lEmail {
border-radius: 5px 5px 0 0;
}
.registerCon li.accAndPwd input.lPwd {
border-radius: 0 0 5px 5px;
border-top: 0 none;
}
.registerCon li.accAndPwd s.rs3 {
top: 10px;
}
.registerCon li.rSelect {
height: 20px;
line-height: 20px;
width: 200px;
margin: 20px auto 0;
}
.registerCon li.rSelect a {
color: #999;
}
.registerCon li.rSelect b {
display: inline-block;
height: 12px;
width: 1px;
background: #ddd;
margin: 0 20px;
position: relative;
top: 2px;
}
.terms {
padding: 5px 10px 20px;
text-align: left;
color: #555;
font-size: 14px;
line-height: 22px;
display: inline-block;
}
.terms b {
display: block;
font-weight: bold;
margin-top: 13px;
font-size: 16px;
}
.terms p {
text-align: justify;
text-justify: inter-ideograph;
}
.terms p.p1 {
text-indent: 2em;
margin: 5px 0;
}
.terms p.p2 {
text-indent: -1.3em;
padding-left: 38px;
}
p.binTitle {
float: left;
color: #666;
font-size: 16px;
margin-top: 20px;
padding-left: 20px;
}
.binSuccess2 ul {
padding: 10px 20px 30px;
}
.binSuccess2 li.rSelect {
margin-top: 30px;
}
.binText {
clear: both;
text-align: left;
line-height: 25px;
color: #999;
border-top: #ddd 1px solid;
padding: 20px 0 0 20px;
font-size: 14px;
}
.binSuccess {
color: #999;
padding: 50px 0;
}
.binSuccess3 {
color: #999;
padding: 50px 0;
display: inline-block;
}
.binSuccess3 em,.binSuccess i {
display: inline-block;
background-position: 0 -28px;
width: 22px;
height: 22px;
}
.binSuccess3 .prompt {
margin-left: 30px;
text-align: left;
line-height: 18px;
}
.binSuccess3 .prompt b {
display: block;
font-size: 18px;
color: #666;
margin-bottom: 6px;
}
.binSuccess3 .prompt span {
display: inline-block;
}
.binSuccess dl {
float: left;
padding-left: 20px;
position: relative;
top: -20px;
}
.binSuccess dl dd {
display: inline-block;
text-align: left;
line-height: 18px;
}
.binSuccess dd img {
border-radius: 3px;
width: 48px;
height: 48px;
margin-right: 4px;
position: relative;
top: 2px;
}
.binSuccess dd h4 {
font-size: 14px;
}
.binSuccess span.grade {
display: block;
padding-left: 0;
}
.binSuccess span.grade s {
display: inline-block;
margin-right: 3px;
position: relative;
top: 2px;
}
.binSuccess .binBtn {
clear: both;
height: 45px;
position: relative;
top: 10px;
-webkit-box-sizing: border-box;
padding: 0 20px;
}
.binSuccess .binBtn a {
width: 47%;
height: 43px;
line-height: 43px;
border-radius: 5px;
font-size: 18px;
}
.binSuccess .binBtn a.relieveBtn {
border: 1px solid #ddd;
background: #fff;
color: #f60;
}
.binSuccess p {
font-size: 18px;
}
.binSuccess i {
font-size: 18px;
color: #666;
position: relative;
top: 5px;
margin-right: 5px;
}
.binSuccess a.changeBtn {
width: 50%;
margin: 30px auto 0;
}
| 0.388966 | 0.084833 |
#transloadit,#transloadit *,#transloadit a:hover,#transloadit a:visited,#transloadit a:active{
background:none;
border:none;
bottom:auto;
clear:none;
cursor:default;
float:none;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
font-style:normal;
font-weight:normal;
height:auto;
left:auto;
letter-spacing:normal;
line-height:normal;
max-height:none;
max-width:none;
min-height:0;
min-width:0;
overflow:visible;
position:static;
right:auto;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
top:auto;
visibility:visible;
white-space:normal;
width:auto;
z-index:auto;
}
#transloadit{
position: fixed !important;
top: 50% !important;
left: 0px !important;
width: 100% !important;
max-width: 100% !important;
height: 1px !important;
overflow: visible !important;
visibility: visible !important;
display: block !important;
}
#transloadit, #transloadit label{
font-family: "Helvetica Neue",Helvetica,sans-serif !important;
}
#transloadit .content{
margin-left: -155px !important;
position: absolute !important;
top: -50px !important;
left: 50% !important;
width: 310px !important;
height: 100px !important;
visibility: visible !important;
float: left !important;
}
#transloadit .error{
text-align: center !important;
margin: 25px 0 0 0 !important;
}
#transloadit .error-details{
font-size: 11px!important;
line-height: 12px!important;
margin-top: 10px!important;
padding-top: 10px!important;
border-top: 1px solid #666!important;
}
#transloadit .error-details-toggle{
display: none;
text-align: center!important;
margin-top: 10px!important;
}
#transloadit .error-details-toggle a{
font-size: 10px!important;
color: #666!important;
}
#transloadit .error-details-toggle a:hover{
cursor: pointer !important;
color: #333!important;
}
#transloadit a.close, #transloadit a.close:visited, #transloadit a.close:active{
font-size: 10px!important;
float: right!important;
color: #666!important;
opacity: 1.0!important;
padding-left: 14px!important;
background: url(img/close2.png) no-repeat left 0px!important;
}
#transloadit a.close:hover{
cursor: pointer !important;
color: #333!important;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
#transloadit .progress {
height: 30px;
width: 310px;
margin: 15px 0 10px 0!important;
position: relative;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#transloadit .progress span {
float: right!important;
margin: 7px 7px 0 0!important;
color: #fff!important;
}
#transloadit .progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 13px;
color: #ffffff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
#transloadit .progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
#transloadit .progress.active .bar {
opacity: 0.7;
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
#transloadit label{
margin: 0!important;
z-index: 999!important;
padding: 0 !important;
width: 100% !important;
max-width: 100% !important;
text-align: center !important;
font-size: 14px !important;
line-height: 20px !important;
font-weight: normal !important;
color: #333!important;
display: block;
}
#transloadit .job_progress span{background-color: #B5E000 !important;}
#transloadit .job_error span{background-color: #E40000 !important;}
#transloadit_expose{background:#fff !important;}
|
css/transloadit2.css
|
#transloadit,#transloadit *,#transloadit a:hover,#transloadit a:visited,#transloadit a:active{
background:none;
border:none;
bottom:auto;
clear:none;
cursor:default;
float:none;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
font-style:normal;
font-weight:normal;
height:auto;
left:auto;
letter-spacing:normal;
line-height:normal;
max-height:none;
max-width:none;
min-height:0;
min-width:0;
overflow:visible;
position:static;
right:auto;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
top:auto;
visibility:visible;
white-space:normal;
width:auto;
z-index:auto;
}
#transloadit{
position: fixed !important;
top: 50% !important;
left: 0px !important;
width: 100% !important;
max-width: 100% !important;
height: 1px !important;
overflow: visible !important;
visibility: visible !important;
display: block !important;
}
#transloadit, #transloadit label{
font-family: "Helvetica Neue",Helvetica,sans-serif !important;
}
#transloadit .content{
margin-left: -155px !important;
position: absolute !important;
top: -50px !important;
left: 50% !important;
width: 310px !important;
height: 100px !important;
visibility: visible !important;
float: left !important;
}
#transloadit .error{
text-align: center !important;
margin: 25px 0 0 0 !important;
}
#transloadit .error-details{
font-size: 11px!important;
line-height: 12px!important;
margin-top: 10px!important;
padding-top: 10px!important;
border-top: 1px solid #666!important;
}
#transloadit .error-details-toggle{
display: none;
text-align: center!important;
margin-top: 10px!important;
}
#transloadit .error-details-toggle a{
font-size: 10px!important;
color: #666!important;
}
#transloadit .error-details-toggle a:hover{
cursor: pointer !important;
color: #333!important;
}
#transloadit a.close, #transloadit a.close:visited, #transloadit a.close:active{
font-size: 10px!important;
float: right!important;
color: #666!important;
opacity: 1.0!important;
padding-left: 14px!important;
background: url(img/close2.png) no-repeat left 0px!important;
}
#transloadit a.close:hover{
cursor: pointer !important;
color: #333!important;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
#transloadit .progress {
height: 30px;
width: 310px;
margin: 15px 0 10px 0!important;
position: relative;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#transloadit .progress span {
float: right!important;
margin: 7px 7px 0 0!important;
color: #fff!important;
}
#transloadit .progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 13px;
color: #ffffff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: none!important;
-moz-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
#transloadit .progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
#transloadit .progress.active .bar {
opacity: 0.7;
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
#transloadit label{
margin: 0!important;
z-index: 999!important;
padding: 0 !important;
width: 100% !important;
max-width: 100% !important;
text-align: center !important;
font-size: 14px !important;
line-height: 20px !important;
font-weight: normal !important;
color: #333!important;
display: block;
}
#transloadit .job_progress span{background-color: #B5E000 !important;}
#transloadit .job_error span{background-color: #E40000 !important;}
#transloadit_expose{background:#fff !important;}
| 0.349644 | 0.115886 |
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #34495e;
margin: 0;
border-top: 2px solid #4fc08d;
background-color: #f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-weight: 300;
font-size: 4em;
color: #2c3e50;
}
h4, a {
font-weight: 400;
font-size: 15px;
color: #7f8c8d;
}
p {
word-spacing: 0.05em;
}
a {
text-decoration: none;
color: #34495e;
}
a.button {
display: inline-block;
width: 280px;
margin: 0.5em;
font-family: 'Roboto Mono', Monaco, courier, monospace;
font-weight: 700;
color: #fff;
background-color: #4fc08d;
border-bottom: 2px solid #3aa373;
padding: 12px 14px;
border-radius: 4px;
transition: all 0.15s ease;
}
a.button:hover {
background-color: #5dc596;
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px);
}
#social {
text-align: center;
list-style-type: none;
margin: 0 auto;
padding: 0;
margin: 1.5em auto;
}
#social li {
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
ul {
list-style-type: none;
padding: 0;
margin: 60px 0;
}
#wrapper {
width: 960px;
margin: 0 auto;
min-height: 80px;
text-align: center;
}
.list-container {
border: 1px solid #eee;
border-radius: 2px;
background: #fff;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.spinner-list {
/* width: 200px;
height: 150px;
line-height: 150px;
color: white;
font-weight: bold;
font-size: 3em;
text-align: center;*/
display: -webkit-flex;
display: flex;
webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
width: 200px;
height: 200px;
webkit-align-items: center;
align-items: center;
webkit-justify-content: center;
justify-content: center;
}
@media screen and(max-width: 700px) {
html,
body {
margin: 0;
}
#wrapper {
width: 100%;
}
}
|
node_modules/vue-spinner/example/app.css
|
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #34495e;
margin: 0;
border-top: 2px solid #4fc08d;
background-color: #f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-weight: 300;
font-size: 4em;
color: #2c3e50;
}
h4, a {
font-weight: 400;
font-size: 15px;
color: #7f8c8d;
}
p {
word-spacing: 0.05em;
}
a {
text-decoration: none;
color: #34495e;
}
a.button {
display: inline-block;
width: 280px;
margin: 0.5em;
font-family: 'Roboto Mono', Monaco, courier, monospace;
font-weight: 700;
color: #fff;
background-color: #4fc08d;
border-bottom: 2px solid #3aa373;
padding: 12px 14px;
border-radius: 4px;
transition: all 0.15s ease;
}
a.button:hover {
background-color: #5dc596;
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px);
}
#social {
text-align: center;
list-style-type: none;
margin: 0 auto;
padding: 0;
margin: 1.5em auto;
}
#social li {
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
ul {
list-style-type: none;
padding: 0;
margin: 60px 0;
}
#wrapper {
width: 960px;
margin: 0 auto;
min-height: 80px;
text-align: center;
}
.list-container {
border: 1px solid #eee;
border-radius: 2px;
background: #fff;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.spinner-list {
/* width: 200px;
height: 150px;
line-height: 150px;
color: white;
font-weight: bold;
font-size: 3em;
text-align: center;*/
display: -webkit-flex;
display: flex;
webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
width: 200px;
height: 200px;
webkit-align-items: center;
align-items: center;
webkit-justify-content: center;
justify-content: center;
}
@media screen and(max-width: 700px) {
html,
body {
margin: 0;
}
#wrapper {
width: 100%;
}
}
| 0.360377 | 0.070816 |
.wp-block-columns {
display: flex;
flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
flex-wrap: nowrap
}
}
.wp-block-column {
flex-grow: 1;
margin-bottom: 1em;
flex-basis: 100%;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word
}
@media (min-width:600px) {
.wp-block-column {
flex-basis: calc(50% - 16px);
flex-grow: 0
}
.wp-block-column:nth-child(2n) {
margin-left: 32px
}
}
@media (min-width:782px) {
.wp-block-column:not(: first-child) {
margin-left: 32px
}
}
.wp-block-image {
max-width: 100%;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0
}
.wp-block-image img {
max-width: 100%
}
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-media-text .wp-block-media-text__media {
grid-area: media-text-media;
margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
grid-area: media-text-content;
padding: 0 8%
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.section-videos-carousel-flex-header {
padding: 61px 0 38px
}
.section-videos-carousel-flex-header .videos {
margin-bottom: 20px
}
.section-videos-carousel-flex-header.style-2 .videos {
margin-bottom: 9px
}
.section-videos-carousel-flex-header.style-2 .videos .video__poster:before {
bottom: -1px
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.masvideos-register-login,
.site-content__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.section-featured-movie .featured-movie__content-image {
width: 187px;
height: 59px;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 61px
}
.section-featured-movie .featured-movie__content .movies .movie__meta,
.section-featured-movie .featured-movie__content .movies .movie__poster {
display: none
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -7.5px;
margin-left: -7.5px
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
position: relative;
width: 100%;
padding-right: 7.5px;
padding-left: 7.5px
}
@media (max-width:1439.98px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode:first-child {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media (min-width:768px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
@media (min-width:1200px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode__title {
font-size: 14px;
color: #fff
}
.movies-sliders {
position: relative
}
@media (max-width:1199.98px) {
.movies-sliders {
max-height: 600px
}
}
@media (max-width:991.98px) {
.movies-sliders {
max-height: 500px
}
}
.movies-sliders .movie-slide {
position: relative;
background-position: center
}
.movies-sliders .movies-sliders-single-content {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px)
}
@media (max-width:991.98px) {
.movies-sliders .movies-sliders-single-content {
margin-left: calc(-50vw + 50%)
}
}
@media (min-width:1200px) {
.movies-sliders .movies-sliders-single-content .container {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%
}
}
@media (max-width:1439.98px) {
.movies-sliders .single-featured-movie {
padding-top: 50px;
text-align: center
}
}
@media (min-width:1200px) {
.movies-sliders .single-featured-movie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.movies-sliders .single-featured-movie .movie__link {
display: inline-block
}
.movies-sliders .single-featured-movie .movie__title {
font-size: 30px;
color: #fff;
line-height: 1.1;
font-family: Montserrat, "Open Sans", sans-serif;
white-space: normal
}
@media (min-width:768px) {
.movies-sliders .single-featured-movie .movie__title {
font-size: 45px
}
}
@media (min-width:1200px) {
.movies-sliders .single-featured-movie .movie__title {
font-size: 72px
}
}
.movies-sliders .single-featured-movie .movie__meta {
color: #fff;
font-size: 13px;
margin-bottom: 28px
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__meta {
font-size: 14px
}
}
.movies-sliders .single-featured-movie .movie__meta span a {
color: #fff
}
.movies-sliders .single-featured-movie .movie__meta span+span:before {
content: '|';
padding: 0 10px
}
.movies-sliders .single-featured-movie .movie__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
@media (max-width:1439.98px) {
.movies-sliders .single-featured-movie .movie__actions {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px;
padding: 12px 30px;
font-size: .875rem;
line-height: 1.5;
border-radius: 5px;
font-family: Montserrat, "Open Sans", sans-serif;
border-width: 2px;
display: block;
width: 100%
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
padding: 21px 38px 16px;
display: inline-block;
width: auto
}
}
.movies-sliders .single-featured-movie .movie__actions a:first-child {
margin-bottom: 1em
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions a:first-child {
margin-bottom: 0
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
border-radius: 5px;
position: relative;
color: transparent;
border-color: transparent;
border-color: #fff;
width: 100%
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
margin-left: 20px;
padding: 0;
width: auto
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle {
color: #fff!important;
border: 1px solid #fff
}
.movies-sliders .movies-sliders-single-content .movie__title {
color: #fff
}
.section-movies-list .top-movies-list__header a {
color: #949494
}
.section-movies-list .top-movies-list__info .movie-list__poster {
display: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .movie__poster--image {
position: relative
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta--genre {
display: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta>span+span:before {
content: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__badge {
display: none
}
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
margin-top: 15px;
display: none
}
@media (min-width:992px) {
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
margin-top: 0
}
}
@media (min-width:1200px) {
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
}
.section-movies-list .nav-tabs li+li,
.section-movies-list .top-movies-list__header .nav-tabs li+li {
margin-left: 19px
}
.section-movies-list .nav-tabs li a.nav-link,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link {
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -.025em
}
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active {
font-weight: 700
}
.section-movies-list .top-movies-list__header .nav-tabs {
display: none
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.masvideos-register-login,
.site-content__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.site-header__upload,
.site-header__user-account,
.site_header__primary-nav {
font-family: Montserrat, "Open Sans", sans-serif
}
a {
color: #24baef
}
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-xxl: 1440px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
*::before,
*::after {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
article,
figcaption,
figure,
footer,
header,
main,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: .9375rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
h2,
h3 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
ul {
margin-top: 0;
margin-bottom: 1rem
}
ul ul {
margin-bottom: 0
}
strong {
font-weight: bolder
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
input,
button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button {
text-transform: none
}
button,
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type="checkbox"] {
box-sizing: border-box;
padding: 0
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
h2,
h3 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
h2 {
font-size: 2rem
}
h3 {
font-size: 1.75rem
}
.nav .sub-menu,
.site-header__user-account .sub-menu,
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 15px;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.nav .sub-menu>li>a,
.dropdown-menu>li>a {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
figure,
img {
max-width: 100%;
height: auto
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
.search-field {
display: block;
width: 100%;
padding: 10px 20px;
font-size: 15px;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #d0d0d2;
border-radius: 4px
}
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="search"]::-ms-expand,
.search-field::-ms-expand {
background-color: transparent;
border: 0
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
.search-field::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
.search-field:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
.search-field::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.button,
.search-submit,
button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.button,
button {
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.nav,
.offcanvas-nav {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav>li>a,
.offcanvas-nav>li>a {
display: block
}
.nav .menu-item-has-children,
.offcanvas-nav .menu-item-has-children {
position: relative
}
.container-fluid,
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container-fluid,
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container-fluid,
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container-fluid,
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container-fluid,
.container {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container-fluid,
.container {
padding-left: 38px;
padding-right: 38px
}
}
.site-content__inner,
.masvideos-register-login {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-register,
.masvideos-register-login .masvideos-login {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
[data-simplebar] {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-content: flex-start;
align-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px)
}
.modal-content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
width: 100%;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
}
.fade:not(.show) {
opacity: 0
}
@media (min-width:768px) {
.masvideos-register,
.masvideos-login {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.masvideos-register__inner h2,
.masvideos-login__inner h2 {
font-size: 25px;
margin-bottom: 28px
}
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 2px solid transparent;
text-transform: uppercase;
padding: 13.5px 30px;
font-size: .9375rem;
line-height: 1;
border-radius: 5px;
text-transform: capitalize
}
.masvideos-register .form-row,
.masvideos-login .form-row {
margin-bottom: 26px
}
.masvideos-register .form-row label,
.masvideos-login .form-row label {
margin: 0;
font-size: 14px;
font-weight: 600
}
.masvideos-register .form-row input,
.masvideos-login .form-row input {
border-radius: 0;
border-width: 0;
border-bottom-width: 2px;
padding: 5px 12px;
border-bottom-color: #e4e4e4
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox {
margin-bottom: 18px
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox span {
margin-left: 6px
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .masvideos-LostPassword a {
font-weight: 400;
color: #2f3539;
font-size: 14px
}
@media (min-width:1200px) {
.masvideos-login__inner {
padding-left: 60px;
padding-right: 200px
}
}
.masvideos-login__inner p[class^="form-row"] {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start
}
.masvideos-login__inner p[class^="form-row"] .masvideos-Button {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.masvideos-login__inner .masvideos-LostPassword {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
margin-left: auto
}
.masvideos-form-login {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.masvideos-form-login p[class^="masvideos-form-row"] {
width: 100%
}
@media (min-width:1200px) {
.masvideos-register__inner {
padding-right: 60px;
padding-left: 200px
}
}
.masvideos-register__inner::after {
content: "";
width: 2px;
height: 260px;
display: block;
border-left: 1px solid #efefef;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.masvideos-register-login {
margin: 60px 0
}
.modal-dialog {
max-width: 800px
}
.modal-body .masvideos-register__inner {
padding-right: 20px;
padding-left: 0
}
.modal-body .masvideos-login__inner {
padding-left: 20px;
padding-right: 0
}
.modal-body .masvideos-register-login {
margin: 40px 20px 20px
}
.vodi-jetpack-views {
font-size: 12px;
color: #949cb0;
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.vodi-jetpack-views span::before {
content: '\f06e';
font-family: "Font Awesome 5 Free";
font-size: 15px;
font-weight: 400;
display: inline-block;
vertical-align: middle;
margin-right: 5px
}
body {
font-family: "Open Sans", sans-serif;
font-size: 15px;
line-height: 24px;
color: #19272e;
letter-spacing: -.01em;
-webkit-font-smoothing: antialiased;
-ms-word-wrap: break-word;
word-wrap: break-word;
overflow-x: hidden
}
h2,
h3 {
font-family: "Montserrat", "Open Sans", sans-serif
}
a {
color: #24baef
}
.yamm>.menu-item-has-children.yamm-fw {
position: static
}
.yamm>.menu-item-has-children.yamm-fw .sub-menu,
.yamm>.menu-item-has-children.yamm-tfw .sub-menu {
background-color: #f6f7f9;
border-radius: 0
}
.yamm>.menu-item-has-children.yamm-fw>.sub-menu,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu {
margin-top: 0;
box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2);
padding: 0
}
.yamm>.menu-item-has-children.yamm-fw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-fw>.sub-menu::after,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::after {
opacity: 0
}
.yamm>.menu-item-has-children.yamm-fw .menu-item-object-mas_static_content>a,
.yamm>.menu-item-has-children.yamm-tfw .menu-item-object-mas_static_content>a {
display: none
}
.yamm .menu-item.yamm-fw>.sub-menu {
right: 0;
width: 100%
}
.yamm .menu-item.yamm-tfw>.sub-menu {
width: 500px
}
.yamm .yamm-fw .yamm-content {
padding: 36px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.yamm .yamm-fw .yamm-content {
max-width: 540px
}
}
@media (min-width:768px) {
.yamm .yamm-fw .yamm-content {
max-width: 720px
}
}
@media (min-width:992px) {
.yamm .yamm-fw .yamm-content {
max-width: 960px
}
}
@media (min-width:1200px) {
.yamm .yamm-fw .yamm-content {
max-width: 1170px
}
}
@media (min-width:1200px) {
.yamm .yamm-fw .yamm-content {
padding-left: 38px;
padding-right: 38px
}
}
.yamm .wp-block-image img {
box-shadow: 0 0 9px rgba(0, 0, 0, .25)
}
.yamm .yamm-tfw .yamm-content {
padding: 30px 40px
}
.yamm .yamm-content {
font-family: "Open Sans", sans-serif
}
.yamm .yamm-content .wp-block-column {
margin: 0 15px
}
.yamm .yamm-content ul {
padding-left: 0;
list-style: none
}
.yamm .yamm-content li {
line-height: 28px
}
.yamm .yamm-content li a {
color: #121a21
}
.yamm .yamm-content li a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between
}
.yamm .yamm-content li a::after {
margin: 0;
position: relative!important
}
.yamm .yamm-content h2,
.yamm .yamm-content ul li.nav-title {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: 700;
color: #19272e
}
.yamm .yamm-content ul li.highlight a {
font-weight: 700
}
.yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
@media (min-width:1200px) {
.yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
padding-right: 60px
}
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster {
-webkit-box-flex: 0;
-webkit-flex: 0 0 42.5%;
flex: 0 0 42.5%;
max-width: 42.5%;
padding-right: 22px;
margin-bottom: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link {
height: 100%;
padding: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image {
position: relative
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster+.movie__body {
-webkit-box-flex: 0;
-webkit-flex: 0 0 57.5%;
flex: 0 0 57.5%;
max-width: 57.5%
}
.yamm .yamm-content .vodi-megamenu-movie .movie__body {
-webkit-flex-basis: 0%;
flex-basis: 0%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.yamm .yamm-content .vodi-megamenu-movie .movie__title {
color: #19272e
}
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description {
display: block
}
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description div,
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description p {
font-size: 13px;
color: #4b5358;
max-height: 110px;
overflow: hidden;
font-weight: 400
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>a,
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist>a {
padding: 0;
background: transparent;
border: none;
text-transform: capitalize
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before {
content: "/";
color: #e7e8e9;
margin: 0 5px 0 15px
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist {
font-size: 14px;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: flex;
margin-left: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a {
color: #717272
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a.dropdown-toggle:before {
content: none
}
.yamm .yamm-content .has-2-columns>.wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 19.1666666667%;
flex: 0 0 19.1666666667%;
max-width: 19.1666666667%
}
.yamm .yamm-content .has-2-columns>.wp-block-column+.wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 80.8333333333%;
flex: 0 0 80.8333333333%;
max-width: 80.8333333333%
}
.yamm .yamm-fw .yamm-content h2 {
margin-bottom: 20px
}
.yamm .yamm-fw .yamm-content .wp-block-columns {
margin: 0 -30px
}
.yamm .yamm-fw .yamm-content .wp-block-column {
margin: 0;
padding: 0 30px
}
.yamm .yamm-fw .yamm-content .wp-block-column+.wp-block-column {
border-left: 1px solid #dedede
}
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu {
-webkit-column-count: 2;
column-count: 2
}
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a {
font-weight: 400
}
.site_header__primary-nav {
padding: 0 20px
}
.site_header__primary-nav .nav>li>a {
padding: 31px 16px;
line-height: 18px;
font-weight: 400
}
.site_header__primary-nav .menu-item-has-children>a {
position: relative
}
.site_header__primary-nav .menu-item-has-children>a::after {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%
}
.site_header__primary-nav .sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
top: 110%;
visibility: hidden;
opacity: 0
}
.site_header__primary-nav .sub-menu a {
font-size: 14px
}
.site_header__primary-nav>ul>li>.sub-menu:before,
.site_header__primary-nav>ul>li>.sub-menu:after {
content: "";
position: absolute
}
.site_header__primary-nav>ul>li>.sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px
}
.site_header__primary-nav>ul>li>.sub-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.site_header__primary-nav .sub-menu {
margin-top: 0;
background-color: #f6f7f9
}
.site_header__primary-nav>ul>li>.sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9
}
.site_header__primary-nav>ul>li>.sub-menu:after {
border-bottom: 9px solid #f6f7f9
}
.offcanvas-collapse {
position: fixed;
top: 0;
bottom: 0;
height: 100vh;
width: 240px;
padding-right: 24px;
padding-left: 24px;
overflow-y: auto;
visibility: visible;
right: auto;
left: 0;
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
.offcanvas-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
margin-left: -24px;
margin-right: -24px
}
.offcanvas-nav .menu-item>a {
padding: 8px 24px;
display: block;
white-space: unset
}
.offcanvas-nav .menu-item-has-children {
width: 100%
}
.offcanvas-nav .dropdown-menu {
padding-left: 0;
list-style: none;
padding-left: 0;
display: none;
border: 0;
float: none;
margin: 0;
-webkit-animation: v-fadein .4s;
animation: v-fadein .4s
}
.offcanvas-nav .dropdown-menu>li>a {
padding-left: 40px
}
.offcanvas-nav .dropdown-toggle {
position: relative
}
.offcanvas-nav .dropdown-toggle:after {
content: "\f067";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 10px;
position: absolute;
right: 25px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%
}
.offcanvas-drawer {
position: fixed;
z-index: 2000;
background: rgba(0, 0, 0, .5);
right: 0;
top: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden
}
@-webkit-keyframes v-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes v-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
.desktop-header {
display: none
}
@media (min-width:1200px) {
.desktop-header {
display: block
}
}
@media (min-width:1200px) {
.handheld-header {
display: none
}
}
.handheld-header .site-header__search .dropdown-toggle {
font-size: 20px;
color: #656565
}
.handheld-header .site-header__logo {
padding: 10px 0
}
.handheld-header .site-header__user-account .dropdown-menu,
.handheld-header .site-header__search .dropdown-menu {
top: 100%!important;
left: 0!important;
right: 0!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
border-width: 0;
margin-top: 0;
border-radius: 0;
padding: 10px;
box-shadow: none;
background-color: #f6f7f9
}
.handheld-header .site-header__user-account {
position: static;
margin-left: 10%
}
.handheld-header .site-header__user-account .dropdown-menu {
padding: 20px 10px
}
.handheld-header .site-header__user-account>.sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9;
right: 20px
}
.handheld-header .site-header__user-account>.sub-menu:after {
right: 20px;
border-bottom: 9px solid #f6f7f9
}
.handheld-header .site-header__user-account svg {
width: 28px;
height: 28px
}
.handheld-header .site-header__user-account svg image {
width: 28px;
height: auto
}
.navbar-brand {
display: block
}
.site-header {
box-shadow: 0 0 8px rgba(51, 51, 51, .3);
margin-bottom: 37px;
position: relative;
z-index: 3;
display: none
}
@media (min-width:1200px) {
.site-header {
display: block
}
}
.site-header.handheld-header {
display: block
}
@media (min-width:1200px) {
.site-header.handheld-header {
display: none
}
}
.site-header__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between
}
.site-header.header-v1 .site-header__inner {
min-height: 82px
}
.site-header.header-v1 .site-header__user-account--link:not(.btn) {
padding: 25px 0 25px 10px
}
.site-header__right,
.site-header__left {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.site-header__left>*:last-child {
padding-right: 0
}
.site-header__offcanvas--toggler {
padding: 18px;
margin-left: -18px;
display: block;
background: transparent
}
.site-header__search {
padding: 0 10px
}
.site-header__upload {
font-size: 14px;
line-height: 18px;
margin-top: 4px;
padding: 0 10px
}
.site-header__upload--link {
display: -webkit-box;
display: -webkit-flex;
display: flex;
white-space: nowrap
}
.site-header__upload--icon {
margin-right: 9px;
display: block
}
.site-header__user-account {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.site-header__user-account--link {
white-space: nowrap;
display: block;
position: relative
}
@media (min-width:1200px) {
.site-header__user-account--link {
margin-right: 15px
}
}
@media (min-width:1200px) {
.site-header__user-account--link::after {
display: inline-block;
right: -14px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%
}
}
.site-header__user-account>.sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
right: 0;
left: auto!important;
top: 100%!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important
}
.site-header__user-account>.sub-menu>li>a {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 14px
}
.site-header__user-account>.sub-menu:before,
.site-header__user-account>.sub-menu:after {
content: "";
position: absolute
}
.site-header__user-account>.sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
right: 10px
}
.site-header__user-account>.sub-menu:after {
top: -9px;
right: 11px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.site-header .highlight {
font-weight: 700
}
.page-template-default .site-header {
margin-bottom: 0
}
.has-2-columns {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.has-2-columns .wp-block-column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0
}
@media (min-width:992px) {
.has-2-columns .wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.wp-block-column .home-section {
width: 100%;
margin-left: 0
}
.wp-block-column .container {
padding-left: 0;
padding-right: 0
}
.search-form {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 0
}
.search-form .search-field {
border-color: #d0d0d2;
padding: 7px 19px;
border-radius: 20px;
background: transparent
}
.search-form .search-submit {
border-width: 0;
margin-left: -52px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
padding: 0 16px;
background: transparent
}
.search-form .search-submit svg {
fill: #656565;
margin-bottom: 3px
}
.page__content {
margin-bottom: 40px
}
.page__content::after {
display: block;
clear: both;
content: ""
}
.page-template-default.home .page__content {
margin-bottom: 0
}
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px
}
.footer-social-icon .fa-stack-2x {
font-size: 34px
}
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff
}
@media (min-width:1200px) {
.handheld-footer {
display: none
}
}
.handheld-footer .site-info {
padding: 15px
}
.site__footer--v1 .fa-stack i:first-child {
display: none
}
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px
}
.footer-social-icon .fa-stack-2x {
font-size: 34px
}
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff
}
@media (min-width:1200px) {
.handheld-footer {
display: none
}
}
.handheld-footer .site-info {
padding: 15px
}
.site__footer--v1 .fa-stack i:first-child {
display: none
}
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1
}
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%
}
.fa-stack-2x {
font-size: 2em
}
.fa-circle:before {
content: "\f111"
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(fonts/fa-regular-400.eot);
src: url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-regular-400.woff2) format("woff2"), url(fonts/fa-regular-400.woff) format("woff"), url(fonts/fa-regular-400.ttf) format("truetype"), url(fonts/fa-regular-400.svg#fontawesome) format("svg")
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(fonts/fa-solid-900.eot);
src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fas {
font-family: "Font Awesome 5 Free"
}
.fas {
font-weight: 900
}
.dark .movie .avg-rating-number {
color: #b4bbc0
}
.dark i {
color: #d1d1d1
}
.handheld-header.light .site-header__logo .vodi-gr {
fill: #2c98d1
}
.light .movie__title,
.light .movie__actions .movie-actions--link_add-to-playlist a {
color: #000
}
.light .tv-show__actions .tv-show-actions--link_add-to-playlist>a {
color: #000
}
.light .tv-show__hover-area .tv-show__season-info {
border-bottom: 1px solid #e8e8e8
}
.light .movie .avg-rating-number,
.light .tv-show .avg-rating-number {
color: #fff
}
.site-header.light {
background: #fff
}
.site-header.light .site_header__primary-nav .nav>li>a,
.site-header.light .site-header__upload--link,
.site-header.light .site-header__user-account--link:not(.btn),
.site-header.light .site-header__upload {
color: #121a21
}
.site-header.light .search-form .search-field {
border-color: #d0d0d2;
background-color: transparent
}
.site-header.light .site-header__offcanvas--toggler svg {
fill: #97979f
}
.site-header.light .site-header__upload--link svg {
fill: #6f6f6f
}
.site-header.light .search-form .search-submit svg {
fill: #656565
}
.site-header.light .offcanvas-collapse {
background-color: #fff
}
.site-header.light .offcanvas-nav .menu-item>a {
color: #121a21
}
.site-header.light .site_header__primary-nav .menu-item-has-children>a::after {
background: url(data:image/svg+xml;utf8,) no-repeat
}
.site-header.light .site-header__user-account--link::after {
background: url(data:image/svg+xml;utf8,) no-repeat
}
.site-header.light .site-header__logo .vodi-gr {
fill: url(https://demo2.madrasthemes.com/vodi-demos/main/wp-content/themes/vodi/assets/css/#vodi-gr-hh)
}
@media (min-width:1200px) {
.site-header.light .site-header__logo .vodi-gr {
fill: url(https://demo2.madrasthemes.com/vodi-demos/main/wp-content/themes/vodi/assets/css/#vodi-gr)
}
}
.video-actions--link_add-to-playlist,
.movie-actions--link_add-to-playlist,
.tv-show-actions--link_add-to-playlist {
position: relative
}
.video-actions--link_add-to-playlist .dropdown-menu,
.movie-actions--link_add-to-playlist .dropdown-menu,
.tv-show-actions--link_add-to-playlist .dropdown-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
top: 100%;
left: 0
}
.video-actions--link_add-to-playlist .dropdown-menu:before,
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
content: "";
position: absolute
}
.video-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px
}
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.video-actions--link_add-to-playlist .dropdown-menu>a,
.movie-actions--link_add-to-playlist .dropdown-menu>a,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
padding: .5rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: normal;
background-color: transparent;
border: 0;
text-transform: none;
font-family: "Open Sans", sans-serif;
font-size: 14px;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.tv-show-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.home-section {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px)
}
@media (max-width:991.98px) {
.home-section {
margin-left: calc(-50vw + 50%)
}
}
.home-section .tab-content>.tab-pane {
display: none
}
.style-2.home-section .video__body {
position: relative
}
.wp-block-columns.has-2-columns .wp-block-column {
margin-bottom: 0
}
.movie {
position: relative;
margin-bottom: 23px
}
.movie__link {
display: block
}
.movie__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.movie__poster {
margin-bottom: 8px;
position: relative
}
.movie__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000
}
.movie__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0
}
.movie__meta>span+span:before {
content: ', '
}
.movie__meta span a {
color: #949cb0
}
.movie__title,
.movie__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.movie__short-description p,
.movie__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
color: #b4bbc0
}
.movie__short-description div {
margin-bottom: 1rem
}
.movie__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 18.7px
}
.movie__actions .movie-actions--link_add-to-playlist {
color: #303544
}
.movie .movie-actions--link_watch {
border-radius: 5px;
background-color: #303544
}
.movie__actions,
.movie__review-info,
.movie__short-description {
display: none
}
.movie__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0
}
.movie__review-info .avg-rating-number {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: 100%;
text-align: center;
line-height: 1.5
}
.movie .avg-rating {
position: relative;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
display: block;
margin-bottom: 10px
}
.movie .avg-rating .rating-with-count {
position: relative
}
.movie .avg-rating .vodi-svg {
fill: #303544
}
.movie .avg-rating {
font-size: 14px;
color: #949cb0
}
.movie .avg-rating-number {
font-weight: 700
}
.movie .rating-number-with-text .avg-rating-number {
display: none
}
.dark .movie__actions .movie-actions--link_add-to-playlist {
color: #fff
}
.movies__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -12.5px;
margin-left: -12.5px
}
.movies__inner>.movie {
position: relative;
width: 100%;
padding-right: 12.5px;
padding-left: 12.5px
}
.columns-1 .movies__inner>.movie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.movies .movie__title {
margin-bottom: 11px
}
.movie__poster .movie__link,
.tv-show__poster .tv-show__link,
.video__poster .video__link,
.episode__poster .episode__link {
display: block;
width: 100%;
position: relative;
height: 100%;
overflow: hidden;
height: 0
}
.movie__poster .movie__link .movie__poster--image,
.tv-show__poster .tv-show__link .tv-show__poster--image,
.video__poster .video__link .video__poster--image,
.episode__poster .episode__link .episode__poster--image {
position: relative;
display: block;
max-width: 100%;
max-height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-o-object-fit: cover;
object-fit: cover;
position: absolute
}
.movie__poster .movie__link {
padding: 150% 0 0 0
}
.tv-show__poster .tv-show__link,
.video__poster .video__link,
.episode__poster .episode__link {
padding: 56.25% 0 0 0
}
.video {
position: relative;
margin-bottom: 34px
}
.video__link {
display: block
}
.video__container {
position: relative
}
.video__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.video__title {
display: -webkit-box;
max-height: 36px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2
}
.video__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.video__poster {
margin-bottom: 11px
}
@media (min-width:992px) and (max-width:1199.98px) {
.video__poster img {
width: 100%
}
}
.video__title {
font-size: 14px;
line-height: 18px;
color: #000;
margin-bottom: 2px
}
.video__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0
}
.video__actions,
.video__review-info,
.video__short-description {
display: none
}
.video__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
color: #b4bbc0
}
.video__short-description div {
margin-bottom: 23px
}
.video__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent
}
.video .video-actions--link_watch {
border-radius: 5px;
background-color: #303544;
padding: 12.5px 18.7px
}
.video .video-actions--link_add-to-playlist {
padding: 12px
}
.video__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0
}
.video__views-meta>* {
display: inline;
margin-bottom: 4px
}
.video__views-meta>*::after {
content: '・';
display: inline-block;
font-weight: 700
}
.video__views-meta>*:last-child::after {
content: none
}
.video__views-meta .vodi-jetpack-views span::before {
content: none
}
.videos .video__title {
font-family: "Open Sans", sans-serif;
font-weight: 700
}
.style-2 .video {
margin-bottom: 26px
}
.style-2 .video__link {
position: relative
}
.style-2 .video__info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 25px 30px;
z-index: 1
}
.style-2 .video .video__poster:before {
background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1
}
.style-2 .video .video__poster img {
height: auto
}
.style-2 .video__title {
font-size: 15px;
color: #fff
}
.videos__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px
}
.videos__inner .video__poster--image {
width: 100%
}
.videos__inner>.video {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px
}
.videos-carousel__inner .videos__inner {
margin: 0
}
.videos-carousel__inner .video {
margin-bottom: 0
}
.tv-shows__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px
}
.tv-shows__inner>.tv-show {
position: relative;
width: 100%;
padding-right: 8px;
padding-left: 8px
}
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
@media (min-width:992px) {
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%
}
}
@media (min-width:1200px) {
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.tv-show {
margin-bottom: 30px
}
.tv-show__title {
font-size: 14px;
line-height: 1.45;
letter-spacing: -.01em;
font-family: "Open Sans", sans-serif;
font-weight: 700
}
.tv-show__title,
.tv-show__short-description p,
.tv-show .tv-show-actions--link_add-to-playlist {
color: #000
}
.tv-show__seasons {
color: #949cb0
}
.tv-show__seasons a {
color: #24baef
}
.tv-show__title,
.tv-show__meta,
.tv-show__episode {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.tv-show__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
@media (min-width:1200px) {
.tv-show__actions {
display: none
}
}
.tv-show__episode,
.tv-show__short-description {
display: none
}
.tv-show__review-info {
display: none
}
.tv-show__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.tv-show__meta {
margin-top: 4px
}
.tv-show__meta>span+span:before {
content: ', '
}
.tv-show__meta--genre,
.tv-show__meta--genre a,
.tv-show__meta--release-year {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0;
font-family: "Open Sans", sans-serif;
font-weight: 400
}
.tv-show__episode {
font-size: 12px
}
.tv-show__episode a {
color: #24baef
}
.tv-show__short-description {
overflow: hidden
}
.tv-show__short-description p,
.tv-show__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
margin-bottom: 0
}
.tv-show .tv-show-actions--link_watch {
color: #fff;
background-color: #24baef;
border-color: #24baef
}
.tv-show__actions {
display: none
}
.tv-show__actions .tv-show-actions--link_watch,
.tv-show__actions .tv-show-actions--link_add-to-playlist>a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 17.7px;
white-space: nowrap
}
.tv-show__review-info {
padding-left: 10px;
line-height: 18px
}
.tv-show__review-info .avg-rating-number {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
line-height: 1.5;
text-align: center
}
.tv-show .avg-rating {
position: relative;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
display: block;
margin-bottom: 10px
}
.tv-show .avg-rating .rating-with-count {
position: relative;
display: block
}
.tv-show .avg-rating .vodi-svg {
fill: #303544
}
.tv-show .avg-rating {
font-size: 14px;
color: #949cb0
}
.tv-show .avg-rating-number {
font-weight: 700
}
.tv-show .avg-rating-text {
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
line-height: 16px;
letter-spacing: -.05em;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 6px
}
.tv-show .rating-number-with-text .avg-rating-number {
display: none
}
.tv-show .viewers-count {
font-size: 12px;
line-height: 18px;
margin-bottom: 13px;
font-weight: 400;
color: #949cb0
}
.tv-show__seasons {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.tv-show__seasons a {
position: relative
}
.tv-show__seasons a+a:before {
content: ", ";
color: #949cb0
}
.tv-show__hover-area {
border-width: 2px;
border-style: solid;
border-radius: 8px;
position: absolute;
width: 482px;
padding: 16px 12px;
z-index: 9999;
display: none;
background-color: #f5f5f5;
border-color: #e0dfdf;
top: 100%;
-webkit-transform: translateY(-32%);
-ms-transform: translateY(-32%);
transform: translateY(-32%)
}
.tv-show__hover-area:before {
content: '';
display: block;
position: absolute;
top: -9px;
left: 10%;
width: 15px;
height: 15px;
background-color: #f5f5f5;
-webkit-transform: rotate(44deg);
-ms-transform: rotate(44deg);
transform: rotate(44deg);
border-left: 2px solid #e0dfdf;
border-top: 2px solid #e0dfdf
}
.tv-show__hover-area .tv-show__seasons,
.tv-show__hover-area .tv-show__episode {
font-size: 13px;
line-height: 1.5
}
.tv-show__hover-area--inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.tv-show__hover-area--poster {
margin-right: 18px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 45%;
flex: 0 0 45%;
max-width: 45%
}
.tv-show__hover-area--body {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1
}
.tv-show__hover-area .avg-rating {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 14px
}
.tv-show__hover-area .tv-show__title {
margin-bottom: 0
}
.tv-show__hover-area .tv-show__season-info {
padding-bottom: 9px;
margin-bottom: 15px
}
.tv-show__hover-area .tv-show__season-info a {
padding-left: 4px
}
.episodes .episode__title {
margin-bottom: 11px
}
.tv-show-carousel .tv-shows__inner {
margin: 0
}
.tv-show-carousel .tv-show {
margin-bottom: 0;
position: relative
}
.tv-show-carousel .tv-show__title {
color: #19272e
}
.episode {
position: relative;
margin-bottom: 23px
}
.episode__link {
display: block
}
.episode__poster {
margin-bottom: 8px;
position: relative
}
.episode__title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.episode__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000
}
.episode__number {
font-size: 12px;
line-height: 18px;
color: #949cb0;
display: block
}
.episodes__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px
}
.episodes__inner>.episode {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px
}
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
@media (min-width:992px) {
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%
}
}
@media (min-width:1200px) {
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.section-movies-list ul.nav li a.active,
.yamm .yamm-content .movie__actions a.movie-actions--link_watch,
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active {
color: #24baef
}
.video__badge,
.movie__badge,
.tv-show__badge {
background-color: #24baef
}
.movies-sliders .movie-actions--link_watch,
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
color: #fff;
background-color: #24baef;
border-color: #24baef
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}
|
public/css/theme.css
|
.wp-block-columns {
display: flex;
flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
flex-wrap: nowrap
}
}
.wp-block-column {
flex-grow: 1;
margin-bottom: 1em;
flex-basis: 100%;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word
}
@media (min-width:600px) {
.wp-block-column {
flex-basis: calc(50% - 16px);
flex-grow: 0
}
.wp-block-column:nth-child(2n) {
margin-left: 32px
}
}
@media (min-width:782px) {
.wp-block-column:not(: first-child) {
margin-left: 32px
}
}
.wp-block-image {
max-width: 100%;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0
}
.wp-block-image img {
max-width: 100%
}
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-media-text .wp-block-media-text__media {
grid-area: media-text-media;
margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
grid-area: media-text-content;
padding: 0 8%
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.section-videos-carousel-flex-header {
padding: 61px 0 38px
}
.section-videos-carousel-flex-header .videos {
margin-bottom: 20px
}
.section-videos-carousel-flex-header.style-2 .videos {
margin-bottom: 9px
}
.section-videos-carousel-flex-header.style-2 .videos .video__poster:before {
bottom: -1px
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.masvideos-register-login,
.site-content__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.section-featured-movie .featured-movie__content-image {
width: 187px;
height: 59px;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 61px
}
.section-featured-movie .featured-movie__content .movies .movie__meta,
.section-featured-movie .featured-movie__content .movies .movie__poster {
display: none
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -7.5px;
margin-left: -7.5px
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
position: relative;
width: 100%;
padding-right: 7.5px;
padding-left: 7.5px
}
@media (max-width:1439.98px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode:first-child {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media (min-width:768px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
@media (min-width:1200px) {
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode__title {
font-size: 14px;
color: #fff
}
.movies-sliders {
position: relative
}
@media (max-width:1199.98px) {
.movies-sliders {
max-height: 600px
}
}
@media (max-width:991.98px) {
.movies-sliders {
max-height: 500px
}
}
.movies-sliders .movie-slide {
position: relative;
background-position: center
}
.movies-sliders .movies-sliders-single-content {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px)
}
@media (max-width:991.98px) {
.movies-sliders .movies-sliders-single-content {
margin-left: calc(-50vw + 50%)
}
}
@media (min-width:1200px) {
.movies-sliders .movies-sliders-single-content .container {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%
}
}
@media (max-width:1439.98px) {
.movies-sliders .single-featured-movie {
padding-top: 50px;
text-align: center
}
}
@media (min-width:1200px) {
.movies-sliders .single-featured-movie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.movies-sliders .single-featured-movie .movie__link {
display: inline-block
}
.movies-sliders .single-featured-movie .movie__title {
font-size: 30px;
color: #fff;
line-height: 1.1;
font-family: Montserrat, "Open Sans", sans-serif;
white-space: normal
}
@media (min-width:768px) {
.movies-sliders .single-featured-movie .movie__title {
font-size: 45px
}
}
@media (min-width:1200px) {
.movies-sliders .single-featured-movie .movie__title {
font-size: 72px
}
}
.movies-sliders .single-featured-movie .movie__meta {
color: #fff;
font-size: 13px;
margin-bottom: 28px
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__meta {
font-size: 14px
}
}
.movies-sliders .single-featured-movie .movie__meta span a {
color: #fff
}
.movies-sliders .single-featured-movie .movie__meta span+span:before {
content: '|';
padding: 0 10px
}
.movies-sliders .single-featured-movie .movie__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
@media (max-width:1439.98px) {
.movies-sliders .single-featured-movie .movie__actions {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px;
padding: 12px 30px;
font-size: .875rem;
line-height: 1.5;
border-radius: 5px;
font-family: Montserrat, "Open Sans", sans-serif;
border-width: 2px;
display: block;
width: 100%
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
padding: 21px 38px 16px;
display: inline-block;
width: auto
}
}
.movies-sliders .single-featured-movie .movie__actions a:first-child {
margin-bottom: 1em
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions a:first-child {
margin-bottom: 0
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
border-radius: 5px;
position: relative;
color: transparent;
border-color: transparent;
border-color: #fff;
width: 100%
}
@media (min-width:576px) {
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
margin-left: 20px;
padding: 0;
width: auto
}
}
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle {
color: #fff!important;
border: 1px solid #fff
}
.movies-sliders .movies-sliders-single-content .movie__title {
color: #fff
}
.section-movies-list .top-movies-list__header a {
color: #949494
}
.section-movies-list .top-movies-list__info .movie-list__poster {
display: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .movie__poster--image {
position: relative
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta--genre {
display: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta>span+span:before {
content: none
}
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__badge {
display: none
}
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
margin-top: 15px;
display: none
}
@media (min-width:992px) {
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
margin-top: 0
}
}
@media (min-width:1200px) {
.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
}
.section-movies-list .nav-tabs li+li,
.section-movies-list .top-movies-list__header .nav-tabs li+li {
margin-left: 19px
}
.section-movies-list .nav-tabs li a.nav-link,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link {
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -.025em
}
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active {
font-weight: 700
}
.section-movies-list .top-movies-list__header .nav-tabs {
display: none
}
.container,
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container,
.container-fluid {
max-width: 540px
}
}
@media (min-width:768px) {
.container,
.container-fluid {
max-width: 720px
}
}
@media (min-width:992px) {
.container,
.container-fluid {
max-width: 960px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container,
.container-fluid {
padding-left: 38px;
padding-right: 38px
}
}
.masvideos-register-login,
.site-content__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.site-header__upload,
.site-header__user-account,
.site_header__primary-nav {
font-family: Montserrat, "Open Sans", sans-serif
}
a {
color: #24baef
}
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-xxl: 1440px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
*::before,
*::after {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
article,
figcaption,
figure,
footer,
header,
main,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: .9375rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
h2,
h3 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
ul {
margin-top: 0;
margin-bottom: 1rem
}
ul ul {
margin-bottom: 0
}
strong {
font-weight: bolder
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
input,
button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button {
text-transform: none
}
button,
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type="checkbox"] {
box-sizing: border-box;
padding: 0
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
h2,
h3 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
h2 {
font-size: 2rem
}
h3 {
font-size: 1.75rem
}
.nav .sub-menu,
.site-header__user-account .sub-menu,
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 15px;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.nav .sub-menu>li>a,
.dropdown-menu>li>a {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
figure,
img {
max-width: 100%;
height: auto
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
.search-field {
display: block;
width: 100%;
padding: 10px 20px;
font-size: 15px;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #d0d0d2;
border-radius: 4px
}
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="search"]::-ms-expand,
.search-field::-ms-expand {
background-color: transparent;
border: 0
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
.search-field::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
.search-field:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
.search-field::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.button,
.search-submit,
button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.button,
button {
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.nav,
.offcanvas-nav {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav>li>a,
.offcanvas-nav>li>a {
display: block
}
.nav .menu-item-has-children,
.offcanvas-nav .menu-item-has-children {
position: relative
}
.container-fluid,
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container-fluid,
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container-fluid,
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container-fluid,
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container-fluid,
.container {
max-width: 1170px
}
}
@media (min-width:1200px) {
.container-fluid,
.container {
padding-left: 38px;
padding-right: 38px
}
}
.site-content__inner,
.masvideos-register-login {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.content-area,
.masvideos-register-login .masvideos-register,
.masvideos-register-login .masvideos-login {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
[data-simplebar] {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-content: flex-start;
align-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px)
}
.modal-content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
width: 100%;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
}
.fade:not(.show) {
opacity: 0
}
@media (min-width:768px) {
.masvideos-register,
.masvideos-login {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.masvideos-register__inner h2,
.masvideos-login__inner h2 {
font-size: 25px;
margin-bottom: 28px
}
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 2px solid transparent;
text-transform: uppercase;
padding: 13.5px 30px;
font-size: .9375rem;
line-height: 1;
border-radius: 5px;
text-transform: capitalize
}
.masvideos-register .form-row,
.masvideos-login .form-row {
margin-bottom: 26px
}
.masvideos-register .form-row label,
.masvideos-login .form-row label {
margin: 0;
font-size: 14px;
font-weight: 600
}
.masvideos-register .form-row input,
.masvideos-login .form-row input {
border-radius: 0;
border-width: 0;
border-bottom-width: 2px;
padding: 5px 12px;
border-bottom-color: #e4e4e4
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox {
margin-bottom: 18px
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox span {
margin-left: 6px
}
.masvideos-login .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .masvideos-LostPassword a {
font-weight: 400;
color: #2f3539;
font-size: 14px
}
@media (min-width:1200px) {
.masvideos-login__inner {
padding-left: 60px;
padding-right: 200px
}
}
.masvideos-login__inner p[class^="form-row"] {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start
}
.masvideos-login__inner p[class^="form-row"] .masvideos-Button {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.masvideos-login__inner .masvideos-LostPassword {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
margin-left: auto
}
.masvideos-form-login {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.masvideos-form-login p[class^="masvideos-form-row"] {
width: 100%
}
@media (min-width:1200px) {
.masvideos-register__inner {
padding-right: 60px;
padding-left: 200px
}
}
.masvideos-register__inner::after {
content: "";
width: 2px;
height: 260px;
display: block;
border-left: 1px solid #efefef;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.masvideos-register-login {
margin: 60px 0
}
.modal-dialog {
max-width: 800px
}
.modal-body .masvideos-register__inner {
padding-right: 20px;
padding-left: 0
}
.modal-body .masvideos-login__inner {
padding-left: 20px;
padding-right: 0
}
.modal-body .masvideos-register-login {
margin: 40px 20px 20px
}
.vodi-jetpack-views {
font-size: 12px;
color: #949cb0;
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.vodi-jetpack-views span::before {
content: '\f06e';
font-family: "Font Awesome 5 Free";
font-size: 15px;
font-weight: 400;
display: inline-block;
vertical-align: middle;
margin-right: 5px
}
body {
font-family: "Open Sans", sans-serif;
font-size: 15px;
line-height: 24px;
color: #19272e;
letter-spacing: -.01em;
-webkit-font-smoothing: antialiased;
-ms-word-wrap: break-word;
word-wrap: break-word;
overflow-x: hidden
}
h2,
h3 {
font-family: "Montserrat", "Open Sans", sans-serif
}
a {
color: #24baef
}
.yamm>.menu-item-has-children.yamm-fw {
position: static
}
.yamm>.menu-item-has-children.yamm-fw .sub-menu,
.yamm>.menu-item-has-children.yamm-tfw .sub-menu {
background-color: #f6f7f9;
border-radius: 0
}
.yamm>.menu-item-has-children.yamm-fw>.sub-menu,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu {
margin-top: 0;
box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2);
padding: 0
}
.yamm>.menu-item-has-children.yamm-fw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-fw>.sub-menu::after,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::after {
opacity: 0
}
.yamm>.menu-item-has-children.yamm-fw .menu-item-object-mas_static_content>a,
.yamm>.menu-item-has-children.yamm-tfw .menu-item-object-mas_static_content>a {
display: none
}
.yamm .menu-item.yamm-fw>.sub-menu {
right: 0;
width: 100%
}
.yamm .menu-item.yamm-tfw>.sub-menu {
width: 500px
}
.yamm .yamm-fw .yamm-content {
padding: 36px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.yamm .yamm-fw .yamm-content {
max-width: 540px
}
}
@media (min-width:768px) {
.yamm .yamm-fw .yamm-content {
max-width: 720px
}
}
@media (min-width:992px) {
.yamm .yamm-fw .yamm-content {
max-width: 960px
}
}
@media (min-width:1200px) {
.yamm .yamm-fw .yamm-content {
max-width: 1170px
}
}
@media (min-width:1200px) {
.yamm .yamm-fw .yamm-content {
padding-left: 38px;
padding-right: 38px
}
}
.yamm .wp-block-image img {
box-shadow: 0 0 9px rgba(0, 0, 0, .25)
}
.yamm .yamm-tfw .yamm-content {
padding: 30px 40px
}
.yamm .yamm-content {
font-family: "Open Sans", sans-serif
}
.yamm .yamm-content .wp-block-column {
margin: 0 15px
}
.yamm .yamm-content ul {
padding-left: 0;
list-style: none
}
.yamm .yamm-content li {
line-height: 28px
}
.yamm .yamm-content li a {
color: #121a21
}
.yamm .yamm-content li a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between
}
.yamm .yamm-content li a::after {
margin: 0;
position: relative!important
}
.yamm .yamm-content h2,
.yamm .yamm-content ul li.nav-title {
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: 700;
color: #19272e
}
.yamm .yamm-content ul li.highlight a {
font-weight: 700
}
.yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
@media (min-width:1200px) {
.yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
padding-right: 60px
}
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster {
-webkit-box-flex: 0;
-webkit-flex: 0 0 42.5%;
flex: 0 0 42.5%;
max-width: 42.5%;
padding-right: 22px;
margin-bottom: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link {
height: 100%;
padding: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image {
position: relative
}
.yamm .yamm-content .vodi-megamenu-movie .movie__poster+.movie__body {
-webkit-box-flex: 0;
-webkit-flex: 0 0 57.5%;
flex: 0 0 57.5%;
max-width: 57.5%
}
.yamm .yamm-content .vodi-megamenu-movie .movie__body {
-webkit-flex-basis: 0%;
flex-basis: 0%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.yamm .yamm-content .vodi-megamenu-movie .movie__title {
color: #19272e
}
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description {
display: block
}
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description div,
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description p {
font-size: 13px;
color: #4b5358;
max-height: 110px;
overflow: hidden;
font-weight: 400
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>a,
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist>a {
padding: 0;
background: transparent;
border: none;
text-transform: capitalize
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before {
content: "/";
color: #e7e8e9;
margin: 0 5px 0 15px
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist {
font-size: 14px;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: flex;
margin-left: 0
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a {
color: #717272
}
.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a.dropdown-toggle:before {
content: none
}
.yamm .yamm-content .has-2-columns>.wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 19.1666666667%;
flex: 0 0 19.1666666667%;
max-width: 19.1666666667%
}
.yamm .yamm-content .has-2-columns>.wp-block-column+.wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 80.8333333333%;
flex: 0 0 80.8333333333%;
max-width: 80.8333333333%
}
.yamm .yamm-fw .yamm-content h2 {
margin-bottom: 20px
}
.yamm .yamm-fw .yamm-content .wp-block-columns {
margin: 0 -30px
}
.yamm .yamm-fw .yamm-content .wp-block-column {
margin: 0;
padding: 0 30px
}
.yamm .yamm-fw .yamm-content .wp-block-column+.wp-block-column {
border-left: 1px solid #dedede
}
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu {
-webkit-column-count: 2;
column-count: 2
}
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a {
font-weight: 400
}
.site_header__primary-nav {
padding: 0 20px
}
.site_header__primary-nav .nav>li>a {
padding: 31px 16px;
line-height: 18px;
font-weight: 400
}
.site_header__primary-nav .menu-item-has-children>a {
position: relative
}
.site_header__primary-nav .menu-item-has-children>a::after {
display: inline-block;
margin-left: 9px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%
}
.site_header__primary-nav .sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
top: 110%;
visibility: hidden;
opacity: 0
}
.site_header__primary-nav .sub-menu a {
font-size: 14px
}
.site_header__primary-nav>ul>li>.sub-menu:before,
.site_header__primary-nav>ul>li>.sub-menu:after {
content: "";
position: absolute
}
.site_header__primary-nav>ul>li>.sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px
}
.site_header__primary-nav>ul>li>.sub-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.site_header__primary-nav .sub-menu {
margin-top: 0;
background-color: #f6f7f9
}
.site_header__primary-nav>ul>li>.sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9
}
.site_header__primary-nav>ul>li>.sub-menu:after {
border-bottom: 9px solid #f6f7f9
}
.offcanvas-collapse {
position: fixed;
top: 0;
bottom: 0;
height: 100vh;
width: 240px;
padding-right: 24px;
padding-left: 24px;
overflow-y: auto;
visibility: visible;
right: auto;
left: 0;
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
.offcanvas-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
margin-left: -24px;
margin-right: -24px
}
.offcanvas-nav .menu-item>a {
padding: 8px 24px;
display: block;
white-space: unset
}
.offcanvas-nav .menu-item-has-children {
width: 100%
}
.offcanvas-nav .dropdown-menu {
padding-left: 0;
list-style: none;
padding-left: 0;
display: none;
border: 0;
float: none;
margin: 0;
-webkit-animation: v-fadein .4s;
animation: v-fadein .4s
}
.offcanvas-nav .dropdown-menu>li>a {
padding-left: 40px
}
.offcanvas-nav .dropdown-toggle {
position: relative
}
.offcanvas-nav .dropdown-toggle:after {
content: "\f067";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 10px;
position: absolute;
right: 25px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%
}
.offcanvas-drawer {
position: fixed;
z-index: 2000;
background: rgba(0, 0, 0, .5);
right: 0;
top: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden
}
@-webkit-keyframes v-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes v-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
.desktop-header {
display: none
}
@media (min-width:1200px) {
.desktop-header {
display: block
}
}
@media (min-width:1200px) {
.handheld-header {
display: none
}
}
.handheld-header .site-header__search .dropdown-toggle {
font-size: 20px;
color: #656565
}
.handheld-header .site-header__logo {
padding: 10px 0
}
.handheld-header .site-header__user-account .dropdown-menu,
.handheld-header .site-header__search .dropdown-menu {
top: 100%!important;
left: 0!important;
right: 0!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
border-width: 0;
margin-top: 0;
border-radius: 0;
padding: 10px;
box-shadow: none;
background-color: #f6f7f9
}
.handheld-header .site-header__user-account {
position: static;
margin-left: 10%
}
.handheld-header .site-header__user-account .dropdown-menu {
padding: 20px 10px
}
.handheld-header .site-header__user-account>.sub-menu:before {
border-bottom: 10px solid #f6f7f9;
border-bottom-color: #f6f7f9;
right: 20px
}
.handheld-header .site-header__user-account>.sub-menu:after {
right: 20px;
border-bottom: 9px solid #f6f7f9
}
.handheld-header .site-header__user-account svg {
width: 28px;
height: 28px
}
.handheld-header .site-header__user-account svg image {
width: 28px;
height: auto
}
.navbar-brand {
display: block
}
.site-header {
box-shadow: 0 0 8px rgba(51, 51, 51, .3);
margin-bottom: 37px;
position: relative;
z-index: 3;
display: none
}
@media (min-width:1200px) {
.site-header {
display: block
}
}
.site-header.handheld-header {
display: block
}
@media (min-width:1200px) {
.site-header.handheld-header {
display: none
}
}
.site-header__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between
}
.site-header.header-v1 .site-header__inner {
min-height: 82px
}
.site-header.header-v1 .site-header__user-account--link:not(.btn) {
padding: 25px 0 25px 10px
}
.site-header__right,
.site-header__left {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.site-header__left>*:last-child {
padding-right: 0
}
.site-header__offcanvas--toggler {
padding: 18px;
margin-left: -18px;
display: block;
background: transparent
}
.site-header__search {
padding: 0 10px
}
.site-header__upload {
font-size: 14px;
line-height: 18px;
margin-top: 4px;
padding: 0 10px
}
.site-header__upload--link {
display: -webkit-box;
display: -webkit-flex;
display: flex;
white-space: nowrap
}
.site-header__upload--icon {
margin-right: 9px;
display: block
}
.site-header__user-account {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.site-header__user-account--link {
white-space: nowrap;
display: block;
position: relative
}
@media (min-width:1200px) {
.site-header__user-account--link {
margin-right: 15px
}
}
@media (min-width:1200px) {
.site-header__user-account--link::after {
display: inline-block;
right: -14px;
content: "";
width: 7px;
height: 6px;
position: absolute;
top: 50%
}
}
.site-header__user-account>.sub-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
right: 0;
left: auto!important;
top: 100%!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important
}
.site-header__user-account>.sub-menu>li>a {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 14px
}
.site-header__user-account>.sub-menu:before,
.site-header__user-account>.sub-menu:after {
content: "";
position: absolute
}
.site-header__user-account>.sub-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
right: 10px
}
.site-header__user-account>.sub-menu:after {
top: -9px;
right: 11px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.site-header .highlight {
font-weight: 700
}
.page-template-default .site-header {
margin-bottom: 0
}
.has-2-columns {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.has-2-columns .wp-block-column {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0
}
@media (min-width:992px) {
.has-2-columns .wp-block-column {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
.wp-block-column .home-section {
width: 100%;
margin-left: 0
}
.wp-block-column .container {
padding-left: 0;
padding-right: 0
}
.search-form {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 0
}
.search-form .search-field {
border-color: #d0d0d2;
padding: 7px 19px;
border-radius: 20px;
background: transparent
}
.search-form .search-submit {
border-width: 0;
margin-left: -52px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
padding: 0 16px;
background: transparent
}
.search-form .search-submit svg {
fill: #656565;
margin-bottom: 3px
}
.page__content {
margin-bottom: 40px
}
.page__content::after {
display: block;
clear: both;
content: ""
}
.page-template-default.home .page__content {
margin-bottom: 0
}
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px
}
.footer-social-icon .fa-stack-2x {
font-size: 34px
}
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff
}
@media (min-width:1200px) {
.handheld-footer {
display: none
}
}
.handheld-footer .site-info {
padding: 15px
}
.site__footer--v1 .fa-stack i:first-child {
display: none
}
.site-info {
text-align: center;
font-size: 13px;
line-height: 23px
}
.footer-social-icon .fa-stack-2x {
font-size: 34px
}
.handheld-footer.dark {
background-color: #0a0d14;
color: #fff
}
@media (min-width:1200px) {
.handheld-footer {
display: none
}
}
.handheld-footer .site-info {
padding: 15px
}
.site__footer--v1 .fa-stack i:first-child {
display: none
}
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1
}
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%
}
.fa-stack-2x {
font-size: 2em
}
.fa-circle:before {
content: "\f111"
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(fonts/fa-regular-400.eot);
src: url(fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-regular-400.woff2) format("woff2"), url(fonts/fa-regular-400.woff) format("woff"), url(fonts/fa-regular-400.ttf) format("truetype"), url(fonts/fa-regular-400.svg#fontawesome) format("svg")
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(fonts/fa-solid-900.eot);
src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fas {
font-family: "Font Awesome 5 Free"
}
.fas {
font-weight: 900
}
.dark .movie .avg-rating-number {
color: #b4bbc0
}
.dark i {
color: #d1d1d1
}
.handheld-header.light .site-header__logo .vodi-gr {
fill: #2c98d1
}
.light .movie__title,
.light .movie__actions .movie-actions--link_add-to-playlist a {
color: #000
}
.light .tv-show__actions .tv-show-actions--link_add-to-playlist>a {
color: #000
}
.light .tv-show__hover-area .tv-show__season-info {
border-bottom: 1px solid #e8e8e8
}
.light .movie .avg-rating-number,
.light .tv-show .avg-rating-number {
color: #fff
}
.site-header.light {
background: #fff
}
.site-header.light .site_header__primary-nav .nav>li>a,
.site-header.light .site-header__upload--link,
.site-header.light .site-header__user-account--link:not(.btn),
.site-header.light .site-header__upload {
color: #121a21
}
.site-header.light .search-form .search-field {
border-color: #d0d0d2;
background-color: transparent
}
.site-header.light .site-header__offcanvas--toggler svg {
fill: #97979f
}
.site-header.light .site-header__upload--link svg {
fill: #6f6f6f
}
.site-header.light .search-form .search-submit svg {
fill: #656565
}
.site-header.light .offcanvas-collapse {
background-color: #fff
}
.site-header.light .offcanvas-nav .menu-item>a {
color: #121a21
}
.site-header.light .site_header__primary-nav .menu-item-has-children>a::after {
background: url(data:image/svg+xml;utf8,) no-repeat
}
.site-header.light .site-header__user-account--link::after {
background: url(data:image/svg+xml;utf8,) no-repeat
}
.site-header.light .site-header__logo .vodi-gr {
fill: url(https://demo2.madrasthemes.com/vodi-demos/main/wp-content/themes/vodi/assets/css/#vodi-gr-hh)
}
@media (min-width:1200px) {
.site-header.light .site-header__logo .vodi-gr {
fill: url(https://demo2.madrasthemes.com/vodi-demos/main/wp-content/themes/vodi/assets/css/#vodi-gr)
}
}
.video-actions--link_add-to-playlist,
.movie-actions--link_add-to-playlist,
.tv-show-actions--link_add-to-playlist {
position: relative
}
.video-actions--link_add-to-playlist .dropdown-menu,
.movie-actions--link_add-to-playlist .dropdown-menu,
.tv-show-actions--link_add-to-playlist .dropdown-menu {
border-radius: 0;
border-width: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
margin-top: 1px;
top: 100%;
left: 0
}
.video-actions--link_add-to-playlist .dropdown-menu:before,
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
content: "";
position: absolute
}
.video-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, .1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -10px;
left: 24px
}
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
top: -9px;
left: 25px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff
}
.video-actions--link_add-to-playlist .dropdown-menu>a,
.movie-actions--link_add-to-playlist .dropdown-menu>a,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
padding: .5rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: normal;
background-color: transparent;
border: 0;
text-transform: none;
font-family: "Open Sans", sans-serif;
font-size: 14px;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.tv-show-actions--link_watch {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
text-transform: uppercase;
padding: 10px 20px;
font-size: .9375rem;
line-height: 1.5;
border-radius: 4px
}
.home-section {
width: 100vw;
position: relative;
margin-left: calc(-50vw + 50% - 8px)
}
@media (max-width:991.98px) {
.home-section {
margin-left: calc(-50vw + 50%)
}
}
.home-section .tab-content>.tab-pane {
display: none
}
.style-2.home-section .video__body {
position: relative
}
.wp-block-columns.has-2-columns .wp-block-column {
margin-bottom: 0
}
.movie {
position: relative;
margin-bottom: 23px
}
.movie__link {
display: block
}
.movie__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.movie__poster {
margin-bottom: 8px;
position: relative
}
.movie__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000
}
.movie__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0
}
.movie__meta>span+span:before {
content: ', '
}
.movie__meta span a {
color: #949cb0
}
.movie__title,
.movie__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.movie__short-description p,
.movie__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
color: #b4bbc0
}
.movie__short-description div {
margin-bottom: 1rem
}
.movie__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 18.7px
}
.movie__actions .movie-actions--link_add-to-playlist {
color: #303544
}
.movie .movie-actions--link_watch {
border-radius: 5px;
background-color: #303544
}
.movie__actions,
.movie__review-info,
.movie__short-description {
display: none
}
.movie__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0
}
.movie__review-info .avg-rating-number {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: 100%;
text-align: center;
line-height: 1.5
}
.movie .avg-rating {
position: relative;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
display: block;
margin-bottom: 10px
}
.movie .avg-rating .rating-with-count {
position: relative
}
.movie .avg-rating .vodi-svg {
fill: #303544
}
.movie .avg-rating {
font-size: 14px;
color: #949cb0
}
.movie .avg-rating-number {
font-weight: 700
}
.movie .rating-number-with-text .avg-rating-number {
display: none
}
.dark .movie__actions .movie-actions--link_add-to-playlist {
color: #fff
}
.movies__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -12.5px;
margin-left: -12.5px
}
.movies__inner>.movie {
position: relative;
width: 100%;
padding-right: 12.5px;
padding-left: 12.5px
}
.columns-1 .movies__inner>.movie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.movies .movie__title {
margin-bottom: 11px
}
.movie__poster .movie__link,
.tv-show__poster .tv-show__link,
.video__poster .video__link,
.episode__poster .episode__link {
display: block;
width: 100%;
position: relative;
height: 100%;
overflow: hidden;
height: 0
}
.movie__poster .movie__link .movie__poster--image,
.tv-show__poster .tv-show__link .tv-show__poster--image,
.video__poster .video__link .video__poster--image,
.episode__poster .episode__link .episode__poster--image {
position: relative;
display: block;
max-width: 100%;
max-height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-o-object-fit: cover;
object-fit: cover;
position: absolute
}
.movie__poster .movie__link {
padding: 150% 0 0 0
}
.tv-show__poster .tv-show__link,
.video__poster .video__link,
.episode__poster .episode__link {
padding: 56.25% 0 0 0
}
.video {
position: relative;
margin-bottom: 34px
}
.video__link {
display: block
}
.video__container {
position: relative
}
.video__meta {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.video__title {
display: -webkit-box;
max-height: 36px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2
}
.video__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.video__poster {
margin-bottom: 11px
}
@media (min-width:992px) and (max-width:1199.98px) {
.video__poster img {
width: 100%
}
}
.video__title {
font-size: 14px;
line-height: 18px;
color: #000;
margin-bottom: 2px
}
.video__meta {
font-size: 12px;
line-height: 18px;
margin-bottom: 4px;
color: #949cb0
}
.video__actions,
.video__review-info,
.video__short-description {
display: none
}
.video__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
color: #b4bbc0
}
.video__short-description div {
margin-bottom: 23px
}
.video__actions a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent
}
.video .video-actions--link_watch {
border-radius: 5px;
background-color: #303544;
padding: 12.5px 18.7px
}
.video .video-actions--link_add-to-playlist {
padding: 12px
}
.video__review-info {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0
}
.video__views-meta>* {
display: inline;
margin-bottom: 4px
}
.video__views-meta>*::after {
content: '・';
display: inline-block;
font-weight: 700
}
.video__views-meta>*:last-child::after {
content: none
}
.video__views-meta .vodi-jetpack-views span::before {
content: none
}
.videos .video__title {
font-family: "Open Sans", sans-serif;
font-weight: 700
}
.style-2 .video {
margin-bottom: 26px
}
.style-2 .video__link {
position: relative
}
.style-2 .video__info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 25px 30px;
z-index: 1
}
.style-2 .video .video__poster:before {
background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
content: " ";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1
}
.style-2 .video .video__poster img {
height: auto
}
.style-2 .video__title {
font-size: 15px;
color: #fff
}
.videos__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px
}
.videos__inner .video__poster--image {
width: 100%
}
.videos__inner>.video {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px
}
.videos-carousel__inner .videos__inner {
margin: 0
}
.videos-carousel__inner .video {
margin-bottom: 0
}
.tv-shows__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px
}
.tv-shows__inner>.tv-show {
position: relative;
width: 100%;
padding-right: 8px;
padding-left: 8px
}
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
@media (min-width:992px) {
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%
}
}
@media (min-width:1200px) {
.columns-5 .tv-shows__inner>.tv-show {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.tv-show {
margin-bottom: 30px
}
.tv-show__title {
font-size: 14px;
line-height: 1.45;
letter-spacing: -.01em;
font-family: "Open Sans", sans-serif;
font-weight: 700
}
.tv-show__title,
.tv-show__short-description p,
.tv-show .tv-show-actions--link_add-to-playlist {
color: #000
}
.tv-show__seasons {
color: #949cb0
}
.tv-show__seasons a {
color: #24baef
}
.tv-show__title,
.tv-show__meta,
.tv-show__episode {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.tv-show__actions {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
@media (min-width:1200px) {
.tv-show__actions {
display: none
}
}
.tv-show__episode,
.tv-show__short-description {
display: none
}
.tv-show__review-info {
display: none
}
.tv-show__badge {
position: absolute;
font-size: 12px;
line-height: 21px;
color: #fff;
padding: 0 12px;
border-radius: 4px;
top: -10.5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1
}
.tv-show__meta {
margin-top: 4px
}
.tv-show__meta>span+span:before {
content: ', '
}
.tv-show__meta--genre,
.tv-show__meta--genre a,
.tv-show__meta--release-year {
font-size: 12px;
line-height: 18px;
letter-spacing: -.01em;
color: #949cb0;
font-family: "Open Sans", sans-serif;
font-weight: 400
}
.tv-show__episode {
font-size: 12px
}
.tv-show__episode a {
color: #24baef
}
.tv-show__short-description {
overflow: hidden
}
.tv-show__short-description p,
.tv-show__short-description div {
font-size: 14px;
line-height: 21px;
letter-spacing: -.01em;
margin-bottom: 0
}
.tv-show .tv-show-actions--link_watch {
color: #fff;
background-color: #24baef;
border-color: #24baef
}
.tv-show__actions {
display: none
}
.tv-show__actions .tv-show-actions--link_watch,
.tv-show__actions .tv-show-actions--link_add-to-playlist>a {
font-size: 12px;
line-height: 1.25;
font-family: "Montserrat", "Open Sans", sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
display: inline-block;
border: 2px solid transparent;
padding: 12.5px 17.7px;
white-space: nowrap
}
.tv-show__review-info {
padding-left: 10px;
line-height: 18px
}
.tv-show__review-info .avg-rating-number {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
line-height: 1.5;
text-align: center
}
.tv-show .avg-rating {
position: relative;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
display: block;
margin-bottom: 10px
}
.tv-show .avg-rating .rating-with-count {
position: relative;
display: block
}
.tv-show .avg-rating .vodi-svg {
fill: #303544
}
.tv-show .avg-rating {
font-size: 14px;
color: #949cb0
}
.tv-show .avg-rating-number {
font-weight: 700
}
.tv-show .avg-rating-text {
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
line-height: 16px;
letter-spacing: -.05em;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 6px
}
.tv-show .rating-number-with-text .avg-rating-number {
display: none
}
.tv-show .viewers-count {
font-size: 12px;
line-height: 18px;
margin-bottom: 13px;
font-weight: 400;
color: #949cb0
}
.tv-show__seasons {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap
}
.tv-show__seasons a {
position: relative
}
.tv-show__seasons a+a:before {
content: ", ";
color: #949cb0
}
.tv-show__hover-area {
border-width: 2px;
border-style: solid;
border-radius: 8px;
position: absolute;
width: 482px;
padding: 16px 12px;
z-index: 9999;
display: none;
background-color: #f5f5f5;
border-color: #e0dfdf;
top: 100%;
-webkit-transform: translateY(-32%);
-ms-transform: translateY(-32%);
transform: translateY(-32%)
}
.tv-show__hover-area:before {
content: '';
display: block;
position: absolute;
top: -9px;
left: 10%;
width: 15px;
height: 15px;
background-color: #f5f5f5;
-webkit-transform: rotate(44deg);
-ms-transform: rotate(44deg);
transform: rotate(44deg);
border-left: 2px solid #e0dfdf;
border-top: 2px solid #e0dfdf
}
.tv-show__hover-area .tv-show__seasons,
.tv-show__hover-area .tv-show__episode {
font-size: 13px;
line-height: 1.5
}
.tv-show__hover-area--inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.tv-show__hover-area--poster {
margin-right: 18px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 45%;
flex: 0 0 45%;
max-width: 45%
}
.tv-show__hover-area--body {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1
}
.tv-show__hover-area .avg-rating {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 14px
}
.tv-show__hover-area .tv-show__title {
margin-bottom: 0
}
.tv-show__hover-area .tv-show__season-info {
padding-bottom: 9px;
margin-bottom: 15px
}
.tv-show__hover-area .tv-show__season-info a {
padding-left: 4px
}
.episodes .episode__title {
margin-bottom: 11px
}
.tv-show-carousel .tv-shows__inner {
margin: 0
}
.tv-show-carousel .tv-show {
margin-bottom: 0;
position: relative
}
.tv-show-carousel .tv-show__title {
color: #19272e
}
.episode {
position: relative;
margin-bottom: 23px
}
.episode__link {
display: block
}
.episode__poster {
margin-bottom: 8px;
position: relative
}
.episode__title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.episode__title {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000
}
.episode__number {
font-size: 12px;
line-height: 18px;
color: #949cb0;
display: block
}
.episodes__inner {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -9px;
margin-left: -9px
}
.episodes__inner>.episode {
position: relative;
width: 100%;
padding-right: 9px;
padding-left: 9px
}
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
@media (min-width:992px) {
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%
}
}
@media (min-width:1200px) {
.columns-5 .episodes__inner>.episode {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.section-movies-list ul.nav li a.active,
.yamm .yamm-content .movie__actions a.movie-actions--link_watch,
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active {
color: #24baef
}
.video__badge,
.movie__badge,
.tv-show__badge {
background-color: #24baef
}
.movies-sliders .movie-actions--link_watch,
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
color: #fff;
background-color: #24baef;
border-color: #24baef
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}
| 0.54359 | 0.101322 |
html, body {
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(22, 14, 7, 0.89);
background-image: -webkit-linear-gradient(-320deg, rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%);
background-image: linear-gradient(50deg,rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%); }
.awesome {
width: 89%;
height: 89%;
margin-top: 2.25%;
-webkit-border-radius: 19px;
-ms-border-radius: 19px;
border-radius: 19px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.89);
background-image: -webkit-linear-gradient(-320deg, rgba(0, 0, 0, 0.89) 0%, rgba(3, 42, 9, 0.89) 50%, rgba(3, 42, 9, 0.89) 51%, rgba(0, 0, 0, 0.89) 100%);
background-image: linear-gradient(50deg,rgba(0, 0, 0, 0.89) 0%, rgba(3, 42, 9, 0.89) 50%, rgba(3, 42, 9, 0.89) 51%, rgba(0, 0, 0, 0.89) 100%); }
.awesome::after {
clear: both;
content: "";
display: table; }
.awesome .content {
height: 84%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 19px 19px 0 0;
-ms-border-radius: 19px 19px 0 0;
border-radius: 19px 19px 0 0; }
.awesome .content::after {
clear: both;
content: "";
display: table; }
.awesome .navbar {
height: 16%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 0 0 19px 19px;
-ms-border-radius: 0 0 19px 19px;
border-radius: 0 0 19px 19px;
font-size: 3.15733em;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #0eff7e 50%, #0eff7e 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #0eff7e 50%, #0eff7e 51%, #1bc09f 100%);
color: rgba(123, 244, 139, 0.89);
opacity: .7; }
.awesome .navbar::after {
clear: both;
content: "";
display: table; }
.awesome .navbar:hover {
cursor: pointer;
opacity: .89; }
.awesome .navbar span {
width: 12.2449%;
float: left;
margin-right: 2.04082%;
text-align: center;
text-justify: center;
padding-top: 1%;
padding-bottom: 1%;
color: rgba(255, 255, 255, 0.89);
text-shadow: rgba(0, 0, 0, 0.89) 0 0 20px; }
.awesome .verticalbar {
width: 8.16327%;
float: right;
margin-right: 0;
height: 80%;
margin-top: 6%;
margin-bottom: 2%;
-webkit-border-radius: 0 19px 0 0;
-ms-border-radius: 0 19px 0 0;
border-radius: 0 19px 0 0;
opacity: .1;
color: rgba(255, 255, 255, 0.89);
overflow: hidden;
text-indent: 101%;
white-space: nowrap;
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.awesome .verticalbar:hover {
opacity: .5;
text-indent: 0%; }
.awesome .verticalbar::after {
clear: both;
content: "";
display: table; }
.awesome .verticalbar span {
width: 79.59184%;
float: left;
margin-right: 2.04082%;
text-align: center;
font-size: 2.36859em;
padding-top: 50%; }
.awesome .verticalbar span:hover {
color: rgba(33, 237, 60, 0.89);
cursor: pointer; }
.awesome .addnew {
color: rgba(255, 255, 255, 0.89);
height: 89%;
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.awesome .addnew .controll {
max-width: 100%;
margin-left: auto;
margin-right: auto;
height: 2.8em; }
.awesome .addnew .controll::after {
clear: both;
content: "";
display: table; }
.awesome .addnew::after {
clear: both;
content: "";
display: table; }
.awesome .addnew label {
width: 18.36735%;
float: left;
margin-right: 2.04082%;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
-webkit-border-radius: 19px 0 0 19px;
-ms-border-radius: 19px 0 0 19px;
border-radius: 19px 0 0 19px;
text-align: center;
height: 2.24em;
line-height: 2.24em;
margin-left: 2%;
opacity: .89; }
.awesome .addnew select {
width: 32.65306%;
float: left;
margin-right: 1.96078%;
color: rgba(255, 255, 255, 0.89);
background-color: #ff0019;
height: 2.8em;
line-height: 2.8em;
padding-left: 2%; }
.awesome .addnew select::after {
clear: both;
content: "";
display: table; }
.awesome .addnew .clearfixme {
width: 28.57143%;
float: left;
margin-right: 2.04082%; }
.awesome .addnew input[type="color"], .awesome .addnew input[type="date"], .awesome .addnew input[type="datetime"], .awesome .addnew input[type="datetime-local"], .awesome .addnew input[type="email"], .awesome .addnew input[type="month"], .awesome .addnew input[type="number"], .awesome .addnew input[type="password"], .awesome .addnew input[type="search"], .awesome .addnew input[type="tel"], .awesome .addnew input[type="text"], .awesome .addnew input[type="time"], .awesome .addnew input[type="url"], .awesome .addnew input[type="week"], .awesome .addnew textarea {
width: 28.57143%;
float: left;
margin-right: 2.04082%;
color: datken(rgba(255, 255, 255, 0.89), 89);
background-color: white;
height: 2.8em;
line-height: 2.8em;
padding-left: 2%; }
.awesome .addnew input[type='submit'] {
width: 28.57143%;
float: left;
margin-right: 2.04082%;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
color: rgba(255, 255, 255, 0.89);
height: 2.8em;
line-height: 2.8em;
float: left;
margin-left: 25%;
margin-right: -100%;
margin-left: 15%;
text-align: center; }
|
build/client/style.css
|
html, body {
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(22, 14, 7, 0.89);
background-image: -webkit-linear-gradient(-320deg, rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%);
background-image: linear-gradient(50deg,rgba(22, 14, 7, 0.89) 0%, rgba(117, 76, 40, 0.89) 50%, rgba(117, 76, 40, 0.89) 51%, rgba(22, 14, 7, 0.89) 100%); }
.awesome {
width: 89%;
height: 89%;
margin-top: 2.25%;
-webkit-border-radius: 19px;
-ms-border-radius: 19px;
border-radius: 19px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.89);
background-image: -webkit-linear-gradient(-320deg, rgba(0, 0, 0, 0.89) 0%, rgba(3, 42, 9, 0.89) 50%, rgba(3, 42, 9, 0.89) 51%, rgba(0, 0, 0, 0.89) 100%);
background-image: linear-gradient(50deg,rgba(0, 0, 0, 0.89) 0%, rgba(3, 42, 9, 0.89) 50%, rgba(3, 42, 9, 0.89) 51%, rgba(0, 0, 0, 0.89) 100%); }
.awesome::after {
clear: both;
content: "";
display: table; }
.awesome .content {
height: 84%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 19px 19px 0 0;
-ms-border-radius: 19px 19px 0 0;
border-radius: 19px 19px 0 0; }
.awesome .content::after {
clear: both;
content: "";
display: table; }
.awesome .navbar {
height: 16%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 0 0 19px 19px;
-ms-border-radius: 0 0 19px 19px;
border-radius: 0 0 19px 19px;
font-size: 3.15733em;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #0eff7e 50%, #0eff7e 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #0eff7e 50%, #0eff7e 51%, #1bc09f 100%);
color: rgba(123, 244, 139, 0.89);
opacity: .7; }
.awesome .navbar::after {
clear: both;
content: "";
display: table; }
.awesome .navbar:hover {
cursor: pointer;
opacity: .89; }
.awesome .navbar span {
width: 12.2449%;
float: left;
margin-right: 2.04082%;
text-align: center;
text-justify: center;
padding-top: 1%;
padding-bottom: 1%;
color: rgba(255, 255, 255, 0.89);
text-shadow: rgba(0, 0, 0, 0.89) 0 0 20px; }
.awesome .verticalbar {
width: 8.16327%;
float: right;
margin-right: 0;
height: 80%;
margin-top: 6%;
margin-bottom: 2%;
-webkit-border-radius: 0 19px 0 0;
-ms-border-radius: 0 19px 0 0;
border-radius: 0 19px 0 0;
opacity: .1;
color: rgba(255, 255, 255, 0.89);
overflow: hidden;
text-indent: 101%;
white-space: nowrap;
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.awesome .verticalbar:hover {
opacity: .5;
text-indent: 0%; }
.awesome .verticalbar::after {
clear: both;
content: "";
display: table; }
.awesome .verticalbar span {
width: 79.59184%;
float: left;
margin-right: 2.04082%;
text-align: center;
font-size: 2.36859em;
padding-top: 50%; }
.awesome .verticalbar span:hover {
color: rgba(33, 237, 60, 0.89);
cursor: pointer; }
.awesome .addnew {
color: rgba(255, 255, 255, 0.89);
height: 89%;
max-width: 100%;
margin-left: auto;
margin-right: auto; }
.awesome .addnew .controll {
max-width: 100%;
margin-left: auto;
margin-right: auto;
height: 2.8em; }
.awesome .addnew .controll::after {
clear: both;
content: "";
display: table; }
.awesome .addnew::after {
clear: both;
content: "";
display: table; }
.awesome .addnew label {
width: 18.36735%;
float: left;
margin-right: 2.04082%;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
-webkit-border-radius: 19px 0 0 19px;
-ms-border-radius: 19px 0 0 19px;
border-radius: 19px 0 0 19px;
text-align: center;
height: 2.24em;
line-height: 2.24em;
margin-left: 2%;
opacity: .89; }
.awesome .addnew select {
width: 32.65306%;
float: left;
margin-right: 1.96078%;
color: rgba(255, 255, 255, 0.89);
background-color: #ff0019;
height: 2.8em;
line-height: 2.8em;
padding-left: 2%; }
.awesome .addnew select::after {
clear: both;
content: "";
display: table; }
.awesome .addnew .clearfixme {
width: 28.57143%;
float: left;
margin-right: 2.04082%; }
.awesome .addnew input[type="color"], .awesome .addnew input[type="date"], .awesome .addnew input[type="datetime"], .awesome .addnew input[type="datetime-local"], .awesome .addnew input[type="email"], .awesome .addnew input[type="month"], .awesome .addnew input[type="number"], .awesome .addnew input[type="password"], .awesome .addnew input[type="search"], .awesome .addnew input[type="tel"], .awesome .addnew input[type="text"], .awesome .addnew input[type="time"], .awesome .addnew input[type="url"], .awesome .addnew input[type="week"], .awesome .addnew textarea {
width: 28.57143%;
float: left;
margin-right: 2.04082%;
color: datken(rgba(255, 255, 255, 0.89), 89);
background-color: white;
height: 2.8em;
line-height: 2.8em;
padding-left: 2%; }
.awesome .addnew input[type='submit'] {
width: 28.57143%;
float: left;
margin-right: 2.04082%;
background-color: #21ed3c;
background-image: -webkit-linear-gradient(-320deg, #21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
background-image: linear-gradient(50deg,#21ed3c 0%, #2a573d 50%, #2a573d 51%, #1bc09f 100%);
color: rgba(255, 255, 255, 0.89);
height: 2.8em;
line-height: 2.8em;
float: left;
margin-left: 25%;
margin-right: -100%;
margin-left: 15%;
text-align: center; }
| 0.42179 | 0.092319 |
body{
background: #f5f5f5;
}
/***** Top menu *****/
#top{
background: #fff;
margin-top: 3px;
/*height: 23px;*/
box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
#top i{
margin-top: 15px;
color: #004A9B;
}
/*TITULO DAS DIVS*/
.label_titulo{
background: #2A3343;
color: #fff;
height: 40px;
padding: 8px;
font-size: 15pt;
}
#titulo{
border-bottom: 8px solid;
color: #FFB400;
height: 69px;
}
#titulo h4{
height: 50px;
color: white;
font-family: sans-serif;
margin-top: 10px;
padding-top: 15px;
}
#titulo h1{
margin: 0;
padding: 4px;
font-size: 2.5em;
border-bottom: 0px solid #000;
color: #474545;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.numero_proposta{
border: 0px !important;
position: relative;
bottom: -40px;
margin-left: 70px;
}
#titulo img{
padding-top: 5px;
}
/* Box */
.box {
border-radius: 4px;
border: solid 1px rgba(144, 144, 144, 0.5);
margin-bottom: 2em;
padding: 1.5em;
background-color: #fff;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
margin-bottom: 0;
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
/* Required field START */
.required-field-block {
position: relative;
}
.required-field-block .required-icon {
display: inline-block;
vertical-align: middle;
margin: -0.25em 0.25em 0em;
background-color: #E8E8E8;
border-color: #E8E8E8;
padding: 0.5em 0.8em;
color: rgba(0, 0, 0, 0.65);
text-transform: uppercase;
font-weight: normal;
border-radius: 0.325em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
transition: background 0.1s linear;
font-size: 75%;
}
.required-field-block .required-icon {
background-color: transparent;
position: absolute;
top: 2.5em;
right: 1.4em;
z-index: 10;
margin: 0em;
width: 30px;
height: 30px;
padding: 0em;
text-align: center;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
position: absolute;
content: "";
right: 1px;
top: 1px;
z-index: -1;
width: 0em;
height: 0em;
border-top: 0em solid transparent;
border-right: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 0em solid transparent;
border-right-color: inherit;
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
color: #B80000;
font-size: 26px;
margin: -3px 0 0 12px;
}
.fundo_marron{
background: #f99d1c;
}
/*STULO PARA ALERT DO JAVASCRIPT*/
#modalContainer {
background-color:rgba(0, 0, 0, 0.3);
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:10000;
background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
position:relative;
min-height: 200px;
min-width: 500px;
margin-top: 50px;
border: 1px solid #666;
background-color: #fff;
background-repeat: no-repeat;
background-position: 20px 30px;
}
#modalContainer > #alertBox {
position:fixed;
}
#alertBox h1 {
margin:0;
font:bold 0.9em verdana,arial;
background-color:#3073BB;
color:#FFF;
border-bottom:1px solid #000;
padding:2px 0 2px 5px;
font-size: 15pt;
}
#alertBox p {
font:0.7em verdana,arial;
height:50px;
padding-left:5px;
margin-left:55px;
}
#alertBox #closeBtn {
display:block;
position:relative;
margin:5px auto;
padding:7px;
border:0 none;
width:70px;
font:0.7em verdana,arial;
text-transform:uppercase;
text-align:center;
color:#FFF;
background-color:#357EBD;
border-radius: 3px;
text-decoration:none;
}
/* unrelated styles */
#mContainer {
position:relative;
width:600px;
margin:auto;
padding:5px;
border-top:2px solid #000;
border-bottom:2px solid #000;
font:0.7em verdana,arial;
}
h1,h2,h3 {
margin:0;
padding:4px;
font:bold 1.5em verdana;
border-bottom:1px solid #000;
}
code {
font-size:1.2em;
color:#069;
}
#credits {
position:relative;
margin:25px auto 0px auto;
width:350px;
font:0.7em verdana;
border-top:1px solid #000;
border-bottom:1px solid #000;
height:90px;
padding-top:4px;
}
#credits img {
float:left;
margin:5px 10px 5px 0px;
border:1px solid #000000;
width:80px;
height:79px;
}
.important {
background-color:#F5FCC8;
padding:2px;
}
code span {
color:green;
}
.form-inline .form-group { margin-right:10px; }
.well-primary {
color: rgb(255, 255, 255);
background-color: rgb(66, 139, 202);
border-color: rgb(53, 126, 189);
}
.glyphicon { margin-right:5px; }
.check{
height: 25px;
/* background: red; */
width: 160px;
color: #2A3343;
font-size: 12pt;
font-family: cursive;
font-family: arial;
border: 1px solid;
border-radius: 5px;
padding: 2px;
margin: 2px;
}
.check_large{
height: 25px;
/* background: red; */
width: 260px;
color: #2A3343;
font-size: 12pt;
font-family: cursive;
font-family: arial;
border: 1px solid;
border-radius: 5px;
padding: 2px;
margin: 2px;
}
/*PÁGINA PERFIL USUARIO*/
nav.navbar-findcond { background: #459fce; border-color: #ccc; box-shadow: 0 0 2px 0 #ccc; }
nav.navbar-findcond a { color: #FFFFFF; }
nav.navbar-findcond ul.navbar-nav a { color: #FFFFFF; border-style: solid; border-width: 0 0 2px 0; border-color: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #31789F; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #f14444; }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle { background: #f14444; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #f14444; color: #fff; }
nav.navbar-findcond span.badge { background: #f14444; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }
/*todas as propostas*/
.td_todas_propostas{
font-size: 11px;
width: 10px;
}
/*INPUT FILE*/
.image-preview-input {
position: relative;
overflow: hidden;
margin: 0px;
color: #333;
background-color: #fff;
border-color: #ccc;
}
.image-preview-input input[type=file] {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.image-preview-input-title {
margin-left:2px;
}
/*FORM LOGIN*/
.btn
{
outline:0;
border:none;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
box-shadow:inset 2px -3px rgba(0,0,0,0.15);
}
.btn:focus
{
outline:0;
-webkit-outline:0;
-moz-outline:0;
}
.fullscreen_bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
background-image: url('http://i.imgur.com/h26izWg.jpg');
background-repeat:repeat;
}
.form-signin {
max-width: 280px;
padding: 15px;
margin: 0 auto;
margin-top:50px;
}
.form-signin .form-signin-heading, .form-signin {
margin-bottom: 10px;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-color: #000;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-color: rgb(0,0,0);
border-top:1px solid rgba(0,0,0,0.08);
}
.form-signin-heading {
color: #fff;
text-align: center;
text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.clear{
margin: 10px 0 10px 0;
}
.loc_info{
background: #f99d1c;
color: #ffffff;
}
.loc_info:hover{
background: #EA8A04;
color: #ffffff;
}
.renda_conjuge{
border: 1px solid #ccc;
border-radius: 5px;
}
|
public/css/style_proposal.css
|
body{
background: #f5f5f5;
}
/***** Top menu *****/
#top{
background: #fff;
margin-top: 3px;
/*height: 23px;*/
box-shadow: 0px 0px 5px rgba(0,0,0,1);
}
#top i{
margin-top: 15px;
color: #004A9B;
}
/*TITULO DAS DIVS*/
.label_titulo{
background: #2A3343;
color: #fff;
height: 40px;
padding: 8px;
font-size: 15pt;
}
#titulo{
border-bottom: 8px solid;
color: #FFB400;
height: 69px;
}
#titulo h4{
height: 50px;
color: white;
font-family: sans-serif;
margin-top: 10px;
padding-top: 15px;
}
#titulo h1{
margin: 0;
padding: 4px;
font-size: 2.5em;
border-bottom: 0px solid #000;
color: #474545;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.numero_proposta{
border: 0px !important;
position: relative;
bottom: -40px;
margin-left: 70px;
}
#titulo img{
padding-top: 5px;
}
/* Box */
.box {
border-radius: 4px;
border: solid 1px rgba(144, 144, 144, 0.5);
margin-bottom: 2em;
padding: 1.5em;
background-color: #fff;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
margin-bottom: 0;
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
/* Required field START */
.required-field-block {
position: relative;
}
.required-field-block .required-icon {
display: inline-block;
vertical-align: middle;
margin: -0.25em 0.25em 0em;
background-color: #E8E8E8;
border-color: #E8E8E8;
padding: 0.5em 0.8em;
color: rgba(0, 0, 0, 0.65);
text-transform: uppercase;
font-weight: normal;
border-radius: 0.325em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
transition: background 0.1s linear;
font-size: 75%;
}
.required-field-block .required-icon {
background-color: transparent;
position: absolute;
top: 2.5em;
right: 1.4em;
z-index: 10;
margin: 0em;
width: 30px;
height: 30px;
padding: 0em;
text-align: center;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
position: absolute;
content: "";
right: 1px;
top: 1px;
z-index: -1;
width: 0em;
height: 0em;
border-top: 0em solid transparent;
border-right: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 0em solid transparent;
border-right-color: inherit;
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
color: #B80000;
font-size: 26px;
margin: -3px 0 0 12px;
}
.fundo_marron{
background: #f99d1c;
}
/*STULO PARA ALERT DO JAVASCRIPT*/
#modalContainer {
background-color:rgba(0, 0, 0, 0.3);
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:10000;
background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
position:relative;
min-height: 200px;
min-width: 500px;
margin-top: 50px;
border: 1px solid #666;
background-color: #fff;
background-repeat: no-repeat;
background-position: 20px 30px;
}
#modalContainer > #alertBox {
position:fixed;
}
#alertBox h1 {
margin:0;
font:bold 0.9em verdana,arial;
background-color:#3073BB;
color:#FFF;
border-bottom:1px solid #000;
padding:2px 0 2px 5px;
font-size: 15pt;
}
#alertBox p {
font:0.7em verdana,arial;
height:50px;
padding-left:5px;
margin-left:55px;
}
#alertBox #closeBtn {
display:block;
position:relative;
margin:5px auto;
padding:7px;
border:0 none;
width:70px;
font:0.7em verdana,arial;
text-transform:uppercase;
text-align:center;
color:#FFF;
background-color:#357EBD;
border-radius: 3px;
text-decoration:none;
}
/* unrelated styles */
#mContainer {
position:relative;
width:600px;
margin:auto;
padding:5px;
border-top:2px solid #000;
border-bottom:2px solid #000;
font:0.7em verdana,arial;
}
h1,h2,h3 {
margin:0;
padding:4px;
font:bold 1.5em verdana;
border-bottom:1px solid #000;
}
code {
font-size:1.2em;
color:#069;
}
#credits {
position:relative;
margin:25px auto 0px auto;
width:350px;
font:0.7em verdana;
border-top:1px solid #000;
border-bottom:1px solid #000;
height:90px;
padding-top:4px;
}
#credits img {
float:left;
margin:5px 10px 5px 0px;
border:1px solid #000000;
width:80px;
height:79px;
}
.important {
background-color:#F5FCC8;
padding:2px;
}
code span {
color:green;
}
.form-inline .form-group { margin-right:10px; }
.well-primary {
color: rgb(255, 255, 255);
background-color: rgb(66, 139, 202);
border-color: rgb(53, 126, 189);
}
.glyphicon { margin-right:5px; }
.check{
height: 25px;
/* background: red; */
width: 160px;
color: #2A3343;
font-size: 12pt;
font-family: cursive;
font-family: arial;
border: 1px solid;
border-radius: 5px;
padding: 2px;
margin: 2px;
}
.check_large{
height: 25px;
/* background: red; */
width: 260px;
color: #2A3343;
font-size: 12pt;
font-family: cursive;
font-family: arial;
border: 1px solid;
border-radius: 5px;
padding: 2px;
margin: 2px;
}
/*PÁGINA PERFIL USUARIO*/
nav.navbar-findcond { background: #459fce; border-color: #ccc; box-shadow: 0 0 2px 0 #ccc; }
nav.navbar-findcond a { color: #FFFFFF; }
nav.navbar-findcond ul.navbar-nav a { color: #FFFFFF; border-style: solid; border-width: 0 0 2px 0; border-color: #fff; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #31789F; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #f14444; }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle { background: #f14444; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #f14444; color: #fff; }
nav.navbar-findcond span.badge { background: #f14444; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }
/*todas as propostas*/
.td_todas_propostas{
font-size: 11px;
width: 10px;
}
/*INPUT FILE*/
.image-preview-input {
position: relative;
overflow: hidden;
margin: 0px;
color: #333;
background-color: #fff;
border-color: #ccc;
}
.image-preview-input input[type=file] {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.image-preview-input-title {
margin-left:2px;
}
/*FORM LOGIN*/
.btn
{
outline:0;
border:none;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
box-shadow:inset 2px -3px rgba(0,0,0,0.15);
}
.btn:focus
{
outline:0;
-webkit-outline:0;
-moz-outline:0;
}
.fullscreen_bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
background-image: url('http://i.imgur.com/h26izWg.jpg');
background-repeat:repeat;
}
.form-signin {
max-width: 280px;
padding: 15px;
margin: 0 auto;
margin-top:50px;
}
.form-signin .form-signin-heading, .form-signin {
margin-bottom: 10px;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-color: #000;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-color: rgb(0,0,0);
border-top:1px solid rgba(0,0,0,0.08);
}
.form-signin-heading {
color: #fff;
text-align: center;
text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.clear{
margin: 10px 0 10px 0;
}
.loc_info{
background: #f99d1c;
color: #ffffff;
}
.loc_info:hover{
background: #EA8A04;
color: #ffffff;
}
.renda_conjuge{
border: 1px solid #ccc;
border-radius: 5px;
}
| 0.227727 | 0.07627 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1488770996809'); /* IE9*/
src: url('iconfont.eot?t=1488770996809#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1488770996809') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1488770996809') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1488770996809#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-yunshangchuan:before { content: "\e600"; }
.icon-bianji:before { content: "\e601"; }
.icon-shangchuan:before { content: "\e602"; }
.icon-shangchuan1:before { content: "\e603"; }
.icon-yangshengqi:before { content: "\e604"; }
.icon-tushu:before { content: "\e605"; }
.icon-renzhengyonghu:before { content: "\e606"; }
.icon-tixing:before { content: "\e607"; }
.icon-tishi:before { content: "\e608"; }
.icon-jinggao:before { content: "\e609"; }
.icon-zhanghu:before { content: "\e60b"; }
.icon-sousuowenjian:before { content: "\e60c"; }
.icon-suoding:before { content: "\e60d"; }
.icon-shuzhuangtu:before { content: "\e60e"; }
.icon-taobaoketuiguang:before { content: "\e60f"; }
.icon-michi:before { content: "\e610"; }
.icon-zhifubao:before { content: "\e611"; }
.icon-zizhutuiguang:before { content: "\e612"; }
.icon-guanli:before { content: "\e613"; }
.icon-yunxiazai:before { content: "\e615"; }
.icon-shouye:before { content: "\e616"; }
.icon-yonghu:before { content: "\e617"; }
.icon-baocun:before { content: "\e618"; }
.icon-duihua:before { content: "\e619"; }
.icon-youjian:before { content: "\e61a"; }
.icon-shezhi:before { content: "\e61b"; }
.icon-shanchu:before { content: "\e61c"; }
.icon-bangzhu:before { content: "\e61e"; }
.icon-shoucang:before { content: "\e61f"; }
.icon-xiai:before { content: "\e620"; }
.icon-haoyou:before { content: "\e621"; }
.icon-chazhaoyonghu:before { content: "\e622"; }
.icon-shuaxin:before { content: "\e625"; }
.icon-liebiao:before { content: "\e626"; }
.icon-yingyongzhongxin:before { content: "\e627"; }
.icon-tuichu:before { content: "\e628"; }
.icon-wenbenshuru:before { content: "\e629"; }
.icon-xinhao:before { content: "\e62a"; }
.icon-dingdan:before { content: "\e62b"; }
.icon-tisheng:before { content: "\e62c"; }
.icon-xuanze:before { content: "\e62f"; }
.icon-dianhua:before { content: "\e630"; }
.icon-sousuo:before { content: "\e645"; }
.icon-dianhua1:before { content: "\e631"; }
.icon-QQ:before { content: "\e632"; }
.icon-dianhua2:before { content: "\e633"; }
.icon-dianhua3:before { content: "\e634"; }
.icon-weixin:before { content: "\e650"; }
.icon-unie64c:before { content: "\e635"; }
.icon-zhiding:before { content: "\e636"; }
.icon-kefu:before { content: "\e637"; }
.icon-xinxi:before { content: "\e638"; }
.icon-119:before { content: "\e639"; }
.icon-qq:before { content: "\e67c"; }
.icon-xinxi1:before { content: "\e63c"; }
.icon-bumenjiagou:before { content: "\e6f7"; }
.icon-05:before { content: "\e63a"; }
.icon-07:before { content: "\e63b"; }
.icon-26:before { content: "\e63f"; }
.icon-27:before { content: "\e640"; }
.icon-weixin-copy:before { content: "\e63d"; }
.icon-arrowright:before { content: "\e697"; }
.icon-arrowleft:before { content: "\e698"; }
.icon-arrowup:before { content: "\e699"; }
.icon-arrowdown:before { content: "\e69a"; }
.icon-search:before { content: "\e6af"; }
.icon-zuzhijiagou:before { content: "\e63e"; }
.icon-service:before { content: "\e641"; }
.icon-xia:before { content: "\e642"; }
.icon-50:before { content: "\e661"; }
.icon-fuwu2:before { content: "\e643"; }
.icon-54:before { content: "\e669"; }
.icon-icon01:before { content: "\e72b"; }
.icon-address:before { content: "\e675"; }
.icon-share:before { content: "\e68b"; }
.icon-xia1:before { content: "\e8d0"; }
.icon-iconmy:before { content: "\e644"; }
.icon-sousuo-sousuo:before { content: "\e646"; }
.icon-position-active:before { content: "\e6c5"; }
.icon-position:before { content: "\e6c6"; }
|
css/iconfont.css
|
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1488770996809'); /* IE9*/
src: url('iconfont.eot?t=1488770996809#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1488770996809') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1488770996809') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1488770996809#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-yunshangchuan:before { content: "\e600"; }
.icon-bianji:before { content: "\e601"; }
.icon-shangchuan:before { content: "\e602"; }
.icon-shangchuan1:before { content: "\e603"; }
.icon-yangshengqi:before { content: "\e604"; }
.icon-tushu:before { content: "\e605"; }
.icon-renzhengyonghu:before { content: "\e606"; }
.icon-tixing:before { content: "\e607"; }
.icon-tishi:before { content: "\e608"; }
.icon-jinggao:before { content: "\e609"; }
.icon-zhanghu:before { content: "\e60b"; }
.icon-sousuowenjian:before { content: "\e60c"; }
.icon-suoding:before { content: "\e60d"; }
.icon-shuzhuangtu:before { content: "\e60e"; }
.icon-taobaoketuiguang:before { content: "\e60f"; }
.icon-michi:before { content: "\e610"; }
.icon-zhifubao:before { content: "\e611"; }
.icon-zizhutuiguang:before { content: "\e612"; }
.icon-guanli:before { content: "\e613"; }
.icon-yunxiazai:before { content: "\e615"; }
.icon-shouye:before { content: "\e616"; }
.icon-yonghu:before { content: "\e617"; }
.icon-baocun:before { content: "\e618"; }
.icon-duihua:before { content: "\e619"; }
.icon-youjian:before { content: "\e61a"; }
.icon-shezhi:before { content: "\e61b"; }
.icon-shanchu:before { content: "\e61c"; }
.icon-bangzhu:before { content: "\e61e"; }
.icon-shoucang:before { content: "\e61f"; }
.icon-xiai:before { content: "\e620"; }
.icon-haoyou:before { content: "\e621"; }
.icon-chazhaoyonghu:before { content: "\e622"; }
.icon-shuaxin:before { content: "\e625"; }
.icon-liebiao:before { content: "\e626"; }
.icon-yingyongzhongxin:before { content: "\e627"; }
.icon-tuichu:before { content: "\e628"; }
.icon-wenbenshuru:before { content: "\e629"; }
.icon-xinhao:before { content: "\e62a"; }
.icon-dingdan:before { content: "\e62b"; }
.icon-tisheng:before { content: "\e62c"; }
.icon-xuanze:before { content: "\e62f"; }
.icon-dianhua:before { content: "\e630"; }
.icon-sousuo:before { content: "\e645"; }
.icon-dianhua1:before { content: "\e631"; }
.icon-QQ:before { content: "\e632"; }
.icon-dianhua2:before { content: "\e633"; }
.icon-dianhua3:before { content: "\e634"; }
.icon-weixin:before { content: "\e650"; }
.icon-unie64c:before { content: "\e635"; }
.icon-zhiding:before { content: "\e636"; }
.icon-kefu:before { content: "\e637"; }
.icon-xinxi:before { content: "\e638"; }
.icon-119:before { content: "\e639"; }
.icon-qq:before { content: "\e67c"; }
.icon-xinxi1:before { content: "\e63c"; }
.icon-bumenjiagou:before { content: "\e6f7"; }
.icon-05:before { content: "\e63a"; }
.icon-07:before { content: "\e63b"; }
.icon-26:before { content: "\e63f"; }
.icon-27:before { content: "\e640"; }
.icon-weixin-copy:before { content: "\e63d"; }
.icon-arrowright:before { content: "\e697"; }
.icon-arrowleft:before { content: "\e698"; }
.icon-arrowup:before { content: "\e699"; }
.icon-arrowdown:before { content: "\e69a"; }
.icon-search:before { content: "\e6af"; }
.icon-zuzhijiagou:before { content: "\e63e"; }
.icon-service:before { content: "\e641"; }
.icon-xia:before { content: "\e642"; }
.icon-50:before { content: "\e661"; }
.icon-fuwu2:before { content: "\e643"; }
.icon-54:before { content: "\e669"; }
.icon-icon01:before { content: "\e72b"; }
.icon-address:before { content: "\e675"; }
.icon-share:before { content: "\e68b"; }
.icon-xia1:before { content: "\e8d0"; }
.icon-iconmy:before { content: "\e644"; }
.icon-sousuo-sousuo:before { content: "\e646"; }
.icon-position-active:before { content: "\e6c5"; }
.icon-position:before { content: "\e6c6"; }
| 0.337094 | 0.061989 |
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
* {
font-family: "Titillium Web"!important;
}
.navbar {
background-color: #333333;
}
.navbar-brand {
font-size: 4vmin;
}
.card {
height: 600px;
margin-bottom: 60px;
}
.img-preview {
width: 256px;
height: 256px;
position: relative;
border: 5px solid #F8F8F8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
display: block;
margin: 1em auto;
}
.img-preview>div {
width: 100%;
height: 100%;
background-size: 256px 256px;
background-repeat: no-repeat;
background-position: center;
}
input[type="file"] {
display: none;
}
.upload-label{
display: inline-block;
padding: 12px 30px;
background: #39D2B4;
color: #34495E;
font-size: 1em;
font-weight: bolder;
transition: all .4s;
cursor: pointer;
}
.upload-label:hover{
background: #34495E;
color: #39D2B4;
}
#btn-predict {
background-color: #cc3333;
}
.loader {
border: 8px solid #f3f3f3; /* Light grey */
border-top: 8px solid #cc3333; /* Blue */
border-radius: 50%;
width: 50px;
height: 50px;
margin: auto!important;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Result */
h3 {
display: inline-block;
color: #34495E;
padding: 5px;
}
h3 span {
color: var(--success);
}
.result-heading {
font-size: 5vmin;
}
.infected {
color: #cc3333;
}
.about {
width: 70%;
padding-bottom: 4rem;
}
.about h2 {
text-align: center;
}
/* Jatin's CSS for Links */
.about a {
margin: auto;
text-decoration: none;
color: #371D31;
position: relative;
transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
z-index: 0;
white-space: nowrap;
}
.about a:after {
content: '';
height: 2px;
position: absolute;
bottom: 0;
right: 0rem;
left: 0rem;
background-color: #D3251B;
transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
transform-origin: bottom center;
z-index: -1;
}
.about a:hover {
color: #fff;
}
.about a:hover:after {
right: 0;
left: 0;
height: 100%;
}
a {
white-space: nowrap;
}
/* Footer */
footer {
bottom: 0;
width: 100%;
padding-top: 40px;
border-top: 1px solid #111111;
}
footer div.jumbotron {
background: white;
}
.social-media svg {
width: 1.5rem;
margin: 10px;
}
.github {
padding-bottom: 0;
margin-bottom: 0.2em;
}
.github-icon {
width: 1em !important;
}
.github a {
fill: #007BFF;
}
.github a:hover {
color: #cc3333;
fill: #cc3333;
}
.img-fluid:hover {
cursor: pointer;
}
.social-media a:nth-child(1) {
fill: #3b5998;
}
.social-media a:nth-child(2) {
fill: #00acee;
}
.social-media a:nth-child(3) {
fill: #000;
}
.social-media a:nth-child(4) {
fill: #ff0000;
}
.social-media a svg, .social-media a img {
transition: 0.2s;
}
.social-media a svg:hover, .social-media a img:hover {
transform: scale(1.2);
transition: 0.2s;
}
|
DeleMa_Detect/static/css/main.css
|
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
* {
font-family: "Titillium Web"!important;
}
.navbar {
background-color: #333333;
}
.navbar-brand {
font-size: 4vmin;
}
.card {
height: 600px;
margin-bottom: 60px;
}
.img-preview {
width: 256px;
height: 256px;
position: relative;
border: 5px solid #F8F8F8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
display: block;
margin: 1em auto;
}
.img-preview>div {
width: 100%;
height: 100%;
background-size: 256px 256px;
background-repeat: no-repeat;
background-position: center;
}
input[type="file"] {
display: none;
}
.upload-label{
display: inline-block;
padding: 12px 30px;
background: #39D2B4;
color: #34495E;
font-size: 1em;
font-weight: bolder;
transition: all .4s;
cursor: pointer;
}
.upload-label:hover{
background: #34495E;
color: #39D2B4;
}
#btn-predict {
background-color: #cc3333;
}
.loader {
border: 8px solid #f3f3f3; /* Light grey */
border-top: 8px solid #cc3333; /* Blue */
border-radius: 50%;
width: 50px;
height: 50px;
margin: auto!important;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Result */
h3 {
display: inline-block;
color: #34495E;
padding: 5px;
}
h3 span {
color: var(--success);
}
.result-heading {
font-size: 5vmin;
}
.infected {
color: #cc3333;
}
.about {
width: 70%;
padding-bottom: 4rem;
}
.about h2 {
text-align: center;
}
/* Jatin's CSS for Links */
.about a {
margin: auto;
text-decoration: none;
color: #371D31;
position: relative;
transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
z-index: 0;
white-space: nowrap;
}
.about a:after {
content: '';
height: 2px;
position: absolute;
bottom: 0;
right: 0rem;
left: 0rem;
background-color: #D3251B;
transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
transform-origin: bottom center;
z-index: -1;
}
.about a:hover {
color: #fff;
}
.about a:hover:after {
right: 0;
left: 0;
height: 100%;
}
a {
white-space: nowrap;
}
/* Footer */
footer {
bottom: 0;
width: 100%;
padding-top: 40px;
border-top: 1px solid #111111;
}
footer div.jumbotron {
background: white;
}
.social-media svg {
width: 1.5rem;
margin: 10px;
}
.github {
padding-bottom: 0;
margin-bottom: 0.2em;
}
.github-icon {
width: 1em !important;
}
.github a {
fill: #007BFF;
}
.github a:hover {
color: #cc3333;
fill: #cc3333;
}
.img-fluid:hover {
cursor: pointer;
}
.social-media a:nth-child(1) {
fill: #3b5998;
}
.social-media a:nth-child(2) {
fill: #00acee;
}
.social-media a:nth-child(3) {
fill: #000;
}
.social-media a:nth-child(4) {
fill: #ff0000;
}
.social-media a svg, .social-media a img {
transition: 0.2s;
}
.social-media a svg:hover, .social-media a img:hover {
transform: scale(1.2);
transition: 0.2s;
}
| 0.514644 | 0.123339 |
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
/* Header .................................................................................. */
/* Header color gredient is green */
header{
background: #649173; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #649173, #dbd5a4);
background: linear-gradient(to right, #649173, #dbd5a4);
}
.nav-link{
margin-left: 2em;
}
.jumbotron-fluid{
padding-bottom: 16em;
margin-left: 2em;
margin-right: 2em;
}
/* .container{
/* padding-top: 10em; */
/* margin-left: 7em;
} */ */
.profileName{
margin-left: 5em;
padding-bottom: 0EM;
}
.display-4{
font-size: 6.5rem;
font-weight: 300;
line-height: 1.2;
text-align: center;
}
.profileName .row{
margin-left: 15em;
}
.lead{
margin-bottom: 4em;
text-align: center;
}
.btn{
margin-top: 2em;
margin-top: 9em;
margin-right: 2em;
}
.far{
padding-left: 12px;
}
.fa-book{
padding-left: 20px;
}
.coverPhoto {
border-radius: 50%;
/* image-rendering: pixelated; */
width: 13em;
height: 13em;
margin-top: 3em;
margin-left: 1em;
}
/* This styles the H1 "<NAME>" */
header h1{
line-height: 4em;
font-size: 30px;
display: inline;
padding-right: 1em;
padding-top: 5px;
padding-left: 10px;
text-align: center;
color: white;
font-weight: bold;
padding-bottom: 2px;
}
/*
header div{
display: flex;
-ms-flex-align: start;
justify-content: space-between
}
/* Styles the anchor tags and the background as well adds padding */
nav, a{
padding: 2em;
text-decoration: underline;
color: rgb(4, 20, 4);
font-size: 20px;
font-weight: bold;
}
/* This class is centered around a div above the image and is the relative position to add text above the image */
.box-relative{
position: relative;
}
/* Formats the header image */
/* .box-relative img{
height: 500px;
width: 100%; */
/* } */
/* block the css is absolute position of the h2 and goal is to position text at the center of the image. */
header h2{
position: absolute;
top:40%;
bottom: 50%;
right:30%;
left: 30%;
color: white;
font-weight: bold;
font-size: 4em;
}
/* Main .................................................................................. *
/* Main creates the container to format the child elements within the contatiner */
main{
margin-left: 10%;
margin-right: 10%;
}
/*
/* About Me class is the flex element that allows the child h2 (about me) and p tag to position each element side by side. */
.about-me{
background-color: var(--backgroundColor);
display: flex;
justify-content: center;
padding-bottom: 5em;
}
/* styles the h2 and adds boarder to the right with padding to seperate the p tag text. */
.about-me h2 {
border-right: solid black;
/* margin-left: 10%; */
font-size: 30px;
text-align: right;
padding-bottom: 1em;
margin-top: 1em;
padding-right: 14px;
}
/* styles the P tag, adds margin top to better position text next to the h2 black boarder.Line height creates space between the lines of the text.*/
.about-me p{
margin-top: 2em;
padding-left: 20px;
padding-right: 10px;
line-height: 1.5;
margin-bottom: 2em;
font-size: 30px;
}
/* Article 1 on the main............................................................. */
.flex-container-2{
display: flex;
justify-content: left;
background-color: var(--backgroundColor);
/* margin-bottom: 2em; */
padding-bottom: 5em;
}
/* styles the "work" text h2 */
#work{
border-right: solid black;
/* margin-left: 10%; */
font-size: 30px;
text-align: right;
padding-right: 25px;
margin-right: 20px;
padding-top: 30px;
height: 18em;
}
/* Article 2 on the main............................................................... */
/* styles all the boxes on main and is the relative position to the box-labels */
.box-1,
.box-2,
.box-3,
.box-5,
.box-6{
padding-right: 100%;
height: 20em;
background-color: var(--backgroundColor);
width: 1em;
margin-bottom: 10px;
position: relative;
}
.work-links{
padding: 0%;
}
/* styles all of the label (words) on the boxes and positions it absolute */
.box-label-1,
.box-label-2,
.box-label-3,
.box-label-5,
.box-label-6{
position: absolute;
top: 27%;
bottom: 50%;
right:20%;
left: 9%;
color: white;
font-weight: bold;
font-size:3em;
}
/* react box-label needed a bigger width so that the words fit withing the box */
#h3-react-box-label-size-exception{
width: 65%;
}
/* styles each box image so that the image apears darker, has borders and box-shadow. */
.box-1 img,
.box-2 img,
.box-3 img,
.box-5 img,
.box-6 img{
opacity: 0.5;
border: solid #e98074;
border-style: double;
border-width:10px;
box-shadow: 10px 5px 5px rgb(32, 30, 30);
}
/* enables box-1 image to increases when the mouse hovers */
.box-1 img:hover{
height: 300px;
width: 1200px;
opacity: 2;
}
/* styles and positions the text above box-1 */
.box-1 h3{
position: absolute;
Top: -17%;
left: 1%;
width: 20em;
height: 2em;
border: solid #e98074;
border-style: double;
text-align: center;
font-size: 30px;
background-color: #e98074;
color: white;
}
/* enables the boxes to increase in size when the mouse hovers */
.box-2 img:hover,
.box-3 img:hover,
.box-5 img:hover,
.box-6 img:hover{
height: 300px;
width: 700px;
opacity: 2;
}
/* styles and positions the text above box-2-6 */
.box-2 h3,
.box-3 h3,
.box-5 h3,
.box-6 h3 {
position: absolute;
Top: -35%;
left: 5%;
width: 13em;
height: 2em;
border: solid #e98074;
border-style: double;
text-align: center;
font-size: 30px;
background-color: #e98074;
color: white;
}
.btn-deployed-project-hide{
visibility: hidden;
}
.btn-deployed-project:hover{
visibility: visible;
}
/* Flex element to organize boxes 2,3,5,6 */
.flex-container-3{
display: flex;
justify-content: space-evenly;
width: 60em;
}
/* provides customer styling to the boxes-2,3,5,6 */
.box-2,
.box-3,
.box-5,
.box-6{
height: 10em;
background-color: var(--backgroundColor);
width: 30em;
margin: 9px;
}
/* Footer .................................................................................. */
/* creates a flex element and allows the h1 to be side by with the anchor tag */
.footer-container{
display: flex;
justify-content: space-around;
background-color: var(--backgroundColor);
height: 10em;
margin-left: 10%;
margin-right: 10%;
}
/* styles the h1 of the footer */
footer h1{
border-right: solid black;
margin-left: 10%;
font-size: 30px;
text-align: right;
padding-bottom: 2em;
padding-right: 14px;
padding-top: 10px;
}
/* .footer{
color:black;
} */
.screenshot{
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
#two-btn{
margin-top: 1em;
}
/*
Media Responsive section...................................... */
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width:600px){
main, article, footer, .footer-container, .flex-container-2,.flex-container-3{
flex-direction:column;
}
p{
width:46%;
}
main{
width:197%;
}
.box-1{
width:187%;
}
.row-1{
width: 0%;
}
.row-2{
width: 0%;
}
.box-1 img,
.box-2 img,
.box-3 img,
.box-5 img,
.box-6 img {
width: 131%;
}
.box-label-2,
.box-label-3,
.box-label-5,
.box-label-6{
right:18%;
}
}
|
assets/css/style.css
|
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
/* Header .................................................................................. */
/* Header color gredient is green */
header{
background: #649173; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #649173, #dbd5a4);
background: linear-gradient(to right, #649173, #dbd5a4);
}
.nav-link{
margin-left: 2em;
}
.jumbotron-fluid{
padding-bottom: 16em;
margin-left: 2em;
margin-right: 2em;
}
/* .container{
/* padding-top: 10em; */
/* margin-left: 7em;
} */ */
.profileName{
margin-left: 5em;
padding-bottom: 0EM;
}
.display-4{
font-size: 6.5rem;
font-weight: 300;
line-height: 1.2;
text-align: center;
}
.profileName .row{
margin-left: 15em;
}
.lead{
margin-bottom: 4em;
text-align: center;
}
.btn{
margin-top: 2em;
margin-top: 9em;
margin-right: 2em;
}
.far{
padding-left: 12px;
}
.fa-book{
padding-left: 20px;
}
.coverPhoto {
border-radius: 50%;
/* image-rendering: pixelated; */
width: 13em;
height: 13em;
margin-top: 3em;
margin-left: 1em;
}
/* This styles the H1 "<NAME>" */
header h1{
line-height: 4em;
font-size: 30px;
display: inline;
padding-right: 1em;
padding-top: 5px;
padding-left: 10px;
text-align: center;
color: white;
font-weight: bold;
padding-bottom: 2px;
}
/*
header div{
display: flex;
-ms-flex-align: start;
justify-content: space-between
}
/* Styles the anchor tags and the background as well adds padding */
nav, a{
padding: 2em;
text-decoration: underline;
color: rgb(4, 20, 4);
font-size: 20px;
font-weight: bold;
}
/* This class is centered around a div above the image and is the relative position to add text above the image */
.box-relative{
position: relative;
}
/* Formats the header image */
/* .box-relative img{
height: 500px;
width: 100%; */
/* } */
/* block the css is absolute position of the h2 and goal is to position text at the center of the image. */
header h2{
position: absolute;
top:40%;
bottom: 50%;
right:30%;
left: 30%;
color: white;
font-weight: bold;
font-size: 4em;
}
/* Main .................................................................................. *
/* Main creates the container to format the child elements within the contatiner */
main{
margin-left: 10%;
margin-right: 10%;
}
/*
/* About Me class is the flex element that allows the child h2 (about me) and p tag to position each element side by side. */
.about-me{
background-color: var(--backgroundColor);
display: flex;
justify-content: center;
padding-bottom: 5em;
}
/* styles the h2 and adds boarder to the right with padding to seperate the p tag text. */
.about-me h2 {
border-right: solid black;
/* margin-left: 10%; */
font-size: 30px;
text-align: right;
padding-bottom: 1em;
margin-top: 1em;
padding-right: 14px;
}
/* styles the P tag, adds margin top to better position text next to the h2 black boarder.Line height creates space between the lines of the text.*/
.about-me p{
margin-top: 2em;
padding-left: 20px;
padding-right: 10px;
line-height: 1.5;
margin-bottom: 2em;
font-size: 30px;
}
/* Article 1 on the main............................................................. */
.flex-container-2{
display: flex;
justify-content: left;
background-color: var(--backgroundColor);
/* margin-bottom: 2em; */
padding-bottom: 5em;
}
/* styles the "work" text h2 */
#work{
border-right: solid black;
/* margin-left: 10%; */
font-size: 30px;
text-align: right;
padding-right: 25px;
margin-right: 20px;
padding-top: 30px;
height: 18em;
}
/* Article 2 on the main............................................................... */
/* styles all the boxes on main and is the relative position to the box-labels */
.box-1,
.box-2,
.box-3,
.box-5,
.box-6{
padding-right: 100%;
height: 20em;
background-color: var(--backgroundColor);
width: 1em;
margin-bottom: 10px;
position: relative;
}
.work-links{
padding: 0%;
}
/* styles all of the label (words) on the boxes and positions it absolute */
.box-label-1,
.box-label-2,
.box-label-3,
.box-label-5,
.box-label-6{
position: absolute;
top: 27%;
bottom: 50%;
right:20%;
left: 9%;
color: white;
font-weight: bold;
font-size:3em;
}
/* react box-label needed a bigger width so that the words fit withing the box */
#h3-react-box-label-size-exception{
width: 65%;
}
/* styles each box image so that the image apears darker, has borders and box-shadow. */
.box-1 img,
.box-2 img,
.box-3 img,
.box-5 img,
.box-6 img{
opacity: 0.5;
border: solid #e98074;
border-style: double;
border-width:10px;
box-shadow: 10px 5px 5px rgb(32, 30, 30);
}
/* enables box-1 image to increases when the mouse hovers */
.box-1 img:hover{
height: 300px;
width: 1200px;
opacity: 2;
}
/* styles and positions the text above box-1 */
.box-1 h3{
position: absolute;
Top: -17%;
left: 1%;
width: 20em;
height: 2em;
border: solid #e98074;
border-style: double;
text-align: center;
font-size: 30px;
background-color: #e98074;
color: white;
}
/* enables the boxes to increase in size when the mouse hovers */
.box-2 img:hover,
.box-3 img:hover,
.box-5 img:hover,
.box-6 img:hover{
height: 300px;
width: 700px;
opacity: 2;
}
/* styles and positions the text above box-2-6 */
.box-2 h3,
.box-3 h3,
.box-5 h3,
.box-6 h3 {
position: absolute;
Top: -35%;
left: 5%;
width: 13em;
height: 2em;
border: solid #e98074;
border-style: double;
text-align: center;
font-size: 30px;
background-color: #e98074;
color: white;
}
.btn-deployed-project-hide{
visibility: hidden;
}
.btn-deployed-project:hover{
visibility: visible;
}
/* Flex element to organize boxes 2,3,5,6 */
.flex-container-3{
display: flex;
justify-content: space-evenly;
width: 60em;
}
/* provides customer styling to the boxes-2,3,5,6 */
.box-2,
.box-3,
.box-5,
.box-6{
height: 10em;
background-color: var(--backgroundColor);
width: 30em;
margin: 9px;
}
/* Footer .................................................................................. */
/* creates a flex element and allows the h1 to be side by with the anchor tag */
.footer-container{
display: flex;
justify-content: space-around;
background-color: var(--backgroundColor);
height: 10em;
margin-left: 10%;
margin-right: 10%;
}
/* styles the h1 of the footer */
footer h1{
border-right: solid black;
margin-left: 10%;
font-size: 30px;
text-align: right;
padding-bottom: 2em;
padding-right: 14px;
padding-top: 10px;
}
/* .footer{
color:black;
} */
.screenshot{
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
#two-btn{
margin-top: 1em;
}
/*
Media Responsive section...................................... */
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width:600px){
main, article, footer, .footer-container, .flex-container-2,.flex-container-3{
flex-direction:column;
}
p{
width:46%;
}
main{
width:197%;
}
.box-1{
width:187%;
}
.row-1{
width: 0%;
}
.row-2{
width: 0%;
}
.box-1 img,
.box-2 img,
.box-3 img,
.box-5 img,
.box-6 img {
width: 131%;
}
.box-label-2,
.box-label-3,
.box-label-5,
.box-label-6{
right:18%;
}
}
| 0.442155 | 0.118564 |
@-moz-document url-prefix("https://inbox.google.com"), domain("inbox.google.com"), domain("talkgadget.google.com"), regexp(".*hangouts\\.google\\.com/webchat/frame.*") {
/*Font Colors */
.gmelius-kanban-card--new input, .mdc-button, .mdc-button:disabled, .gmelius-kanban-column__content[data-cards="0"]:after, .gmelius-kanban-column__header-title, #GmeliusScreen .feature label span,
#GmeliusScreen .header, .gmelius-color--grey, .GFAGAabBGeAfGcdB, .gmelius-linkWidget, .gmelius-buttonWidget:hover, input::placeholder, .vdp-datepicker__calendar .cell, .vdp-datepicker__calendar .up,
.cell.day-header, .vdp-datepicker__calendar .cell.day-header, .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab {color:#fff}
.gmelius-kanban-menu span.gmelius-kanban-default i, .mdc-text-field__input::placeholder, .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active {color: #000!important;}
.gmelius-linkWidget:hover {color: #ff4242!important;}
/* --Font Colors-- */
/* Background Colors */
.gmelius-compose_button_svg, .inboxsdk__navItem:hover .inboxsdk__button_icon img {background-color: #fff;}
.gmelius-compose_button_svg:hover, .inboxsdk__drawer_title_bar {background-color: #4285f4;}
.inboxsdk__navItem:hover, .gmelius-kanban-card__controls span, .mdc-button--raised, .mdc-button:disabled, .gmelius-branding_widget a[role="button"] {background: #4285f4!important;}
.gmelius-branding_widget a[role="button"]:hover {background: #3887f1;}
.inboxsdk__custom_view, #GmeliusScreen .frame, .aECFDffeacdCcaHH, .cBBcEadJcAeFHDdA, .gmelius-kanban-card, .gmelius-kanban-column__content[data-cards="0"]:after, .gmelius-kanban-cardView header,
.gmelius-kanban-cardView__container, .vdp-datepicker__calendar {background: #252525;}
.vdp-datepicker__calendar .up, .gmelius-dialog, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .cell.day-header, .inboxsdk__drawer_view.inboxsdk__active {background: #1b1b1b!important;}
.gmelius-buttonWidget {background: #7aad7b;}
.gmelius-buttonWidget:hover {background: #1d861f}
.gmelius-dropdown, .gmelius-dropdown-title {background-color: #36393e;}
.gmelius-dropdown--reversable li:not(.gmelius-dropdown__list-0):hover, .gmelius-dropdown__list ul li.no--padding h4:hover, .gmelius-dropdown-list ul li.no--padding h4:hover, .vdp-datepicker__calendar .cell.disabled {background-color: #2d2d2d;}
.gmelius-inbox #gmelius-unsubscribe-link {background: #d23f3182;}
.gmelius-inbox #gmelius-unsubscribe-link:hover {background: #d23f31;}
/* --Background Colors-- */
/* Border Edits */
.inboxsdk__navItem_appContainer {border-bottom: none;}
.gmelius-compose_button_svg {border: solid 2px;}
.gmelius-compose_button_svg:hover {box-shadow: inset 1px 1px 1px 1px #4285f4;border-color:#4285f4;}
.gmelius-kanban-card__controls span, .mdc-button--raised, .mdc-button:disabled {border: 1px solid #4285f4;}
.gmelius-kanban-card__subject:focus {outline-color: #2f2f2f;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {border: 2px solid #fff;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-card {border-bottom: 1px solid #4285f4;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-column__content, .gmelius-kanban-card, .gmelius-dialog {
-webkit-box-shadow: 14px 11px 5px 1px #000;
-moz-box-shadow: 14px 11px 5px 1px #000;
box-shadow: 14px 11px 5px 1px #000;
border-width: 1px;
border-top-style: solid;
border-top-color: #444;
border-left-style: solid;
border-left-color: #1f1f1fbf;}
.vdp-datepicker__calendar header .next:after {border-left: 10px solid #4285f4;}
.vdp-datepicker__calendar header .prev:after {border-right: 10px solid #4285f4;}
.vdp-datepicker__calendar header .prev.disabled:after {border-right: 10px solid #252525;}
/* --Border Edits-- */
/* Border Radius */
.gmelius-compose_button_svg {border-radius: 3px;}
.mdc-button {border-radius: 4px;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {border-radius: 17px;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-column__content, .gmelius-kanban-card, .gmelius-dialog {border-radius: 10px 15px 10px 10px;}
/* --Border Radius-- */
/* Filters */
[src~="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAADmOjb////mNTHoSkbznJr4yMfnQDz97Oz3ubj/+vr5z87+9vbxiYfveHXlLin4wsH2srD0oZ/tcW7rW1f1ravsYl/qVVH+8fH<KEY>]
, .inboxsdk__navItem_hasIcon:hover>*>.inboxsdk__button_iconImg, .gmelius-row--image, .gmelius-row--icon
{-webkit-filter: invert(0%); filter:invert(0%)!important;}
.Gmfaq24, .Gmsupport24, .bGBIfHBffGGCJaEE, .aECFDffeacdCcaHH > .inboxsdk__close_button, .gmelius-compose_button_svg:hover svg, .gmelius-kanban-cardView__actions i[role="button"], .inboxsdk__button_iconImg {filter:invert(100%);-webkit-filter: invert(100%)}
.gmelius-row--image, .gmelius-row--icon, .gmelius-compose_button_svg svg, .action {opacity:1!important;}
/* --Filters-- */
/* Spacing Edits */
.gmelius-inbox .M .gmelius-kanban {margin-left:25px}
.inboxsdk__navItem_appContainer {width: 216px;}
.gmelius-compose_button_svg {margin-top: 3px;}
.Gmfaq24:hover, .Gmsupport24:hover, .inboxsdk__navItem:hover .inboxsdk__button_icon img {margin-top: 1px;}
.inboxsdk__compose_actionToolbar {margin-top: -3px;}
.gmelius-compose_button_svg svg {margin-top:0}
.gmelius-kanban-board-branding {right: 95px;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {margin-top: -2px;}
.inboxsdk__list_toolbar > .inboxsdk__button_icon {top:3px;}
/* --Spacing Edits-- */
/* Img Changes */
/* --Img Changes-- */
}
|
data/usercss/156128.user.css
|
@-moz-document url-prefix("https://inbox.google.com"), domain("inbox.google.com"), domain("talkgadget.google.com"), regexp(".*hangouts\\.google\\.com/webchat/frame.*") {
/*Font Colors */
.gmelius-kanban-card--new input, .mdc-button, .mdc-button:disabled, .gmelius-kanban-column__content[data-cards="0"]:after, .gmelius-kanban-column__header-title, #GmeliusScreen .feature label span,
#GmeliusScreen .header, .gmelius-color--grey, .GFAGAabBGeAfGcdB, .gmelius-linkWidget, .gmelius-buttonWidget:hover, input::placeholder, .vdp-datepicker__calendar .cell, .vdp-datepicker__calendar .up,
.cell.day-header, .vdp-datepicker__calendar .cell.day-header, .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab {color:#fff}
.gmelius-kanban-menu span.gmelius-kanban-default i, .mdc-text-field__input::placeholder, .mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active {color: #000!important;}
.gmelius-linkWidget:hover {color: #ff4242!important;}
/* --Font Colors-- */
/* Background Colors */
.gmelius-compose_button_svg, .inboxsdk__navItem:hover .inboxsdk__button_icon img {background-color: #fff;}
.gmelius-compose_button_svg:hover, .inboxsdk__drawer_title_bar {background-color: #4285f4;}
.inboxsdk__navItem:hover, .gmelius-kanban-card__controls span, .mdc-button--raised, .mdc-button:disabled, .gmelius-branding_widget a[role="button"] {background: #4285f4!important;}
.gmelius-branding_widget a[role="button"]:hover {background: #3887f1;}
.inboxsdk__custom_view, #GmeliusScreen .frame, .aECFDffeacdCcaHH, .cBBcEadJcAeFHDdA, .gmelius-kanban-card, .gmelius-kanban-column__content[data-cards="0"]:after, .gmelius-kanban-cardView header,
.gmelius-kanban-cardView__container, .vdp-datepicker__calendar {background: #252525;}
.vdp-datepicker__calendar .up, .gmelius-dialog, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .cell.day-header, .inboxsdk__drawer_view.inboxsdk__active {background: #1b1b1b!important;}
.gmelius-buttonWidget {background: #7aad7b;}
.gmelius-buttonWidget:hover {background: #1d861f}
.gmelius-dropdown, .gmelius-dropdown-title {background-color: #36393e;}
.gmelius-dropdown--reversable li:not(.gmelius-dropdown__list-0):hover, .gmelius-dropdown__list ul li.no--padding h4:hover, .gmelius-dropdown-list ul li.no--padding h4:hover, .vdp-datepicker__calendar .cell.disabled {background-color: #2d2d2d;}
.gmelius-inbox #gmelius-unsubscribe-link {background: #d23f3182;}
.gmelius-inbox #gmelius-unsubscribe-link:hover {background: #d23f31;}
/* --Background Colors-- */
/* Border Edits */
.inboxsdk__navItem_appContainer {border-bottom: none;}
.gmelius-compose_button_svg {border: solid 2px;}
.gmelius-compose_button_svg:hover {box-shadow: inset 1px 1px 1px 1px #4285f4;border-color:#4285f4;}
.gmelius-kanban-card__controls span, .mdc-button--raised, .mdc-button:disabled {border: 1px solid #4285f4;}
.gmelius-kanban-card__subject:focus {outline-color: #2f2f2f;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {border: 2px solid #fff;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-card {border-bottom: 1px solid #4285f4;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-column__content, .gmelius-kanban-card, .gmelius-dialog {
-webkit-box-shadow: 14px 11px 5px 1px #000;
-moz-box-shadow: 14px 11px 5px 1px #000;
box-shadow: 14px 11px 5px 1px #000;
border-width: 1px;
border-top-style: solid;
border-top-color: #444;
border-left-style: solid;
border-left-color: #1f1f1fbf;}
.vdp-datepicker__calendar header .next:after {border-left: 10px solid #4285f4;}
.vdp-datepicker__calendar header .prev:after {border-right: 10px solid #4285f4;}
.vdp-datepicker__calendar header .prev.disabled:after {border-right: 10px solid #252525;}
/* --Border Edits-- */
/* Border Radius */
.gmelius-compose_button_svg {border-radius: 3px;}
.mdc-button {border-radius: 4px;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {border-radius: 17px;}
.inboxsdk__navItem_appContainer, .gmelius-kanban-column__content, .gmelius-kanban-card, .gmelius-dialog {border-radius: 10px 15px 10px 10px;}
/* --Border Radius-- */
/* Filters */
[src~="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAADmOjb////mNTHoSkbznJr4yMfnQDz97Oz3ubj/+vr5z87+9vbxiYfveHXlLin4wsH2srD0oZ/tcW7rW1f1ravsYl/qVVH+8fH<KEY>]
, .inboxsdk__navItem_hasIcon:hover>*>.inboxsdk__button_iconImg, .gmelius-row--image, .gmelius-row--icon
{-webkit-filter: invert(0%); filter:invert(0%)!important;}
.Gmfaq24, .Gmsupport24, .bGBIfHBffGGCJaEE, .aECFDffeacdCcaHH > .inboxsdk__close_button, .gmelius-compose_button_svg:hover svg, .gmelius-kanban-cardView__actions i[role="button"], .inboxsdk__button_iconImg {filter:invert(100%);-webkit-filter: invert(100%)}
.gmelius-row--image, .gmelius-row--icon, .gmelius-compose_button_svg svg, .action {opacity:1!important;}
/* --Filters-- */
/* Spacing Edits */
.gmelius-inbox .M .gmelius-kanban {margin-left:25px}
.inboxsdk__navItem_appContainer {width: 216px;}
.gmelius-compose_button_svg {margin-top: 3px;}
.Gmfaq24:hover, .Gmsupport24:hover, .inboxsdk__navItem:hover .inboxsdk__button_icon img {margin-top: 1px;}
.inboxsdk__compose_actionToolbar {margin-top: -3px;}
.gmelius-compose_button_svg svg {margin-top:0}
.gmelius-kanban-board-branding {right: 95px;}
.inboxsdk__navItem:hover .inboxsdk__button_icon img {margin-top: -2px;}
.inboxsdk__list_toolbar > .inboxsdk__button_icon {top:3px;}
/* --Spacing Edits-- */
/* Img Changes */
/* --Img Changes-- */
}
| 0.239349 | 0.042068 |
body{
font-family: 'Josefin Slab', serif;
background-color: #FEF9E7;
font-size: 16px;
}
h1{
font-weight: 400;
font-size: 48px;
}
.nav{
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.btn{
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.color_block{
background-color: #FFB03B;
min-height: 100px;
margin-bottom: 50px;
}
.page_margin{
margin-right: 35px;
margin-left: 35px;
}
.navbar.navbar-default{
margin-top: 20px;
background-color: #FFB03B;
border: none;
}
.navbar-brand{
padding-top: 5px;
}
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-nav > .active > a {
font-weight: 600;
background-color: #FFB03B;
border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a:hover {
background-color: #98DBC5;
border-radius: 3px;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover {
background-color: #FFBF5F;
border-radius: 3px;
color: white;
}
.navbar-default .navbar-nav > li > a:hover.btn-primary {
background-color: #286090;
}
.navbar-default .navbar-nav > li > a:hover.btn-danger{
background-color: #c9302c;
}
.navbar-default .navbar-nav > li > a:hover.btn-info{
background-color: #31b0d5;
}
.navbar-nav > li > a {
margin-top: 8px;
padding-top: 7px;
padding-bottom: 7px;
}
.form-inline .form-control.tweet_ctrl {
min-width: 400px;
text-align: center;
padding: 32px;
}
.btn-space-left{
margin-left: 6px;
}
.big-hotdog{
max-width: 250px;
height: auto;
}
.small-hotdog{
width: 55px;
height: auto;
}
.btn-xl{
padding: 10px 16px;
min-width: 120px;
font-size: 24px;
margin-top: 12px;
}
label.col-sm-3.control-label{
font-family: 'Amatic SC', cursive;
font-size: 20px;
}
.form-control{
font-size: 16px;
}
div.box_coord{
background-color: white;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #DAD2B3;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
float: right;
}
.junk_box1{
width: 225px;
margin: 10px 10px;
}
.junk_box2{
margin: 20px 10px;
width: 275px;
}
.junk_box3{
margin: 15px 10px;
width: 325px;
}
.show_box{
text-align: left;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: #DAD2B3;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 275px;
margin: 0 auto;
}
.junk_tag > span > a{
word-wrap:break-word;
}
.junk_notes{
margin: 12px;
}
.junk_tag{
margin: 12px;
}
.junk_foot{
padding: 2px 12px;
background-color: #DAD2B3;
color: white;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 18px;
text-align: right;
}
.junk_name{
margin: 12px 12px 0px;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 24px;
}
div.junk_image > img{
width: 273px;
height: auto;
}
.junk_wrap {
justify-content: space-around;
flex-wrap: wrap;
display: flex;
}
.junk_box_nice{
margin-top: 24px;
margin-bottom: 24px;
width: 275px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
span.tag{
display: inline;
padding: 5px;
font-size: 75%;
font-weight: 700;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 2px;
}
.tag-1 {
background-color: #e57373;
}
.tag-2 {
background-color: #BA68C8;
}
.tag-3 {
background-color: #64B5F6;
}
.tag-4 {
background-color: #4DD0E1;
}
.tag-5 {
background-color: #4DB6AC;
}
.tag-6 {
background-color: #AED581;
}
.tag-7 {
background-color: #FFB74D;
}
.show_box_del{
color: #d9534f;
background-color: #DAD2B3;
border: none;
}
.show_box_del:hover{
color: #c9302c;
text-decoration: underline;
}
a.undercover_blk{
color: black;
}
a.undercover_wht{
color: white;
}
.form_inline{
display: inline;
}
.junk_input::-webkit-file-upload-button {
visibility: hidden;
}
.junk_input::before {
content: 'Select Image';
display: inline-block;
background: #ECEFF1;
border: 1px solid #CFD8DC;
border-radius: 3px;
padding: 8px 7px 7px;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.junk_input:hover::before {
background: #CFD8DC;
}
.junk_input:active::before {
background: #ECEFF1;
}
.junk_username{
font-family: 'Amatic SC', cursive;
font-weight: 700;
}
|
public/css/junk-base.css
|
body{
font-family: 'Josefin Slab', serif;
background-color: #FEF9E7;
font-size: 16px;
}
h1{
font-weight: 400;
font-size: 48px;
}
.nav{
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.btn{
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.color_block{
background-color: #FFB03B;
min-height: 100px;
margin-bottom: 50px;
}
.page_margin{
margin-right: 35px;
margin-left: 35px;
}
.navbar.navbar-default{
margin-top: 20px;
background-color: #FFB03B;
border: none;
}
.navbar-brand{
padding-top: 5px;
}
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-nav > .active > a {
font-weight: 600;
background-color: #FFB03B;
border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a:hover {
background-color: #98DBC5;
border-radius: 3px;
}
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover {
background-color: #FFBF5F;
border-radius: 3px;
color: white;
}
.navbar-default .navbar-nav > li > a:hover.btn-primary {
background-color: #286090;
}
.navbar-default .navbar-nav > li > a:hover.btn-danger{
background-color: #c9302c;
}
.navbar-default .navbar-nav > li > a:hover.btn-info{
background-color: #31b0d5;
}
.navbar-nav > li > a {
margin-top: 8px;
padding-top: 7px;
padding-bottom: 7px;
}
.form-inline .form-control.tweet_ctrl {
min-width: 400px;
text-align: center;
padding: 32px;
}
.btn-space-left{
margin-left: 6px;
}
.big-hotdog{
max-width: 250px;
height: auto;
}
.small-hotdog{
width: 55px;
height: auto;
}
.btn-xl{
padding: 10px 16px;
min-width: 120px;
font-size: 24px;
margin-top: 12px;
}
label.col-sm-3.control-label{
font-family: 'Amatic SC', cursive;
font-size: 20px;
}
.form-control{
font-size: 16px;
}
div.box_coord{
background-color: white;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #DAD2B3;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
float: right;
}
.junk_box1{
width: 225px;
margin: 10px 10px;
}
.junk_box2{
margin: 20px 10px;
width: 275px;
}
.junk_box3{
margin: 15px 10px;
width: 325px;
}
.show_box{
text-align: left;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: #DAD2B3;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 275px;
margin: 0 auto;
}
.junk_tag > span > a{
word-wrap:break-word;
}
.junk_notes{
margin: 12px;
}
.junk_tag{
margin: 12px;
}
.junk_foot{
padding: 2px 12px;
background-color: #DAD2B3;
color: white;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 18px;
text-align: right;
}
.junk_name{
margin: 12px 12px 0px;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 24px;
}
div.junk_image > img{
width: 273px;
height: auto;
}
.junk_wrap {
justify-content: space-around;
flex-wrap: wrap;
display: flex;
}
.junk_box_nice{
margin-top: 24px;
margin-bottom: 24px;
width: 275px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
span.tag{
display: inline;
padding: 5px;
font-size: 75%;
font-weight: 700;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 2px;
}
.tag-1 {
background-color: #e57373;
}
.tag-2 {
background-color: #BA68C8;
}
.tag-3 {
background-color: #64B5F6;
}
.tag-4 {
background-color: #4DD0E1;
}
.tag-5 {
background-color: #4DB6AC;
}
.tag-6 {
background-color: #AED581;
}
.tag-7 {
background-color: #FFB74D;
}
.show_box_del{
color: #d9534f;
background-color: #DAD2B3;
border: none;
}
.show_box_del:hover{
color: #c9302c;
text-decoration: underline;
}
a.undercover_blk{
color: black;
}
a.undercover_wht{
color: white;
}
.form_inline{
display: inline;
}
.junk_input::-webkit-file-upload-button {
visibility: hidden;
}
.junk_input::before {
content: 'Select Image';
display: inline-block;
background: #ECEFF1;
border: 1px solid #CFD8DC;
border-radius: 3px;
padding: 8px 7px 7px;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 20px;
}
.junk_input:hover::before {
background: #CFD8DC;
}
.junk_input:active::before {
background: #ECEFF1;
}
.junk_username{
font-family: 'Amatic SC', cursive;
font-weight: 700;
}
| 0.328853 | 0.071041 |
.logo{
width: 100px;
}
html,
body {
height: 100%;
}
body {
align-items: center;
background-color: #f5f5f5;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: 5% auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.hvr-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.title-verlugares{
text-align: left;
margin-top: 30px;
font-weight: bold;
}
.formulario{
margin-top: 20px
}
.btn-lg{
margin-top: 20px;
}
@media (min-width: 1200px){
#contenedor{
max-width: 1140px;
}
}
@media (min-width: 992px){
#contenedor{
max-width: 960px;
}
}
@media (min-width: 768px){
#contenedor{
max-width: 720px;
}
}
@media (min-width: 576px){
#contenedor {
max-width: 540px;
}
}
#contenedor {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
margin-top: 100px;
}
.boton2{
margin: 10px 15px 30px 15px;
}
.boton3{
margin: 10px 15px 30px 50px;
}
|
public/css/user.css
|
.logo{
width: 100px;
}
html,
body {
height: 100%;
}
body {
align-items: center;
background-color: #f5f5f5;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: 5% auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.hvr-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.title-verlugares{
text-align: left;
margin-top: 30px;
font-weight: bold;
}
.formulario{
margin-top: 20px
}
.btn-lg{
margin-top: 20px;
}
@media (min-width: 1200px){
#contenedor{
max-width: 1140px;
}
}
@media (min-width: 992px){
#contenedor{
max-width: 960px;
}
}
@media (min-width: 768px){
#contenedor{
max-width: 720px;
}
}
@media (min-width: 576px){
#contenedor {
max-width: 540px;
}
}
#contenedor {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
margin-top: 100px;
}
.boton2{
margin: 10px 15px 30px 15px;
}
.boton3{
margin: 10px 15px 30px 50px;
}
| 0.337204 | 0.161254 |
section{
background:url(../img/login1/bg.png) no-repeat left bottom #3376d3;
background-size:100% auto;
background-color:#3476d4;
}
.login-box{
position:relative;
width:70%;
margin:0 auto;
}
.login-logo{
height:40px;
display:block;
margin:40px auto 40px auto;
-webkit-transform: translateY(-100px);
-webkit-animation-name: slide-down;
-webkit-animation-duration: 0.2s;
-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes slide-down{
from{
-webkit-transform: translateY(-100px);
opacity:0;
}to{
-webkit-transform: translateY(0);
opacity:1;
}
}
@-webkit-keyframes slide-up{
from{
-webkit-transform: translateY(500px);
opacity:0;
}to{
-webkit-transform: translateY(0);
opacity:1;
}
}
@-webkit-keyframes slide-right{
from{
-webkit-transform: translateX(-500px);
opacity:0;
}to{
-webkit-transform: translateX(0);
opacity:1;
}
}
@-webkit-keyframes fade-in{
from{
opacity:0;
}to{
opacity:1;
}
}
.input-icon-username{
background-image:url(../img/login1/username.png);
}
.input-icon-password{
background-image:url(../img/login1/password.png);
}
.input-box.feature{
margin:10px 0 0 0;
border:none;
border-bottom:1px solid rgba(255,255,255,.5);
background-color: transparent;
-webkit-transform: translateX(-500px);
opacity:0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.2s;
-webkit-animation-fill-mode: forwards;
width:100%;
}
.input-box.feature input{
color:white;
background-color: transparent;
}
.input-box.feature i{
color:#ffffff;
}
.input-box.licon i {
left:0;
}
.login-cbo{
margin:0 auto;
padding: 10px 0 34px 0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.3s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
}
.login-cbo label {
float: left;
color:white;
}
.login-cbo a{
float:right;
color:#184a9e;
}
.login-cbo a:active{
color:#1f4d9a;
}
.login-cbo label input[type="checkbox"] {
vertical-align: middle; margin-right: 3px; color: #6d6d6d;
}
.login-cbo label input[type="checkbox"] + span{
opacity: 0.5;
}
.login-cbo label input[type="checkbox"]:checked + span{
opacity: 1;
}
.login-cbo label span{
display:inline-block;
vertical-align:middle;
}
input[type="checkbox"].input-login-cbo{
background-image:url(../img/login1/cbo2.png);
background-size:cover;
}
input[type="checkbox"].input-login-cbo:checked{
background-position:-44px 0;
}
input[type="checkbox"]:before {
content: "";
}
input[type="checkbox"]:checked::before {
content: "";
}
a.btn-login{
border-radius:0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.4s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
background-color:#184a9e;
}
a.btn-reg{
border-radius:0;
color:#2065c4;
margin-top:10px;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.5s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
background-color:#d2e1f5;
}
.btn-login:active{
background-color:#2f4684;
color:white;
}
.btn-reg:active{
background-color:#1e54aa;
color:white;
}
.patternutil{
width:32px;
height:32px;
display:block;
margin:40px auto 0 auto;
opacity:0;
font-size:32px;
color: #ffffff;
-webkit-animation: fade-in 1s;
-webkit-animation-delay: 0.6s;
-webkit-animation-fill-mode: forwards;
}
.patternutil a {
color:#ffffff;
}
.patternutil a:active{
opacity:0.5;
}
/*-----------------------------------------------------login1:end-----------------------------------------------------*/
|
examples/for-exmobi/agile_lite/server/jsp/www/assets/third/seedsui/css/login1.css
|
section{
background:url(../img/login1/bg.png) no-repeat left bottom #3376d3;
background-size:100% auto;
background-color:#3476d4;
}
.login-box{
position:relative;
width:70%;
margin:0 auto;
}
.login-logo{
height:40px;
display:block;
margin:40px auto 40px auto;
-webkit-transform: translateY(-100px);
-webkit-animation-name: slide-down;
-webkit-animation-duration: 0.2s;
-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes slide-down{
from{
-webkit-transform: translateY(-100px);
opacity:0;
}to{
-webkit-transform: translateY(0);
opacity:1;
}
}
@-webkit-keyframes slide-up{
from{
-webkit-transform: translateY(500px);
opacity:0;
}to{
-webkit-transform: translateY(0);
opacity:1;
}
}
@-webkit-keyframes slide-right{
from{
-webkit-transform: translateX(-500px);
opacity:0;
}to{
-webkit-transform: translateX(0);
opacity:1;
}
}
@-webkit-keyframes fade-in{
from{
opacity:0;
}to{
opacity:1;
}
}
.input-icon-username{
background-image:url(../img/login1/username.png);
}
.input-icon-password{
background-image:url(../img/login1/password.png);
}
.input-box.feature{
margin:10px 0 0 0;
border:none;
border-bottom:1px solid rgba(255,255,255,.5);
background-color: transparent;
-webkit-transform: translateX(-500px);
opacity:0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.2s;
-webkit-animation-fill-mode: forwards;
width:100%;
}
.input-box.feature input{
color:white;
background-color: transparent;
}
.input-box.feature i{
color:#ffffff;
}
.input-box.licon i {
left:0;
}
.login-cbo{
margin:0 auto;
padding: 10px 0 34px 0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.3s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
}
.login-cbo label {
float: left;
color:white;
}
.login-cbo a{
float:right;
color:#184a9e;
}
.login-cbo a:active{
color:#1f4d9a;
}
.login-cbo label input[type="checkbox"] {
vertical-align: middle; margin-right: 3px; color: #6d6d6d;
}
.login-cbo label input[type="checkbox"] + span{
opacity: 0.5;
}
.login-cbo label input[type="checkbox"]:checked + span{
opacity: 1;
}
.login-cbo label span{
display:inline-block;
vertical-align:middle;
}
input[type="checkbox"].input-login-cbo{
background-image:url(../img/login1/cbo2.png);
background-size:cover;
}
input[type="checkbox"].input-login-cbo:checked{
background-position:-44px 0;
}
input[type="checkbox"]:before {
content: "";
}
input[type="checkbox"]:checked::before {
content: "";
}
a.btn-login{
border-radius:0;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.4s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
background-color:#184a9e;
}
a.btn-reg{
border-radius:0;
color:#2065c4;
margin-top:10px;
-webkit-animation-name: slide-right;
-webkit-animation-duration: 0.2s;
-webkit-animation-delay:0.5s;
-webkit-animation-fill-mode: forwards;
-webkit-transform: translateX(-500px);
opacity:0;
background-color:#d2e1f5;
}
.btn-login:active{
background-color:#2f4684;
color:white;
}
.btn-reg:active{
background-color:#1e54aa;
color:white;
}
.patternutil{
width:32px;
height:32px;
display:block;
margin:40px auto 0 auto;
opacity:0;
font-size:32px;
color: #ffffff;
-webkit-animation: fade-in 1s;
-webkit-animation-delay: 0.6s;
-webkit-animation-fill-mode: forwards;
}
.patternutil a {
color:#ffffff;
}
.patternutil a:active{
opacity:0.5;
}
/*-----------------------------------------------------login1:end-----------------------------------------------------*/
| 0.163846 | 0.049359 |
Box related style properties
++++++++++++++++++++++++++++++++++++++++++++++++++++++
width, min-width, max-width
height, min-height, max-height
padding
margin
overflow: visible | hidden | scroll | auto
float : left | right | none
clear: none | left | right | both
box-sizing – content-box | padding-box | border-box
Flexbox
resize - none | both | horizontal | vertical
opacity
column-count
column-gap
column-fill – auto | balance
column-rule - <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>
*/
.wi-demo{
background-color: black;
border:solid 20px rgba(255,0,0,.5);
margin:30px;
padding: 30px;
max-width:300px;
}
.d-ib{
display: inline-block;
}
.dabba{
width:300px;
background-color: lightblue;
border:solid 10px lightgreen;
padding:25px;
min-height: 100px;
max-height: 300px;
overflow-y:scroll;
}
.box{
width:49%;
display: inline-block;
}
.box .content{
background-color: lightgreen;
padding:10px;
margin:10px;
border:solid 1px green;
}
.articles{
border:dotted 1px red;
margin:20px auto;
background-color: lightgreen;
padding:30px;
width:720px;
}
.articles .post{
border-bottom:dashed 1px gray;
margin-bottom:20px;
background-color: white;
padding:10px
}
.row{
border:solid 4px red;
background-color: lightgreen;
margin:10px 25px;
padding:10px;
}
.row:after{
content:"";
clear: both;
display: block;
}
.row h1{
background-color: wheat;
border:solid 1px green;
margin:0;
font-size: 14px;
text-transform: uppercase;
float: left;
}
.row span{
background-color: wheat;
border:solid 1px green;
width:200px;
float: right;
}
.row p{
background-color: lightblue;
border:solid 1px orange;
margin:0;
clear:both;
}
.products{
border:solid 1px grey;
margin:40px auto;
width:1000px;
border-radius:10px;
padding-left: 10px;
padding-right: 10px;
}
.products:after{
content:"";
display: block;
clear: both;
}
.products h2{
text-align: center;
background-color: wheat;
margin: 0 -10px 10px;
line-height: 50px;
border-radius:9px 9px 0 0;
}
.products *{
box-sizing:border-box;
}
.product{
width:25%;
float: left;
padding:10px;
}
.pro-wrap{
border:solid 1px #CCC;
}
.pro-wrap img{
width: 100%;
display: block;
padding:6px;
}
.pro-wrap p{
background-color: #E7E7E7;
margin-top:0;
margin-bottom: 0;
line-height: 40px;
text-align: center;
}
|
m03-css/css/06-box.css
|
Box related style properties
++++++++++++++++++++++++++++++++++++++++++++++++++++++
width, min-width, max-width
height, min-height, max-height
padding
margin
overflow: visible | hidden | scroll | auto
float : left | right | none
clear: none | left | right | both
box-sizing – content-box | padding-box | border-box
Flexbox
resize - none | both | horizontal | vertical
opacity
column-count
column-gap
column-fill – auto | balance
column-rule - <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>
*/
.wi-demo{
background-color: black;
border:solid 20px rgba(255,0,0,.5);
margin:30px;
padding: 30px;
max-width:300px;
}
.d-ib{
display: inline-block;
}
.dabba{
width:300px;
background-color: lightblue;
border:solid 10px lightgreen;
padding:25px;
min-height: 100px;
max-height: 300px;
overflow-y:scroll;
}
.box{
width:49%;
display: inline-block;
}
.box .content{
background-color: lightgreen;
padding:10px;
margin:10px;
border:solid 1px green;
}
.articles{
border:dotted 1px red;
margin:20px auto;
background-color: lightgreen;
padding:30px;
width:720px;
}
.articles .post{
border-bottom:dashed 1px gray;
margin-bottom:20px;
background-color: white;
padding:10px
}
.row{
border:solid 4px red;
background-color: lightgreen;
margin:10px 25px;
padding:10px;
}
.row:after{
content:"";
clear: both;
display: block;
}
.row h1{
background-color: wheat;
border:solid 1px green;
margin:0;
font-size: 14px;
text-transform: uppercase;
float: left;
}
.row span{
background-color: wheat;
border:solid 1px green;
width:200px;
float: right;
}
.row p{
background-color: lightblue;
border:solid 1px orange;
margin:0;
clear:both;
}
.products{
border:solid 1px grey;
margin:40px auto;
width:1000px;
border-radius:10px;
padding-left: 10px;
padding-right: 10px;
}
.products:after{
content:"";
display: block;
clear: both;
}
.products h2{
text-align: center;
background-color: wheat;
margin: 0 -10px 10px;
line-height: 50px;
border-radius:9px 9px 0 0;
}
.products *{
box-sizing:border-box;
}
.product{
width:25%;
float: left;
padding:10px;
}
.pro-wrap{
border:solid 1px #CCC;
}
.pro-wrap img{
width: 100%;
display: block;
padding:6px;
}
.pro-wrap p{
background-color: #E7E7E7;
margin-top:0;
margin-bottom: 0;
line-height: 40px;
text-align: center;
}
| 0.458591 | 0.152158 |
.th-box-g-black-grey{
background: linear-gradient(var(--black-color), var(--black-color),var(--grey-color4));
}
/*gradient grey/black*/
.th-box-g-grey-black{
background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color));
}
/*BOTÕES--------------------------------*/
/*white*/
.th-btn-white{
background-color: transparent;
color: var(--white-color1);
}
.th-btn-white:hover{
background-color: var(--grey-color5);
}
/*red*/
.th-btn-red{
background-color: transparent;
color: var(--red-color);
}
.th-btn-red:hover{
background-color: var(--grey-color5);
}
/*IMPUTS------------------------------*/
/*grey*/
.th-input-grey{
background-color: transparent;
border: 1px solid var(--grey-color1);
color: var(--white-color1);
}
.th-input-grey:hover{
border: 1px solid var(--white-color1);
}
/*TEXTO------------------------------*/
/*white*/
.th-title-white{
color: var(--white-color1);
border-bottom: 1px solid var(--grey-color2);
padding-bottom: 10px;
transition: 0.7s;
}
.th-title-white:hover{
color: var(--grey-color1);
}
/*ÍCONES-------------------------------*/
/*red*/
.th-icon-dell-red{
background-image: url(/./Challenge-002/public/icons/deletar_tudo.png);
background-position: center;
background-size: 100% 100%;
}
.th-icon-remove-red{
background-image: url(/./Challenge-002/public/icons/excluir.png);
background-position: center;
background-size: 100% 100%;
}
/*green*/
.th-icon-add-green{
background-image: url(/./Challenge-002/public/icons/adicionar.png);
background-position: center;
background-size: 100% 100%;
}
/*blue*/
.th-icon-view-blue{
background-image: url(/./Challenge-002/public/icons/abrir.png);
background-position: center;
background-size: 100% 100%;
}
/*purple*/
.th-icon-search-purple{
background-image: url(/./Challenge-002/public/icons/pesquisar.png);
background-position: center;
background-size: 100% 100%;
}
/*SCROLLBAR-------------------------------*/
::-webkit-scrollbar-track {
background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color));
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
background: var(--white-color2);
}
::-webkit-scrollbar-thumb {
background: var(--grey-color2)
}
|
public/styles/smacss/theme/theme.css
|
.th-box-g-black-grey{
background: linear-gradient(var(--black-color), var(--black-color),var(--grey-color4));
}
/*gradient grey/black*/
.th-box-g-grey-black{
background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color));
}
/*BOTÕES--------------------------------*/
/*white*/
.th-btn-white{
background-color: transparent;
color: var(--white-color1);
}
.th-btn-white:hover{
background-color: var(--grey-color5);
}
/*red*/
.th-btn-red{
background-color: transparent;
color: var(--red-color);
}
.th-btn-red:hover{
background-color: var(--grey-color5);
}
/*IMPUTS------------------------------*/
/*grey*/
.th-input-grey{
background-color: transparent;
border: 1px solid var(--grey-color1);
color: var(--white-color1);
}
.th-input-grey:hover{
border: 1px solid var(--white-color1);
}
/*TEXTO------------------------------*/
/*white*/
.th-title-white{
color: var(--white-color1);
border-bottom: 1px solid var(--grey-color2);
padding-bottom: 10px;
transition: 0.7s;
}
.th-title-white:hover{
color: var(--grey-color1);
}
/*ÍCONES-------------------------------*/
/*red*/
.th-icon-dell-red{
background-image: url(/./Challenge-002/public/icons/deletar_tudo.png);
background-position: center;
background-size: 100% 100%;
}
.th-icon-remove-red{
background-image: url(/./Challenge-002/public/icons/excluir.png);
background-position: center;
background-size: 100% 100%;
}
/*green*/
.th-icon-add-green{
background-image: url(/./Challenge-002/public/icons/adicionar.png);
background-position: center;
background-size: 100% 100%;
}
/*blue*/
.th-icon-view-blue{
background-image: url(/./Challenge-002/public/icons/abrir.png);
background-position: center;
background-size: 100% 100%;
}
/*purple*/
.th-icon-search-purple{
background-image: url(/./Challenge-002/public/icons/pesquisar.png);
background-position: center;
background-size: 100% 100%;
}
/*SCROLLBAR-------------------------------*/
::-webkit-scrollbar-track {
background: linear-gradient(var(--grey-color4),var(--black-color), var(--black-color));
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
background: var(--white-color2);
}
::-webkit-scrollbar-thumb {
background: var(--grey-color2)
}
| 0.352871 | 0.052183 |
* {
margin: 0; }
.section1 {
background-color: #ffffff;
padding: 30px 15px 45px; }
@media all and (min-width: 768px) {
.section1 {
margin: 30px 60px 60px 39px;
padding: 0; } }
@media all and (min-width: 1280px) {
.section1 {
padding: 60px 275px;
margin: 0; } }
.section1__small {
font-family: "Roboto";
font-size: 14px;
color: #8ccbea;
margin: 0 200px 1px 0;
line-height: 2.14; }
@media all and (min-width: 1280px) {
.section1__small {
font-size: 16px;
line-height: 1.88; } }
.section1__title {
font-family: "Roboto Slab", serif;
font-size: 24px;
color: #000000;
text-transform: capitalize;
margin: 1px 0 15px;
line-height: 1.25; }
@media all and (min-width: 768px) {
.section1__title {
font-size: 26px;
margin: 0 0 30px 0; } }
@media all and (min-width: 1280px) {
.section1__title {
font-size: 32px;
line-height: 1.41; } }
.section1__text {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #4a4a4a;
line-height: 1.67;
margin: 15px 0 30px; }
@media all and (min-width: 768px) {
.section1__text {
font-size: 20px; } }
@media all and (min-width: 1280px) {
.section1__text {
margin-top: 0; } }
.section1__button {
text-transform: capitalize;
width: 76px;
height: 45px;
padding: 0 25px 0 26px;
border-radius: 22.5px;
border: solid 2px #f26002;
background-color: #ffffff;
transition: background-color ease 0.6s; }
.section1__button:hover {
background-color: #f7d1b9; }
.section1__button--simple {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #f26002; }
@media all and (min-width: 768px) {
.section1__button {
width: 91px;
padding: 0 32.5px 0 33.5px; } }
@media all and (min-width: 1280px) {
.section1__button {
width: 160px;
padding: 0 67px 0 68px; } }
.section2 {
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 15px 10px;
background-color: #eff9ff; }
@media all and (min-width: 768px) {
.section2 {
padding: 30px 0px 10px; } }
.section2__title {
font-family: "Roboto Slab", serif;
font-size: 24px;
color: #000000;
text-transform: capitalize;
margin: 0 0 45px;
line-height: 1.25; }
@media all and (min-width: 768px) {
.section2__title {
font-size: 26px; } }
@media all and (min-width: 1280px) {
.section2__title {
font-size: 32px;
padding-top: 30px; } }
.section2__button {
width: 184px;
height: 45px;
background-color: #f26002;
border-radius: 22.5px;
border: none;
padding: 0 29.5px 0 30.5px;
transition: height width ease 1s, background-color ease 1s; }
.section2__button:hover {
height: 55px;
width: 194px;
background-color: #f14907; }
.section2__button--simple {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #ffffff; }
@media all and (min-width: 768px) {
.section2__button {
width: 210px;
padding: 0 42.5px 0 43.5px; }
.section2__button:hover {
width: 220px; } }
@media all and (min-width: 1280px) {
.section2__button {
width: 250px;
padding: 0 62px 0 63px; }
.section2__button:hover {
width: 260px; } }
.section2__arrow {
width: 45px;
height: 45px;
position: relative;
bottom: -35px;
padding: 11px 12.4px 10px 12px;
border-radius: 22.5px;
box-sizing: border-box;
text-decoration: none;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
color: #f26002;
-webkit-animation-name: jump;
animation-name: jump;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
@-webkit-keyframes jump {
from {
bottom: -35px;
transform: rotate(90deg); }
to {
bottom: -33.5px;
transform: rotate(0deg); } }
@keyframes jump {
from {
bottom: -35px;
transform: rotate(90deg); }
to {
bottom: -33.5px;
transform: rotate(0deg); } }
.section2__button:first-letter {
text-transform: capitalize; }
.list {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
list-style: none;
padding: 0; }
@media all and (min-width: 768px) {
.list {
grid-template-columns: 33% 33% 33%;
grid-template-rows: 1fr;
margin: 0 26px 0 22px; } }
.list__text {
font-family: "Roboto Slab", serif;
font-size: 18px;
color: #000000;
font-weight: bold;
text-align: center;
line-height: 1.67; }
@media all and (min-width: 768px) {
.list__text {
font-size: 24px;
line-height: 1.25; } }
.list__text--normal {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #000000;
margin: 0 0 45px 0;
width: 180px;
line-height: 1.67; }
@media all and (min-width: 768px) {
.list__text--normal {
font-size: 20px;
width: 212.3px;
line-height: 1.5;
margin: 14px 14px 60px 14px; } }
@media all and (min-width: 1280px) {
.list__text--normal {
width: 353.8px; } }
.header {
background-image: url(../images/cover.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
box-sizing: border-box;
padding: 0 0 53px 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center; }
@media all and (min-width: 1280px) {
.header {
padding-bottom: 13px; } }
.header__hamburger {
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
text-decoration: none;
width: 44px;
height: 44px;
padding: 15px 14px;
background-color: #0271bc;
z-index: 1000; }
.header__title {
margin: 284px 0 10px 15px;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
font-family: "Roboto Slab", serif;
font-size: 42px;
color: #ffffff;
text-transform: uppercase;
text-align: center; }
@media all and (min-width: 768px) {
.header__title {
font-size: 80px;
margin: 384px 39px 20px 39px; } }
@media all and (min-width: 1280px) {
.header__title {
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-size: 100px;
margin: 384px 275px 0 275px; } }
.header__text {
margin: 10px 0 45px 15px;
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ffffff; }
@media all and (min-width: 768px) {
.header__text {
font-size: 24px;
margin: 0px 204px 30px 204px; } }
.header__arrow {
width: 45px;
height: 45px;
background-color: #ffffff;
border-radius: 22.5px;
box-sizing: border-box;
padding: 18px 12px 15.3px 13px;
text-decoration: none; }
.footer {
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
padding: 60px 15px 45px;
background-color: #304268; }
@media all and (min-width: 768px) {
.footer {
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
padding: 45px 39px 45px 39px; } }
@media all and (min-width: 1280px) {
.footer {
justify-content: center; } }
.footer__list {
margin: 0 0 30px 0; }
.footer__list--type {
box-sizing: border-box;
padding: 0;
list-style-type: none;
text-align: center; }
@media all and (min-width: 768px) {
.footer__list--type {
text-align: left;
width: 210px; } }
@media all and (min-width: 1280px) {
.footer__list--type {
width: 159px; } }
.footer__end {
line-height: 2.14; }
@media all and (min-width: 768px) {
.footer__end {
order: 0;
width: 210px; } }
@media all and (min-width: 1280px) {
.footer__end {
width: 159px;
padding-right: 30px; } }
.footer__end--copy {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center; }
@media all and (min-width: 768px) {
.footer__end--copy {
text-align: left; } }
.footer__end--heart {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #ffffff; }
.orange {
color: #f26002; }
.footer-link {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
line-height: 1.88; }
@media all and (min-width: 768px) {
.articles {
order: 1; } }
@media all and (min-width: 768px) {
.social {
order: 2; } }
/*# sourceMappingURL=main.css.map */
|
public/assets/css/main.css
|
* {
margin: 0; }
.section1 {
background-color: #ffffff;
padding: 30px 15px 45px; }
@media all and (min-width: 768px) {
.section1 {
margin: 30px 60px 60px 39px;
padding: 0; } }
@media all and (min-width: 1280px) {
.section1 {
padding: 60px 275px;
margin: 0; } }
.section1__small {
font-family: "Roboto";
font-size: 14px;
color: #8ccbea;
margin: 0 200px 1px 0;
line-height: 2.14; }
@media all and (min-width: 1280px) {
.section1__small {
font-size: 16px;
line-height: 1.88; } }
.section1__title {
font-family: "Roboto Slab", serif;
font-size: 24px;
color: #000000;
text-transform: capitalize;
margin: 1px 0 15px;
line-height: 1.25; }
@media all and (min-width: 768px) {
.section1__title {
font-size: 26px;
margin: 0 0 30px 0; } }
@media all and (min-width: 1280px) {
.section1__title {
font-size: 32px;
line-height: 1.41; } }
.section1__text {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #4a4a4a;
line-height: 1.67;
margin: 15px 0 30px; }
@media all and (min-width: 768px) {
.section1__text {
font-size: 20px; } }
@media all and (min-width: 1280px) {
.section1__text {
margin-top: 0; } }
.section1__button {
text-transform: capitalize;
width: 76px;
height: 45px;
padding: 0 25px 0 26px;
border-radius: 22.5px;
border: solid 2px #f26002;
background-color: #ffffff;
transition: background-color ease 0.6s; }
.section1__button:hover {
background-color: #f7d1b9; }
.section1__button--simple {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #f26002; }
@media all and (min-width: 768px) {
.section1__button {
width: 91px;
padding: 0 32.5px 0 33.5px; } }
@media all and (min-width: 1280px) {
.section1__button {
width: 160px;
padding: 0 67px 0 68px; } }
.section2 {
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 15px 10px;
background-color: #eff9ff; }
@media all and (min-width: 768px) {
.section2 {
padding: 30px 0px 10px; } }
.section2__title {
font-family: "Roboto Slab", serif;
font-size: 24px;
color: #000000;
text-transform: capitalize;
margin: 0 0 45px;
line-height: 1.25; }
@media all and (min-width: 768px) {
.section2__title {
font-size: 26px; } }
@media all and (min-width: 1280px) {
.section2__title {
font-size: 32px;
padding-top: 30px; } }
.section2__button {
width: 184px;
height: 45px;
background-color: #f26002;
border-radius: 22.5px;
border: none;
padding: 0 29.5px 0 30.5px;
transition: height width ease 1s, background-color ease 1s; }
.section2__button:hover {
height: 55px;
width: 194px;
background-color: #f14907; }
.section2__button--simple {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 20px;
color: #ffffff; }
@media all and (min-width: 768px) {
.section2__button {
width: 210px;
padding: 0 42.5px 0 43.5px; }
.section2__button:hover {
width: 220px; } }
@media all and (min-width: 1280px) {
.section2__button {
width: 250px;
padding: 0 62px 0 63px; }
.section2__button:hover {
width: 260px; } }
.section2__arrow {
width: 45px;
height: 45px;
position: relative;
bottom: -35px;
padding: 11px 12.4px 10px 12px;
border-radius: 22.5px;
box-sizing: border-box;
text-decoration: none;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
color: #f26002;
-webkit-animation-name: jump;
animation-name: jump;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
@-webkit-keyframes jump {
from {
bottom: -35px;
transform: rotate(90deg); }
to {
bottom: -33.5px;
transform: rotate(0deg); } }
@keyframes jump {
from {
bottom: -35px;
transform: rotate(90deg); }
to {
bottom: -33.5px;
transform: rotate(0deg); } }
.section2__button:first-letter {
text-transform: capitalize; }
.list {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
list-style: none;
padding: 0; }
@media all and (min-width: 768px) {
.list {
grid-template-columns: 33% 33% 33%;
grid-template-rows: 1fr;
margin: 0 26px 0 22px; } }
.list__text {
font-family: "Roboto Slab", serif;
font-size: 18px;
color: #000000;
font-weight: bold;
text-align: center;
line-height: 1.67; }
@media all and (min-width: 768px) {
.list__text {
font-size: 24px;
line-height: 1.25; } }
.list__text--normal {
font-family: "Roboto", sans-serif;
font-size: 18px;
color: #000000;
margin: 0 0 45px 0;
width: 180px;
line-height: 1.67; }
@media all and (min-width: 768px) {
.list__text--normal {
font-size: 20px;
width: 212.3px;
line-height: 1.5;
margin: 14px 14px 60px 14px; } }
@media all and (min-width: 1280px) {
.list__text--normal {
width: 353.8px; } }
.header {
background-image: url(../images/cover.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
box-sizing: border-box;
padding: 0 0 53px 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center; }
@media all and (min-width: 1280px) {
.header {
padding-bottom: 13px; } }
.header__hamburger {
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
text-decoration: none;
width: 44px;
height: 44px;
padding: 15px 14px;
background-color: #0271bc;
z-index: 1000; }
.header__title {
margin: 284px 0 10px 15px;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
font-family: "Roboto Slab", serif;
font-size: 42px;
color: #ffffff;
text-transform: uppercase;
text-align: center; }
@media all and (min-width: 768px) {
.header__title {
font-size: 80px;
margin: 384px 39px 20px 39px; } }
@media all and (min-width: 1280px) {
.header__title {
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-size: 100px;
margin: 384px 275px 0 275px; } }
.header__text {
margin: 10px 0 45px 15px;
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ffffff; }
@media all and (min-width: 768px) {
.header__text {
font-size: 24px;
margin: 0px 204px 30px 204px; } }
.header__arrow {
width: 45px;
height: 45px;
background-color: #ffffff;
border-radius: 22.5px;
box-sizing: border-box;
padding: 18px 12px 15.3px 13px;
text-decoration: none; }
.footer {
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
padding: 60px 15px 45px;
background-color: #304268; }
@media all and (min-width: 768px) {
.footer {
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
padding: 45px 39px 45px 39px; } }
@media all and (min-width: 1280px) {
.footer {
justify-content: center; } }
.footer__list {
margin: 0 0 30px 0; }
.footer__list--type {
box-sizing: border-box;
padding: 0;
list-style-type: none;
text-align: center; }
@media all and (min-width: 768px) {
.footer__list--type {
text-align: left;
width: 210px; } }
@media all and (min-width: 1280px) {
.footer__list--type {
width: 159px; } }
.footer__end {
line-height: 2.14; }
@media all and (min-width: 768px) {
.footer__end {
order: 0;
width: 210px; } }
@media all and (min-width: 1280px) {
.footer__end {
width: 159px;
padding-right: 30px; } }
.footer__end--copy {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center; }
@media all and (min-width: 768px) {
.footer__end--copy {
text-align: left; } }
.footer__end--heart {
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #ffffff; }
.orange {
color: #f26002; }
.footer-link {
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
line-height: 1.88; }
@media all and (min-width: 768px) {
.articles {
order: 1; } }
@media all and (min-width: 768px) {
.social {
order: 2; } }
/*# sourceMappingURL=main.css.map */
| 0.31342 | 0.112649 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.4%;
}
body {
font-size: 10px;
font-weight: 700;
font-family: lato, Arial, Helvetica, sans-serif;
text-rendering: optimizeLegibility;
}
/* NAVBAR */
.navbar .active a {
font-size: 16px;
font-weight: 500;
color: rgb(245, 245, 245) !important;
}
.navbar ul li a:hover {
font-weight: 600;
color: rgb(207, 197, 46) !important;
}
.navbar ul li a {
margin-left: 10px;
font-size: 16px;
}
.navbar-custom ul {
margin-left: 800px;
}
.logo {
width: 70px;
height: 70px;
border: none;
border-radius: 50%;
}
.Events {
margin-top: 50px;
}
.Events .information {
position: relative;
width: 60rem;
margin: 10rem auto;
}
.information .eventimage {
width: 60rem;
height: 30rem;
overflow: hidden;
}
.information .eventimage img {
width: 100%;
box-shadow: 0 6px 12px rgba(85, 85, 85, 0.2);
transition: all 0.4s;
}
.information .eventimage img:hover {
transform: scale(1.1);
}
.information h2 {
font-size: 2.4rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding-top: 2rem;
}
.information p {
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 1.2px;
/* margin: 1.2rem 0; */
}
.information .button {
margin: 2.8rem 0;
text-align: left;
border-radius: 20%;
}
.information .button a:link,
.information .button a:visited {
font-size: 1.2rem;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background: #141414;
padding: 1.2rem 2rem;
box-shadow: 0 6px 12px rgba(85, 85, 85, 0.3);
border-radius: 0.6rem;
transition: all 0.4s;
}
.information .button a:hover {
background: #585854;
}
.information .dateOfEvent {
position: absolute;
top: 25.4rem;
right: 1.2rem;
display: inline-block;
font-size: 1.2rem;
font-weight: 400;
text-transform: uppercase;
background: #0d0e0d;
color: #fff;
padding: 2rem 1.4rem;
border-radius: 20%;
}
.information .dateOfEvent:hover {
background: #0e3149;
transition: 0.6s;
}
@media only screen and (max-width: 1280px) {
.Events .popup__box {
width: 60rem;
}
.Events .popup__box h3 {
font-size: 2rem;
}
}
@media only screen and (max-width: 1080px) {
.information .eventimage {
width: 100%;
}
.information .eventimage img {
width: 100%;
}
.Events .information h2 {
font-size: 2rem;
}
.Events .information p {
font-size: 1.2rem;
}
.Events .popup__box {
width: 57rem;
}
.Events .popup__box h3 {
font-size: 1.8rem;
}
}
@media only screen and (max-width: 767px) {
.Events .information {
width: 80%;
}
.information .eventimage {
width: 100%;
}
.information .eventimage img {
width: 100%;
}
.Events .information .dateOfEvent {
top: 24.4rem;
}
.Events .popup__box {
width: 50rem;
}
}
@media only screen and (max-width: 580px) {
.Events .information {
width: 90%;
}
.Events .information img {
width: 96%;
}
.Events .information .dateOfEvent {
top: 24.4rem;
right: 2.2rem;
}
}
/* FOOTER */
.footer {
position: relative;
background: #0d0d0e;
padding: 20px 100px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer ul {
display: flex;
justify-content: center;
}
.footer ul li {
list-style: none;
}
.footer ul li a {
text-decoration: none;
display: inline-block;
margin: 0 10px;
}
.footer ul li a img {
filter: invert(1);
max-width: 20px;
}
.text {
color: #fff;
font-size: 18px;
font-weight: 300;
letter-spacing: 1px;
}
@media (max-width: 991px) {
.navbar-custom ul {
margin-left: 150px;
}
.footer {
padding: 20px 50px;
flex-direction: column-reverse;
text-align: center;
}
.footer ul {
margin-bottom: 20px;
}
}
|
pastevents.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.4%;
}
body {
font-size: 10px;
font-weight: 700;
font-family: lato, Arial, Helvetica, sans-serif;
text-rendering: optimizeLegibility;
}
/* NAVBAR */
.navbar .active a {
font-size: 16px;
font-weight: 500;
color: rgb(245, 245, 245) !important;
}
.navbar ul li a:hover {
font-weight: 600;
color: rgb(207, 197, 46) !important;
}
.navbar ul li a {
margin-left: 10px;
font-size: 16px;
}
.navbar-custom ul {
margin-left: 800px;
}
.logo {
width: 70px;
height: 70px;
border: none;
border-radius: 50%;
}
.Events {
margin-top: 50px;
}
.Events .information {
position: relative;
width: 60rem;
margin: 10rem auto;
}
.information .eventimage {
width: 60rem;
height: 30rem;
overflow: hidden;
}
.information .eventimage img {
width: 100%;
box-shadow: 0 6px 12px rgba(85, 85, 85, 0.2);
transition: all 0.4s;
}
.information .eventimage img:hover {
transform: scale(1.1);
}
.information h2 {
font-size: 2.4rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding-top: 2rem;
}
.information p {
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 1.2px;
/* margin: 1.2rem 0; */
}
.information .button {
margin: 2.8rem 0;
text-align: left;
border-radius: 20%;
}
.information .button a:link,
.information .button a:visited {
font-size: 1.2rem;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background: #141414;
padding: 1.2rem 2rem;
box-shadow: 0 6px 12px rgba(85, 85, 85, 0.3);
border-radius: 0.6rem;
transition: all 0.4s;
}
.information .button a:hover {
background: #585854;
}
.information .dateOfEvent {
position: absolute;
top: 25.4rem;
right: 1.2rem;
display: inline-block;
font-size: 1.2rem;
font-weight: 400;
text-transform: uppercase;
background: #0d0e0d;
color: #fff;
padding: 2rem 1.4rem;
border-radius: 20%;
}
.information .dateOfEvent:hover {
background: #0e3149;
transition: 0.6s;
}
@media only screen and (max-width: 1280px) {
.Events .popup__box {
width: 60rem;
}
.Events .popup__box h3 {
font-size: 2rem;
}
}
@media only screen and (max-width: 1080px) {
.information .eventimage {
width: 100%;
}
.information .eventimage img {
width: 100%;
}
.Events .information h2 {
font-size: 2rem;
}
.Events .information p {
font-size: 1.2rem;
}
.Events .popup__box {
width: 57rem;
}
.Events .popup__box h3 {
font-size: 1.8rem;
}
}
@media only screen and (max-width: 767px) {
.Events .information {
width: 80%;
}
.information .eventimage {
width: 100%;
}
.information .eventimage img {
width: 100%;
}
.Events .information .dateOfEvent {
top: 24.4rem;
}
.Events .popup__box {
width: 50rem;
}
}
@media only screen and (max-width: 580px) {
.Events .information {
width: 90%;
}
.Events .information img {
width: 96%;
}
.Events .information .dateOfEvent {
top: 24.4rem;
right: 2.2rem;
}
}
/* FOOTER */
.footer {
position: relative;
background: #0d0d0e;
padding: 20px 100px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer ul {
display: flex;
justify-content: center;
}
.footer ul li {
list-style: none;
}
.footer ul li a {
text-decoration: none;
display: inline-block;
margin: 0 10px;
}
.footer ul li a img {
filter: invert(1);
max-width: 20px;
}
.text {
color: #fff;
font-size: 18px;
font-weight: 300;
letter-spacing: 1px;
}
@media (max-width: 991px) {
.navbar-custom ul {
margin-left: 150px;
}
.footer {
padding: 20px 50px;
flex-direction: column-reverse;
text-align: center;
}
.footer ul {
margin-bottom: 20px;
}
}
| 0.458591 | 0.084455 |
.about {
display: grid;
grid-template-columns: 1fr;
color: var(--black);
height: 100%;
}
.about h2 {
font-size: 2em;
margin: 20px 0 10px 0;
}
.about div:nth-child(1) {
background-color: #20232a;
padding: 20px 10px 0 10px;
}
.about div:nth-child(1) div:nth-child(2) {
margin: 20px auto;
font-size: 18px;
line-height: 1.5;
color: var(--white);
width: fit-content;
}
.about div:nth-child(2) {
margin: 25px auto;
}
.aboutContent {
max-width: 800px;
width: 220px;
}
.aboutContent p {
font-size: 16px;
line-height: 1.5;
}
@media only screen and (min-width: 320px) {
.about div:nth-child(1) {
padding: 10px 30px;
}
.aboutContent {
width: 260px;
}
}
@media only screen and (min-width: 360px) {
.about div:nth-child(1) {
padding: 10px 25px;
}
}
@media only screen and (min-width: 375px) {
.about div:nth-child(1) div:nth-child(2) {
margin: 35px auto;
font-size: 22px;
}
.aboutContent {
width: 320px;
}
.aboutContent h2 {
font-size: 40px;
}
.aboutContent p {
font-size: 22px;
}
}
@media only screen and (min-width: 410px) {
.about div:nth-child(1) {
padding: 40px 60px;
}
.about div:nth-child(1) div:nth-child(2) {
font-size: 22px;
line-height: 1.4;
}
.aboutContent h2 {
font-size: 40px;
}
.aboutContent p {
font-size: 22px;
}
}
@media only screen and (min-width: 768px) {
.about div:nth-child(1) {
display: flex;
justify-content: space-around;
padding: 0;
}
.about div:nth-child(1) {
margin-bottom: 20px;
}
.about div:nth-child(1) div:nth-child(1) {
width: 300px;
height: 300px;
}
.about div:nth-child(1) div:nth-child(2) {
width: fit-content;
display: flex;
flex-direction: column;
margin: auto 0;
}
.about div:nth-child(1) div:nth-child(2) p {
margin: 5px;
width: fit-content;
}
.aboutContent {
width: 600px;
}
.aboutContent p {
font-size: 20px;
line-height: 1.8;
}
}
@media only screen and (min-width: 1024px) {
.about div:nth-child(1) div:nth-child(1) {
margin: 50px;
width: 400px;
height: 400px;
}
.about div:nth-child(1) div:nth-child(2) {
margin: auto;
padding: 10px;
width: fit-content;
}
.about div:nth-child(1) div:nth-child(2) p {
font-size: 30px;
}
}
@media only screen and (min-width: 1200px) {
.about {
display: grid;
grid-template-columns: 1fr 4fr;
height: calc(100vh - 100px);
}
.about div:nth-child(1) {
display: block;
background-color: var(--black);
color: var(--white);
margin-bottom: 0;
}
.about div:nth-child(1) div:nth-child(1) {
width: initial;
height: initial;
margin: 0 10px 10px 10px;
padding: 0;
}
.about div:nth-child(1) div:nth-child(2) {
margin: 30px auto;
width: fit-content;
}
.about div:nth-child(1) div:nth-child(2) p {
font-size: 22px;
margin: 5px;
}
.aboutContent {
width: 800px;
margin: auto;
}
.about h2 {
font-size: 2em;
margin: 20px 0 10px 0;
}
}
|
src/styles/about.module.css
|
.about {
display: grid;
grid-template-columns: 1fr;
color: var(--black);
height: 100%;
}
.about h2 {
font-size: 2em;
margin: 20px 0 10px 0;
}
.about div:nth-child(1) {
background-color: #20232a;
padding: 20px 10px 0 10px;
}
.about div:nth-child(1) div:nth-child(2) {
margin: 20px auto;
font-size: 18px;
line-height: 1.5;
color: var(--white);
width: fit-content;
}
.about div:nth-child(2) {
margin: 25px auto;
}
.aboutContent {
max-width: 800px;
width: 220px;
}
.aboutContent p {
font-size: 16px;
line-height: 1.5;
}
@media only screen and (min-width: 320px) {
.about div:nth-child(1) {
padding: 10px 30px;
}
.aboutContent {
width: 260px;
}
}
@media only screen and (min-width: 360px) {
.about div:nth-child(1) {
padding: 10px 25px;
}
}
@media only screen and (min-width: 375px) {
.about div:nth-child(1) div:nth-child(2) {
margin: 35px auto;
font-size: 22px;
}
.aboutContent {
width: 320px;
}
.aboutContent h2 {
font-size: 40px;
}
.aboutContent p {
font-size: 22px;
}
}
@media only screen and (min-width: 410px) {
.about div:nth-child(1) {
padding: 40px 60px;
}
.about div:nth-child(1) div:nth-child(2) {
font-size: 22px;
line-height: 1.4;
}
.aboutContent h2 {
font-size: 40px;
}
.aboutContent p {
font-size: 22px;
}
}
@media only screen and (min-width: 768px) {
.about div:nth-child(1) {
display: flex;
justify-content: space-around;
padding: 0;
}
.about div:nth-child(1) {
margin-bottom: 20px;
}
.about div:nth-child(1) div:nth-child(1) {
width: 300px;
height: 300px;
}
.about div:nth-child(1) div:nth-child(2) {
width: fit-content;
display: flex;
flex-direction: column;
margin: auto 0;
}
.about div:nth-child(1) div:nth-child(2) p {
margin: 5px;
width: fit-content;
}
.aboutContent {
width: 600px;
}
.aboutContent p {
font-size: 20px;
line-height: 1.8;
}
}
@media only screen and (min-width: 1024px) {
.about div:nth-child(1) div:nth-child(1) {
margin: 50px;
width: 400px;
height: 400px;
}
.about div:nth-child(1) div:nth-child(2) {
margin: auto;
padding: 10px;
width: fit-content;
}
.about div:nth-child(1) div:nth-child(2) p {
font-size: 30px;
}
}
@media only screen and (min-width: 1200px) {
.about {
display: grid;
grid-template-columns: 1fr 4fr;
height: calc(100vh - 100px);
}
.about div:nth-child(1) {
display: block;
background-color: var(--black);
color: var(--white);
margin-bottom: 0;
}
.about div:nth-child(1) div:nth-child(1) {
width: initial;
height: initial;
margin: 0 10px 10px 10px;
padding: 0;
}
.about div:nth-child(1) div:nth-child(2) {
margin: 30px auto;
width: fit-content;
}
.about div:nth-child(1) div:nth-child(2) p {
font-size: 22px;
margin: 5px;
}
.aboutContent {
width: 800px;
margin: auto;
}
.about h2 {
font-size: 2em;
margin: 20px 0 10px 0;
}
}
| 0.388734 | 0.210685 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
overflow: hidden;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #333;
font-size: 13px;
background: url(../images/bg.png) repeat;
}
a {
text-decoration: none;
color: #fff;
}
#switcher {
height: 59px;
background: #1a1a1a;
border-bottom: 1px solid #353535;
z-index: 99999;
position: fixed;
width: 100%;
}
.share {
float: right;
margin-left: 14px;
border-radius: 2px;
padding: 6px 0 3px 10px;
margin-top: 3px;
}
#theme_list {
position: relative;
}
#theme_select {
background: #2b2b2b url(../images/arrow.png) no-repeat;
width: 200px;
display: block;
padding: 10px 9px;
color: #dfdfdf;
background-position: 95% 53%;
border-radius: 2px;
font-weight: 700;
margin-top: 3px;
}
#theme_select:hover {
color: #F0F0F0;
}
#theme_dropdown_list {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 20px;
}
.center {
margin: auto;
width: 98%;
padding: 11px 0;
}
.center ul li {
display: inline;
float: left;
}
.center ul li ul {
display: none;
height: 250px;
margin-left: 0;
overflow-x: hidden;
overflow-y: auto;
position: static;
width: 218px;
z-index: -1;
}
.center ul li ul li {
background: #2b2b2b;
border-bottom: 1px solid #414141;
width:100%;
}
.center ul li ul li:hover {
background: #414141;
}
.center ul li ul li a {
display: block;
padding: 10px;
font-weight: bold;
min-width: 198px;
color: #DFDFDF;
}
.center ul li ul li a:hover {
color: #F0F0F0;
}
#iframe {
margin: 0 auto;
display: block;
padding-top: 60px;
}
.logo {
float: left;
margin-right: 20px;
margin-top: -8px;
}
.logo img {
opacity: 1;
}
.logo img:hover {
opacity: 0.7;
}
.links {
float: right;
margin-top:3px;
}
.responsive {
float: left;
margin-left: 14px;
padding: 7px 0;
margin-top: 3px;
}
.responsive a {
opacity: 0.5;
float: left;
margin: 0 6px;
}
.responsive a.desktop {
background: url(../images/devices.png) no-repeat 0 0;
width: 20px;
height: 19px;
}
.responsive a.tabletlandscape {
background: url(../images/devices.png) no-repeat -30px -3px;
width: 17px;
height: 14px;
margin-top: 2px;
}
.responsive a.tabletportrait {
background: url(../images/devices.png) no-repeat -59px -1px;
width: 14px;
height: 17px;
margin-top: 1px;
}
.responsive a.mobilelandscape {
background: url(../images/devices.png) no-repeat -87px -4px;
width: 14px;
height: 11px;
margin-top: 5px;
}
.responsive a.mobileportrait {
background: url(../images/devices.png) no-repeat -117px -3px;
width: 11px;
height: 14px;
margin-top: 3px;
}
.responsive a.active, .responsive a:hover {
opacity: 1;
color: #fff;
}
.purchase a {
padding: 9px 15px 8px 15px;
float: left;
border-radius: 2px;
font-weight: bold;
}
.purchase a {
background-color: #FF6E08;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.purchase a:hover {
background-color: #FF8A23;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.purchase a:focus {
border-color: #0E3950;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.purchase a img {
display: none;
vertical-align: middle;
margin-right: 5px;
margin-top: -3px;
}
.close a {
padding: 9px 15px 10px 10px;
float: left;
border-radius: 2px;
font-weight: bold;
margin-left: 15px;
}
.close a img {
vertical-align: middle;
margin-right: 5px;
margin-top: -3px;
}
.close a {
background-color: #3b3b3b;
background-image: linear-gradient(to bottom, #2a2a2a, #3b3b3b);
border-color: #3b3b3b #3b3b3b #555555;
box-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.close a:hover {
background-color: #2a2a2a;
background-image: linear-gradient(to bottom, #3b3b3b, #2a2a2a);
border-color: #555555;
box-shadow: 0 1px 0 rgba(85, 85, 85, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.close a:focus {
border-color: #0E3950;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}
img.preview {
display: none;
position: absolute;
z-index: 999;
top: 8px;
left: 242px;
background: #2b2b2b;
padding: 7px;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
}
.center ul li ul li:hover img.preview {
display: inline;
opacity: 1;
}
.center ul li ul li span {
float: right;
font-size: 11px;
font-weight: bold;
background: #21759B;
border-radius: 2px;
padding: 3px 8px;
color: #ffffff;
margin-top: -2px;
min-width: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
.share, .responsive {
display: none;
}
img.preview {
width: 360px;
}
}
@media (max-width: 767px) {
.share, .responsive {
display: none;
}
img.preview {
width: 300px;
left: 191px;
}
.center ul li ul li a {
min-width: 190px;
}
.logo {
margin-right: 10px;
}
.purchase a {
padding: 9px 15px 8px 8px;
}
.close a {
padding: 10px 5px;
margin-left: 6px;
}
.links {
font-size: 11px;
}
}
@media (max-width: 480px) {
img.preview {
display: none !important;
}
.center {
width: 95%;
}
.purchase a {
padding: 7px 4px 7px 5px;
}
.close a {
padding: 10px 5px;
margin-left: 6px;
}
.links {
font-size: 0;
}
.purchase a img, .close a img {
margin-right: 0;
}
}
@media (max-width: 380px) {
.center ul li ul {
width: 194px;
}
#theme_select {
width: 176px;
}
.center ul li ul li a {
font-size: 12px;
min-width: 180px;
padding: 10px 5px;
}
|
static/css/frame.css
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
overflow: hidden;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #333;
font-size: 13px;
background: url(../images/bg.png) repeat;
}
a {
text-decoration: none;
color: #fff;
}
#switcher {
height: 59px;
background: #1a1a1a;
border-bottom: 1px solid #353535;
z-index: 99999;
position: fixed;
width: 100%;
}
.share {
float: right;
margin-left: 14px;
border-radius: 2px;
padding: 6px 0 3px 10px;
margin-top: 3px;
}
#theme_list {
position: relative;
}
#theme_select {
background: #2b2b2b url(../images/arrow.png) no-repeat;
width: 200px;
display: block;
padding: 10px 9px;
color: #dfdfdf;
background-position: 95% 53%;
border-radius: 2px;
font-weight: 700;
margin-top: 3px;
}
#theme_select:hover {
color: #F0F0F0;
}
#theme_dropdown_list {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 20px;
}
.center {
margin: auto;
width: 98%;
padding: 11px 0;
}
.center ul li {
display: inline;
float: left;
}
.center ul li ul {
display: none;
height: 250px;
margin-left: 0;
overflow-x: hidden;
overflow-y: auto;
position: static;
width: 218px;
z-index: -1;
}
.center ul li ul li {
background: #2b2b2b;
border-bottom: 1px solid #414141;
width:100%;
}
.center ul li ul li:hover {
background: #414141;
}
.center ul li ul li a {
display: block;
padding: 10px;
font-weight: bold;
min-width: 198px;
color: #DFDFDF;
}
.center ul li ul li a:hover {
color: #F0F0F0;
}
#iframe {
margin: 0 auto;
display: block;
padding-top: 60px;
}
.logo {
float: left;
margin-right: 20px;
margin-top: -8px;
}
.logo img {
opacity: 1;
}
.logo img:hover {
opacity: 0.7;
}
.links {
float: right;
margin-top:3px;
}
.responsive {
float: left;
margin-left: 14px;
padding: 7px 0;
margin-top: 3px;
}
.responsive a {
opacity: 0.5;
float: left;
margin: 0 6px;
}
.responsive a.desktop {
background: url(../images/devices.png) no-repeat 0 0;
width: 20px;
height: 19px;
}
.responsive a.tabletlandscape {
background: url(../images/devices.png) no-repeat -30px -3px;
width: 17px;
height: 14px;
margin-top: 2px;
}
.responsive a.tabletportrait {
background: url(../images/devices.png) no-repeat -59px -1px;
width: 14px;
height: 17px;
margin-top: 1px;
}
.responsive a.mobilelandscape {
background: url(../images/devices.png) no-repeat -87px -4px;
width: 14px;
height: 11px;
margin-top: 5px;
}
.responsive a.mobileportrait {
background: url(../images/devices.png) no-repeat -117px -3px;
width: 11px;
height: 14px;
margin-top: 3px;
}
.responsive a.active, .responsive a:hover {
opacity: 1;
color: #fff;
}
.purchase a {
padding: 9px 15px 8px 15px;
float: left;
border-radius: 2px;
font-weight: bold;
}
.purchase a {
background-color: #FF6E08;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.purchase a:hover {
background-color: #FF8A23;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.purchase a:focus {
border-color: #0E3950;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.purchase a img {
display: none;
vertical-align: middle;
margin-right: 5px;
margin-top: -3px;
}
.close a {
padding: 9px 15px 10px 10px;
float: left;
border-radius: 2px;
font-weight: bold;
margin-left: 15px;
}
.close a img {
vertical-align: middle;
margin-right: 5px;
margin-top: -3px;
}
.close a {
background-color: #3b3b3b;
background-image: linear-gradient(to bottom, #2a2a2a, #3b3b3b);
border-color: #3b3b3b #3b3b3b #555555;
box-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.close a:hover {
background-color: #2a2a2a;
background-image: linear-gradient(to bottom, #3b3b3b, #2a2a2a);
border-color: #555555;
box-shadow: 0 1px 0 rgba(85, 85, 85, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.close a:focus {
border-color: #0E3950;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}
img.preview {
display: none;
position: absolute;
z-index: 999;
top: 8px;
left: 242px;
background: #2b2b2b;
padding: 7px;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
}
.center ul li ul li:hover img.preview {
display: inline;
opacity: 1;
}
.center ul li ul li span {
float: right;
font-size: 11px;
font-weight: bold;
background: #21759B;
border-radius: 2px;
padding: 3px 8px;
color: #ffffff;
margin-top: -2px;
min-width: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
.share, .responsive {
display: none;
}
img.preview {
width: 360px;
}
}
@media (max-width: 767px) {
.share, .responsive {
display: none;
}
img.preview {
width: 300px;
left: 191px;
}
.center ul li ul li a {
min-width: 190px;
}
.logo {
margin-right: 10px;
}
.purchase a {
padding: 9px 15px 8px 8px;
}
.close a {
padding: 10px 5px;
margin-left: 6px;
}
.links {
font-size: 11px;
}
}
@media (max-width: 480px) {
img.preview {
display: none !important;
}
.center {
width: 95%;
}
.purchase a {
padding: 7px 4px 7px 5px;
}
.close a {
padding: 10px 5px;
margin-left: 6px;
}
.links {
font-size: 0;
}
.purchase a img, .close a img {
margin-right: 0;
}
}
@media (max-width: 380px) {
.center ul li ul {
width: 194px;
}
#theme_select {
width: 176px;
}
.center ul li ul li a {
font-size: 12px;
min-width: 180px;
padding: 10px 5px;
}
| 0.38318 | 0.191196 |
body {
margin: 0;
padding: 0;
}
body,
h1 {
font-family: "Raleway", Arial, sans-serif;
}
a {
text-decoration: none;
}
h1 {
letter-spacing: 6px
}
.w3-row-padding img {
margin-bottom: 12px
}
.mb-64 {
padding-bottom: 64px;
}
.pt-35 {
padding-top: 35px;
}
.boder-img img {
margin: 0 auto;
float: none;
text-align: center;
border: 20px solid rgba(0, 0, 0, 0.17);
border-radius: 50%;
}
#icons {
padding-top: 20px;
}
#icons i {
font-size: 50px;
}
#icons .fa-facebook-f {
padding-left: 20px;
}
#icons-abilidades {
padding-top: 20px;
}
#icons-abilidades i {
font-size: 50px;
margin-left: 10px;
}
#header {
padding-top: 0;
margin-top: 0;
background-image: url(../images/hero-bg-cro.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.w3-panel {
padding: 0;
margin: 0;
}
#section-sobre {
padding-top: 0;
margin-top: 0;
background-image: url(../images/twitter-bg.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#section-projetos {
padding-top: 0;
margin-top: 0;
background-image: url(../images/PJ.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#section-contato {
padding-top: 0;
margin-top: 0;
background-image: url(../images/contact-bg.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.w3-justify {
text-align: justify;
text-justify: inter-word;
}
.w3-bar-color {
background-color: rgba(0, 0, 0, 0.5) !important;
color: white !important;
}
.w3-third img {
margin-bottom: -6px;
opacity: 0.8;
cursor: pointer
}
.w3-button footer {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap
}
.w3-third img:hover {
opacity: 1
}
/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('../images/hero-bg-cro.jpg');
min-height: 100%;
}
/* Second image (Portfolio) */
.bgimg-2 {
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("/w3images/parallax3.jpg");
min-height: 400px;
}
.w3-wide {
letter-spacing: 10px;
}
.w3-hover-opacity {
cursor: pointer;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1240px) {
.margin-left {
margin-left: 120px;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1241px) {
.margin-left {
margin-left: 150px;
}
}
|
css/stylesheet.css
|
body {
margin: 0;
padding: 0;
}
body,
h1 {
font-family: "Raleway", Arial, sans-serif;
}
a {
text-decoration: none;
}
h1 {
letter-spacing: 6px
}
.w3-row-padding img {
margin-bottom: 12px
}
.mb-64 {
padding-bottom: 64px;
}
.pt-35 {
padding-top: 35px;
}
.boder-img img {
margin: 0 auto;
float: none;
text-align: center;
border: 20px solid rgba(0, 0, 0, 0.17);
border-radius: 50%;
}
#icons {
padding-top: 20px;
}
#icons i {
font-size: 50px;
}
#icons .fa-facebook-f {
padding-left: 20px;
}
#icons-abilidades {
padding-top: 20px;
}
#icons-abilidades i {
font-size: 50px;
margin-left: 10px;
}
#header {
padding-top: 0;
margin-top: 0;
background-image: url(../images/hero-bg-cro.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.w3-panel {
padding: 0;
margin: 0;
}
#section-sobre {
padding-top: 0;
margin-top: 0;
background-image: url(../images/twitter-bg.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#section-projetos {
padding-top: 0;
margin-top: 0;
background-image: url(../images/PJ.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#section-contato {
padding-top: 0;
margin-top: 0;
background-image: url(../images/contact-bg.jpg);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.w3-justify {
text-align: justify;
text-justify: inter-word;
}
.w3-bar-color {
background-color: rgba(0, 0, 0, 0.5) !important;
color: white !important;
}
.w3-third img {
margin-bottom: -6px;
opacity: 0.8;
cursor: pointer
}
.w3-button footer {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap
}
.w3-third img:hover {
opacity: 1
}
/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('../images/hero-bg-cro.jpg');
min-height: 100%;
}
/* Second image (Portfolio) */
.bgimg-2 {
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("/w3images/parallax3.jpg");
min-height: 400px;
}
.w3-wide {
letter-spacing: 10px;
}
.w3-hover-opacity {
cursor: pointer;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1240px) {
.margin-left {
margin-left: 120px;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1241px) {
.margin-left {
margin-left: 150px;
}
}
| 0.36591 | 0.112698 |
html, body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-radius: 50px;
}
body{
background-image: url(../images/bg.png);
}
.toggleButton, .addButton{
width: 20px;
height: 28px;
border: none;
background-image: url(../images/greySquare.png);
font-weight: bold;
font-family: Verdana;
color: yellow;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.buttonDiv, .addButtonDiv{
position: fixed;
float: right;
z-index: 1;
}
.addButtonDiv{
display: none;
}
.leftDiv{
width: 50%;
height: 100%;
float: left;
background-color: black;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.rightDiv{
width: 50%;
height: 100%;
float: right;
background-color: yellow;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
.shadowDiv{
width: 100%;
display: none;
opacity: 0.7;
background-color: black;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
z-index: 100;
}
.popupBack{
width: 360px;
height: 138px;
position: absolute;
background-image: url(../images/popupBack.png);
background-repeat: repeat;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
display: none;
z-index: 500;
}
.popupContainers{
float: left;
width: 98%;
height: 36px;
padding: 5px 3px 5px 0;
overflow: hidden;
}
.popupLabels{
color: yellow;
margin: 0 5px;
}
.expresionInput{
float: right;
width: 70%;
border: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
background-color: #ffc;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.popupButtons{
float: right;
width: 74px;
height: 28px;
margin: 4px 5px;
border: none;
background-image: url(../images/greySquare2.png);
font-family: Verdana;
color: yellow;
cursor: pointer;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.readyTask{
margin: 2px;
padding: 2px;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 100;
}
.taskContainer{
width: 96%;
padding: 2px;
float: left;
text-align: center;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
font-size:24px;
}
.editContainer{
position: absolute;
border: 5px solid #c7c7c7;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.closeItem{
width: 30px;
height: 30px;
position: absolute;
background-image: url(../images/icon-close.png);
right: -15px;
top: -15px;
}
.rightResize{
width: 10px;
height: 65%;
cursor: e-resize;
position: absolute;
background: none;
right: -10px;
top: 20%;
}
.bottomResize{
width: 65%;
height: 10px;
cursor: n-resize;
position: absolute;
background: none;
bottom: -10px;
left: 20%;
}
/*new design*/
.body_table{
width: 100%;
height: 100%;
border-spacing: 0;
}
.selected{
}
/*top*/
.b_top_left{
width: 54px;
background-image: url(../images/top_left.png);
background-repeat: no-repeat;
}
.b_top_right{
width: 54px;
background-image: url(../images/top_right.png);
background-repeat: no-repeat;
}
.b_top_center{
height: 54px;
background-image: url(../images/top.png);
background-repeat: repeat-x;
}
/*bottom*/
.b_bottom_left{
width: 54px;
background-image: url(../images/bottom_left.png);
background-repeat: no-repeat;
}
.b_bottom_right{
width: 54px;
background-image: url(../images/bottom_right.png);
background-repeat: no-repeat;
}
.b_bottom_center{
background-image: url(../images/bottom.png);
background-repeat: repeat-x;
}
/*center*/
.b_center_left{
width: 54px;
background-image: url(../images/left.png);
background-repeat: repeat-y;
}
.b_center_right{
width: 54px;
background-image: url(../images/right.png);
background-repeat: repeat-y;
}
#data{
width: 100%;
height: 100%;
min-height: 250px;
overflow: auto;
}
#wgt_name{
height: 44px;
width: 200px;
margin: 10px 10px 0 10px;
padding: 0;
float: left;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
color: #8c5730;
}
#wgt_reload, #wgt_edit, #wgt_display,#wgt_add{
cursor: pointer;
width: 95px;
height: 44px;
margin: 10px 10px 0 0;
float: right;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
color: #8c5730;
}
#wgt_display{
width: 100px;
padding-left: 40px;
background-image: url(../images/slate-edit.png);
background-repeat: no-repeat;
background-position: top 0;
display: none;
}
#wgt_edit{
width: 100px;
padding-left: 40px;
background-image: url(../images/slate-edit.png);
background-repeat: no-repeat;
background-position: top 0;
}
#wgt_reload{
padding-left: 40px;
background-image: url(../images/slate-toolbar-reload.png);
background-repeat: no-repeat;
background-position: top 0;
}
#wgt_add{
padding-left: 40px;
background-image: url(../images/plus.png);
background-repeat: no-repeat;
background-position: top 0;
display: none;
}
.style_select{
width: 120px;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
float: right;
margin: 10px 20px 0 0;
border-radius: 10px;
background-image: url(../images/ar_down.png);
background-color: #d4aa79;
color: #8c5730;
background-position: 105px 11px;
background-repeat: no-repeat;
-webkit-appearance: menulist-text;
display: none;
}
.btl_pad{
background-image: url(../images/pad-top-left.png) !important;
}
.btc_pad{
background-image: url(../images/pad-top.png) !important;
}
.btr_pad{
background-image: url(../images/pad-top-right.png) !important;
}
.bcl_pad{
background-image: url(../images/pad-left.png) !important;
}
.bcr_pad{
background-image: url(../images/pad-right.png) !important;
}
.bbl_pad{
background-image: url(../images/pad-bottom-left.png) !important;
}
.bbc_pad{
background-image: url(../images/pad-bottom.png) !important;
}
.bbr_pad{
background-image: url(../images/pad-bottom-right.png) !important;
}
.pad_color{
color: white !important;
}
.pad_reload{
background-image: url(../images/slate-toolbar-reload-white.png) !important;
}
.pad_edit{
background-image: url(../images/slate-display.png) !important;
}
.pad_add{
background-image: url(../images/plus-white.png) !important;
}
.pad_select{
background-color: black !important;
color: white !important;
background-image: url(../images/ar_down_white.png) !important;
}
|
Sankore-Player/demo/ubw4/widgets/{a8add349-9c7d-42cc-a7f2-57858d989ce2}.wgt/css/basic.css
|
html, body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-radius: 50px;
}
body{
background-image: url(../images/bg.png);
}
.toggleButton, .addButton{
width: 20px;
height: 28px;
border: none;
background-image: url(../images/greySquare.png);
font-weight: bold;
font-family: Verdana;
color: yellow;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.buttonDiv, .addButtonDiv{
position: fixed;
float: right;
z-index: 1;
}
.addButtonDiv{
display: none;
}
.leftDiv{
width: 50%;
height: 100%;
float: left;
background-color: black;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.rightDiv{
width: 50%;
height: 100%;
float: right;
background-color: yellow;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
.shadowDiv{
width: 100%;
display: none;
opacity: 0.7;
background-color: black;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
z-index: 100;
}
.popupBack{
width: 360px;
height: 138px;
position: absolute;
background-image: url(../images/popupBack.png);
background-repeat: repeat;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
display: none;
z-index: 500;
}
.popupContainers{
float: left;
width: 98%;
height: 36px;
padding: 5px 3px 5px 0;
overflow: hidden;
}
.popupLabels{
color: yellow;
margin: 0 5px;
}
.expresionInput{
float: right;
width: 70%;
border: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
background-color: #ffc;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.popupButtons{
float: right;
width: 74px;
height: 28px;
margin: 4px 5px;
border: none;
background-image: url(../images/greySquare2.png);
font-family: Verdana;
color: yellow;
cursor: pointer;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.readyTask{
margin: 2px;
padding: 2px;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 100;
}
.taskContainer{
width: 96%;
padding: 2px;
float: left;
text-align: center;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
font-size:24px;
}
.editContainer{
position: absolute;
border: 5px solid #c7c7c7;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
.closeItem{
width: 30px;
height: 30px;
position: absolute;
background-image: url(../images/icon-close.png);
right: -15px;
top: -15px;
}
.rightResize{
width: 10px;
height: 65%;
cursor: e-resize;
position: absolute;
background: none;
right: -10px;
top: 20%;
}
.bottomResize{
width: 65%;
height: 10px;
cursor: n-resize;
position: absolute;
background: none;
bottom: -10px;
left: 20%;
}
/*new design*/
.body_table{
width: 100%;
height: 100%;
border-spacing: 0;
}
.selected{
}
/*top*/
.b_top_left{
width: 54px;
background-image: url(../images/top_left.png);
background-repeat: no-repeat;
}
.b_top_right{
width: 54px;
background-image: url(../images/top_right.png);
background-repeat: no-repeat;
}
.b_top_center{
height: 54px;
background-image: url(../images/top.png);
background-repeat: repeat-x;
}
/*bottom*/
.b_bottom_left{
width: 54px;
background-image: url(../images/bottom_left.png);
background-repeat: no-repeat;
}
.b_bottom_right{
width: 54px;
background-image: url(../images/bottom_right.png);
background-repeat: no-repeat;
}
.b_bottom_center{
background-image: url(../images/bottom.png);
background-repeat: repeat-x;
}
/*center*/
.b_center_left{
width: 54px;
background-image: url(../images/left.png);
background-repeat: repeat-y;
}
.b_center_right{
width: 54px;
background-image: url(../images/right.png);
background-repeat: repeat-y;
}
#data{
width: 100%;
height: 100%;
min-height: 250px;
overflow: auto;
}
#wgt_name{
height: 44px;
width: 200px;
margin: 10px 10px 0 10px;
padding: 0;
float: left;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
color: #8c5730;
}
#wgt_reload, #wgt_edit, #wgt_display,#wgt_add{
cursor: pointer;
width: 95px;
height: 44px;
margin: 10px 10px 0 0;
float: right;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
color: #8c5730;
}
#wgt_display{
width: 100px;
padding-left: 40px;
background-image: url(../images/slate-edit.png);
background-repeat: no-repeat;
background-position: top 0;
display: none;
}
#wgt_edit{
width: 100px;
padding-left: 40px;
background-image: url(../images/slate-edit.png);
background-repeat: no-repeat;
background-position: top 0;
}
#wgt_reload{
padding-left: 40px;
background-image: url(../images/slate-toolbar-reload.png);
background-repeat: no-repeat;
background-position: top 0;
}
#wgt_add{
padding-left: 40px;
background-image: url(../images/plus.png);
background-repeat: no-repeat;
background-position: top 0;
display: none;
}
.style_select{
width: 120px;
/*font-family: "Lobster13Regular";*/
font-size: 24px;
float: right;
margin: 10px 20px 0 0;
border-radius: 10px;
background-image: url(../images/ar_down.png);
background-color: #d4aa79;
color: #8c5730;
background-position: 105px 11px;
background-repeat: no-repeat;
-webkit-appearance: menulist-text;
display: none;
}
.btl_pad{
background-image: url(../images/pad-top-left.png) !important;
}
.btc_pad{
background-image: url(../images/pad-top.png) !important;
}
.btr_pad{
background-image: url(../images/pad-top-right.png) !important;
}
.bcl_pad{
background-image: url(../images/pad-left.png) !important;
}
.bcr_pad{
background-image: url(../images/pad-right.png) !important;
}
.bbl_pad{
background-image: url(../images/pad-bottom-left.png) !important;
}
.bbc_pad{
background-image: url(../images/pad-bottom.png) !important;
}
.bbr_pad{
background-image: url(../images/pad-bottom-right.png) !important;
}
.pad_color{
color: white !important;
}
.pad_reload{
background-image: url(../images/slate-toolbar-reload-white.png) !important;
}
.pad_edit{
background-image: url(../images/slate-display.png) !important;
}
.pad_add{
background-image: url(../images/plus-white.png) !important;
}
.pad_select{
background-color: black !important;
color: white !important;
background-image: url(../images/ar_down_white.png) !important;
}
| 0.378 | 0.091139 |
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@900&display=swap");
* {
padding: 0;
margin: 0;
text-decoration: none;
font-family: inherit;
line-height: inherit;
outline: none;
-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
}
body,
html {
font-family: "Merriweather", serif;
line-height: 1.75;
}
body p {
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.9);
}
main {
margin-left: auto;
margin-right: auto;
max-width: 40rem;
padding: 2.625rem 1.3125rem;
}
footer {
margin-top: 2rem;
}
header * {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
header h1 {
font-family: "Montserrat", sans-serif;
font-weight: 900;
font-size: 3.9rem;
line-height: 4.5rem;
color: rgba(0, 0, 0, 0.9);
}
header .dmode {
margin-top: 2rem;
margin-bottom: 2rem;
text-align: right;
}
header .dmode img {
cursor: pointer;
display: inline-block;
}
header section {
display: flex;
margin: 0 0 4.375rem 0;
justify-content: space-between;
align-items: flex-start;
}
section img {
width: 50px;
height: 50px;
border-radius: 100%;
margin: 0.5rem 1rem 0 0;
}
a {
color: #2782cd;
border-bottom: 1px solid #2782cd;
}
a:hover {
border-bottom: none;
}
.posts {
margin-top: 4rem;
}
.posts h3 {
font-family: "Merriweather", "Georgia", serif;
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 1.4427rem;
line-height: 1.1;
margin-top: 3.5rem;
}
.posts small {
font-size: 80%;
margin-top: 0.6rem;
display: block;
}
/* post page */
header.p-page * {
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 1.4427rem;
line-height: 1.1;
}
header.p-page {
margin-bottom: 1.75rem;
}
article .title {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
color: inherit;
font-family: Montserrat, sans-serif;
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 2.5rem;
line-height: 1.1;
}
article .meta {
margin-bottom: 1.75rem;
}
.content p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.75rem;
line-height: inherit;
}
/* md syntax */
.content h1 {
font-size: 2rem;
}
.content h2 {
font-size: 1.8rem;
}
.content h3 {
font-size: 1.6rem;
}
.content h4 {
font-size: 1.4rem;
}
.content h5 {
font-size: 1.2rem;
}
.content h6 {
font-size: 1rem;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
margin: 1.75rem 0;
color: inherit;
font-family: "Merriweather", serif;
font-weight: 900;
line-height: 1.1;
}
.markdown-body .highlighter-rouge {
width: calc(50px + 50vw);
max-width: 500px;
}
.highlighter-rouge .highlight {
margin-top: 5px;
}
.highlighter-rouge .highlight .highlight {
overflow-x: auto;
}
.content pre {
background: #00110d !important;
padding: 12px 13px;
margin-bottom: 1.75rem;
}
.content code {
margin: 0 2px;
padding: 3px 5px;
color: #97e1ff;
border-radius: 2px;
white-space: pre;
background-color: #00110d;
font-family: monospace;
}
.content blockquote,
.content blockquote p {
margin-left: -1.75rem;
padding-left: 1.42188rem;
margin-bottom: 1.75rem;
font-size: 1.20112rem;
line-height: 1.75rem;
color: hsla(0, 0%, 0%, 0.59);
font-style: italic;
border-left: 0.32813rem solid hsla(0, 0%, 0%, 0.9);
}
.content strong {
font-weight: bold;
}
.content ul,
.content ol {
margin-left: 1rem;
margin-bottom: 10px;
}
.content table {
width: 100%;
margin: 1rem 0;
border-collapse: collapse;
}
.content table th {
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
}
.content table * {
border: 1px solid rgba(0, 0, 0, 0.9);
padding: 0.2rem;
}
.content img {
max-width: 100%;
margin: 1rem 0;
}
/* syntax */
.highlight .hll {
background-color: #333333;
}
.highlight {
color: #ffffff;
}
.highlight .c {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment */
.highlight .err {
color: #ffffff;
} /* Error */
.highlight .g {
color: #ffffff;
} /* Generic */
.highlight .k {
color: #fb660a;
font-weight: bold;
} /* Keyword */
.highlight .l {
color: #ffffff;
} /* Literal */
.highlight .n {
color: #ffffff;
} /* Name */
.highlight .o {
color: #ffffff;
} /* Operator */
.highlight .x {
color: #ffffff;
} /* Other */
.highlight .p {
color: #ffffff;
} /* Punctuation */
.highlight .cm {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Multiline */
.highlight .cp {
color: #ff0007;
font-weight: bold;
font-style: italic;
background-color: #0f140f;
} /* Comment.Preproc */
.highlight .c1 {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Single */
.highlight .cs {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Special */
.highlight .gd {
color: #ffffff;
} /* Generic.Deleted */
.highlight .ge {
color: #ffffff;
} /* Generic.Emph */
.highlight .gr {
color: #ffffff;
} /* Generic.Error */
.highlight .gh {
color: #ffffff;
font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
color: #ffffff;
} /* Generic.Inserted */
.highlight .go {
color: #444444;
background-color: #222222;
} /* Generic.Output */
.highlight .gp {
color: #ffffff;
} /* Generic.Prompt */
.highlight .gs {
color: #ffffff;
} /* Generic.Strong */
.highlight .gu {
color: #ffffff;
font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
color: #ffffff;
} /* Generic.Traceback */
.highlight .kc {
color: #fb660a;
font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
color: #fb660a;
font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
color: #fb660a;
font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
color: #fb660a;
} /* Keyword.Pseudo */
.highlight .kr {
color: #fb660a;
font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
color: #cdcaa9;
font-weight: bold;
} /* Keyword.Type */
.highlight .ld {
color: #ffffff;
} /* Literal.Date */
.highlight .m {
color: #0086f7;
font-weight: bold;
} /* Literal.Number */
.highlight .s {
color: #0086d2;
} /* Literal.String */
.highlight .na {
color: #ff0086;
font-weight: bold;
} /* Name.Attribute */
.highlight .nb {
color: #ffffff;
} /* Name.Builtin */
.highlight .nc {
color: #ffffff;
} /* Name.Class */
.highlight .no {
color: #0086d2;
} /* Name.Constant */
.highlight .nd {
color: #ffffff;
} /* Name.Decorator */
.highlight .ni {
color: #ffffff;
} /* Name.Entity */
.highlight .ne {
color: #ffffff;
} /* Name.Exception */
.highlight .nf {
color: #ff0086;
font-weight: bold;
} /* Name.Function */
.highlight .nl {
color: #ffffff;
} /* Name.Label */
.highlight .nn {
color: #ffffff;
} /* Name.Namespace */
.highlight .nx {
color: #ffffff;
} /* Name.Other */
.highlight .py {
color: #ffffff;
} /* Name.Property */
.highlight .nt {
color: #fb660a;
font-weight: bold;
} /* Name.Tag */
.highlight .nv {
color: #fb660a;
} /* Name.Variable */
.highlight .ow {
color: #ffffff;
} /* Operator.Word */
.highlight .w {
color: #888888;
} /* Text.Whitespace */
.highlight .mf {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Float */
.highlight .mh {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Hex */
.highlight .mi {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Integer */
.highlight .mo {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Oct */
.highlight .sb {
color: #0086d2;
} /* Literal.String.Backtick */
.highlight .sc {
color: #0086d2;
} /* Literal.String.Char */
.highlight .sd {
color: #0086d2;
} /* Literal.String.Doc */
.highlight .s2 {
color: #0086d2;
} /* Literal.String.Double */
.highlight .se {
color: #0086d2;
} /* Literal.String.Escape */
.highlight .sh {
color: #0086d2;
} /* Literal.String.Heredoc */
.highlight .si {
color: #0086d2;
} /* Literal.String.Interpol */
.highlight .sx {
color: #0086d2;
} /* Literal.String.Other */
.highlight .sr {
color: #0086d2;
} /* Literal.String.Regex */
.highlight .s1 {
color: #0086d2;
} /* Literal.String.Single */
.highlight .ss {
color: #0086d2;
} /* Literal.String.Symbol */
.highlight .bp {
color: #ffffff;
} /* Name.Builtin.Pseudo */
.highlight .vc {
color: #fb660a;
} /* Name.Variable.Class */
.highlight .vg {
color: #fb660a;
} /* Name.Variable.Global */
.highlight .vi {
color: #fb660a;
} /* Name.Variable.Instance */
.highlight .il {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Integer.Long */
/* dark mode */
.darkmode {
color: white !important;
background-color: black !important;
}
.darkmode header p,
.darkmode header h1 {
color: white !important;
}
.darkmode p {
color: white !important;
}
.darkmode .dmode img {
filter: invert();
-webkit-animation: spin 0.4s linear;
-moz-animation: spin 0.4s linear;
animation: spin 0.4s linear;
}
html, body {
transition-duration: 0.4s;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(45deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
/* Emoji */
.emoji {
margin-bottom: -4px;
}
/* light box */
/* lightbox */
.content img {
cursor: zoom-in;
}
#lightbox {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: none;
}
#lightbox.active {
display: flex;
justify-content: center;
align-items: center;
}
#lightbox img {
max-width: 90%;
max-height: 80%;
padding: 4px;
background-color: black;
border: 2px solid white;
}
|
assets/css/style.css
|
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@900&display=swap");
* {
padding: 0;
margin: 0;
text-decoration: none;
font-family: inherit;
line-height: inherit;
outline: none;
-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
}
body,
html {
font-family: "Merriweather", serif;
line-height: 1.75;
}
body p {
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.9);
}
main {
margin-left: auto;
margin-right: auto;
max-width: 40rem;
padding: 2.625rem 1.3125rem;
}
footer {
margin-top: 2rem;
}
header * {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
header h1 {
font-family: "Montserrat", sans-serif;
font-weight: 900;
font-size: 3.9rem;
line-height: 4.5rem;
color: rgba(0, 0, 0, 0.9);
}
header .dmode {
margin-top: 2rem;
margin-bottom: 2rem;
text-align: right;
}
header .dmode img {
cursor: pointer;
display: inline-block;
}
header section {
display: flex;
margin: 0 0 4.375rem 0;
justify-content: space-between;
align-items: flex-start;
}
section img {
width: 50px;
height: 50px;
border-radius: 100%;
margin: 0.5rem 1rem 0 0;
}
a {
color: #2782cd;
border-bottom: 1px solid #2782cd;
}
a:hover {
border-bottom: none;
}
.posts {
margin-top: 4rem;
}
.posts h3 {
font-family: "Merriweather", "Georgia", serif;
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 1.4427rem;
line-height: 1.1;
margin-top: 3.5rem;
}
.posts small {
font-size: 80%;
margin-top: 0.6rem;
display: block;
}
/* post page */
header.p-page * {
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 1.4427rem;
line-height: 1.1;
}
header.p-page {
margin-bottom: 1.75rem;
}
article .title {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
color: inherit;
font-family: Montserrat, sans-serif;
font-weight: 900;
text-rendering: optimizeLegibility;
font-size: 2.5rem;
line-height: 1.1;
}
article .meta {
margin-bottom: 1.75rem;
}
.content p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.75rem;
line-height: inherit;
}
/* md syntax */
.content h1 {
font-size: 2rem;
}
.content h2 {
font-size: 1.8rem;
}
.content h3 {
font-size: 1.6rem;
}
.content h4 {
font-size: 1.4rem;
}
.content h5 {
font-size: 1.2rem;
}
.content h6 {
font-size: 1rem;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
margin: 1.75rem 0;
color: inherit;
font-family: "Merriweather", serif;
font-weight: 900;
line-height: 1.1;
}
.markdown-body .highlighter-rouge {
width: calc(50px + 50vw);
max-width: 500px;
}
.highlighter-rouge .highlight {
margin-top: 5px;
}
.highlighter-rouge .highlight .highlight {
overflow-x: auto;
}
.content pre {
background: #00110d !important;
padding: 12px 13px;
margin-bottom: 1.75rem;
}
.content code {
margin: 0 2px;
padding: 3px 5px;
color: #97e1ff;
border-radius: 2px;
white-space: pre;
background-color: #00110d;
font-family: monospace;
}
.content blockquote,
.content blockquote p {
margin-left: -1.75rem;
padding-left: 1.42188rem;
margin-bottom: 1.75rem;
font-size: 1.20112rem;
line-height: 1.75rem;
color: hsla(0, 0%, 0%, 0.59);
font-style: italic;
border-left: 0.32813rem solid hsla(0, 0%, 0%, 0.9);
}
.content strong {
font-weight: bold;
}
.content ul,
.content ol {
margin-left: 1rem;
margin-bottom: 10px;
}
.content table {
width: 100%;
margin: 1rem 0;
border-collapse: collapse;
}
.content table th {
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
}
.content table * {
border: 1px solid rgba(0, 0, 0, 0.9);
padding: 0.2rem;
}
.content img {
max-width: 100%;
margin: 1rem 0;
}
/* syntax */
.highlight .hll {
background-color: #333333;
}
.highlight {
color: #ffffff;
}
.highlight .c {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment */
.highlight .err {
color: #ffffff;
} /* Error */
.highlight .g {
color: #ffffff;
} /* Generic */
.highlight .k {
color: #fb660a;
font-weight: bold;
} /* Keyword */
.highlight .l {
color: #ffffff;
} /* Literal */
.highlight .n {
color: #ffffff;
} /* Name */
.highlight .o {
color: #ffffff;
} /* Operator */
.highlight .x {
color: #ffffff;
} /* Other */
.highlight .p {
color: #ffffff;
} /* Punctuation */
.highlight .cm {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Multiline */
.highlight .cp {
color: #ff0007;
font-weight: bold;
font-style: italic;
background-color: #0f140f;
} /* Comment.Preproc */
.highlight .c1 {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Single */
.highlight .cs {
color: #008800;
font-style: italic;
background-color: #0f140f;
} /* Comment.Special */
.highlight .gd {
color: #ffffff;
} /* Generic.Deleted */
.highlight .ge {
color: #ffffff;
} /* Generic.Emph */
.highlight .gr {
color: #ffffff;
} /* Generic.Error */
.highlight .gh {
color: #ffffff;
font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
color: #ffffff;
} /* Generic.Inserted */
.highlight .go {
color: #444444;
background-color: #222222;
} /* Generic.Output */
.highlight .gp {
color: #ffffff;
} /* Generic.Prompt */
.highlight .gs {
color: #ffffff;
} /* Generic.Strong */
.highlight .gu {
color: #ffffff;
font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
color: #ffffff;
} /* Generic.Traceback */
.highlight .kc {
color: #fb660a;
font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
color: #fb660a;
font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
color: #fb660a;
font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
color: #fb660a;
} /* Keyword.Pseudo */
.highlight .kr {
color: #fb660a;
font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
color: #cdcaa9;
font-weight: bold;
} /* Keyword.Type */
.highlight .ld {
color: #ffffff;
} /* Literal.Date */
.highlight .m {
color: #0086f7;
font-weight: bold;
} /* Literal.Number */
.highlight .s {
color: #0086d2;
} /* Literal.String */
.highlight .na {
color: #ff0086;
font-weight: bold;
} /* Name.Attribute */
.highlight .nb {
color: #ffffff;
} /* Name.Builtin */
.highlight .nc {
color: #ffffff;
} /* Name.Class */
.highlight .no {
color: #0086d2;
} /* Name.Constant */
.highlight .nd {
color: #ffffff;
} /* Name.Decorator */
.highlight .ni {
color: #ffffff;
} /* Name.Entity */
.highlight .ne {
color: #ffffff;
} /* Name.Exception */
.highlight .nf {
color: #ff0086;
font-weight: bold;
} /* Name.Function */
.highlight .nl {
color: #ffffff;
} /* Name.Label */
.highlight .nn {
color: #ffffff;
} /* Name.Namespace */
.highlight .nx {
color: #ffffff;
} /* Name.Other */
.highlight .py {
color: #ffffff;
} /* Name.Property */
.highlight .nt {
color: #fb660a;
font-weight: bold;
} /* Name.Tag */
.highlight .nv {
color: #fb660a;
} /* Name.Variable */
.highlight .ow {
color: #ffffff;
} /* Operator.Word */
.highlight .w {
color: #888888;
} /* Text.Whitespace */
.highlight .mf {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Float */
.highlight .mh {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Hex */
.highlight .mi {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Integer */
.highlight .mo {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Oct */
.highlight .sb {
color: #0086d2;
} /* Literal.String.Backtick */
.highlight .sc {
color: #0086d2;
} /* Literal.String.Char */
.highlight .sd {
color: #0086d2;
} /* Literal.String.Doc */
.highlight .s2 {
color: #0086d2;
} /* Literal.String.Double */
.highlight .se {
color: #0086d2;
} /* Literal.String.Escape */
.highlight .sh {
color: #0086d2;
} /* Literal.String.Heredoc */
.highlight .si {
color: #0086d2;
} /* Literal.String.Interpol */
.highlight .sx {
color: #0086d2;
} /* Literal.String.Other */
.highlight .sr {
color: #0086d2;
} /* Literal.String.Regex */
.highlight .s1 {
color: #0086d2;
} /* Literal.String.Single */
.highlight .ss {
color: #0086d2;
} /* Literal.String.Symbol */
.highlight .bp {
color: #ffffff;
} /* Name.Builtin.Pseudo */
.highlight .vc {
color: #fb660a;
} /* Name.Variable.Class */
.highlight .vg {
color: #fb660a;
} /* Name.Variable.Global */
.highlight .vi {
color: #fb660a;
} /* Name.Variable.Instance */
.highlight .il {
color: #0086f7;
font-weight: bold;
} /* Literal.Number.Integer.Long */
/* dark mode */
.darkmode {
color: white !important;
background-color: black !important;
}
.darkmode header p,
.darkmode header h1 {
color: white !important;
}
.darkmode p {
color: white !important;
}
.darkmode .dmode img {
filter: invert();
-webkit-animation: spin 0.4s linear;
-moz-animation: spin 0.4s linear;
animation: spin 0.4s linear;
}
html, body {
transition-duration: 0.4s;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(45deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
/* Emoji */
.emoji {
margin-bottom: -4px;
}
/* light box */
/* lightbox */
.content img {
cursor: zoom-in;
}
#lightbox {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: none;
}
#lightbox.active {
display: flex;
justify-content: center;
align-items: center;
}
#lightbox img {
max-width: 90%;
max-height: 80%;
padding: 4px;
background-color: black;
border: 2px solid white;
}
| 0.249173 | 0.058185 |
body, html {
background-image: url(../images/backimage.jpg);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.form-group {
margin-bottom: 1rem;
}
.vcenter-item{
display: flex;
align-items: center;
min-height: 600px;
}
.page-footer
{
width: 100%;
bottom: 0px;
background-color: #5e5e5e;
}
.cac-logo
{
display: block;
float: left;
height: 50px;
}
.coat-of-arm
{
display: block;
float: right;
height: 50px;
}
.form-control:focus {
/*border-color: #28a745 !important;*/
border-color: #ff80ff;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}
.login-form {
width: 40%;
margin: 200px auto;
padding:300px
}
.login-form {
margin-bottom: 70px;
background: #FFFFFF;
-webkit-box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
-moz-box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
border-radius: 8px;
padding: 30px;
}
.login-form h2 {
margin: 0 0 1px;
}
.form-control, .btn {
min-height: 38px;
border-radius: 5px;
}
.input-group-addon .fa {
font-size: 18px;
}
.btn {
font-size: 15px;
font-weight: bold;
}
.bottom-action {
font-size: 14px;
}
/*body{
background-image: url(../images/backimage.jpg)!important;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}*/
/*-----------------------------------------------------End of Index CSS ------------------------------------------------------------------------*/
/*-----------------------------------------------------Beginning of Home CSS ------------------------------------------------------------------*/
.fcta-header{
background: #f3f6f7;
border-bottom: 2px solid #00ad56;
height: 60px
}
.navbar{
border-top:1px solid #090
}
.main-content{
min-height: 230px;
background: #dbdfe5;
}
.sidebar-content{
min-height: 100px;
margin-bottom: 30px;
background: #b4bac0;
}
.top-buffer { margin-top:20px; padding-left: 20px; padding-right:20px;}
.v-divider{
margin-left:10px;
margin-right:10px;
width:1px;
height:100%;
border-left:2px solid #FFF;
}
.font-pref14{
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:14px
}
.font-pref10{
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:10px
}
.top-space20{
margin-top:20px;
}
.myInputs {
background-image: url(../images/searchicon.png);
background-position: 10px 10px;
background-repeat: no-repeat;
width: 350px;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px
}
/*--------------------------------------------------- CSS For Responsive Table ----------------------------------------------------------------*/
.table-responsive {
margin: 0px 0px 0px 0px;
}
.table-wrapper {
width:90%;
background-color: #fff;
padding: 25px 5px;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0,0,0,.05);
z-index: -10000;
}
.toptitle {
padding-bottom: 1px;
background: #666;
color: #fff;
padding: 16px 30px;
margin: 20px -25px 10px;
border-radius: 3px 3px 0 0;
}
.table-title h2 {
margin: 5px 0 0;
font-size: 24px;
}
.table-title .btn-group {
float: right;
}
.table-title .btn {
color: #fff;
float: right;
font-size: 13px;
border: none;
min-width: 50px;
border-radius: 2px;
border: none;
/*outline: none !important;*/
margin-left: 10px;
}
.table-title .btn i {
float: left;
font-size: 21px;
margin-right: 5px;
}
.table-title .btn span {
float: left;
margin-top: 2px;
}
table.table tr th, table.table tr td {
border-color: #e9e9e9;
padding: 12px 15px;
vertical-align: middle;
}
table.table tr th:first-child { /*Name*/
width: 135px;
}
table.table tr th:nth-child(2) { /*Profession*/
width: 135px;
}
table.table tr th:nth-child(3) { /*Accreditation*/
width: 100px;
}
table.table tr th:nth-child(4) { /*Date*/
width: 180px;
}
table.table tr th:nth-child(5) { /*Action*/
width: 20px;
}
table.table-striped tbody tr:nth-of-type(odd) {
background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
background: #f5f5f5;
}
table.table th i {
font-size: 13px;
margin: 0 5px;
cursor: pointer;
}
table.table td:last-child i {
opacity: 0.9;
font-size: 22px;
margin: 0 5px;
}
table.table td a {
font-weight: bold;
color: #566787;
display: inline-block;
text-decoration: none;
outline: none !important;
}
table.table td a:hover {
color: #2196F3;
}
table.table td a.edit {
color: #FFC107;
}
table.table td a.delete {
color: #F44336;
}
table.table td i {
font-size: 19px;
}
table.table .avatar {
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
}
.pagination {
float: right;
margin: 0 0 5px;
}
.pagination li a {
border: none;
font-size: 13px;
min-width: 30px;
min-height: 30px;
color: #00ad56;
margin: 0 2px;
line-height: 30px;
border-radius: 2px !important;
text-align: center;
padding: 0 6px;
}
.pagination li a:hover {
color: #00ad56;
}
.pagination li.active a, .pagination li.active a.page-link {
background: #00ad56;
}
.pagination li.active a:hover {
background: #8FBC8F;
}
.pagination li.disabled i {
color: #ccc;
}
.pagination li i {
font-size: 16px;
padding-top: 6px
}
.hint-text {
float: left;
margin-top: 10px;
font-size: 13px;
}
/*----------------------------------This is for customizing checkbox on post incporporation form-------------------------------------*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
content: "";
display: inline-block;
background: #fff;
width: 0;
height: 0.2rem;
position: absolute;
transform-origin: 0% 0%;
}
.chiller_cb {
position: relative;
height: 2rem;
display: flex;
align-items: center;
}
.chiller_cb input {
display: none;
}
.chiller_cb input:checked ~ span {
background: #5cb85c;
border-color: #5cb85c;
}
.chiller_cb input:checked ~ span:before {
width: 1rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
width: 0.4rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
background: #ececec;
border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
cursor: default;
}
.chiller_cb label {
padding-left: 2rem;
position: relative;
z-index: 2;
cursor: pointer;
margin-bottom:0;
}
.chiller_cb span {
display: inline-block;
width: 1.2rem;
height: 1.2rem;
border: 2px solid #ccc;
position: absolute;
left: 0;
transition: all 0.2s;
z-index: 1;
box-sizing: content-box;
}
.chiller_cb span:before {
transform: rotate(-55deg);
top: 1rem;
left: 0.37rem;
}
.chiller_cb span:after {
transform: rotate(35deg);
bottom: 0.35rem;
left: 0.2rem;
}
/* Modal styles */
.modal .modal-dialog {
max-width: 600px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
padding: 20px 30px;
}
.modal .modal-content {
border-radius: 3px;
}
.modal .modal-footer {
background: #ecf0f1;
border-radius: 0 0 3px 3px;
}
.modal .modal-title {
display: inline-block;
}
.modal .form-control {
border-radius: 2px;
box-shadow: none;
border-color: #dddddd;
}
.modal textarea.form-control {
resize: vertical;
}
.modal .btn {
border-radius: 2px;
min-width: 100px;
}
.modal form label {
font-weight: normal;
}
/*CSS to alter breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
content: ">>" !important;
color: gold !important;
}
/*Remove Border Radius From BreadCrumb*/
.breadcrumb {
border-radius: 0 !important;
}
[type="date"]::-webkit-calendar-picker-indicator {
color: green;
opacity: 0.5;
}
::-webkit-input-placeholder { /* Edge */
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
::placeholder {
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
/*Make Form Borders Glowy :)*/
.form-control:focus {
border-color: #8FBC8F !important;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
/*--------------------------------------------------- CSS For Responsive Table ----------------------------------------------------------------*/
.lo, .lo:hover, .lo:focus { text-decoration: none !important;}
/*Options display (Edit USer, Change Password*/
a.option {color:#009900 !important;}
a.option:hover {color: #009900 !important;}
/*-----------------------------------------------------------Fieldset & Legend--------------------------------------------------------*/
fieldset.scheduler-border {
border: 1px solid #8FBC8F !important;
border-radius: 8px;
padding: 0 0 1.4em 1.4em !important;
width: 98%;
margin-left: 15px !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
background: #fff none repeat scroll 0 0;
height: auto;
margin-left: 20px;
padding: 3px 5px;
position: absolute;
margin-top: -15px;
border: 1px solid #8FBC8F;
border-radius: 8px;
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
color: #8FBC8F;
width:auto; /* Or auto */
padding:0 10px; /* To give a bit of padding on the left and right */
}
/*Hide Input Number Toggle Arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
[type="number"] {
-moz-appearance: textfield;
}
._textarea {
resize: none !important;
}
/*Dropdown Menu Script*/
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -9px;
margin-left: -1px;
/*-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;*/
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu > a:after {
display: block;
content: "";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #333;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #D5D5D5;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
/*-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;*/
}
/*--------------------------------------------------------------------------------------------------------------------------------
Radio Buttons
--------------------------------------------------------------------------------------------------------------------------------*/
.form-check-input[type=radio]{border-radius:50%;width:1.25rem;height:1.25rem;margin-top:.125em;margin-right:6px}
.form-check-input[type=radio]:before{width:1rem;height:1rem}
.form-check-input[type=radio]:after{content:"";position:absolute;width:1rem;height:1rem;z-index:1;display:block;border-radius:50%;background-color:#fff}
.form-check-input[type=radio]:checked{background-image:none;background-color:#fff; border-color: #26bd2e}
.form-check-input[type=radio]:checked:after
{
border-radius:50%;
width:.625rem;
height:.625rem;
border: 5px solid #26bd2e !important;
background-color:#26bd2e !important;
transition:border-color;
transform:translate(-50%,-50%);
position:relative;
left:50%;
top:50%
}
.form-check-input[type=radio]:checked:focus{background-color:#fff}
.form-check-input[type=radio]:focus {
border-color: #8FBC8F !important;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
|
public/css/survey-css.css
|
body, html {
background-image: url(../images/backimage.jpg);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.form-group {
margin-bottom: 1rem;
}
.vcenter-item{
display: flex;
align-items: center;
min-height: 600px;
}
.page-footer
{
width: 100%;
bottom: 0px;
background-color: #5e5e5e;
}
.cac-logo
{
display: block;
float: left;
height: 50px;
}
.coat-of-arm
{
display: block;
float: right;
height: 50px;
}
.form-control:focus {
/*border-color: #28a745 !important;*/
border-color: #ff80ff;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}
.login-form {
width: 40%;
margin: 200px auto;
padding:300px
}
.login-form {
margin-bottom: 70px;
background: #FFFFFF;
-webkit-box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
-moz-box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
box-shadow: 9px 23px 18px -4px rgba(102,102,102,0.41);
border-radius: 8px;
padding: 30px;
}
.login-form h2 {
margin: 0 0 1px;
}
.form-control, .btn {
min-height: 38px;
border-radius: 5px;
}
.input-group-addon .fa {
font-size: 18px;
}
.btn {
font-size: 15px;
font-weight: bold;
}
.bottom-action {
font-size: 14px;
}
/*body{
background-image: url(../images/backimage.jpg)!important;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}*/
/*-----------------------------------------------------End of Index CSS ------------------------------------------------------------------------*/
/*-----------------------------------------------------Beginning of Home CSS ------------------------------------------------------------------*/
.fcta-header{
background: #f3f6f7;
border-bottom: 2px solid #00ad56;
height: 60px
}
.navbar{
border-top:1px solid #090
}
.main-content{
min-height: 230px;
background: #dbdfe5;
}
.sidebar-content{
min-height: 100px;
margin-bottom: 30px;
background: #b4bac0;
}
.top-buffer { margin-top:20px; padding-left: 20px; padding-right:20px;}
.v-divider{
margin-left:10px;
margin-right:10px;
width:1px;
height:100%;
border-left:2px solid #FFF;
}
.font-pref14{
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:14px
}
.font-pref10{
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:10px
}
.top-space20{
margin-top:20px;
}
.myInputs {
background-image: url(../images/searchicon.png);
background-position: 10px 10px;
background-repeat: no-repeat;
width: 350px;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px
}
/*--------------------------------------------------- CSS For Responsive Table ----------------------------------------------------------------*/
.table-responsive {
margin: 0px 0px 0px 0px;
}
.table-wrapper {
width:90%;
background-color: #fff;
padding: 25px 5px;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0,0,0,.05);
z-index: -10000;
}
.toptitle {
padding-bottom: 1px;
background: #666;
color: #fff;
padding: 16px 30px;
margin: 20px -25px 10px;
border-radius: 3px 3px 0 0;
}
.table-title h2 {
margin: 5px 0 0;
font-size: 24px;
}
.table-title .btn-group {
float: right;
}
.table-title .btn {
color: #fff;
float: right;
font-size: 13px;
border: none;
min-width: 50px;
border-radius: 2px;
border: none;
/*outline: none !important;*/
margin-left: 10px;
}
.table-title .btn i {
float: left;
font-size: 21px;
margin-right: 5px;
}
.table-title .btn span {
float: left;
margin-top: 2px;
}
table.table tr th, table.table tr td {
border-color: #e9e9e9;
padding: 12px 15px;
vertical-align: middle;
}
table.table tr th:first-child { /*Name*/
width: 135px;
}
table.table tr th:nth-child(2) { /*Profession*/
width: 135px;
}
table.table tr th:nth-child(3) { /*Accreditation*/
width: 100px;
}
table.table tr th:nth-child(4) { /*Date*/
width: 180px;
}
table.table tr th:nth-child(5) { /*Action*/
width: 20px;
}
table.table-striped tbody tr:nth-of-type(odd) {
background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
background: #f5f5f5;
}
table.table th i {
font-size: 13px;
margin: 0 5px;
cursor: pointer;
}
table.table td:last-child i {
opacity: 0.9;
font-size: 22px;
margin: 0 5px;
}
table.table td a {
font-weight: bold;
color: #566787;
display: inline-block;
text-decoration: none;
outline: none !important;
}
table.table td a:hover {
color: #2196F3;
}
table.table td a.edit {
color: #FFC107;
}
table.table td a.delete {
color: #F44336;
}
table.table td i {
font-size: 19px;
}
table.table .avatar {
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
}
.pagination {
float: right;
margin: 0 0 5px;
}
.pagination li a {
border: none;
font-size: 13px;
min-width: 30px;
min-height: 30px;
color: #00ad56;
margin: 0 2px;
line-height: 30px;
border-radius: 2px !important;
text-align: center;
padding: 0 6px;
}
.pagination li a:hover {
color: #00ad56;
}
.pagination li.active a, .pagination li.active a.page-link {
background: #00ad56;
}
.pagination li.active a:hover {
background: #8FBC8F;
}
.pagination li.disabled i {
color: #ccc;
}
.pagination li i {
font-size: 16px;
padding-top: 6px
}
.hint-text {
float: left;
margin-top: 10px;
font-size: 13px;
}
/*----------------------------------This is for customizing checkbox on post incporporation form-------------------------------------*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
content: "";
display: inline-block;
background: #fff;
width: 0;
height: 0.2rem;
position: absolute;
transform-origin: 0% 0%;
}
.chiller_cb {
position: relative;
height: 2rem;
display: flex;
align-items: center;
}
.chiller_cb input {
display: none;
}
.chiller_cb input:checked ~ span {
background: #5cb85c;
border-color: #5cb85c;
}
.chiller_cb input:checked ~ span:before {
width: 1rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
width: 0.4rem;
height: 0.15rem;
transition: width 0.1s;
transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
background: #ececec;
border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
cursor: default;
}
.chiller_cb label {
padding-left: 2rem;
position: relative;
z-index: 2;
cursor: pointer;
margin-bottom:0;
}
.chiller_cb span {
display: inline-block;
width: 1.2rem;
height: 1.2rem;
border: 2px solid #ccc;
position: absolute;
left: 0;
transition: all 0.2s;
z-index: 1;
box-sizing: content-box;
}
.chiller_cb span:before {
transform: rotate(-55deg);
top: 1rem;
left: 0.37rem;
}
.chiller_cb span:after {
transform: rotate(35deg);
bottom: 0.35rem;
left: 0.2rem;
}
/* Modal styles */
.modal .modal-dialog {
max-width: 600px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
padding: 20px 30px;
}
.modal .modal-content {
border-radius: 3px;
}
.modal .modal-footer {
background: #ecf0f1;
border-radius: 0 0 3px 3px;
}
.modal .modal-title {
display: inline-block;
}
.modal .form-control {
border-radius: 2px;
box-shadow: none;
border-color: #dddddd;
}
.modal textarea.form-control {
resize: vertical;
}
.modal .btn {
border-radius: 2px;
min-width: 100px;
}
.modal form label {
font-weight: normal;
}
/*CSS to alter breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
content: ">>" !important;
color: gold !important;
}
/*Remove Border Radius From BreadCrumb*/
.breadcrumb {
border-radius: 0 !important;
}
[type="date"]::-webkit-calendar-picker-indicator {
color: green;
opacity: 0.5;
}
::-webkit-input-placeholder { /* Edge */
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
::placeholder {
color: smoke !important;
opacity: 0.3 !important;
font-style: italic !important;
}
/*Make Form Borders Glowy :)*/
.form-control:focus {
border-color: #8FBC8F !important;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
/*--------------------------------------------------- CSS For Responsive Table ----------------------------------------------------------------*/
.lo, .lo:hover, .lo:focus { text-decoration: none !important;}
/*Options display (Edit USer, Change Password*/
a.option {color:#009900 !important;}
a.option:hover {color: #009900 !important;}
/*-----------------------------------------------------------Fieldset & Legend--------------------------------------------------------*/
fieldset.scheduler-border {
border: 1px solid #8FBC8F !important;
border-radius: 8px;
padding: 0 0 1.4em 1.4em !important;
width: 98%;
margin-left: 15px !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
background: #fff none repeat scroll 0 0;
height: auto;
margin-left: 20px;
padding: 3px 5px;
position: absolute;
margin-top: -15px;
border: 1px solid #8FBC8F;
border-radius: 8px;
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
color: #8FBC8F;
width:auto; /* Or auto */
padding:0 10px; /* To give a bit of padding on the left and right */
}
/*Hide Input Number Toggle Arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
[type="number"] {
-moz-appearance: textfield;
}
._textarea {
resize: none !important;
}
/*Dropdown Menu Script*/
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -9px;
margin-left: -1px;
/*-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;*/
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu > a:after {
display: block;
content: "";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #333;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #D5D5D5;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
/*-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;*/
}
/*--------------------------------------------------------------------------------------------------------------------------------
Radio Buttons
--------------------------------------------------------------------------------------------------------------------------------*/
.form-check-input[type=radio]{border-radius:50%;width:1.25rem;height:1.25rem;margin-top:.125em;margin-right:6px}
.form-check-input[type=radio]:before{width:1rem;height:1rem}
.form-check-input[type=radio]:after{content:"";position:absolute;width:1rem;height:1rem;z-index:1;display:block;border-radius:50%;background-color:#fff}
.form-check-input[type=radio]:checked{background-image:none;background-color:#fff; border-color: #26bd2e}
.form-check-input[type=radio]:checked:after
{
border-radius:50%;
width:.625rem;
height:.625rem;
border: 5px solid #26bd2e !important;
background-color:#26bd2e !important;
transition:border-color;
transform:translate(-50%,-50%);
position:relative;
left:50%;
top:50%
}
.form-check-input[type=radio]:checked:focus{background-color:#fff}
.form-check-input[type=radio]:focus {
border-color: #8FBC8F !important;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
| 0.219003 | 0.084229 |
body,html {
width: 100%;
height: 100%;
}
body {
font-family: Muli,Helvetica,Arial,sans-serif;
}
a {
color: #fdcc52;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
a:focus,a:hover {
color: #fcbd20;
}
hr {
max-width: 100px;
margin: 25px auto 0;
border-width: 1px;
border-color: rgba(34,34,34,.1);
}
hr.light {
border-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 20px;
}
section {
padding: 100px 0;
}
section h2 {
font-size: 50px;
}
#mainNav {
border-color: rgba(34,34,34,.05);
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand {
color: #fcbd20;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
color: #fff;
}
#mainNav .navbar-toggler {
font-size: 12px;
padding: 8px 10px;
color: #222;
}
#mainNav .navbar-nav>li>a {
font-size: 11px;
font-family: Lato,Helvetica,Arial,sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
#mainNav .navbar-nav>li>a.active {
color: #fff;
background-color: #dfdfe6;
}
#mainNav .navbar-nav>li>a.active:hover {
background-color:#dfdfe6;
}
#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
color: #222;
}
#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
color: red;
}
@media (min-width:992px) {
#mainNav {
border-color: transparent;
background-color:#dfdfe6;
}
#mainNav .navbar-brand {
color: fade(white,70%);
}
#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
color:#fff;
}
#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
color: rgba(255,255,255,.7);
}
#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
color:black;
}
#mainNav.navbar-shrink {
border-color: rgba(34,34,34,.1);
background-color:transparent;
}
#mainNav.navbar-shrink .navbar-brand {
color: #222;
}
#mainNav.navbar-shrink .navbar-brand:focus,#mainNav.navbar-shrink .navbar-brand:hover {
color: #fdcc52;
}
#mainNav.navbar-shrink .navbar-nav>li>a,#mainNav.navbar-shrink .navbar-nav>li>a:focus {
color: #222;
}
#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,#mainNav.navbar-shrink .navbar-nav>li>a:hover {
color: #fdcc52;
}
}
header.masthead {
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color:black;
background-color:#fff;;
}
header.masthead .header-content {
max-width: 500px;
margin-bottom: 100px;
text-align: center;
}
header.masthead .header-content h1 {
font-size: 30px;
}
header.masthead .device-container {
max-width: 325px;
margin-right: auto;
margin-left: auto;
}
header.masthead .device-container .screen img {
border-radius: 3px;
}
header.masthead .teachfg{
margin-top: 60px;
text-align: center;
}
header.masthead .teachfg h3{
text-decoration: underline;
position: relative;
font-size: 50px;
font-style: normal;
font-weight: bold;
}
header.masthead .teachfg .dfg img{
font-size: 60px !important;
}
@media (min-width:992px) {
.techb2b img{
width: 325px;
height:400px;
}
.form-area
{
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 0px 0px 0px;
border: 1px solid GREY;
}
.edum img{
margin-left: 150px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
header.masthead {
min-height: 775px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead .header-content {
margin-bottom: 0;
text-align: left;
}
header.masthead .header-content p {
font-family:monospace;
font-size: 18px;
word-spacing: 0px;
}
header.masthead .device-container {
max-width: 325px;
}
.card img{
text-align:center;
display:block;
margin-left: 50px !important;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block{
margin-left: 50px;
}
.card-block .moreInfo{
margin-left: 50px;
}
.member-img{
width: 220px;
height: 220px;
}
footer{
position:absolute;
background-color:black;
color:white;
width:100%;
padding:20px;
margin-top:0px;
}
.vision-b p{
font-style: italic;
}
#contact{
padding-bottom:80px;
margin:0px;
}
}
section.download {
position: relative;
padding: 150px 0;
}
section.download h2 {
font-size: 50px;
margin-top: 0;
}
section.download .badges .badge-link {
display: block;
margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
margin-bottom: 0;
}
section.download .badges .badge-link img {
height: 60px;
}
@media (min-width:768px) {
section.download .badges .badge-link {
display: inline-block;
margin-bottom: 0;
}
.card img{
text-align:center;
display:block;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block .moreInfo{
margin-bottom: 50px;
margin-left: 50px;
}
.edum img{
margin-left: 150px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
}
@media (max-width:768px) {
section.download h2 {
font-size: 70px;
}
header.masthead .teachfg{
margin-top:0px;
margin-bottom: 20px;
text-align: center;
}
header.masthead .teachfg h3{
text-decoration: underline;
font-size: 30px;
font-style: normal;
font-weight: bold;
margin-top: -57px;
font-family: sans-serif;
}
.card img{
text-align:center;
width:100%;
display:block;
margin:0 auto;
margin-left: 0px !important;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block .moreInfo{
margin-bottom: 50px;
}
.form-area
{
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 0px -17px 0px;
border: 1px solid GREY;
margin-top: 51px;
}
.member-img img{
width: 220px;
height: 220px;
text-align: center;
margin-left: 50px;
}
.edum img{
margin-left: 21px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
footer{
position:absolute;
background-color:black;
color:white;
width:100%;
padding:20px;
}
.techb2b img{
width: 325px;
height: 400px;
margin-left: 30px;
}
}
section.features .section-heading {
margin-bottom: 100px;
}
section.features .section-heading h2 {
margin-top: 0;
}
section.features .section-heading p {
margin-bottom: 0;
}
section.features .device-container,section.features .feature-item {
max-width: 325px;
margin: 0 auto;
}
section.features .device-container {
margin-bottom: 100px;
}
@media (min-width:992px) {
section.features .device-container {
margin-bottom: 0;
}
section.features .feature-item {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
section.features .feature-item h3 {
font-size: 30px;
}
section.features .feature-item i {
font-size: 80px;
display: block;
margin-bottom: 15px;
background: -webkit-linear-gradient(to left,#7b4397,#dc2430);
background: linear-gradient(to left,#7b4397,#dc2430);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section.cta {
position: relative;
padding: 250px 0;
background-image: url(../img/bg-cta.jpg);
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
section.cta .cta-content {
position: relative;
z-index: 1;
}
section.cta .cta-content h2 {
font-size: 50px;
max-width: 450px;
margin-top: 0;
margin-bottom: 25px;
color: #fff;
}
}
@media (min-width:768px) {
section.cta .cta-content h2 {
font-size: 80px;
}
}
section.cta .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
}
section.contact {
text-align: center;
}
section.contact h2 {
margin-top: 0;
margin-bottom: 25px;
}
section.contact h2 i {
color: #dd4b39;
}
section.contact ul.list-social {
margin-bottom: 0;
}
section.contact ul.list-social li a {
font-size: 40px;
line-height: 80px;
display: block;
width: 80px;
height: 80px;
color: #fff;
border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
background-color: #d73925;
}
footer p {
font-size: 12px;
margin: 0;
}
footer ul {
margin-bottom: 0;
}
footer ul li a {
font-size: 12px;
color: rgba(255,255,255,.3);
}
footer ul li a.active,footer ul li a:active,footer ul li a:focus,footer ul li a:hover {
text-decoration: none;
}
.bg-primary {
background: #fdcc52;
background: -webkit-linear-gradient(#fdcc52,#fdc539);
background: linear-gradient(#fdcc52,#fdc539);
}
.text-primary {
color: #fdcc52;
}
.no-gutter>[class*=col-] {
padding-right: 0;
padding-left: 0;
}
.btn-outline {
color: #fff;
border: 1px solid;
border-color: #fff;
}
.btn-outline.active,.btn-outline:active,.btn-outline:focus,.btn-outline:hover {
color: #fff;
border-color: #fdcc52;
background-color: #fdcc52;
}
.btn {
border-radius: 300px;
font-family: Lato,Helvetica,Arial,sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
.btn-xl {
font-size: 11px;
padding: 15px 45px;
}
.broucher{
margin-top: 50px;
}
.bdownload{
margin-top: 50px;
margin-bottom: 50px;
}
.dbroucher{
margin-top: -50px;
font-weight: bold;
}
.teachhead{
margin-top: 50px;
}
|
public/css/new-age.min.css
|
body,html {
width: 100%;
height: 100%;
}
body {
font-family: Muli,Helvetica,Arial,sans-serif;
}
a {
color: #fdcc52;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
a:focus,a:hover {
color: #fcbd20;
}
hr {
max-width: 100px;
margin: 25px auto 0;
border-width: 1px;
border-color: rgba(34,34,34,.1);
}
hr.light {
border-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 20px;
}
section {
padding: 100px 0;
}
section h2 {
font-size: 50px;
}
#mainNav {
border-color: rgba(34,34,34,.05);
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand {
color: #fcbd20;
font-family: Catamaran,Helvetica,Arial,sans-serif;
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
color: #fff;
}
#mainNav .navbar-toggler {
font-size: 12px;
padding: 8px 10px;
color: #222;
}
#mainNav .navbar-nav>li>a {
font-size: 11px;
font-family: Lato,Helvetica,Arial,sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
#mainNav .navbar-nav>li>a.active {
color: #fff;
background-color: #dfdfe6;
}
#mainNav .navbar-nav>li>a.active:hover {
background-color:#dfdfe6;
}
#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
color: #222;
}
#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
color: red;
}
@media (min-width:992px) {
#mainNav {
border-color: transparent;
background-color:#dfdfe6;
}
#mainNav .navbar-brand {
color: fade(white,70%);
}
#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
color:#fff;
}
#mainNav .navbar-nav>li>a,#mainNav .navbar-nav>li>a:focus {
color: rgba(255,255,255,.7);
}
#mainNav .navbar-nav>li>a:focus:hover,#mainNav .navbar-nav>li>a:hover {
color:black;
}
#mainNav.navbar-shrink {
border-color: rgba(34,34,34,.1);
background-color:transparent;
}
#mainNav.navbar-shrink .navbar-brand {
color: #222;
}
#mainNav.navbar-shrink .navbar-brand:focus,#mainNav.navbar-shrink .navbar-brand:hover {
color: #fdcc52;
}
#mainNav.navbar-shrink .navbar-nav>li>a,#mainNav.navbar-shrink .navbar-nav>li>a:focus {
color: #222;
}
#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,#mainNav.navbar-shrink .navbar-nav>li>a:hover {
color: #fdcc52;
}
}
header.masthead {
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color:black;
background-color:#fff;;
}
header.masthead .header-content {
max-width: 500px;
margin-bottom: 100px;
text-align: center;
}
header.masthead .header-content h1 {
font-size: 30px;
}
header.masthead .device-container {
max-width: 325px;
margin-right: auto;
margin-left: auto;
}
header.masthead .device-container .screen img {
border-radius: 3px;
}
header.masthead .teachfg{
margin-top: 60px;
text-align: center;
}
header.masthead .teachfg h3{
text-decoration: underline;
position: relative;
font-size: 50px;
font-style: normal;
font-weight: bold;
}
header.masthead .teachfg .dfg img{
font-size: 60px !important;
}
@media (min-width:992px) {
.techb2b img{
width: 325px;
height:400px;
}
.form-area
{
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 0px 0px 0px;
border: 1px solid GREY;
}
.edum img{
margin-left: 150px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
header.masthead {
min-height: 775px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead .header-content {
margin-bottom: 0;
text-align: left;
}
header.masthead .header-content p {
font-family:monospace;
font-size: 18px;
word-spacing: 0px;
}
header.masthead .device-container {
max-width: 325px;
}
.card img{
text-align:center;
display:block;
margin-left: 50px !important;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block{
margin-left: 50px;
}
.card-block .moreInfo{
margin-left: 50px;
}
.member-img{
width: 220px;
height: 220px;
}
footer{
position:absolute;
background-color:black;
color:white;
width:100%;
padding:20px;
margin-top:0px;
}
.vision-b p{
font-style: italic;
}
#contact{
padding-bottom:80px;
margin:0px;
}
}
section.download {
position: relative;
padding: 150px 0;
}
section.download h2 {
font-size: 50px;
margin-top: 0;
}
section.download .badges .badge-link {
display: block;
margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
margin-bottom: 0;
}
section.download .badges .badge-link img {
height: 60px;
}
@media (min-width:768px) {
section.download .badges .badge-link {
display: inline-block;
margin-bottom: 0;
}
.card img{
text-align:center;
display:block;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block .moreInfo{
margin-bottom: 50px;
margin-left: 50px;
}
.edum img{
margin-left: 150px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
}
@media (max-width:768px) {
section.download h2 {
font-size: 70px;
}
header.masthead .teachfg{
margin-top:0px;
margin-bottom: 20px;
text-align: center;
}
header.masthead .teachfg h3{
text-decoration: underline;
font-size: 30px;
font-style: normal;
font-weight: bold;
margin-top: -57px;
font-family: sans-serif;
}
.card img{
text-align:center;
width:100%;
display:block;
margin:0 auto;
margin-left: 0px !important;
}
.card p{
font-size: 16px;
font-style:oblique;
font-family: inherit;
}
.card-block .moreInfo{
margin-bottom: 50px;
}
.form-area
{
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 0px -17px 0px;
border: 1px solid GREY;
margin-top: 51px;
}
.member-img img{
width: 220px;
height: 220px;
text-align: center;
margin-left: 50px;
}
.edum img{
margin-left: 21px;
}
.edum p {
font-size: 20px;
font-weight: normal;
font-style:italic;
line-height: normal;
font-family:cursive;
}
footer{
position:absolute;
background-color:black;
color:white;
width:100%;
padding:20px;
}
.techb2b img{
width: 325px;
height: 400px;
margin-left: 30px;
}
}
section.features .section-heading {
margin-bottom: 100px;
}
section.features .section-heading h2 {
margin-top: 0;
}
section.features .section-heading p {
margin-bottom: 0;
}
section.features .device-container,section.features .feature-item {
max-width: 325px;
margin: 0 auto;
}
section.features .device-container {
margin-bottom: 100px;
}
@media (min-width:992px) {
section.features .device-container {
margin-bottom: 0;
}
section.features .feature-item {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
section.features .feature-item h3 {
font-size: 30px;
}
section.features .feature-item i {
font-size: 80px;
display: block;
margin-bottom: 15px;
background: -webkit-linear-gradient(to left,#7b4397,#dc2430);
background: linear-gradient(to left,#7b4397,#dc2430);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section.cta {
position: relative;
padding: 250px 0;
background-image: url(../img/bg-cta.jpg);
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
section.cta .cta-content {
position: relative;
z-index: 1;
}
section.cta .cta-content h2 {
font-size: 50px;
max-width: 450px;
margin-top: 0;
margin-bottom: 25px;
color: #fff;
}
}
@media (min-width:768px) {
section.cta .cta-content h2 {
font-size: 80px;
}
}
section.cta .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
}
section.contact {
text-align: center;
}
section.contact h2 {
margin-top: 0;
margin-bottom: 25px;
}
section.contact h2 i {
color: #dd4b39;
}
section.contact ul.list-social {
margin-bottom: 0;
}
section.contact ul.list-social li a {
font-size: 40px;
line-height: 80px;
display: block;
width: 80px;
height: 80px;
color: #fff;
border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
background-color: #d73925;
}
footer p {
font-size: 12px;
margin: 0;
}
footer ul {
margin-bottom: 0;
}
footer ul li a {
font-size: 12px;
color: rgba(255,255,255,.3);
}
footer ul li a.active,footer ul li a:active,footer ul li a:focus,footer ul li a:hover {
text-decoration: none;
}
.bg-primary {
background: #fdcc52;
background: -webkit-linear-gradient(#fdcc52,#fdc539);
background: linear-gradient(#fdcc52,#fdc539);
}
.text-primary {
color: #fdcc52;
}
.no-gutter>[class*=col-] {
padding-right: 0;
padding-left: 0;
}
.btn-outline {
color: #fff;
border: 1px solid;
border-color: #fff;
}
.btn-outline.active,.btn-outline:active,.btn-outline:focus,.btn-outline:hover {
color: #fff;
border-color: #fdcc52;
background-color: #fdcc52;
}
.btn {
border-radius: 300px;
font-family: Lato,Helvetica,Arial,sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
.btn-xl {
font-size: 11px;
padding: 15px 45px;
}
.broucher{
margin-top: 50px;
}
.bdownload{
margin-top: 50px;
margin-bottom: 50px;
}
.dbroucher{
margin-top: -50px;
font-weight: bold;
}
.teachhead{
margin-top: 50px;
}
| 0.321673 | 0.04408 |
color: green;
padding: 6px 0;
line-height: 18px;
vertical-align: middle;
position: relative;
z-index: 1;
width: 100%;
}
@media screen and (max-width: 768px) {
#header {
height: 50px;
position: fixed;
top: 0;
}
}
#header a {
display: inline;
}
.home-link {
width: 50px;
height: 66px;
}
.logo-inner {
width: 32px;
position: absolute;
left: 17px;
top: 18px;
z-index: -1;
height: 32px;
border-radius: 50%;
}
@media screen and (max-width: 768px) {
.logo-inner {
left: 16px;
top: 12px;
}
}
.logo {
width: 50px;
padding: 3px 8px 0;
}
@media screen and (max-width: 768px) {
.logo {
width: 45px;
padding: 0 0 0 10px;
}
}
h1 {
font-weight: normal;
display: inline-block;
vertical-align: middle;
margin: 0;
font-size: 16px;
}
h1 a {
color:black;
text-decoration: none;
}
.name {
margin-right: 30px;
margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
.name {
display: none;
}
}
.header-text {
position: absolute;
width: inherit;
height: 20px;
left: 10px;
top: 27px;
z-index: -1;
}
@media screen and (max-width: 768px) {
.header-text {
top: 22px;
}
}
.left {
position: absolute;
left: 60px;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.left {
width: 100%;
left: 0;
}
}
.header-nav {
display: inline-block;
margin-left: 20px;
}
@media screen and (max-width: 768px) {
.header-nav {
margin-left: 60px;
}
}
.header-nav a {
color: blue;
text-decoration: none;
margin: 0 5px;
letter-spacing: 1.8px;
}
.header-nav a:hover {
color: yellowgreen;
}
.header-nav .active {
color:blanchedalmond;
}
.info {
position: absolute;
top: 0;
right: 20px;
height: 100%;
}
@media screen and (max-width: 768px) {
.info {
right: 10px;
}
}
.info img {
opacity: 0.8;
width: 25px;
margin-top: 21.5px;
display: block;
}
.info img:hover {
opacity: 1;
cursor: pointer;
}
@media screen and (max-width: 768px) {
.info img {
margin-top: 15px;
}
}
|
SportsNews-example/src/app/core/header/header.component.css
|
color: green;
padding: 6px 0;
line-height: 18px;
vertical-align: middle;
position: relative;
z-index: 1;
width: 100%;
}
@media screen and (max-width: 768px) {
#header {
height: 50px;
position: fixed;
top: 0;
}
}
#header a {
display: inline;
}
.home-link {
width: 50px;
height: 66px;
}
.logo-inner {
width: 32px;
position: absolute;
left: 17px;
top: 18px;
z-index: -1;
height: 32px;
border-radius: 50%;
}
@media screen and (max-width: 768px) {
.logo-inner {
left: 16px;
top: 12px;
}
}
.logo {
width: 50px;
padding: 3px 8px 0;
}
@media screen and (max-width: 768px) {
.logo {
width: 45px;
padding: 0 0 0 10px;
}
}
h1 {
font-weight: normal;
display: inline-block;
vertical-align: middle;
margin: 0;
font-size: 16px;
}
h1 a {
color:black;
text-decoration: none;
}
.name {
margin-right: 30px;
margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
.name {
display: none;
}
}
.header-text {
position: absolute;
width: inherit;
height: 20px;
left: 10px;
top: 27px;
z-index: -1;
}
@media screen and (max-width: 768px) {
.header-text {
top: 22px;
}
}
.left {
position: absolute;
left: 60px;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.left {
width: 100%;
left: 0;
}
}
.header-nav {
display: inline-block;
margin-left: 20px;
}
@media screen and (max-width: 768px) {
.header-nav {
margin-left: 60px;
}
}
.header-nav a {
color: blue;
text-decoration: none;
margin: 0 5px;
letter-spacing: 1.8px;
}
.header-nav a:hover {
color: yellowgreen;
}
.header-nav .active {
color:blanchedalmond;
}
.info {
position: absolute;
top: 0;
right: 20px;
height: 100%;
}
@media screen and (max-width: 768px) {
.info {
right: 10px;
}
}
.info img {
opacity: 0.8;
width: 25px;
margin-top: 21.5px;
display: block;
}
.info img:hover {
opacity: 1;
cursor: pointer;
}
@media screen and (max-width: 768px) {
.info img {
margin-top: 15px;
}
}
| 0.556641 | 0.114418 |
/** 01.CSS RESET
**********************************/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/** 02.SCAFFOLDING
**********************************/
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
color: #757575;
background-color: #fff;
overflow-x: hidden;
}
.gray-bg {
background-color: #f5f5f5;
}
/* Vertical Space classes */
.space-top { margin-top: 24px; }
.space-top-2x { margin-top: 48px; }
.space-top-3x { margin-top: 72px; }
.space-bottom { margin-bottom: 24px; }
.space-bottom-2x { margin-bottom: 48px; }
.space-bottom-3x { margin-bottom: 72px; }
.padding-top { padding-top: 24px; }
.padding-top-2x { padding-top: 48px; }
.padding-top-3x { padding-top: 72px; }
.padding-bottom { padding-bottom: 24px; }
.padding-bottom-2x { padding-bottom: 48px;}
.padding-bottom-3x { padding-bottom: 72px;}
@media screen and (max-width: 768px) {
.space-top { margin-top: 16px; }
.space-top-2x { margin-top: 32px; }
.space-top-3x { margin-top: 48px; }
.space-bottom { margin-bottom: 16px; }
.space-bottom-2x { margin-bottom: 32px; }
.space-bottom-3x { margin-bottom: 48px; }
.padding-top { padding-top: 16px; }
.padding-top-2x { padding-top: 32px; }
.padding-top-3x { padding-top: 48px; }
.padding-bottom { padding-bottom: 16px; }
.padding-bottom-2x { padding-bottom: 32px;}
.padding-bottom-3x { padding-bottom: 48px;}
}
/* Clear floats */
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* Links */
a {
color: #2c7ab8; /* #008fed */
text-transform: uppercase;
text-decoration: none;
opacity: 1;
webkit-transition: all 0.3s;
transition: all 0.3s;
}
a:hover,
a:focus {
color: #008fed;
opacity: .6;
text-decoration: none;
outline: none;
}
a.light-color {
color: #fff;
opacity: 1;
}
a.light-color:hover {
color: #fff;
opacity: .5;
}
a[href^="mailto"] {
text-transform: none !important;
}
.link:after {
font-family: "Glyphicons Halflings";
content: "\e095";
font-size: 23px;
vertical-align: middle;
margin-left: 12px;
}
.text-right .link:after,
.link.text-right:after {
display: none;
}
.text-right .link:before,
.link.text-right:before {
font-family: "Glyphicons Halflings";
content: "\e095";
font-size: 23px;
vertical-align: middle;
margin-right: 12px;
}
hr {
width: 100%;
margin: 0;
border-top: 1px solid #f2f2f2;
}
.gray-bg hr {
border-top: 1px solid #cccccc;
}
hr.with-shadow {
position: relative;
border-top: 1px solid #e8e8e8;
}
hr.with-shadow:before {
position: absolute;
display: block;
width: 100%;
height: 10px;
content: "";
top: 0px;
left: 0;
-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
}
strong {
font-weight: 600;
}
/* Responsive media by default */
img,
iframe,
embed {
max-width: 100%;
}
/* Text Selection Color */
::selection { color: #fff; background: #3a3a3a; }
::-moz-selection { color: #fff; background: #3a3a3a; }
/* Float Box (with shadows) */
.box-float {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
}
.box-float:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 6px;
top: 0px;
left: 0;
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
}
/** 03.TYPOGRAPHY
**********************************/
h1, h2, h3,
.h1, .h2, .h3 {
font-weight: 300;
line-height: 1.3;
}
h3, .h3 {
font-weight: normal;
}
h1, .h1 {
font-size: 48px;
margin-bottom: 30px;
}
@media screen and (max-width: 768px){
h1, .h1 {
font-size: 38px;
}
}
h2, .h2 {
font-size: 36px;
margin-bottom: 24px;
}
@media screen and (max-width: 768px){
h2, .h2 {
font-size: 30px;
}
}
h3, .h3 {
font-size: 24px;
margin-bottom: 20px;
}
h4, .h4 {
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin-bottom: 16px;
}
h5, .h5 {
font-size: 16px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 12px;
}
h6, .h6 {
font-size: 14px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 8px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
dl dd {
margin-bottom: 45px;
}
dl dt {
font-size: 24px;
font-weight: solid;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 24px;
}
dl dt span {
margin-right: 11px;
color: #999;
}
dl dd {
font-size: 16px;
line-height: 1.5;
padding-left: 26px;
}
em {
font-style: italic;
}
.text-smaller {
font-size: 14px;
line-height: 1.58;
}
.lead {
font-size: 22px;
font-weight: 300;
}
.text-extra-big {
font-size: 72px;
font-weight: 300;
margin: 0 0 12px -3px;
}
@media screen and (max-width: 1200px) {
.text-extra-big {
font-size: 64px;
}
}
@media screen and (max-width: 991px) {
.text-extra-big {
font-size: 48px;
}
}
.text-light {
font-weight: 300 !important;
}
.text-normal {
font-weight: normal !important;
}
.text-semibold {
font-weight: 600 !important;
}
.text-bold {
font-weight: 700 !important;
}
figure figcaption {
text-align: right;
font-size: 12px;
color: #999;
margin-top: 13px;
}
/* Lists */
.unordered-list, ol,
.unstyled-list {
line-height: 1.8;
}
.unordered-list li {
position: relative;
padding-left: 20px;
}
.unordered-list li:before {
display: block;
position: absolute;
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #c4c4c4;
top: 12px;
left: 0;
}
.text-smaller.unordered-list li:before,
.text-smaller .unordered-list li:before {
top: 10px;
}
ol {
padding-left: 23px;
}
.unstyled-list {
list-style: none;
}
/* Page Heading */
.page-heading {
padding-top: 56px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.page-heading {
padding-top: 40px;
}
}
.page-heading .container {
position: relative;
}
.page-heading h1,
.page-heading h2,
.page-heading h3 {
width: 100%;
font-size: 24px;
font-weight: 300;
}
.page-heading .search-field {
position: absolute;
top: -10px;
left: 15px;
}
@media screen and (max-width: 680px) {
.page-heading.text-right {
text-align: left !important;
margin-bottom: 10px;
}
.page-heading .search-field {
position: relative;
top: 0;
left: 0;
margin-bottom: 30px;
}
}
/* Block Heading */
.block-heading {
margin-bottom: 34px;
}
.block-heading h1,
.block-heading h2,
.block-heading h3 {
margin-bottom: 11px;
line-height: 1.4;
}
.block-heading span,
.block-heading p {
display: block;
font-size: 14px;
line-height: 1.5;
}
.light-color .block-heading span,
.light-color.block-heading span,
.light-color .block-heading p,
.light-color.block-heading p {
color: #fff;
font-weight: 300;
}
/* Badge */
.badge {
font-size: 12px;
color: #757575;
margin-bottom: 30px;
}
.badge .icon {
display: inline-block;
vertical-align: middle;
width: 36px;
height: 70px;
color: #fff;
text-align: center;
padding-top: 21px;
margin-right: 10px;
}
.badge .icon i:before,
.badge .icon i:before {
font-size: 28px;
}
.badge.badge-primary .icon {
background-color: #008fed;
}
.badge.badge-success .icon {
background-color: #96cb4b;
}
.badge.badge-info .icon {
background-color: #16A085;
}
.badge.badge-warning .icon {
background-color: #E67E22;
}
.badge.badge-danger .icon {
background-color: #E74C3C;
}
.badge.badge-reverse {
text-align: right;
}
.badge.badge-reverse .icon {
margin-right: 0;
margin-left: 15px;
}
/* Text Alignment */
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-justify {
text-align: justify !important;
}
/* Text Style */
.text-uppercase {
text-transform: uppercase !important;
}
.text-italic {
font-style: italic !important;
}
/* Light Text */
.light-color {
color: #fff !important;
}
.light-color a {
color: #fff;
opacity: 1;
font-weight: 300;
}
.light-color a:hover {
opacity: .5;
}
/* Text Color Variation */
.text-muted {
color: #c4c4c4 !important;
}
.text-gray {
color: #999 !important;
}
.text-primary {
color: #008fed !important;
}
.text-success {
color: #96cb4b !important;
}
.text-info {
color: #16A085 !important;
}
.text-warning {
color: #E67E22 !important;
}
.text-danger {
color: #E74C3C !important;
}
.text-inverse {
color: #34495E !important;
}
.light-color .text-muted,
.light-color .text-gray,
.light-color .text-primary,
.light-color .text-success,
.light-color .text-info,
.light-color .text-warning,
.light-color .text-danger {
font-weight: normal !important;
}
/** 04.SOCIAL BUTTONS
**********************************/
.social-buttons {
position: relative;
z-index: 10;
}
.social-buttons a {
display: inline-block;
font-size: 25px;
text-decoration: none;
margin: 5px 25px 10px 0;
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-backface-visibility: hidden;
}
.social-buttons a:hover {
opacity: .5;
}
.social-buttons.text-right a {
text-align: right;
margin-right: 0;
margin-left: 25px;
}
/* Behance */
.sb-behance { color: #1769ff; }
.sb-behance:hover { color: #1769ff; }
/* Bitbucket */
.sb-bitbucket { color: #205081; }
.sb-bitbucket:hover { color: #205081; }
/* CodePen */
.sb-codepen { color: #76daff; }
.sb-codepen:hover { color: #76daff; }
/* DeviantArt */
.sb-deviantart { color: #4e6252; }
.sb-deviantart:hover { color: #4e6252; }
/* Digg */
.sb-digg { color: #000000; }
.sb-digg:hover { color: #000000; }
/* Dribbble */
.sb-dribbble { color: #ea4c89; }
.sb-dribbble:hover { color: #ea4c89; }
/* Dropbox */
.sb-dropbox { color: #007ee5; }
.sb-dropbox:hover { color: #007ee5; }
/* Facebook */
.sb-facebook { color: #1283ff; }
.sb-facebook:hover { color: #1283ff; }
/* Flickr */
.sb-flickr { color: #0063dc; }
.sb-flickr:hover { color: #0063dc; }
/* Foursquare */
.sb-foursquare { color: #ef4b78; }
.sb-foursquare:hover { color: #ef4b78; }
/* GitHub */
.sb-github { color: #4183c4; }
.sb-github:hover { color: #4183c4; }
/* Google+ */
.sb-google-plus { color: #dd4b39; }
.sb-google-plus:hover { color: #dd4b39; }
/* Instagram */
.sb-instagram { color: #3f729b; }
.sb-instagram:hover { color: #3f729b; }
/* Jsfiddle */
.sb-jsfiddle { color: #4679bd; }
.sb-jsfiddle:hover { color: #4679bd; }
/* LastFM */
.sb-lastfm { color: #e31b23; }
.sb-lastfm:hover { color: #e31b23; }
/* LinkedIn */
.sb-linkedin { color: #0976b4; }
.sb-linkedin:hover { color: #0976b4; }
/* PayPal */
.sb-paypal { color: #253b80; }
.sb-paypal:hover { color: #253b80; }
/* Pinterest */
.sb-pinterest { color: #cc2127; }
.sb-pinterest:hover { color: #cc2127; }
/* Reddit */
.sb-reddit { color: #ff4500; }
.sb-reddit:hover { color: #ff4500; }
/* Skype */
.sb-skype { color: #00aff0; }
.sb-skype:hover { color: #00aff0; }
/* SoundCloud */
.sb-soundcloud { color: #f80; }
.sb-soundcloud:hover { color: #f80; }
/* Stack Overflow */
.sb-stackoverflow { color: #fe7a15; }
.sb-stackoverflow:hover { color: #fe7a15; }
/* Steam */
.sb-steam { color: #7da10e; }
.sb-steam:hover { color: #7da10e; }
/* StumbleUpon */
.sb-stumbleupon { color: #eb4924; }
.sb-stumbleupon:hover { color: #eb4924; }
/* Trello */
.sb-trello { color: #256a92; }
.sb-trello:hover { color: #256a92; }
/* Tumblr */
.sb-tumblr { color: #35465c; }
.sb-tumblr:hover { color: #35465c; }
/* Twitch */
.sb-twitch { color: #6441a5; }
.sb-twitch:hover { color: #6441a5; }
/* Twitter */
.sb-twitter { color: #55acee; }
.sb-twitter:hover { color: #55acee; }
/* Vimeo */
.sb-vimeo { color: #1ab7ea; }
.sb-vimeo:hover { color: #1ab7ea; }
/* Vine */
.sb-vine { color: #00b488; }
.sb-vine:hover { color: #00b488; }
/* VKontakte */
.sb-vk { color: #45668e; }
.sb-vk:hover { color: #45668e; }
/* WeChat */
.sb-wechat { color: #98d11c; }
.sb-wechat:hover { color: #98d11c; }
/* WordPress */
.sb-wordpress { color: #21759b; }
.sb-wordpress:hover { color: #21759b; }
/* XING */
.sb-xing { color: #026466; }
.sb-xing:hover { color: #026466; }
/* Yahoo! */
.sb-yahoo { color: #400191; }
.sb-yahoo:hover { color: #400191; }
/* Yelp */
.sb-yelp { color: #af0606; }
.sb-yelp:hover { color: #af0606; }
/* YouTube */
.sb-youtube { color: #e52d27;}
.sb-youtube:hover { color: #e52d27;}
/** 05.FORMS
**********************************/
.form-control {
position: relative;
width: 100%;
margin-bottom: 24px;
}
.form-control input,
.form-control textarea {
width: 100%;
height: 48px;
font-size: 14px;
padding-top: 20px;
background: none;
border: none;
border-radius: 0;
color: #333;
border-bottom: 1px solid #757575;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: 0.25s ease-out;
transition: 0.25s ease-out;
}
.form-control textarea {
padding-top: 27px;
}
.form-control label {
position: absolute;
font-size: 14px;
color: #999;
left: 0;
top: 15px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}
.form-control input:focus,
.form-control textarea:focus {
outline: none;
border-bottom: 1px solid #008fed;
-webkit-box-shadow: 0 1px 0 0 #008fed;
box-shadow: 0 1px 0 0 #008fed;
}
.form-control.active label {
color: #008fed;
font-size: 11px;
-webkit-transform: translateY(-130%);
-moz-transform: translateY(-130%);
-ms-transform: translateY(-130%);
-o-transform: translateY(-130%);
transform: translateY(-130%);
}
.form-group {
margin-bottom: 24px;
}
.form-group + .checkbox,
.form-group + .checkbox-inline,
.form-group + .radio,
.form-group + .radio-inline {
margin-top: 36px;
}
.helper-text {
font-size: 13px;
}
.helper-link {
position: absolute;
top: 50%;
right: 0;
font-size: 12px;
margin-top: -7px;
text-transform: none;
opacity: 1;
visibility: visible;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.form-control.active .helper-link {
opacity: 0;
visibility: hidden;
}
/* Validation */
label.error {
display: none !important;
}
.form-control input.error,
.form-control textarea.error {
color: #E74C3C;
border-color: #E74C3C;
-webkit-box-shadow: 0 1px 0 0 #E74C3C;
box-shadow: 0 1px 0 0 #E74C3C;
}
.form-control.active input.error ~ label,
.form-control.active textarea.error ~ label {
color: #E74C3C;
}
.form-control input.valid,
.form-control textarea.valid {
border-color: #96cb4b;
-webkit-box-shadow: 0 1px 0 0 #96cb4b;
box-shadow: 0 1px 0 0 #96cb4b;
}
.form-control.active input.valid ~ label,
.form-control.active textarea.valid ~ label {
color: #96cb4b;
}
.form-control input.error ~ .helper-link,
.form-control input.valid ~ .helper-link {
opacity: 0;
visibility: hidden;
}
.error-label,
.valid-label {
position: absolute;
top: 50%;
font-weight: 300;
right: 0;
font-size: 26px;
margin-top: -13px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.error-label:before,
.valid-label:before {
font-family: "Flaticon";
}
.error-label:before {
color: #E74C3C;
content: "!";
padding-right: 10px;
}
.valid-label:before {
color: #96cb4b;
content: "\e048";
}
.form-control input.error ~ .error-label,
.form-control textarea.error ~ .error-label,
.form-control input.valid ~ .valid-label,
.form-control textarea.valid ~ .valid-label {
opacity: 1;
visibility: visible;
}
.response-holder {
visibility: hidden;
opacity: 0;
padding: 12px 0;
font-size: 13px;
line-height: 1.8;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.response-holder.error,
.response-holder.success {
visibility: visible;
opacity: 1;
}
.response-holder.error {
color: #E74C3C;
}
.response-holder.success {
color: #96cb4b;
}
/* Custom Checkboxes and Radios */
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
position: relative;
display: block;
font-size: 14px;
color: #999;
cursor: default;
padding-left: 27px;
margin-bottom: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
label.hover {
cursor: pointer;
}
.checkbox-inline,
.radio-inline {
display: inline-block;
margin-right: 18px;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
margin-left: 15px;
margin-right: 0;
}
.icheckbox,
.iradio {
position: absolute;
z-index: 0;
width: 18px;
height: 18px;
vertical-align: middle;
left: 0;
top: -2px;
border: 2px solid #757575;
border-radius: 1px;
background-clip: padding-box;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.icheckbox.checked,
.radio-alt .iradio.checked {
left: -6px;
top: -8px;
width: 12px;
height: 22px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #96cb4b;
border-bottom: 2px solid #96cb4b;
-webkit-transform: rotateZ(40deg);
-moz-transform: rotateZ(40deg);
-ms-transform: rotateZ(40deg);
-o-transform: rotateZ(40deg);
transform: rotateZ(40deg);
-webkit-backface-visibility: hidden;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.radio-alt .iradio {
border-radius: 1px;
}
.iradio,
.iradio:before {
border-radius: 50%;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
.iradio:before {
position: absolute;
display: block;
content: "";
width: 8px;
height: 8px;
background-color: #96cb4b;
opacity: 0;
top: 3px;
left: 3px;
-webkit-transform: scale(0);
transform: scale(0);
}
.iradio.checked {
border-color: #96cb4b;
}
.iradio.checked:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.icheckbox.disabled,
.iradio.disabled {
border-color: #cccccc;
background-color: #cccccc;
cursor: default;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
margin-left: 25px;
margin-right: 0;
}
.light-color .checkbox,
.light-color .radio,
.light-color .checkbox-inline,
.light-color .radio-inline {
color: #fff;
}
.light-color .icheckbox,
.light-color .iradio {
border-color: #fff;
}
.light-color .icheckbox:before,
.light-color .radio-alt .iradio:before {
color: #3a3a3a;
}
.light-color .iradio:before {
background-color: #3a3a3a;
}
.light-color .size-lg .iradio:before,
.light-color.size-lg .iradio:before {
background-color: #5e5e5e;
}
.light-color .size-lg .icheckbox:before,
.light-color.size-lg .icheckbox:before,
.light-color .size-lg.radio-alt .iradio:before,
.light-color.size-lg.radio-alt .iradio:before {
color: #5e5e5e;
}
.light-color .radio-alt .iradio:before {
background-color: transparent;
}
.icheckbox.disabled,
.iradio.disabled {
border-color: #fff;
background-color: #fff;
opacity: .6;
}
/* Search Field */
.search-field {
position: relative;
display: block;
width: 100%;
max-width: 260px;
padding-left: 40px;
}
.search-field label {
left: 40px;
}
.search-field button[type=submit] {
display: block;
position: absolute;
border: none;
background: none;
top: 23px;
left: -6px;
-webkit-transition: color .3s;
transition: color .3s;
}
.search-field button[type=submit]:active,
.search-field button[type=submit]:focus {
outline: none;
}
.search-field button[type=submit] i {
font-size: 28px;
}
.search-field.active button[type=submit],
.search-field button[type=submit]:hover {
color: #008fed;
}
/** 06.BUTTONS
**********************************/
.btn {
display: inline-block;
height: 48px;
white-space: nowrap;
color: #010101;
text-decoration: none;
font-size: 16px;
font-weight: normal;
line-height: 46px;
text-transform: uppercase;
text-align: center;
padding: 0 28px;
border: none;
border-radius: 3px;
background-color: #fff;
vertical-align: middle;
margin: 10px 10px 10px 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.light-color .btn {
color: #010101 !important;
font-weight: normal;
}
.btn-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
}
.btn-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.btn:hover {
opacity: 1 !important;
color: #010101;
text-decoration: none;
outline: none;
}
.btn:focus {
outline: none;
opacity: 1 !important;
}
/* Button Variants */
.btn-default {
background: #ccc;
}
.btn-primary {
background-color: #008fed;
}
.btn-success {
background-color: #96cb4b;
}
.btn-info {
background-color: #16A085;
}
.btn-warning {
background-color: #E67E22;
}
.btn-danger {
background-color: #E74C3C;
}
.btn-inverse {
background-color: #34495E;
color: #fff;
}
/* Flat Buttons */
.btn-flat {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.android .btn-flat {
-webkit-mask-image: none;
}
.btn-flat:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-flat.btn-default,
.btn-flat.btn-default:hover {
color: #010101 !important;
}
.btn-flat.btn-primary,
.btn-flat.btn-primary:hover {
color: #008fed !important;
}
.btn-flat.btn-success,
.btn-flat.btn-success:hover {
color: #96cb4b !important;
}
.btn-flat.btn-info,
.btn-flat.btn-info:hover {
color: #16A085 !important;
}
.btn-flat.btn-warning,
.btn-flat.btn-warning:hover {
color: #E67E22 !important;
}
.btn-flat.btn-danger,
.btn-flat.btn-danger:hover {
color: #E74C3C !important;
}
/* Ghost Buttons */
.btn-ghost {
background: transparent;
border: 1px solid #fff;
}
.btn-ghost.btn-default {
border-color: rgb(49,49,49);
color: rgb(49,49,49) !important;
}
.btn-ghost.btn-default:hover {
background-color: rgb(49,49,49);
}
.btn-ghost.btn-primary {
border-color: #007aff;
color: #007aff !important;
}
.btn-ghost.btn-primary:hover {
background-color: #007aff;
}
.btn-ghost.btn-success {
border-color: #4cd964;
color: #4cd964 !important;
}
.btn-ghost.btn-success:hover {
background-color: #4cd964;
}
.btn-ghost.btn-info {
border-color: #1ba9bf;
color: #1ba9bf !important;
}
.btn-ghost.btn-info:hover {
background-color: #1ba9bf;
}
.btn-ghost.btn-warning {
border-color: #ffcc00;
color: #ffcc00 !important;
}
.btn-ghost.btn-warning:hover {
background-color: #ffcc00;
}
.btn-ghost.btn-danger {
border-color: #ff2d55;
color: #ff2d55 !important;
}
.btn-ghost.btn-danger:hover {
background-color: #ff2d55;
}
.btn-primary, .btn-success,
.btn-info, .btn-warning, .btn-danger,
.btn-primary:hover, .btn-success:hover,
.btn-info:hover, .btn-warning:hover, .btn-danger:hover,
.btn-light, .btn-light:hover,
.light-color .btn-primary, .light-color .btn-success,
.light-color .btn-info, .light-color .btn-warning,
.light-color .btn-danger {
color: #fff !important;
}
/* Button Sizes */
.btn-lg {
height: 72px;
line-height: 70px;
padding: 0 34px;
}
.btn-sm {
height: 36px;
font-size: 14px;
line-height: 34px;
}
/* Icons Alignment */
.btn i {
font-size: 16px;
}
.btn-lg i {
font-size: 18px;
}
.btn [class^="flaticon-"],
.btn [class*=" flaticon-"] {
font-size: 17px;
vertical-align: middle;
margin-left: 0;
}
.offcanvas-nav .btn [class^="flaticon-"],
.offcanvas-nav .btn [class*=" flaticon-"],
.navbar .btn [class^="flaticon-"],
.navbar .btn [class*=" flaticon-"],
.btn-sm [class^="flaticon-"],
.btn-sm [class*=" flaticon-"] {
font-size: 15px;
}
.btn-lg [class^="flaticon-"],
.btn-lg [class*=" flaticon-"] {
font-size: 19px;
}
.btn i.icon-left {
margin-right: 1px;
}
.btn.icon-left [class^="flaticon-"], .btn.icon-left [class*=" flaticon-"],
.btn.icon-left [class^="flaticon-"], .btn.icon-left [class*=" flaticon-"] {
margin-right: 5px;
}
.btn i.icon-right {
margin-left: 1px;
}
.btn.icon-right [class^="flaticon-"], .btn.icon-right [class*=" flaticon-"],
.btn.icon-right [class^="flaticon-"], .btn.icon-right [class*=" flaticon-"] {
margin-left: 5px;
}
.btn.icon-left {
padding-left: 23px;
}
.btn.icon-right {
padding-right: 23px;
}
.btn-lg.icon-left {
padding-left: 28px;
}
.btn-lg.icon-right {
padding-right: 28px;
}
/* Special Buttons */
.btn-see-labster {
position: relative;
padding: 18px 24px;
border-radius: 0;
height: auto;
}
.btn-see-labster img {
display: block;
max-width: 168px;
}
.btn-see-labster span {
display: block;
position: absolute;
color: #000;
text-shadow: 1px #fff;
font-size: 9px;
line-height: 1;
text-transform: none;
top: 11px;
left: 71px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
a.downloadable,
div.downloadable {
display: inline-block;
text-transform: none;
max-width: 140px;
text-align: center;
color: #757575;
margin: 0 16px 40px 16px;
}
a.downloadable img,
div.downloadable img {
display: block;
max-width: 120px;
margin: 0 auto 25px auto;
}
a.downloadable h5,
div.downloadable h5 {
font-weight: 300;
margin-bottom: 8px;
-webkit-text-stroke-width: .15px;
-webkit-font-smoothing: antialiased;
}
a.downloadable p,
div.downloadable p {
font-size: 12px;
color: #008fed;
margin-bottom: 0;
text-transform: uppercase;
}
div.downloadable p {
text-transform: none;
color: #999;
}
.downloadable:hover {
color: #757575;
opacity: 1;
}
.load-more {
display: block;
position: relative;
width: 100%;
text-align: center;
color: #fff;
font-size: 14px;
padding: 27px 20px 26px 20px;
background-color: #008fed;
}
.load-more:hover,
.load-more:focus {
opacity: 1;
color: #fff;
}
.load-more i {
display: block;
position: absolute;
font-size: 24px;
top: 50%;
left: 40px;
margin-top: -11px;
}
.btn-plus {
position: relative;
height: 48px;
line-height: 46px;
padding: 0 30px;
border-radius: 8px;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
}
.btn-plus:before {
position: absolute;
display: block;
content: "+";
top: -14px;
left: 5px;
font-size: 18px;
}
.btn.btn-light,
.btn-ghost.btn-light,
.light-color .btn-plus {
text-transform: uppercase;
font-size: 16px;
font-weight: normal;
border-color: #fff !important;
opacity: 1 !important;
}
.btn-plus.btn-sm {
height: 30px;
line-height: 28px;
padding: 0 20px;
border-radius: 4px;
}
.btn-plus.btn-sm:before {
top: -7px;
left: 3px;
font-size: 12px;
}
.btn.btn-light {
background-color: #fff;
color: #3a3a3a !important;
font-weight: normal;
}
.btn-light.btn-primary {
color: #007aff !important;
}
.btn-light.btn-success {
color: #4cd964 !important;
}
.btn-light.btn-info {
color: #1ba9bf !important;
}
.btn-light.btn-warning {
color: #ffcc00 !important;
}
.btn-light.btn-danger {
color: #ff2d55 !important;
}
.btn-ghost.btn-light {
color: #fff !important;
background-color: transparent;
}
.btn.btn-light:hover,
.light-color .btn-plus:hover {
background-color: rgba(255,255,255,0.2);
color: #fff !important;
}
.light-color .btn {
opacity: 1 !important;
}
/** 07.INTRO
**********************************/
.intro {
position: fixed;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
z-index: 1;
color: #fff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-backface-visibility: hidden;
}
.touch .intro {
position: relative;
}
.fixed-footer .intro.transparent {
opacity: 0;
}
.intro .container {
position: relative;
z-index: 10;
}
.intro .gradient {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
min-height: 100%;
opacity: .9;
background: rgb(0,0,0);
background: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(0%, rgb(0,0,0)), color-stop(100%, rgb(29,53,77)));
background: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: linear-gradient(to top, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1cff', endColorstr='#000', GradientType=0 );
}
/* Social Buttons */
.intro .social-buttons,
.offcanvas-nav .social-buttons {
position: absolute;
top: 0;
right: 0;
padding-top: 36px;
}
.intro .social-buttons a,
.offcanvas-nav .social-buttons a,
.navbar .social-buttons a {
color: #fff;
}
/* Navi */
.intro .navi {
position: absolute;
top: 23px;
left: 0;
font-size: 14px;
}
.intro .navi a {
color: #fff;
}
.intro .navi a:focus {
opacity: 1;
}
.nav-toggle {
display: inline-block;
vertical-align: middle;
position: relative;
width: 53px;
height: 53px;
color: #fff;
cursor: pointer;
border-radius: 50%;
margin-right: 20px;
}
.intro .nav-toggle span {
display: block;
position: absolute;
z-index: 2;
background-color: #008fed;
border-radius: 50%;
line-height: 56px;
width: 56px;
height: 56px;
top: -1px;
left: -1px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.android .intro .nav-toggle span {
-webkit-mask-image: none;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .intro .nav-toggle:active span {
background-color: #1fa4fc;
}
.android .intro .nav-toggle span.waves-effect {
-webkit-transition: none;
transition: none;
}
.android .intro .nav-toggle span.waves-effect .waves-ripple {
display: none !important;
}
.nav-toggle i {
font-size: 23px;
margin: 0;
}
.intro .nav-toggle:before {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 53px;
height: 53px;
top: 1px;
left: 1px;
border-radius: 50%;
-webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.25);
-webkit-transition: all .3s;
transition: all .3s;
}
.intro .nav-toggle-float:active:before {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
/* Into Columns */
.column-wrap {
display: table;
width: 100%;
}
.intro .column {
position: relative;
display: table-cell;
vertical-align: bottom;
z-index: 10;
text-align: center;
}
.intro .column.c-left,
.intro .column.c-right {
width: 30%;
}
.intro .column.c-middle {
width: 40%;
}
/* Logo */
.intro .logo {
text-align: center;
padding-top: 20px;
margin-bottom: 40px;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.intro .logo img {
display: block;
width: 100%;
max-width: 178px;
margin: 0 auto 30px auto;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.intro .logo span {
display: block;
font-size: 22px;
margin-top: 25px;
opacity: .5;
}
/* Phone */
.intro .phone {
position: relative;
width: 370px;
height: 683px;
background-image: url('images/intro/nexus.png');
background-repeat: no-repeat;
background-size: cover;
padding: 52px 20px 0 21px;
margin: 0 auto -380px auto;
overflow: hidden;
-webkit-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-backface-visibility: hidden;
}
.intro .phone img {
display: block;
width: 100%;
max-width: 100%;
}
.intro .intro-features {
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-backface-visibility: hidden;
}
/* Scroll for More Btn */
.scroll-more {
display: inline-block;
height: 36px;
text-transform: none;
text-decoration: none;
font-size: 14px;
margin-bottom: 65px;
-webkit-backface-visibility: hidden;
}
.scroll-more:hover,
.scroll-more:focus {
text-decoration: none;
}
.scroll-more span {
display: inline-block;
vertical-align: middle;
font-weight: 300;
}
.scroll-more .icon {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
vertical-align: middle;
border: 1px solid;
border-radius: 50%;
margin-right: 8px;
padding: 8px 0 0 12px;
}
.scroll-more .icon:before {
display: block;
width: 10px;
height: 18px;
content: "";
border: 1px solid;
border-radius: 12px;
}
.scroll-more .icon:after {
position: absolute;
display: block;
top: 11px;
left: 16px;
width: 2px;
height: 4px;
content: "";
background-color: #fff;
-webkit-animation: scroll 1.2s infinite;
animation: scroll 1.2s infinite;
}
.scroll-more.text-primary .icon:after {
background-color: #008fed;
}
.scroll-more.text-success .icon:after {
background-color: #96cb4b;
}
.scroll-more.text-info .icon:after {
background-color: #16A085;
}
.scroll-more.text-warning .icon:after {
background-color: #E67E22;
}
.scroll-more.text-danger .icon:after {
background-color: #E74C3C;
}
.scroll-more.text-gray .icon:after {
background-color: #666;
}
.scroll-more.text-inverse .icon:after {
background-color: #34495E;
}
@-webkit-keyframes scroll {
0% { opacity: .8; -webkit-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -webkit-transform: translateY(8px); }
}
@-moz-keyframes scroll {
0% { opacity: .8; -moz-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -moz-transform: translateY(8px); }
}
@-ms-keyframes scroll {
0% { opacity: .8; -ms-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -ms-transform: translateY(8px); }
}
@keyframes scroll {
0% { opacity: .8; transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; transform: translateY(8px); }
}
.intro .intro-features .icon-block {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, transform .5s;
}
/* Transform Animation */
.intro.transformed .logo {
-webkit-transform: translate(-75%, -40%);
transform: translate(-75%, -40%);
}
.intro.transformed .logo img {
max-width: 96px;
}
.intro.transformed .phone {
-webkit-transform: translateY(-68%) scale(0.8);
transform: translateY(-68%) scale(0.8);
}
.intro.transformed .intro-features .icon-block {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Download Button */
.download {
margin-bottom: 35px;
text-align: left;
}
.download p {
margin-bottom: 4px;
font-size: 14px;
}
.download .btn {
-webkit-box-shadow: 0px 1.5px 4px 1.5px rgba(0, 0, 0, 0.23);
box-shadow: 0px 1.5px 4px 1.5px rgba(0, 0, 0, 0.23);
}
.download .btn:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-height: 900px) {
.intro.transformed .logo {
-webkit-transform: translate(-75%, -10%);
transform: translate(-75%, -10%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-56%) scale(0.8);
transform: translateY(-56%) scale(0.8);
}
.intro .intro-features {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@media screen and (max-height: 750px) {
.intro .phone {
margin-bottom: -500px;
}
.intro.transformed .logo {
-webkit-transform: translate(-75%, -40%);
transform: translate(-75%, -40%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-68%) scale(0.8);
transform: translateY(-68%) scale(0.8);
}
.intro .intro-features {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media screen and (max-width: 1200px) {
.intro .logo {
font-size: 40px;
}
.intro .logo img {
max-width: 130px;
margin: 0 auto 20px auto;
}
.intro .logo span {
font-size: 14px;
margin-top: 15px;
}
.intro .phone {
width: 260px;
height: 480px;
padding: 38px 15px 0 16px;
margin-bottom: -280px;
}
.intro .column.c-left,
.intro .column.c-right {
width: 33.33%;
}
.intro .column.c-middle {
width: 33.33%;
}
.intro.transformed .logo {
-webkit-transform: translate(-80%, -47%);
transform: translate(-80%, -47%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-82%) scale(0.85);
transform: translateY(-82%) scale(0.85);
}
.intro .intro-features {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@media screen and (max-width: 991px) {
.intro .container {
width: 100%;
}
.download {
text-align: center;
}
}
@media screen and (max-width: 850px) {
.intro .column.c-left,
.intro .column.c-right {
width: 0px;
}
.intro .column.c-middle {
width: 100%;
z-index: 1;
}
.intro .logo {
margin-bottom: 20px;
}
.intro .phone {
margin-bottom: -320px;
}
.intro .intro-features,
.intro .scroll-more,
.intro .download {
display: none;
}
.intro .social-buttons,
.intro .navi {
position: fixed;
z-index: 10;
}
.touch .intro .social-buttons,
.touch .intro .navi {
position: absolute;
white-space: nowrap;
}
.intro .navi {
left: 15px;
}
.intro .social-buttons {
right: 15px;
}
.modal-open .intro .navi,
.modal-open .intro .social-buttons {
right: 32px;
}
.mac .modal-open .intro .navi,
.touch .modal-open .intro .navi,
.mac .modal-open .intro .social-buttons,
.touch .modal-open .intro .social-buttons {
right: 15px;
}
.intro.transformed .logo {
-webkit-transform: none;
transform: none;
}
.intro.transformed .logo img {
max-width: 130px;
}
.intro.transformed .phone {
-webkit-transform: none;
transform: none;
}
.intro.transformed .intro-features .icon-block {
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 440px) {
.intro .logo {
font-size: 35px;
}
.intro .logo img {
max-width: 100px;
margin: 0 auto 15px auto;
}
.intro .logo span {
margin-top: 15px;
}
.intro .phone {
margin-bottom: -340px;
}
.intro.transformed .logo img {
max-width: 100px;
}
.intro .social-buttons {
display: none;
}
}
/** 08.MAIN CONTENT WRAP
**********************************/
.content-wrap {
position: relative;
z-index: 20;
background-color: #fff;
-webkit-backface-visibility: hidden;
}
/** 09.NAVBAR
**********************************/
.navbar {
position: absolute;
z-index: 100;
width: 100%;
padding: 0;
margin: 0;
-webkit-backface-visibility: hidden;
}
.navbar.navbar-fixed-top {
position: fixed;
top: 0;
}
.navbar + *,
.sticky-wrapper + *,
.navbar + .page-heading,
.sticky-wrapper + .page-heading {
padding-top: 170px;
}
.sticky-wrapper {
position: absolute;
width: 100%;
}
.navbar-sticky.stuck {
position: fixed;
top: 0;
}
.navbar .container {
background-color: #1D191A; /* og: #008fed */
width: 100%;
height: 76px;
padding: 0 40px;
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.navbar:before,
.navbar:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.navbar:after {
clear: both;
}
.navbar .logo {
display: inline-block;
height: 48px;
font-size: 18px;
line-height: 72px;
font-weight: 300;
color: #fff;
text-transform: none;
text-decoration: none;
margin-right: 40px;
}
.navbar .logo:hover,
.navbar .logo:focus {
opacity: 1;
}
.navbar .logo img {
display: inline-block;
width: 55px;
margin-right: 12px;
vertical-align: middle;
}
.navbar .logo img.long {
width:auto;
}
.navbar .social-buttons {
display: inline-block;
}
.navbar .toolbar {
float: right;
text-align: right;
padding-top: 3px;
}
.navbar .toolbar a {
font-size: 14px;
}
.navbar .social-buttons a {
color: #fff;
font-size: 18px;
}
.navbar .toolbar .action-btn {
position: relative;
color: #fff;
margin: 0 16px 0 4px;
}
.navbar .toolbar .action-btn:focus {
opacity: 1;
}
.navbar .nav-toggle {
text-align: center;
width: 48px;
height: 48px;
line-height: 46px;
margin-left: -10px;
margin-right: 15px;
}
.safari .navbar .nav-toggle {
margin-top: 10px;
}
.navbar .nav-toggle,
.navbar .nav-toggle:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.android .navbar .nav-toggle.waves-effect {
background-color: transparent;
-webkit-transition: background .2s;
transition: background .2s;
}
.android .navbar .nav-toggle.waves-effect:active {
background-color: rgba(255,255,255,0.35);
}
.android .navbar .nav-toggle.waves-effect .waves-ripple {
display: none !important;
}
@media screen and (max-width: 991px) {
.navbar {
padding: 0;
height: 80px;
}
.navbar .container {
width: 100%;
height: 80px;
}
.navbar.navbar-fixed-top + * {
padding-top: 80px;
}
.navbar + *,
.sticky-wrapper + *,
.navbar + .page-heading,
.sticky-wrapper + .page-heading {
padding-top: 120px;
}
.navbar .logo {
line-height: 76px;
}
.navbar .social-buttons {
display: none;
}
.navbar .toolbar {
padding-top: 7px;
}
.navbar .toolbar .action-btn {
margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.navbar .container {
padding: 0 15px;
}
}
@media screen and (max-width: 540px) {
.navbar .toolbar .action-btn,
.navbar .toolbar .btn {
display: none;
}
}
/** 10.OFF-CANVAS NAVIGATION
*************************************/
.offcanvas-nav {
position: fixed;
z-index: 1000;
width: 325px;
min-height: 100%;
top: 0;
left: 0;
bottom: 0;
-webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
-moz-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
-o-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms; /* easeInOutCirc */
-webkit-backface-visibility: hidden;
}
.offcanvas-nav.open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvas-backdrop {
display: block;
position: fixed;
z-index: 995;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
cursor: pointer;
}
.offcanvas-nav .nav-head,
.offcanvas-nav .nav-body {
position: relative;
z-index: 10;
padding: 30px 40px;
}
.offcanvas-nav .nav-body {
background-color: #fff;
padding: 30px 0;
}
.offcanvas-nav .nav-body .inner {
padding: 0 40px;
}
.offcanvas-nav .nav-head {
background-color: #16283a;
}
.offcanvas-nav .top-bar {
position: relative;
width: 100%;
text-align: right;
margin-bottom: 35px;
}
.offcanvas-nav .nav-close {
display: inline-block;
vertical-align: middle;
color: #fff;
text-align: center;
width: 35px;
height: 35px;
border-radius: 50%;
padding-top: 6px;
margin-right: -7px;
cursor: pointer;
}
.android .offcanvas-nav .nav-close.waves-effect {
background-color: transparent;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .offcanvas-nav .nav-close.waves-effect:active {
background-color: rgba(255,255,255,0.35);
}
.android .offcanvas-nav .nav-close.waves-effect .waves-ripple {
display: none !important;
}
.offcanvas-nav .nav-close i {
font-size: 23px;
}
.offcanvas-nav .search-box {
position: relative;
z-index: 10;
display: inline-block;
vertical-align: middle;
width: 100%;
max-width: 35px;
height: 36px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box input {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 100%;
height: 36px;
border: none;
background-color: #33a5f1;
border-radius: 3px;
padding-left: 38px;
padding-right: 15px;
color: #fff;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box input:focus,
.offcanvas-nav .search-box .search-btn:focus,
.offcanvas-nav .search-box .search-btn:active {
outline: none;
}
.offcanvas-nav .search-box .search-toggle,
.offcanvas-nav .search-box .search-btn {
display: block;
position: absolute;
z-index: 2;
width: 35px;
height: 35px;
padding-top: 4px;
text-align: center;
left: 3px;
top: 0;
color: #fff;
font-size: 23px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box .search-btn {
border: none;
background: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.offcanvas-nav .search-box .search-toggle {
border-radius: 3px;
opacity: 1;
visibility: visible;
padding-top: 7px;
left: auto;
right: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.android .offcanvas-nav .search-box .search-toggle.waves-effect {
-webkit-mask-image: none;
background-color: transparent;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .offcanvas-nav .search-box .search-toggle.waves-effect .waves-ripple {
display: none !important;
}
.android .offcanvas-nav .search-box .search-toggle:active {
background-color: rgba(255,255,255,0.35);
}
.offcanvas-nav .search-toggle:before {
font-family: "Flaticon";
content: "\e13d";
}
.offcanvas-nav .search-box.open {
max-width: 272px;
}
.offcanvas-nav .search-box.open .search-toggle {
opacity: 0;
visibility: hidden;
}
.offcanvas-nav .search-box.open .search-btn,
.offcanvas-nav .search-box.open input {
opacity: 1;
visibility: visible;
}
.offcanvas-nav .social-buttons {
z-index: 5;
text-align: left;
top: 0;
right: auto;
left: 0;
padding-top: 6px;
}
.offcanvas-nav .social-buttons a {
margin: 5px 11px 10px 0;
}
.offcanvas-logo {
display: table;
width: 100%;
color: #fff;
margin-bottom: 20px;
}
.offcanvas-logo:hover,
.offcanvas-logo:focus {
opacity: 1;
color: #fff;
}
.offcanvas-logo .icon,
.offcanvas-logo .title {
display: table-cell;
vertical-align: middle;
}
.offcanvas-logo .icon img {
max-width: 96px;
}
.offcanvas-logo .title {
padding-left: 4px;
font-size: 24px;
font-weight: 300;
text-transform: none;
}
.offcanvas-logo .title span {
display: block;
font-size: 15px;
margin-top: 10px;
}
.offcanvas-nav .btn {
font-size: 14px;
font-weight: normal;
margin-right: 0;
}
.offcanvas-nav .btn.icon-left {
padding-left: 23px;
}
.offcanvas-nav a.nav-link,
.offcanvas-nav .nav-link a {
font-size: 14px;
margin-right: 15px;
}
.offcanvas-nav a.nav-link:hover,
.offcanvas-nav .nav-link a:hover,
.offcanvas-nav .nav-link ul li.active a {
opacity: .5;
}
.offcanvas-nav .nav-head a.nav-link {
font-weight: 300;
}
.offcanvas-nav .nav-link .scroll-nav {
display: inline-block;
margin-right: -5px;
width: 100%;
}
.offcanvas-nav .nav-link ul {
display: inline-block;
list-style: none;
padding: 0;
margin-left: 0;
width: 49%;
}
.offcanvas-nav .nav-link ul.pages a {
font-weight: 600;
}
.offcanvas-nav .nav-link ul:first-child {
margin-left: 0;
}
.offcanvas-nav .nav-link ul li {
margin-bottom: 18px;
}
.offcanvas-tabs {
border-top: 1px solid #dcdcdc;
margin: 18px -40px;
padding-top: 18px;
}
.offcanvas-tabs .nav-tabs {
padding: 0 40px;
margin-bottom: 5px;
}
.offcanvas-tabs .nav-tabs li {
display: block;
float: left;
width: 50%;
text-align: center;
margin: 10px 0;
}
.offcanvas-tabs .nav-tabs li a,
.offcanvas-tabs .nav-tabs li a:hover,
.offcanvas-tabs .nav-tabs li a:focus {
display: block;
}
.offcanvas-nav .twitter-feed {
padding: 0 40px;
}
.offcanvas-nav .twitter-feed .tweet:first-child {
margin-top: 10px;
}
.offcanvas-nav .twitter-feed .tweet {
margin: 35px 0;
}
.offcanvas-posts .post {
display: block;
text-transform: none;
padding: 20px 75px 20px 40px;
color: #757575;
border-bottom: 1px solid #dcdcdc;
}
.offcanvas-posts .post:last-child {
border-bottom: none;
}
.offcanvas-posts .post:hover {
opacity: 1;
color: #757575;
background-color: #f1f1f1;
}
.offcanvas-posts .post span {
display: block;
font-size: 14px;
margin-top: 10px;
line-height: 1.5;
}
.offcanvas-instagram {
padding-top: 15px;
padding-bottom: 30px;
}
.offcanvas-instagram .instgr-row {
margin-bottom: 25px;
}
.offcanvas-instagram .instgr-row a {
display: block;
float: left;
width: 100%;
max-width: 85px;
margin-left: 25px;
}
.offcanvas-instagram .instgr-row a img {
display: block;
}
.offcanvas-instagram .instgr-row a:first-child {
margin-left: 0;
}
.offcanvas-instagram .instgr-row a:hover {
opacity: 1;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.offcanvas-instagram .instgr-row a:focus {
opacity: 1;
}
@media screen and (max-width: 480px) {
.offcanvas-nav {
width: 280px;
}
.offcanvas-nav .nav-head,
.offcanvas-nav .nav-body {
padding: 22px 25px;
}
.offcanvas-nav .nav-body {
padding: 22px 0;
}
.offcanvas-nav .nav-body .inner {
padding: 0 25px;
}
.offcanvas-nav .top-bar {
margin-bottom: 30px;
}
.offcanvas-nav .search-box.open {
max-width: 195px;
}
.offcanvas-logo {
margin-bottom: 15px;
}
.offcanvas-logo .icon img {
max-width: 74px;
}
.offcanvas-logo .title {
padding-left: 15px;
font-size: 22px;
}
.offcanvas-logo .title span {
font-size: 14px;
}
.offcanvas-nav .btn > i {
display: none;
}
.offcanvas-nav .btn,
.offcanvas-nav .btn.icon-left {
font-size: 13px;
font-weight: 600;
padding-left: 12px;
padding-right: 12px;
}
.offcanvas-nav .nav-head a.nav-link {
font-size: 13px;
font-weight: normal;
margin-right: 10px;
}
.offcanvas-nav .nav-link ul,
.offcanvas-nav .nav-link ul:first-child {
margin-left: 0;
margin-right: 20px;
}
.offcanvas-instagram {
padding-bottom: 15px;
}
.offcanvas-instagram .instgr-row {
margin-bottom: 15px;
}
.offcanvas-instagram .instgr-row a {
display: block;
float: left;
width: 100%;
max-width: 62px;
margin-left: 15px;
opacity: .5;
}
.offcanvas-instagram .instgr-row a:hover {
opacity: 1;
}
}
@media screen and (max-height: 500px) {
.offcanvas-nav .top-bar {
margin-bottom: 15px;
}
.offcanvas-logo {
display: none;
}
}
/** 11.FULLWIDTH BACKGROUNDS
*************************************/
.fw-bg {
position: relative;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.fw-bg.no-padding {
padding-top: 0 !important;
}
.fw-bg.bg-align-bottom {
background-position: center bottom;
}
.fw-bg.bg-align-top {
background-position: center top;
}
.fw-bg .container {
position: relative;
z-index: 10;
}
.fw-bg.partial-overlay:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
width: 45%;
-webkit-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
}
.fw-bg.top-shadow {
-webkit-box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.bottom-shadow {
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.top-inner-shadow {
-webkit-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.bottom-inner-shadow {
-webkit-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.overlay:before,
.fw-bg.partial-overlay:before {
position: absolute;
display: block;
z-index: 1;
content: "";
width: 100%;
min-height: 100%;
top: 0;
left: 0;
}
.fw-bg.overlay.gradient-dark:before,
.fw-bg.partial-overlay.gradient-dark:before {
opacity: .78;
background: rgba(73,73,73,1);
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,73,73,1)), color-stop(100%, rgba(49,49,49,1)));
background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#313131', GradientType=0 );
}
.fw-bg.overlay.gradient-blue-green:before,
.fw-bg.partial-overlay.gradient-blue-green:before {
opacity: .67;
background: rgba(0,255,128,1);
background: -moz-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,184,214,1)), color-stop(100%, rgba(150,203,75,1)));
background: -webkit-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -o-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -ms-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: linear-gradient(to bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8d6', endColorstr='#96cb4b', GradientType=0 );
}
.fw-bg.overlay.gradient-green-blue:before,
.fw-bg.partial-overlay.gradient-green-blue:before {
opacity: .35;
background: rgba(0,255,128,1);
background: -moz-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0,184,214,1)), color-stop(100%, rgba(150,203,75,1)));
background: -webkit-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -o-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -ms-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: linear-gradient(to top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cb4b', endColorstr='#008fed', GradientType=0 );
}
.fw-bg.overlay.gradient-red-blue:before,
.fw-bg.partial-overlay.gradient-red-blue:before {
opacity: .8;
background: rgba(58,28,255,1);
background: -moz-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,28,255,1)), color-stop(100%, rgba(255,58,48,1)));
background: -webkit-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -o-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -ms-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: linear-gradient(to bottom, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1cff', endColorstr='#ff3a30', GradientType=0 );
}
.fw-bg.overlay.gradient-blue-red:before,
.fw-bg.partial-overlay.gradient-blue-red:before {
opacity: .7;
background: rgba(255,58,48,1);
background: -moz-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,58,48,1)), color-stop(100%, rgba(58,28,255,1)));
background: -webkit-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a30', endColorstr='#3a1cff', GradientType=0 );
}
.fw-bg.overlay.gradient-lilac-red:before,
.fw-bg.partial-overlay.gradient-lilac-red:before {
opacity: .94;
background: rgba(255,45,84,1);
background: -moz-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,45,84,1)), color-stop(100%, rgba(215,17,255,1)));
background: -webkit-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d54', endColorstr='#d711ff', GradientType=0 );
}
.fw-bg.gradient-orange {
background: rgba(255,204,0,1);
background: -moz-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,204,0,1)), color-stop(100%, rgba(255,140,0,1)));
background: -webkit-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff8c00', GradientType=0 );
}
.fw-bg.gradient-dark {
background: rgba(73,73,73,1);
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,73,73,1)), color-stop(100%, rgba(49,49,49,1)));
background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#313131', GradientType=0 );
}
@media screen and (max-width: 1200px) {
.fw-bg.partial-overlay:before {
width: 55%;
}
}
@media screen and (max-width: 991px) {
.fw-bg.partial-overlay:before {
width: 67%;
}
}
@media screen and (max-width: 768px) {
.fw-bg.partial-overlay:before {
width: 100%;
}
}
.fw-bg.partial-overlay.right-aligned:before {
left: auto;
right: 0;
-webkit-box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
}
.fw-gray-bg,
.fw-white-bg {
position: relative;
width: 100%;
background-color: #f5f5f5;
}
.fw-white-bg {
background-color: #fff;
}
.fw-container {
display: table;
width: 100%;
}
.column {
position: relative;
display: table-cell;
vertical-align: top;
}
.column.w-60 {
width: 60%;
}
.column.w-40 {
width: 40%;
}
@media screen and (max-width: 768px) {
.fw-container, .column,
.column.w-60, .column.w-40 {
display: block;
width: 100%;
}
}
/** 12.TABS / FILTERS
**********************************/
.nav-filters {
padding: 12px 0;
}
.nav-tabs {
padding-bottom: 15px;
}
.nav-tabs > li,
.nav-filters > li {
float: none;
display: inline-block;
margin: 8px 0;
}
.nav-tabs > li > a,
.nav-filters > li > a {
position: relative;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 0;
padding: 6px 9px;
opacity: .5;
}
.nav-tabs > li > a:after,
.nav-filters > li > a:after {
display: block;
position: absolute;
z-index: 1;
left: 0;
bottom: 0px;
content: "";
width: 0px;
height: 2px;
background-color: #008fed;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: none;
background: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-filters > li > a:hover,
.nav-filters > li > a:focus,
.nav-filters > li.active > a,
.nav-filters > li.active > a:hover,
.nav-filters > li.active > a:focus {
opacity: 1;
color: #008fed;
}
.nav-tabs > li.active > a:after,
.nav-filters > li.active > a:after {
width: 100%;
opacity: 1;
}
.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
display: block;
margin: 12px 0;
}
.nav-tabs.nav-vertical > li > a,
.nav-filters.nav-vertical > li > a {
display: inline-block;
}
/* Alternative display */
.nav-tabs.alt-tabs {
display: inline-block;
padding: 0;
margin-bottom: 24px;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.nav-tabs.alt-tabs:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.nav-tabs.alt-tabs li {
float: left;
margin: 0;
}
.nav-tabs.alt-tabs li a {
display: block;
padding: 15px;
text-align: center;
font-weight: normal;
opacity: 1;
color: #757575;
margin: 0;
}
.nav-tabs.alt-tabs li.active a {
color: #757575;
background-color: #e6e6e6;
}
.nav-tabs.alt-tabs li a:after {
display: none;
}
.nav-tabs.alt-tabs.nav-vertical li {
float: none;
display: block;
}
@media screen and (max-width: 768px) {
.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
display: inline-block;
margin: 0 18px 0 0;
}
.nav-tabs.alt-tabs.nav-vertical > li {
margin: 0;
}
.gallery .nav-tabs.alt-tabs {
display: table;
margin-left: auto;
margin-right: auto;
}
.nav-tabs.nav-vertical > li > a,
.nav-filters.nav-vertical > li > a {
display: block;
}
.nav-tabs.text-right > li,
.nav-filters.text-right > li {
margin-right: 0;
margin-left: 18px;
}
}
.tab-pane {
padding-top: 10px;
}
.tab-pane img {
display: block;
margin: auto;
}
.transition.fade,
.fade {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.scale.fade {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.scaleup.fade {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.scale.fade.in,
.scaleup.fade.in {
-webkit-transform: scale(1);
transform: scale(1);
}
.left.fade {
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
.right.fade {
-webkit-transform: translateX(40px);
transform: translateX(40px);
}
.left.fade.in,
.right.fade.in {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.top.fade {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
.bottom.fade {
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.top.fade.in,
.bottom.fade.in {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.flip.fade {
-webkit-transform: rotateY(-90deg) scale(1.1);
transform: rotateY(-90deg) scale(1.1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.flip.fade.in {
-webkit-transform: rotateY(0deg) scale(1);
transform: rotateY(0deg) scale(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
/** 13.FEATURE TABS
**********************************/
.feature-tabs {
padding: 20px 15px 0 20px;
}
.feature-tabs .devices {
position: relative;
float: left;
width: 56.4%;
max-width: 1025px;
}
.feature-tabs .tabs {
float: left;
width: 43.6%;
max-width: 550px;
padding-left: 7%;
margin-top: 80px;
}
.feature-tabs .devices img {
width: 100%;
}
.feature-tabs .tablet {
position: relative;
overflow: hidden;
}
.feature-tabs .tablet .reflection {
position: absolute;
z-index: 9;
display: block;
top: 0;
left: 0;
}
.feature-tabs .phone {
position: absolute;
z-index: 10;
bottom: -0.4%;
right: -2.7%;
width: 27%;
max-width: 290px;
overflow: hidden;
}
.feature-tabs .nav-tabs {
text-align: center;
margin: 70px 0 25px 0;
padding: 0;
}
.feature-tabs .nav-tabs > li {
margin: 3px 12px;
}
.feature-tabs .nav-tabs > li > a > i {
font-size: 50px;
}
.feature-tabs .nav-tabs > li > a:after {
display: none;
}
.feature-tabs .tab-pane h3 {
font-weight: normal;
}
.feature-tabs .tab-pane p {
font-size: 14px;
}
.light-color .tab-pane p,
.light-color.tab-pane p {
font-weight: 300;
}
.feature-tabs .light-color .tab-pane p {
opacity: .6;
}
.devices .tablet .mask,
.devices .phone .mask {
position: absolute;
overflow: hidden;
}
.devices .tablet .screens,
.devices .phone .screens {
list-style: none;
padding: 0;
margin: 0;
}
.devices .tablet .screens li,
.devices .phone .screens li {
position: absolute;
z-index: 1;
top: 0;
left: 0;
line-height: 0;
opacity: 0;
-webkit-transform: scale(1.15);
transform: scale(1.15);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.devices .tablet .screens li.active,
.devices .phone .screens li.active {
position: relative;
z-index: 5;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.devices .tablet .mask {
top: 5%;
left: 9.6%;
right: 9.1%;
}
.devices .phone .mask {
top: 8%;
left: 5.8%;
right: 5.5%;
}
.visible-when-stack {
display: none;
text-align: center;
}
@media screen and (max-width: 1440px) {
.feature-tabs .tabs,
.feature-tabs .nav-tabs {
margin-top: 40px;
}
}
@media screen and (max-width: 1200px) {
.feature-tabs {
padding-top: 0;
}
.feature-tabs .nav-tabs > li {
margin: 3px 10px;
}
.feature-tabs .nav-tabs > li > a > i {
font-size: 43px;
}
.feature-tabs .devices {
margin-top: 40px;
}
}
@media screen and (max-width: 1050px) {
.feature-tabs {
padding: 10px 15px 60px 15px;
}
.feature-tabs .tabs,
.feature-tabs .devices {
width: 100%;
float: none;
}
.feature-tabs .devices {
margin-top: 15px;
padding-right: 4%;
overflow: hidden;
}
.feature-tabs .devices .phone {
right: 0;
}
.feature-tabs .tabs {
padding-left: 0;
margin: 40px auto 0 auto;
}
.visible-when-stack {
display: block;
}
.hidden-when-stack {
display: none;
}
}
@media screen and (max-width: 991px) {
.feature-tabs {
padding-top: 20px;
}
}
/** 14.MODAL
**********************************/
.modal.fade {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.5s, visibility 0.5s, opacity 0.5s;
-moz-transition: -moz-transform 0.5s, visibility 0.5s, opacity 0.5s;
transition: transform 0.5s, visibility 0.5, opacity 0.5s;
-webkit-backface-visibility:hidden;
}
.modal.fade .modal-dialog {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.modal.fade.in {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.modal-dialog {
width: 100%;
max-width: 580px;
padding: 40px 0 30px 0;
margin: 90px auto 50px auto;
background-color: #fff;
-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
}
@media screen and (max-width: 991px) {
.modal-dialog {
margin-top: 95px;
}
}
.modal-backdrop {
opacity: 0 !important;
background-color: #fff;
}
.modal-title {
font-size: 24px;
font-weight: 300;
}
.modal-form {
width: 100%;
max-width: 380px;
padding: 0 15px;
margin: auto;
}
.modal-buttons {
margin: 35px -18px 0 -18px;
}
.modal-buttons .btn {
padding-left: 18px;
padding-right: 18px;
}
.modal-dialog .btn-default,
.modal-dialog .btn-default:hover,
.modal-dialog .btn-default:focus {
color: #757575 !important;
}
.modal-buttons .btn-flat {
margin-right: 0px;
}
.modal-open .navbar.stuck,
.modal-open .navbar.navbar-fixed-top,
.modal-open .footer-fixed-bottom {
padding-right: 17px;
}
.modal-open .intro {
width: calc(100% - 17px);
}
.modal-open .offcanvas-nav.open {
right: 17px;
}
.fake-scrollbar {
display: none;
position: fixed;
z-index: 100;
top: 0;
right: 0;
width: 17px;
min-height: 100%;
background-color: #f1f1f1;
}
.modal-open .fake-scrollbar {
display: block;
padding-right: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.modal-open,
.modal-open .navbar.stuck,
.modal-open .navbar.navbar-fixed-top,
.modal-open .footer-fixed-bottom {
padding-right: 0 !important;
}
.modal-open .intro {
width: 100%;
}
.modal-open .offcanvas-nav.open {
right: 0;
}
.modal-open .fake-scrollbar {
display: none;
padding-right: 0;
}
}
.mac .modal-open,
.touch .modal-open,
.mac .modal-open .navbar.stuck,
.touch .modal-open .navbar.stuck,
.mac .modal-open .navbar.navbar-fixed-top,
.touch .modal-open .navbar.navbar-fixed-top,
.mac .modal-open .footer-fixed-bottom,
.touch .modal-open .footer-fixed-bottom {
padding-right: 0 !important;
}
.mac .modal-open .intro,
.touch .modal-open .intro {
width: 100%;
}
.mac .modal-open .offcanvas-nav.open,
.touch .modal-open .offcanvas-nav.open {
right: 0;
}
.mac .modal-open .fake-scrollbar,
.touch .modal-open .fake-scrollbar {
display: none;
padding-right: 0;
}
/** 15.ICON BLOCKS
**********************************/
.icon-block {
display: block;
margin-bottom: 40px;
}
.intro .icon-block {
margin-bottom: 10px;
}
.icon-block h3 {
font-size: 18px;
font-weight: 600;
}
a.icon-block {
text-decoration: none;
}
@media screen and (max-width: 768px) {
.icon-block {
margin-bottom: 30px;
}
}
.icon-block .icon {
display: block;
color: #96cb4b;
text-align: center;
margin-bottom: 28px;
}
.icon-block .icon i {
font-size: 48px;
}
.icon-block .icon.icon-bigger i {
font-size: 72px;
}
.icon-block .icon img {
display: inline-block;
width: 100%;
max-width: 128px;
}
.icon-block .text {
color: #757575;
text-align: center;
}
.light-color .icon-block .text,
.light-color.icon-block .text {
color: #fff;
}
.icon-block .text p {
font-size: 14px;
}
.icon-block.icon-block-horizontal {
display: table;
}
.icon-block-horizontal.icon-block .icon {
display: table-cell;
padding: 0 38px;
}
.icon-block-horizontal.icon-block .icon i {
line-height: 0.5;
}
.intro .icon-block-horizontal.icon-block .icon {
padding: 0 15px;
}
.icon-block-horizontal.icon-block .icon.va-middle {
vertical-align: middle;
line-height: 1;
}
.icon-block-horizontal.icon-block .text {
display: table-cell;
vertical-align: top;
text-align: left;
}
.icon-block.box-float {
padding-top: 10px;
}
.icon-block.box-float .text {
padding: 10px 15px 0 0;
}
.labster-versions .icon-block {
text-transform: none;
color: #757575;
}
.labster-versions .icon-block:hover {
opacity: 1;
}
.labster-versions .icon-block h3 {
font-size: 24px;
font-weight: 300;
}
@media screen and (max-width: 1200px) {
.intro .icon-block .icon i {
font-size: 38px;
}
.intro .icon-block h3 {
font-size: 22px;
margin-bottom: 12px;
}
.intro .icon-block p {
font-size: 13px;
}
}
@media screen and (max-width: 768px) {
.icon-block-horizontal.icon-block .icon {
padding: 8px 15px 0 15px;
}
}
.light-color .icon-block .text p,
.icon-block.light-color .text p,
.icon-block .text.light-color p,
.icon-block .text p.light-color {
font-weight: 300;
}
.light-color .icon-block .icon,
.icon-block.light-color .icon {
color: #fff;
}
.labster-versions .icon-block .text {
margin-top: -15px;
}
.labster-versions .icon-block .text span {
display: block;
font-size: 12px;
margin-top: -10px;
}
@media screen and (max-width: 480px) {
.labster-versions .icon-block .text h3 {
font-size: 18px;
}
}
.icon-primary i {
color: #008fed;
}
.icon-success i {
color: #96cb4b;
}
.icon-info i {
color: #16A085;
}
.icon-warning i {
color: #E67E22;
}
.icon-danger i {
color: #E74C3C;
}
.icon-gray i {
color: #666;
}
.icon-inverse i {
color: #34495E;
}
/** 16.APP GALLERY
**********************************/
.app-gallery .item {
display: inline-block;
max-width: 380px;
}
.app-gallery .item a {
position: relative;
display: block;
background-color: #008fed;
margin: 0 1px 6px 1px;
}
.app-gallery .item a:hover {
opacity: 1;
}
@media screen and (max-width: 991px) {
.app-gallery .item {
max-width: 320px;
}
}
@media screen and (max-width: 768px) {
.app-gallery .item {
max-width: 280px;
}
.gallery .block-heading,
.gallery .nav-tabs,
.gallery .nav-tabs.alt-tabs {
text-align: center !important;
}
.gallery .nav-tabs > li {
margin-right: 9px;
margin-left: 9px;
}
}
/** 17.GALLERY
**********************************/
.gallery-item,
.gallery-item figure,
.gallery-item figure img {
position: relative;
display: block;
text-transform: none;
}
.gallery-item {
margin-bottom: 30px;
}
.gallery-item:hover,
.gallery-item:focus {
opacity: 1;
}
.gallery-item:hover {
-webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
}
.gallery-item:before {
position: absolute;
z-index: 2;
display: block;
width: 50px;
height: 36px;
top: 50%;
left: 7.8%;
font-family: "Flaticon";
font-size: 50px;
color: #fff;
margin-top: -25px;
text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-webkit-transition: all .3s;
transition: all .3s;
}
.gallery-item.image-item:before {
content: "\e039";
}
.gallery-item.video-item:before {
content: "\e100";
}
.gallery-item figcaption {
display: block;
position: absolute;
z-index: 1;
width: 70%;
height: 100%;
top: 0;
right: -1px;
padding: 26px 15px 15px 20px;
text-align: left;
margin-top: 0;
overflow: hidden;
background-color: #fff;
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.gallery-item figcaption h3 {
color: #96cb4b;
font-weight: 300;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-weight: 300;
color: #757575;
font-size: 14px;
}
.gallery-item:hover:before {
text-shadow: 2px 2px 5px rgba(0,0,0,0);
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
}
.gallery-item:hover figcaption {
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 1200px) {
.gallery-item figcaption p {
font-weight: normal;
font-size: 13px;
}
}
@media screen and (max-width: 991px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.gallery-item:before {
left: 7.8%;
}
.gallery-item figcaption {
width: 70%;
padding: 26px 15px 15px 20px;
}
.gallery-item figcaption h3 {
font-size: 24px;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-size: 14px;
}
}
@media screen and (max-width: 680px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
@media screen and (max-width: 500px) {
.gallery-item:before {
left: 7.8%;
}
.gallery-item figcaption {
width: 70%;
padding: 26px 15px 15px 20px;
}
.gallery-item figcaption h3 {
font-size: 24px;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-size: 14px;
}
}
@media screen and (max-width: 360px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
/** 18.DOWNLOAD ITEMS
**********************************/
.download-item {
display: block;
background-color: #fff;
text-transform: none;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
margin-bottom: 30px;
}
.download-item:hover {
-webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
}
.download-item:hover,
.download-item:focus {
opacity: 1;
}
.download-item figure,
.download-item figure img,
.download-item figcaption {
text-align: left;
display: block;
}
.download-item figure {
position: relative;
text-align: center;
}
.download-item figure i {
display: block;
width: 100%;
font-size: 130px;
color: #008fed;
padding: 16px 15px;
opacity: .5;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.download-item figcaption {
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;
text-align: left;
top: 0;
left: 0;
padding: 26px 24px;
margin-top: 0;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.download-item:hover figcaption,
.download-item:hover figure i {
opacity: 1;
}
.download-item footer {
position: relative;
padding: 12px 40px 12px 22px;
}
.download-item footer:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.download-item footer:before {
display: block;
position: absolute;
font-family: "Flaticon";
content: "\e153";
color: #96cb4b;
font-size: 22px;
top: 15px;
right: 15px;
}
.download-item footer h3 {
display: block;
float: left;
width: 85%;
font-size: 16px;
color: #96cb4b;
padding-top: 4px;
margin-bottom: 0;
}
.download-item footer i {
display: block;
float: left;
width: 15%;
vertical-align: middle;
font-size: 29px;
color: #008fed;
padding-right: 20px;
}
@media screen and (max-width: 1200px) {
.download-item figcaption p {
font-size: 14px;
}
.download-item figure i {
font-size: 110px;
padding: 11px 15px;
}
}
@media screen and (max-width: 991px) {
.download-item figcaption p {
font-size: 16px;
}
.download-item figure i {
font-size: 130px;
padding: 16px 15px;
}
}
@media screen and (max-width: 400px) {
.download-item figcaption p {
font-size: 14px;
}
}
/** 19.NEWS
**********************************/
.news-block {
border-right: 1px solid #96cb4b;
padding: 10px 40px 10px 0;
margin-bottom: 45px;
}
.news-block a h3 {
color: #96cb4b;
text-transform: none;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.news-block a:hover h3 {
opacity: .6;
}
.news-block span {
display: block;
font-size: 14px;
margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.news-block {
padding-right: 30px;
}
}
/** 20.SCROLLER
**********************************/
.scroller {
overflow: hidden;
white-space: nowrap;
}
.scroller .item {
display: inline-block;
}
/** 21.SPLIT BLOCK
*************************************/
.split-block {
margin-bottom: -2px;
}
.split-block .column {
display: inline-block;
vertical-align: top;
padding: 70px 15px 30px 4%;
}
.split-block.img-left .column:first-child,
.split-block.img-right .column:last-child {
width: 53%;
padding: 0;
}
.split-block.img-left .column:last-child .block-heading,
.split-block.img-left .column:last-child h1,
.split-block.img-left .column:last-child h2,
.split-block.img-left .column:last-child h3,
.split-block.img-left .column:last-child h4,
.split-block.img-left .column:last-child span,
.split-block.img-left .column:last-child p,
.split-block.img-left .column:last-child ul,
.split-block.img-left .column:last-child ol,
.split-block.img-right .column:last-child .block-heading,
.split-block.img-right .column:first-child h1,
.split-block.img-right .column:first-child h2,
.split-block.img-right .column:first-child h3,
.split-block.img-right .column:first-child h4,
.split-block.img-right .column:first-child span,
.split-block.img-right .column:first-child p,
.split-block.img-right .column:first-child ul,
.split-block.img-right .column:first-child ol {
max-width: 430px;
}
.split-block.img-right {
text-align: right;
}
.split-block.img-right .column:first-child {
text-align: right;
padding: 70px 4% 30px 15px;
}
@media screen and (max-width: 1510px) {
.split-block .column,
.split-block.img-right .column:first-child {
padding-top: 40px;
}
.split-block.img-left .column:first-child,
.split-block.img-right .column:last-child {
width: 53%;
padding: 0;
}
}
@media screen and (max-width: 1070px) {
.split-block .column {
display: block !important;
width: 100% !important;
}
.split-block.img-left .column:last-child .block-heading,
.split-block.img-left .column:last-child h1,
.split-block.img-left .column:last-child h2,
.split-block.img-left .column:last-child h3,
.split-block.img-left .column:last-child h4,
.split-block.img-left .column:last-child span,
.split-block.img-left .column:last-child p,
.split-block.img-left .column:last-child ul,
.split-block.img-left .column:last-child ol,
.split-block.img-right .column:last-child .block-heading,
.split-block.img-right .column:first-child h1,
.split-block.img-right .column:first-child h2,
.split-block.img-right .column:first-child h3,
.split-block.img-right .column:first-child h4,
.split-block.img-right .column:first-child span,
.split-block.img-right .column:first-child p,
.split-block.img-right .column:first-child ul,
.split-block.img-right .column:first-child ol {
max-width: 100%;
}
.split-block.img-left .column:last-child
.split-block.img-right .column:first-child {
padding-left: 15px;
padding-right: 15px;
}
}
/** 22.VIDEO BLOCK
**********************************/
.video-block {
padding: 110px 0;
text-align: center;
}
.video-block a {
display: inline-block;
color: #fff;
font-weight: 700;
font-size: 2em;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.video-block a:focus, .video-popup:focus {
opacity: 1;
}
.video-block a:hover, .video-popup:hover {
opacity: 1;
text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.video-block a > i {
display: block;
font-size: 154px;
margin: 0 auto 22px auto;
}
@media screen and (max-width: 768px) {
.video-block {
padding: 110px 0;
}
}
/** 23.TWITTER FEED
**********************************/
.twitter-feed .tweet {
font-size: 14px;
margin: 40px 0;
}
.twitter-feed .tweet-float {
position: relative;
margin: 24px 0;
padding: 22px 24px;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.twitter-feed .tweet a {
text-transform: none;
color: #999;
font-weight: 600;
}
.twitter-feed .tweet a:hover {
color: #008fed;
opacity: 1;
}
.twitter-feed .tweet .author {
color: #c4c4c4;
font-weight: normal;
display: block;
margin-bottom: 18px;
font-weight: normal;
}
.twitter-feed .tweet p {
color: #999;
font-size: 14px;
}
.twitter-feed .tweet-float p {
margin-bottom: 0;
}
.twitter-feed .tweet-float:before {
display: block;
position: absolute;
font-family: 'brand-icons';
content: "\e807";
color: #008fed;
font-size: 19px;
top: 16px;
right: 25px;
opacity: .25;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.twitter-feed .tweet-float:hover:before {
opacity: .55;
}
/** 24.PRESS REVIEWS
**********************************/
.press-review {
max-width: 290px;
text-align: center;
margin: 0 auto 50px auto;
}
.press-review img {
display: block;
margin: 0 auto 0 auto;
}
.press-review h3 {
margin-bottom: 24px;
font-weight: 300;
}
.press-review p {
font-size: 14px;
line-height: 1.58;
margin-bottom: 0;
}
/** 25.TEAM / TEAM GRID
**********************************/
.team-member {
text-align: center;
}
.team-member h3 {
font-weight: 300;
}
.team-member span {
display: block;
color: #999;
margin-bottom: 25px;
}
.team-member .social-buttons a {
margin: 0 15px 10px 15px;
opacity: 1;
}
.team-member .social-buttons a:hover {
opacity: .5;
}
.team-member img {
display: block;
width: 100%;
max-width: 330px;
margin: 18px auto 0 auto;
}
@media screen and (max-width: 768px) {
.team-member {
margin-bottom: 50px;
}
.team-member:last-child {
margin-bottom: 0;
}
}
/* Team Grid */
.team-grid:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.team-grid .item {
position: relative;
float: left;
width: 33.33%;
}
.team-grid .item img {
display: block;
}
.team-grid .item .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(255,255,255,0.9);
padding: 14% 11% 0 11%;
-webkit-transition: opacity .35s;
transition: opacity .35s;
}
.team-grid .item:hover .overlay {
opacity: 1;
}
.team-grid .item h3 {
font-weight: 300;
color: #3a3a3a;
margin-bottom: 12px;
}
.team-grid .item span {
font-size: 14px;
color: #999;
}
.team-grid .item .social-buttons {
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 15%;
}
.team-grid .item .social-buttons a {
opacity: 1;
margin: 5px 20px 10px 0;
}
.team-grid .item .social-buttons a:hover {
opacity: .5;
}
.team-grid .item .social-buttons a:last-child {
margin-right: 0;
}
.facebook-tile,
.twitter-tile {
position: relative;
display: block;
width: 100%;
text-align: center;
}
.facebook-tile:hover,
.twitter-tile:hover {
opacity: 1;
}
.facebook-tile {
background-color: #007aff;
}
.twitter-tile {
background-color: #5ac8fb;
}
.facebook-tile .inner,
.twitter-tile .inner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #fff;
padding: 0 15px;
}
.facebook-tile .inner {
padding-top: 26%;
}
.facebook-tile i {
font-size: 50px;
}
.facebook-tile h3 {
color: #fff !important;
display: block;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
margin-top: 26px;
}
.facebook-tile h3 span {
color: #5ac8fd !important;
font-size: 16px !important;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
width: 100%;
max-width: 137px;
margin: 0 auto 32px auto;
}
.twitter-tile h3 {
color: #fff !important;
text-transform: none;
font-size: 12px;
margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 115px;
margin: 0 auto 25px auto;
}
}
@media screen and (max-width: 991px) {
.facebook-tile .inner {
padding-top: 15%;
}
.twitter-tile .inner {
padding-top: 12%;
}
.twitter-tile .icon {
max-width: 90px;
margin: 0 auto 20px auto;
}
}
@media screen and (max-width: 768px) {
.team-grid .item {
width: 50%;
}
.facebook-tile .inner {
padding-top: 26%;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
max-width: 120px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 680px) {
.facebook-tile .inner {
padding-top: 20%;
}
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 100px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 580px) {
.facebook-tile .inner {
padding-top: 15%;
}
.twitter-tile .inner {
padding-top: 12%;
}
.twitter-tile .icon {
max-width: 90px;
margin: 0 auto 24px auto;
}
}
@media screen and (max-width: 530px) {
.team-grid .item {
float: none;
width: 100%;
max-width: 380px;
margin: auto;
}
.facebook-tile .inner {
padding-top: 26%;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
max-width: 120px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 380px) {
.facebook-tile .inner {
padding-top: 19%;
}
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 100px;
margin: 0 auto 26px auto;
}
}
/** 26.PRICING PLANS
**********************************/
.pricing-plan-switcher .label {
display: inline-block;
vertical-align: middle;
font-weight: 300;
margin-top: -3px;
line-height: 60px;
}
.pricing-plan-switcher span {
font-size: 12px;
font-weight: 300;
display: block;
margin-top: -3px;
}
.pricing-plan-switcher .radio-inline {
font-size: 15px;
}
.pricing-plan {
width: 100%;
max-width: 400px;
text-align: center;
border-radius: 3px;
padding: 40px 25px;
margin: 0 auto 40px auto;
}
.pricing-plan .icon {
color: #008fed;
margin-bottom: 20px;
}
.light-color .pricing-plan .icon,
.light-color.pricing-plan .icon {
color: #fff;
}
.pricing-plan .icon i {
font-size: 56px;
}
.pricing-plan-title {
position: relative;
display: inline-block;
font-weight: 300;
font-size: 60px;
white-space: nowrap;
padding: 22px 0;
margin: 0 auto 35px auto;
}
.pricing-plan-title span {
position: absolute;
display: block;
font-size: 16px;
}
.pricing-plan-title .name {
top: 0;
left: 5px;
}
.pricing-plan-title .period {
bottom: 2px;
right: 5px;
}
.pricing-plan-description {
list-style: none;
padding: 0;
font-size: 16px;
font-weight: 300;
line-height: 1.5
}
.pricing-plan .btn {
display: block;
max-width: 170px;
margin: 0 auto 30px auto;
}
.pricing-plan.pricing-plan-float {
color: #757575;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.pricing-plan.pricing-plan-float .icon {
color: #008fed;
}
.pricing-plan.pricing-plan-primary {
background-color: #008fed;
}
.pricing-plan.pricing-plan-success {
background-color: #96cb4b;
}
.pricing-plan.pricing-plan-info {
background-color: #16A085;
}
.pricing-plan.pricing-plan-warning {
background-color: #E67E22;
}
.pricing-plan.pricing-plan-danger {
background-color: #E74C3C;
}
.pricing-plan.pricing-plan-inverse {
background-color: #34495E;
}
.pricing-plan.pricing-plan-primary,
.pricing-plan.pricing-plan-success,
.pricing-plan.pricing-plan-info,
.pricing-plan.pricing-plan-warning,
.pricing-plan.pricing-plan-danger,
.pricing-plan.pricing-plan-primary .icon,
.pricing-plan.pricing-plan-success .icon,
.pricing-plan.pricing-plan-info .icon
.pricing-plan.pricing-plan-warning .icon,
.pricing-plan.pricing-plan-danger .icon {
color: #fff;
}
/** 27.BLOG/PRESS (POSTS)
**********************************/
.post-tile {
position: relative;
width: 100%;
background-color: #fff;
margin-bottom: 30px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-webkit-transition: .3s;
transition: .3s;
}
.post-tile:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 6px;
top: 0;
left: 0;
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-webkit-transition: .3s;
transition: .3s;
}
.post-tile:hover {
-webkit-box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
}
.post-tile:hover:before {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.post-thumb {
position: relative;
display: block;
}
.post-thumb img {
display: block;
}
.post-thumb:hover,
.post-thumb:focus {
opacity: 1 !important;
}
.post-title {
padding: 45px 22px 15px 22px;
}
.non-visible {
visibility: hidden !important;
opacity: 0 !important;
}
.post-title img,
.post-title .img {
display: block;
margin: 0 auto 5px auto;
}
.post-title a {
text-transform: none;
color: #96cb4b;
}
.post-title h2,
.post-title h3 {
font-size: 24px;
font-weight: normal;
color: #96cb4b;
margin-bottom: 12px;
line-height: 1.5;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.post-title a:hover h2,
.post-title a:hover h3 {
opacity: 0.55;
}
.post-title span,
.post-title p {
display: block;
font-size: 14px;
color: #757575;
margin-bottom: 25px;
}
.post-meta {
position: relative;
z-index: 2;
display: table;
width: 100%;
line-height: 2;
font-size: 12px;
color: #999;
padding: 12px 22px;
background-color: #fafafa;
border-top: 1px solid #eaeaea;
border-radius: 0 0 3px 3px;
}
.post-meta .column {
width: auto;
display: table-cell;
vertical-align: middle;
}
.post-meta a {
text-transform: none;
}
.post-meta .social-buttons a {
margin: 5px 0 10px 12px;
opacity: 1;
}
.post-meta .social-buttons a:hover {
opacity: .5;
}
.post-meta .comment-count {
display: inline-block;
vertical-align: middle;
font-size: 14px;
color: #3a3a3a;
margin-right: 15px !important;
-webkit-transition: .3s;
transition: .3s;
}
.post-meta .comment-count i {
vertical-align: middle;
font-size: 18px;
color: #afafaf;
margin-right: 7px;
-webkit-transition: .3s;
transition: .3s;
}
.post-meta .comment-count:hover,
.post-meta .comment-count:hover i {
opacity: 1 !important;
color: #008fed;
}
.post-meta.last-child {
margin-top: -1px;
z-index: 1;
border: none;
padding-bottom: 30px;
border-radius: 0px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.scroller.posts .item {
margin-right: 30px;
}
.scroller .item .post-tile {
margin-bottom: 8px;
}
.scroller .post-tile {
border-radius: 0;
}
.scroller .post-tile:hover {
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.single-post .inner,
.comments {
padding: 30px 40px 0 40px;
}
.comments {
padding-bottom: 10px;
}
.single-post .post-meta {
font-size: 14px;
padding: 12px 40px;
}
@media screen and (max-width: 991px) {
.scroller.posts .item {
max-width: 320px
}
.single-post .inner,
.comments {
padding: 30px 25px 0 25px;
}
.comments {
padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.scroller.posts .item {
max-width: 280px;
}
.single-post .inner,
.comments {
padding: 30px 30px 0 30px;
}
.comments {
padding-bottom: 20px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 530px) {
.post-meta .social-buttons a {
margin: 5px 0 10px 7px;
}
.post-meta .comment-count {
margin-right: 9px !important;
}
.single-post .inner,
.comments {
padding: 30px 20px 0 20px;
}
.comments {
padding-bottom: 20px;
}
}
@media screen and (max-width: 460px) {
.post-meta .column {
display: block;
width: 100%;
text-align: left !important;
}
.post-meta .column .text-right {
text-align: left !important;
}
.post-tile .post-meta .column {
display: table-cell;
width: auto;
}
.post-tile .post-meta .column .text-right,
.post-tile .post-meta .column.text-right {
text-align: right !important;
}
.single-post,
.comments {
margin-left: -15px;
margin-right: -15px;
}
.single-post .inner,
.comments {
padding: 30px 15px 0 15px;
}
.comments {
padding-bottom: 15px;
}
}
/* Tile Variations */
.tile-image-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.tile-image-bg a,
.tile-solid-bg a {
color: #fff;
opacity: 1;
}
.tile-image-bg a:hover,
.tile-image-bg a:focus,
.tile-solid-bg a:hover,
.tile-solid-bg a:focus,
.tile-image-bg .post-body .post-title a:hover,
.tile-image-bg .post-body .post-title a:focus,
.tile-solid-bg .post-body .post-title a:hover,
.tile-solid-bg .post-body .post-title a:focus {
color: #fff;
opacity: .8 !important;
}
.tile-image-bg .post-title a h3,
.tile-solid-bg .post-title a h3,
.tile-image-bg .post-title p,
.tile-image-bg .post-title span,
.tile-image-bg .post-meta span,
.tile-solid-bg .post-title p,
.tile-solid-bg .post-title span,
.tile-solid-bg .post-meta span {
color: #fff;
}
.post-tile.press,
.post-tile.press .post-meta {
border-radius: 0px;
}
.post-tile.press .post-meta,
.post-tile.tile-image-bg .post-meta,
.post-tile.tile-solid-bg .post-meta {
background: none;
border: none;
}
/* Sidebar */
.sidebar {
width: 100%;
max-width: 320px;
}
/* Categories */
.categories {
position: relative;
padding-top: 10px;
margin-bottom: 38px;
}
.categories.with-grid-btn {
padding-left: 32px;
}
.categories ul {
list-style: none;
}
.categories ul li {
margin-bottom: 12px;
}
.categories ul li a {
font-size: 14px;
line-height: 1.6;
}
.grid-btn {
display: block;
position: absolute;
top: 12px;
left: 0;
opacity: 1;
-webkit-transition: opacity .25s;
transition: opacity .25s;
}
.grid-btn:hover {
opacity: .6;
}
.grid-btn:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.grid-btn span {
display: block;
float: left;
width: 7px;
margin-right: 3px;
}
.grid-btn span:before,
.grid-btn span:after {
display: block;
content: "";
width: 7px;
height: 7px;
border: 1px solid #008fed;
margin-bottom: 3px;
}
/* Featured Posts */
.featured-post {
position: relative;
display: block;
padding: 20px 15px 22px 12px;
color: #fff;
text-transform: none;
-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.featured-post:first-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.featured-post:hover,
.featured-post:focus {
opacity: 1;
color: #fff;
}
.featured-post h3 {
font-size: 18px;
margin-bottom: 10px;
}
.featured-post p {
margin-bottom: 0;
font-size: 14px;
}
.featured-post .content {
position: relative;
z-index: 2;
}
.featured-post.bg-primary {
background-color: #008fed;
}
.featured-post.bg-success {
background-color: #96cb4b;
}
.featured-post.bg-info {
background-color: #16A085;
}
.featured-post.bg-warning {
background-color: #E67E22;
}
.featured-post.bg-danger {
background-color: #E74C3C;
}
.featured-post.bg-inverse {
background-color: #34495E;
}
.featured-post .arrow {
height: 0px;
padding-top: 10px;
overflow: hidden;
-webkit-transition: height .3s;
transition: height .3s;
}
.featured-post .arrow i {
font-size: 34px;
opacity: 0;
-webkit-transform: translateX(-40px);
transform: translateX(-40px)
-webkit-transition: all .3s .1s;
transition: all .3s .1s;
}
.featured-post:hover .arrow {
height: 75px;
}
.featured-post:hover .arrow i {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
/** 28.PAGINATION
**********************************/
.pagination {
position: relative;
width: 100%;
text-align: center;
}
.pagination .controls {
position: absolute;
font-size: 14px;
top: 50%;
right: 0;
margin-top: -9px;
}
.pagination .controls a {
margin-left: 20px;
}
.page-slider {
display: inline-block;
position: relative;
}
.page-slider:before,
.page-slider:after,
.page-slider .slider:before,
.page-slider span:before,
.page-slider span:after {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 2px;
height: 2px;
background-color: #000;
top: 7px;
}
.page-slider:before {
left: 0;
}
.page-slider:after {
right: 0;
}
.page-slider .slider:before {
left: 50%;
}
.page-slider span:before {
left: 25%;
}
.page-slider span:after {
right: 25%;
}
.page-slider .tooltip {
width: 36px;
height: 36px;
background-color: #008fed;
border-radius: 50%;
line-height: 1;
margin-top: -47px !important;
opacity: 0;
-webkit-transition: opacity .25s, visibility .25s;
transition: opacity .25s, visibility .25s;
}
.page-slider .tooltip.in {
opacity: 1;
}
.page-slider .tooltip-inner {
padding: 0;
font-size: 14px;
line-height: 28px;
color: #fff;
background-color: transparent;
border-radius: 0px;
}
.page-slider .tooltip.top .tooltip-arrow {
margin-left: -12px;
margin-bottom: -7px;
border-width: 12px 12px 0;
border-top-color: #008fed;
}
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 360px;
height: 20px;
}
@media screen and (max-width: 768px) {
.slider.slider-horizontal {
margin-bottom: 45px;
}
.pagination .controls {
position: relative;
text-align: center;
}
.pagination .controls a:first-child {
margin-left: 0;
}
}
@media screen and (max-width: 570px) {
.slider.slider-horizontal {
width: 270px;
}
.pagination .prev,
.pagination .next {
display: block;
position: absolute;
font-size: 14px;
top: 100%;
margin-top: 20px;
}
.pagination {
margin-bottom: 70px;
}
}
.slider.slider-horizontal .slider-track {
height: 2px;
width: 100%;
margin-top: -3px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
z-index: 2;
margin-left: -4px;
margin-top: -4px;
}
.slider.slider-disabled .slider-handle {
opacity: .5;
}
.slider.slider-disabled .slider-track {
cursor: not-allowed;
opacity: .5;
}
.slider input {
display: none;
}
.slider .tooltip.top {
margin-top: -27px;
}
.slider .tooltip-inner {
white-space: nowrap;
}
.slider .hide {
display: none;
}
.slider-track {
position: absolute;
cursor: pointer;
border-radius: 0px;
background-color: rgba(0,143,237, 0.25);
}
.slider-selection {
position: absolute;
border-radius: 0px;
background-color: #008fed;
}
.slider-handle {
position: absolute;
width: 10px;
height: 10px;
background-color: #008fed;
border-radius: 50%;
}
/** 29.MASONRY GRID
**********************************/
.masonry-grid:after {
content: '';
display: block;
clear: both;
}
.masonry-grid .grid-sizer,
.masonry-grid .item {
width: 31.5%;
}
.masonry-grid .item {
float: left;
margin-bottom: 2.8%;
}
.masonry-grid .gutter-sizer { width: 2.5%; }
.masonry-grid .item.w2 {
width: 65.3%;
}
.masonry-grid .item .post-tile {
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.masonry-grid .grid-sizer,
.masonry-grid .item {
width: 48%;
margin-bottom: 3.3%;
}
.masonry-grid .item.w2 {
width: 100%;
}
.masonry-grid .gutter-sizer { width: 2.8%; }
}
@media screen and (max-width: 500px) {
.masonry-grid .grid-sizer,
.masonry-grid .item,
.masonry-grid .item.w2 {
width: 100%;
margin-bottom: 5%;
}
.masonry-grid .gutter-sizer { width: 0px; }
}
/** 30.COMMENTS
**********************************/
.comment {
margin-bottom: 50px;
}
.comment-reply {
padding-left: 90px;
}
.comment .comment-meta {
display: table;
width: 100%;
font-size: 14px;
margin-bottom: 28px;
}
.comment .comment-meta .column {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.comment .comment-meta .author a {
text-transform: none;
display: inline-block;
vertical-align: middle;
}
.comment .comment-meta span {
color: #999;
}
.comment .comment-meta .author .ava {
margin-right: 18px;
}
.comment .comment-meta .author .ava:hover,
.comment .comment-meta .author .ava:focus {
opacity: 1;
}
.comment .comment-meta .author .ava,
.comment .comment-meta .author .ava img {
width: 48px;
height: 48px;
border-radius: 50%;
}
.comment .reply-btn:after {
display: inline-block;
vertical-align: middle;
font-family: "Flaticon";
content: "\e11d";
font-size: 19px;
margin-left: 5px;
line-height: 0;
}
@media screen and (max-width: 500px) {
.comment-reply {
padding-left: 40px;
}
.comment .comment-meta,
.comment .comment-meta .column {
width: 100%;
display: block;
}
.comment .comment-meta .column:last-child {
text-align: left !important;
padding-left: 68px;
}
}
/** 31.TIMELINE
**********************************/
.timeline .timeline-row {
display: table;
width: 100%;
}
.timeline .date {
display: table-cell;
position: relative;
width: 35%;
font-size: 14px;
color: #c4c4c4;
text-align: right;
border-right: 1px solid #ccc;
padding: 0 18px 70px 0;
}
.timeline-row:last-child .date,
.timeline-row:last-child .event {
padding-bottom: 0;
border: none;
}
.timeline .date:before {
display: block;
position: absolute;
content: "";
width: 13px;
height: 13px;
background-color: #008fed;
border-radius: 50%;
top: 0;
right: -7px;
}
.timeline .event {
display: table-cell;
width: 75%;
padding: 0 0 30px 28px;
font-size: 16px;
}
.light-color.timeline,
.light-color .timeline {
font-weight: 300;
}
.light-color.timeline .date,
.light-color .timeline .date {
color: rgba(255,255,255,0.6);
border-color: rgba(255,255,255,0.5);
}
/** 32.BAR CHARTS
**********************************/
.bar-charts {
position: relative;
}
.bar-charts .grid {
position: absolute;
z-index: 1;
width: 100%;
height: 1px;
left: 0;
top: 50%;
background-color: #e0e0e0;
}
.bar-charts .grid:before,
.bar-charts .grid:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 1px;
left: 0;
background-color: #e0e0e0;
}
.bar-charts .grid:before {
top: -48px;
}
.bar-charts .grid:after {
bottom: -48px;
}
.bar-charts .chart {
position: relative;
z-index: 10;
width: 100%;
height: 190px;
color: #3a3a3a;
text-align: right;
padding: 32px 65px 0 0;
}
.bar-charts .chart .bar {
position: absolute;
display: block;
width: 24px;
border-radius: 12px 12px 0 0;
bottom: 0;
right: 0;
}
.bar-charts .chart.chart-primary .bar {
background-color: #008fed;
}
.bar-charts .chart.chart-success .bar {
background-color: #96cb4b;
}
.bar-charts .chart.chart-info .bar {
background-color: #16A085;
}
.bar-charts .chart.chart-warning .bar {
background-color: #E67E22;
}
.bar-charts .chart.chart-danger .bar {
background-color: #E74C3C;
}
.bar-charts .chart h3 {
font-weight: 300;
font-size: 60px;
margin-bottom: 6px;
}
.bar-charts .chart p {
font-size: 24px;
font-weight: 300;
padding-right: 6px;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.bar-charts .grid:before {
top: -43px;
}
.bar-charts .grid:after {
bottom: -43px;
}
.bar-charts .chart {
height: 170px;
padding: 44px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 40px;
margin-bottom: 12px;
}
.bar-charts .chart p {
font-size: 18px;
padding-right: 4px;
}
}
@media screen and (max-width: 580px) {
.bar-charts .grid:before {
top: -36px;
}
.bar-charts .grid:after {
bottom: -36px;
}
.bar-charts .chart {
height: 140px;
padding: 39px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 30px;
margin-bottom: 10px;
}
.bar-charts .chart p {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.bar-charts .chart .bar {
width: 20px;
border-radius: 10px 10px 0 0;
}
.bar-charts .grid:before {
top: -32px;
}
.bar-charts .grid:after {
bottom: -32px;
}
.bar-charts .chart {
height: 120px;
padding: 42px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 18px;
margin-bottom: 15px;
}
.bar-charts .chart p {
font-size: 11px;
font-weight: normal;
padding-right: 0;
}
}
/** 33.CLIENT LOGOS
**********************************/
.client {
display: block;
width: 100%;
max-width: 170px;
margin: 20px auto 30px auto;
opacity: 1;
-webkit-transition: opacity .4s;
transition: opacity .4s;
}
.client:hover {
opacity: .6;
}
/** 34.CONTACTS
**********************************/
.google-map {
position: absolute;
width: 100%;
height: 100%;
min-height: 240px;
padding: 0;
top: 0;
left: 0;
}
.ie .google-map {
min-height: 543px;
}
.google-map #map-canvas {
position: absolute;
width: 100%;
height: 100%;
}
.contact-info {
width: 100%;
max-width: 380px;
padding-left: 50px;
padding-right: 15px;
}
.contact-info .nav-tabs:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.contact-info .nav-tabs li:fisrt-child {
float: left;
}
.contact-info .nav-tabs li:last-child {
float: right;
margin-right: 0;
}
.contact-info .nav-tabs li a {
font-size: 24px;
font-weight: 300;
opacity: 1;
padding-left: 0px;
padding-right: 0px;
}
.contact-info .nav-tabs li a:hover {
opacity: .6;
}
.contact-info .nav-tabs li a:after {
display: none;
}
.contact-info .nav-tabs li.active a {
color: #c4c4c4;
}
.gmnoprint {
right: auto !important;
left: 100px !important;
bottom: 10px !important;
}
@media screen and (max-width: 768px) {
.contact-info {
padding-top: 280px;
padding-bottom: 40px;
}
.ie .google-map {
min-height: 240px;
}
}
/** 35.FOOTER
**********************************/
.footer {
position: relative;
width: 100%;
z-index: 10;
background-color: #fff;
}
.fixed-footer .footer-fixed-bottom {
position: fixed;
left: 0;
bottom: 0;
}
.footer-head-wrap {
width: 100%;
max-width: 370px;
margin: auto;
}
.footer-head {
position: relative;
display: block;
width: 100%;
padding: 6px;
margin-left: -15px;
text-transform: none;
color: #757575;
background-color: #fafafa;
border-radius: 3px;
}
.footer-head:hover,
.footer-head:focus {
color: #757575;
opacity: 1;
}
.footer-head:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.footer-head:before {
position: absolute;
display: block;
font-family: "Flaticon";
content: "\e153";
color: #96cb4b;
font-size: 16px;
top: 22px;
right: 6px;
}
.footer-head .logo,
.footer-head .info {
float: left;
}
.footer-head .logo {
width: 43.5%;
}
.footer-head .logo img {
display: block;
}
.footer-head .info {
width: 56.5%;
padding-left: 23px;
}
.footer-head .info h1,
.footer-head .info h2,
.footer-head .info h3 {
font-size: 16px;
line-height: 1.2;
font-weight: normal;
color: #000;
margin-top: 12px;
margin-bottom: 8px;
}
.footer-head .info p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 7px;
}
.footer .rating {
display: inline-block;
font-size: 12px;
margin-right: 15px;
}
.footer .rating span {
display: inline;
}
.footer .rating i {
margin: 0 1px;
}
.footer .rating i:before {
margin: 0;
}
.footer .rating span {
color: #999;
margin-left: 3px;
}
.footer .body {
display: table;
}
.footer .body .column {
display: table-cell;
width: 33.3%;
vertical-align: bottom;
}
.copyright p {
font-size: 14px;
color: #999;
margin-bottom: 30px;
}
.copyright a {
color: #757575;
text-transform: none;
}
.copyright a:hover,
.copyright a:focus {
color: #008fed;
opacity: 1;
}
.footer .gadget {
position: relative;
width: 370px;
height: 192px;
background-image: url('images/footer/tablet.png');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding: 52px 19px 0 19px;
margin: auto;
overflow: hidden;
}
.footer .gadget:before {
display: block;
position: absolute;
content: "";
width: 370px;
height: 192px;
background-image: url('images/footer/tablet-reflection.png');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
top: 0;
left: 0;
}
.footer-nav ul {
padding: 0;
list-style: none;
text-align: right;
padding-bottom: 12px;
}
.footer-nav ul li {
display: inline-block;
margin: 0 0 20px 15px;
}
.footer-nav ul li a {
font-size: 14px;
}
@media screen and (max-width: 1200px) {
.footer-head {
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
.footer .body,
.footer .body .column {
display: block;
width: 100%;
text-align: center;
}
.footer-nav ul {
text-align: center;
}
.footer-nav ul li:first-child {
display: inline;
}
}
@media screen and (max-width: 440px) {
.footer-head {
padding: 30px 20px 25px 20px;
}
.footer-head .logo,
.footer-head .info {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.footer-head .logo {
max-width: 120px;
margin: 0 auto 20px auto;
}
}
/** 36.PRELOADER
*****************************/
#preloader {
position: fixed;
z-index: 1600;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
opacity: 1;
visibility: visible;
-webkit-transition: all .9s;
transition: all .9s;
}
#preloader .logo {
position: absolute;
width: 120px;
left: 50%;
top: 50%;
text-align: center;
margin: -72px 0 0 -60px;
}
#preloader .logo img {
display: block;
max-width: 90px;
margin: 0 auto 25px auto;
}
#preloader .logo span {
font-size: 30px;
font-weight: 300;
color: #999;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-done #preloader,
.pace-done #preloader .logo {
opacity: 0;
visibility: hidden;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #008fed; /* #96cb4b */
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
/** 37.COMPONENT STYLES
*****************************/
.grid-demo figure {
display: block;
width: 100%;
height: 60px;
border: 2px solid #78d5ff;
background-color: #b8e9ff;
margin-bottom: 30px;
}
.icons-demo {
text-align: center;
color: #999;
}
.icons-demo i {
display: inline-block;
font-size: 50px;
margin: 12px 10px;
}
.tabs-demo .nav-tabs {
padding-bottom: 0;
}
.tabs-demo .nav-tabs,
.tabs-demo .nav-tabs.nav-vertical {
margin-bottom: 15px;
}
.filters-demo .nav-filters > li > a {
padding: 9px;
}
@media screen and (max-width: 768px) {
.tabs-demo .nav-tabs.text-right {
text-align: left !important;
}
.tabs-demo .nav-tabs.text-right li:first-child {
margin-left: 0;
}
}
/** 38. PLUGINS & OVERRIDES
**********************************/
.form-control {margin-bottom: 0;}
.editable-buttons .btn {
height: 28px;
font-size: 14px;
line-height: 28px;
width: 28px;
padding: 2px;
margin: 0;
}
.editable-input .form-control {color: #000;}
.editable-container {z-index: 2001;}
/*
* Browser window
*/
.browser {
margin-bottom: 20px; }
.browser img {
width: 100%; }
.browser .bar {
width: 100%;
height: 42px;
position: relative;
background-color: #eff1f4;
border-radius: 5px 5px 0 0; }
.browser .bar .addressbar {
background-color: #fff;
height: 26px;
top: 8px;
width: 84%;
position: absolute;
margin-left: 3%;
border-radius: 5px; }
.browser .bar .addressbar .search {
height: 10px;
top: 8px;
position: absolute;
background-color: #d8d6d7;
margin-left: 2%;
font-size: 10px;
line-height: 10px;
color: #ccc; }
.browser .bar .addressbar .search.text {
background-color: transparent; }
.browser .bar .addressbar .search.text a {
color: #ded6d7; }
.browser .bar .settings:before {
content: "";
position: absolute;
top: 12px;
right: 3%;
width: 7%;
height: 20px;
border-top: 12px double #d8d6d7;
border-bottom: 4px solid #d8d6d7; }
.browser .bar .settings {
width: 10%; }
.browser .content {
border: solid 1px #eff1f4;
border-radius: 0 0 5px 5px;
overflow: hidden; }
.browser .content.empty {
width: 100%;
height: 210px; }
.browser.dark .bar {
background-color: #d8d6d7; }
.browser.dark .bar .addressbar {
background-color: #fff; }
.browser.dark .bar .addressbar .search {
background-color: #d8d6d7;
color: #a6a6a6; }
.browser.dark .bar .addressbar .search.text {
background-color: transparent; }
.browser.dark .bar .addressbar .search.text a {
color: #a6a6a6; }
.browser.dark .settings:before {
border-color: #a6a6a6; }
.browser.dark .content {
border-color: #d8d6d7; }
.browser.dark.texture .addressbar {
box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 1px 0; }
.browser.texture {
/*drop shadow */ }
.browser.texture .content,
.browser.texture .bar {
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2); }
.browser.texture .addressbar {
box-shadow: rgba(255, 255, 255, 0.05) 0 1px 0, inset rgba(0, 0, 0, 0.1) 0 1px 0; }
.browser.texture .search {
box-shadow: rgba(255, 255, 255, 0.05) 0 1px 0, inset rgba(0, 0, 0, 0.1) 0 1px 0; }
.browser.texture .search.text {
box-shadow: none; }
.browser.outline.dark .bar {
background-color: #fff;
border: #a6a6a6 solid 2px;
width: 99%; }
.browser.outline.dark .bar .addressbar {
border: #a6a6a6 solid 2px;
height: 22px; }
.browser.outline.dark .bar .addressbar .search {
background-color: transparent; }
.browser.outline.dark .bar .settings:before {
border-top: 12px double #a6a6a6;
border-bottom: 4px solid #E74C3C; }
.browser.outline.dark .content {
border: #a6a6a6 solid 2px;
border-top: none;
width: 99%; }
.browser.outline .bar {
background-color: #fff;
border: #eff1f4 solid 2px;
width: 99%; }
.browser.outline .bar .addressbar {
border: #eff1f4 solid 2px;
height: 22px; }
.browser.outline .bar .addressbar .search {
background-color: transparent; }
.browser.outline .bar .settings:before {
border-top: 12px double #eff1f4;
border-bottom: 4px solid #E74C3C;
margin-top: -2px; }
.browser.outline .content {
border: #eff1f4 solid 2px;
border-top: none;
width: 99%; }
/* Settings specific to spans the browser might appear in*/
@media screen and (min-width: 600px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-xs-9 .browser .bar .addressbar,
.col-xs-8 .browser .bar .addressbar,
.col-sm-12 .browser .bar .addressbar,
.col-sm-11 .browser .bar .addressbar,
.col-sm-10 .browser .bar .addressbar,
.col-sm-9 .browser .bar .addressbar,
.col-sm-8 .browser .bar .addressbar {
width: 88%;
margin-left: 2%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-xs-9 .browser .bar .settings:before,
.col-xs-8 .browser .bar .settings:before,
.col-sm-12 .browser .bar .settings:before,
.col-sm-11 .browser .bar .settings:before,
.col-sm-10 .browser .bar .settings:before,
.col-sm-9 .browser .bar .settings:before,
.col-sm-8 .browser .bar .settings:before {
right: 2%;
width: 6%; } }
@media screen and (min-width: 768px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-sm-12 .browser .bar .addressbar,
.col-sm-11 .browser .bar .addressbar,
.col-sm-10 .browser .bar .addressbar {
width: 91%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-sm-12 .browser .bar .settings:before,
.col-sm-11 .browser .bar .settings:before,
.col-sm-10 .browser .bar .settings:before {
right: 1%;
width: 6%; } }
@media screen and (min-width: 992px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-xs-9 .browser .bar .addressbar,
.col-xs-8 .browser .bar .addressbar,
.col-md-12 .browser .bar .addressbar,
.col-md-11 .browser .bar .addressbar,
.col-md-10 .browser .bar .addressbar,
.col-md-9 .browser .bar .addressbar,
.col-md-8 .browser .bar .addressbar {
width: 93%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-xs-9 .browser .bar .settings:before,
.col-xs-8 .browser .bar .settings:before,
.col-md-12 .browser .bar .settings:before,
.col-md-11 .browser .bar .settings:before,
.col-md-10 .browser .bar .settings:before,
.col-md-9 .browser .bar .settings:before,
.col-md-8 .browser .bar .settings:before {
right: 1%;
width: 4%; }
.col-xs-5 .browser .bar .addressbar,
.col-xs-4 .browser .bar .addressbar,
.col-xs-3 .browser .bar .addressbar,
.col-xs-2 .browser .bar .addressbar,
.col-xs-1 .browser .bar .addressbar,
.col-md-5 .browser .bar .addressbar,
.col-md-4 .browser .bar .addressbar,
.col-md-3 .browser .bar .addressbar,
.col-md-2 .browser .bar .addressbar,
.col-md-1 .browser .bar .addressbar {
width: 84%;
margin-left: 3%; }
.col-xs-5 .browser .bar .settings:before,
.col-xs-4 .browser .bar .settings:before,
.col-xs-3 .browser .bar .settings:before,
.col-xs-2 .browser .bar .settings:before,
.col-xs-1 .browser .bar .settings:before,
.col-md-5 .browser .bar .settings:before,
.col-md-4 .browser .bar .settings:before,
.col-md-3 .browser .bar .settings:before,
.col-md-2 .browser .bar .settings:before,
.col-md-1 .browser .bar .settings:before {
right: 3%;
width: 7%; } }
@media screen and (min-width: 1200px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-md-12 .browser .bar .addressbar,
.col-md-11 .browser .bar .addressbar,
.col-lg-12 .browser .bar .addressbar,
.col-lg-11 .browser .bar .addressbar {
width: 93%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-md-12 .browser .bar .settings:before,
.col-md-11 .browser .bar .settings:before,
.col-lg-12 .browser .bar .settings:before,
.col-lg-11 .browser .bar .settings:before {
right: 1%;
width: 4%; }
.col-xs-7 .browser .bar .addressbar,
.col-xs-6 .browser .bar .addressbar,
.col-xs-5
.col-md-7 .browser .bar .addressbar,
.col-md-6 .browser .bar .addressbar,
.col-md-5
.col-lg-7 .browser .bar .addressbar,
.col-lg-6 .browser .bar .addressbar,
.col-lg-5 .browser .bar .addressbar {
width: 92%;
margin-left: 1%; }
.col-xs-7 .browser .bar .settings:before,
.col-xs-6 .browser .bar .settings:before,
.col-xs-5
.col-md-7 .browser .bar .settings:before,
.col-md-6 .browser .bar .settings:before,
.col-md-5
.col-lg-7 .browser .bar .settings:before,
.col-lg-6 .browser .bar .settings:before,
.col-lg-5 .browser .bar .settings:before {
right: 1%;
width: 5%; } }
/* end specific browser settings */
/* WallPaper video plugin */
|
_includes/css/material.css
|
/** 01.CSS RESET
**********************************/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/** 02.SCAFFOLDING
**********************************/
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 16px;
color: #757575;
background-color: #fff;
overflow-x: hidden;
}
.gray-bg {
background-color: #f5f5f5;
}
/* Vertical Space classes */
.space-top { margin-top: 24px; }
.space-top-2x { margin-top: 48px; }
.space-top-3x { margin-top: 72px; }
.space-bottom { margin-bottom: 24px; }
.space-bottom-2x { margin-bottom: 48px; }
.space-bottom-3x { margin-bottom: 72px; }
.padding-top { padding-top: 24px; }
.padding-top-2x { padding-top: 48px; }
.padding-top-3x { padding-top: 72px; }
.padding-bottom { padding-bottom: 24px; }
.padding-bottom-2x { padding-bottom: 48px;}
.padding-bottom-3x { padding-bottom: 72px;}
@media screen and (max-width: 768px) {
.space-top { margin-top: 16px; }
.space-top-2x { margin-top: 32px; }
.space-top-3x { margin-top: 48px; }
.space-bottom { margin-bottom: 16px; }
.space-bottom-2x { margin-bottom: 32px; }
.space-bottom-3x { margin-bottom: 48px; }
.padding-top { padding-top: 16px; }
.padding-top-2x { padding-top: 32px; }
.padding-top-3x { padding-top: 48px; }
.padding-bottom { padding-bottom: 16px; }
.padding-bottom-2x { padding-bottom: 32px;}
.padding-bottom-3x { padding-bottom: 48px;}
}
/* Clear floats */
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* Links */
a {
color: #2c7ab8; /* #008fed */
text-transform: uppercase;
text-decoration: none;
opacity: 1;
webkit-transition: all 0.3s;
transition: all 0.3s;
}
a:hover,
a:focus {
color: #008fed;
opacity: .6;
text-decoration: none;
outline: none;
}
a.light-color {
color: #fff;
opacity: 1;
}
a.light-color:hover {
color: #fff;
opacity: .5;
}
a[href^="mailto"] {
text-transform: none !important;
}
.link:after {
font-family: "Glyphicons Halflings";
content: "\e095";
font-size: 23px;
vertical-align: middle;
margin-left: 12px;
}
.text-right .link:after,
.link.text-right:after {
display: none;
}
.text-right .link:before,
.link.text-right:before {
font-family: "Glyphicons Halflings";
content: "\e095";
font-size: 23px;
vertical-align: middle;
margin-right: 12px;
}
hr {
width: 100%;
margin: 0;
border-top: 1px solid #f2f2f2;
}
.gray-bg hr {
border-top: 1px solid #cccccc;
}
hr.with-shadow {
position: relative;
border-top: 1px solid #e8e8e8;
}
hr.with-shadow:before {
position: absolute;
display: block;
width: 100%;
height: 10px;
content: "";
top: 0px;
left: 0;
-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.07);
}
strong {
font-weight: 600;
}
/* Responsive media by default */
img,
iframe,
embed {
max-width: 100%;
}
/* Text Selection Color */
::selection { color: #fff; background: #3a3a3a; }
::-moz-selection { color: #fff; background: #3a3a3a; }
/* Float Box (with shadows) */
.box-float {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.17);
}
.box-float:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 6px;
top: 0px;
left: 0;
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
}
/** 03.TYPOGRAPHY
**********************************/
h1, h2, h3,
.h1, .h2, .h3 {
font-weight: 300;
line-height: 1.3;
}
h3, .h3 {
font-weight: normal;
}
h1, .h1 {
font-size: 48px;
margin-bottom: 30px;
}
@media screen and (max-width: 768px){
h1, .h1 {
font-size: 38px;
}
}
h2, .h2 {
font-size: 36px;
margin-bottom: 24px;
}
@media screen and (max-width: 768px){
h2, .h2 {
font-size: 30px;
}
}
h3, .h3 {
font-size: 24px;
margin-bottom: 20px;
}
h4, .h4 {
font-size: 18px;
font-weight: normal;
line-height: 1.2;
margin-bottom: 16px;
}
h5, .h5 {
font-size: 16px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 12px;
}
h6, .h6 {
font-size: 14px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 8px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
dl dd {
margin-bottom: 45px;
}
dl dt {
font-size: 24px;
font-weight: solid;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 24px;
}
dl dt span {
margin-right: 11px;
color: #999;
}
dl dd {
font-size: 16px;
line-height: 1.5;
padding-left: 26px;
}
em {
font-style: italic;
}
.text-smaller {
font-size: 14px;
line-height: 1.58;
}
.lead {
font-size: 22px;
font-weight: 300;
}
.text-extra-big {
font-size: 72px;
font-weight: 300;
margin: 0 0 12px -3px;
}
@media screen and (max-width: 1200px) {
.text-extra-big {
font-size: 64px;
}
}
@media screen and (max-width: 991px) {
.text-extra-big {
font-size: 48px;
}
}
.text-light {
font-weight: 300 !important;
}
.text-normal {
font-weight: normal !important;
}
.text-semibold {
font-weight: 600 !important;
}
.text-bold {
font-weight: 700 !important;
}
figure figcaption {
text-align: right;
font-size: 12px;
color: #999;
margin-top: 13px;
}
/* Lists */
.unordered-list, ol,
.unstyled-list {
line-height: 1.8;
}
.unordered-list li {
position: relative;
padding-left: 20px;
}
.unordered-list li:before {
display: block;
position: absolute;
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #c4c4c4;
top: 12px;
left: 0;
}
.text-smaller.unordered-list li:before,
.text-smaller .unordered-list li:before {
top: 10px;
}
ol {
padding-left: 23px;
}
.unstyled-list {
list-style: none;
}
/* Page Heading */
.page-heading {
padding-top: 56px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.page-heading {
padding-top: 40px;
}
}
.page-heading .container {
position: relative;
}
.page-heading h1,
.page-heading h2,
.page-heading h3 {
width: 100%;
font-size: 24px;
font-weight: 300;
}
.page-heading .search-field {
position: absolute;
top: -10px;
left: 15px;
}
@media screen and (max-width: 680px) {
.page-heading.text-right {
text-align: left !important;
margin-bottom: 10px;
}
.page-heading .search-field {
position: relative;
top: 0;
left: 0;
margin-bottom: 30px;
}
}
/* Block Heading */
.block-heading {
margin-bottom: 34px;
}
.block-heading h1,
.block-heading h2,
.block-heading h3 {
margin-bottom: 11px;
line-height: 1.4;
}
.block-heading span,
.block-heading p {
display: block;
font-size: 14px;
line-height: 1.5;
}
.light-color .block-heading span,
.light-color.block-heading span,
.light-color .block-heading p,
.light-color.block-heading p {
color: #fff;
font-weight: 300;
}
/* Badge */
.badge {
font-size: 12px;
color: #757575;
margin-bottom: 30px;
}
.badge .icon {
display: inline-block;
vertical-align: middle;
width: 36px;
height: 70px;
color: #fff;
text-align: center;
padding-top: 21px;
margin-right: 10px;
}
.badge .icon i:before,
.badge .icon i:before {
font-size: 28px;
}
.badge.badge-primary .icon {
background-color: #008fed;
}
.badge.badge-success .icon {
background-color: #96cb4b;
}
.badge.badge-info .icon {
background-color: #16A085;
}
.badge.badge-warning .icon {
background-color: #E67E22;
}
.badge.badge-danger .icon {
background-color: #E74C3C;
}
.badge.badge-reverse {
text-align: right;
}
.badge.badge-reverse .icon {
margin-right: 0;
margin-left: 15px;
}
/* Text Alignment */
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-justify {
text-align: justify !important;
}
/* Text Style */
.text-uppercase {
text-transform: uppercase !important;
}
.text-italic {
font-style: italic !important;
}
/* Light Text */
.light-color {
color: #fff !important;
}
.light-color a {
color: #fff;
opacity: 1;
font-weight: 300;
}
.light-color a:hover {
opacity: .5;
}
/* Text Color Variation */
.text-muted {
color: #c4c4c4 !important;
}
.text-gray {
color: #999 !important;
}
.text-primary {
color: #008fed !important;
}
.text-success {
color: #96cb4b !important;
}
.text-info {
color: #16A085 !important;
}
.text-warning {
color: #E67E22 !important;
}
.text-danger {
color: #E74C3C !important;
}
.text-inverse {
color: #34495E !important;
}
.light-color .text-muted,
.light-color .text-gray,
.light-color .text-primary,
.light-color .text-success,
.light-color .text-info,
.light-color .text-warning,
.light-color .text-danger {
font-weight: normal !important;
}
/** 04.SOCIAL BUTTONS
**********************************/
.social-buttons {
position: relative;
z-index: 10;
}
.social-buttons a {
display: inline-block;
font-size: 25px;
text-decoration: none;
margin: 5px 25px 10px 0;
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-backface-visibility: hidden;
}
.social-buttons a:hover {
opacity: .5;
}
.social-buttons.text-right a {
text-align: right;
margin-right: 0;
margin-left: 25px;
}
/* Behance */
.sb-behance { color: #1769ff; }
.sb-behance:hover { color: #1769ff; }
/* Bitbucket */
.sb-bitbucket { color: #205081; }
.sb-bitbucket:hover { color: #205081; }
/* CodePen */
.sb-codepen { color: #76daff; }
.sb-codepen:hover { color: #76daff; }
/* DeviantArt */
.sb-deviantart { color: #4e6252; }
.sb-deviantart:hover { color: #4e6252; }
/* Digg */
.sb-digg { color: #000000; }
.sb-digg:hover { color: #000000; }
/* Dribbble */
.sb-dribbble { color: #ea4c89; }
.sb-dribbble:hover { color: #ea4c89; }
/* Dropbox */
.sb-dropbox { color: #007ee5; }
.sb-dropbox:hover { color: #007ee5; }
/* Facebook */
.sb-facebook { color: #1283ff; }
.sb-facebook:hover { color: #1283ff; }
/* Flickr */
.sb-flickr { color: #0063dc; }
.sb-flickr:hover { color: #0063dc; }
/* Foursquare */
.sb-foursquare { color: #ef4b78; }
.sb-foursquare:hover { color: #ef4b78; }
/* GitHub */
.sb-github { color: #4183c4; }
.sb-github:hover { color: #4183c4; }
/* Google+ */
.sb-google-plus { color: #dd4b39; }
.sb-google-plus:hover { color: #dd4b39; }
/* Instagram */
.sb-instagram { color: #3f729b; }
.sb-instagram:hover { color: #3f729b; }
/* Jsfiddle */
.sb-jsfiddle { color: #4679bd; }
.sb-jsfiddle:hover { color: #4679bd; }
/* LastFM */
.sb-lastfm { color: #e31b23; }
.sb-lastfm:hover { color: #e31b23; }
/* LinkedIn */
.sb-linkedin { color: #0976b4; }
.sb-linkedin:hover { color: #0976b4; }
/* PayPal */
.sb-paypal { color: #253b80; }
.sb-paypal:hover { color: #253b80; }
/* Pinterest */
.sb-pinterest { color: #cc2127; }
.sb-pinterest:hover { color: #cc2127; }
/* Reddit */
.sb-reddit { color: #ff4500; }
.sb-reddit:hover { color: #ff4500; }
/* Skype */
.sb-skype { color: #00aff0; }
.sb-skype:hover { color: #00aff0; }
/* SoundCloud */
.sb-soundcloud { color: #f80; }
.sb-soundcloud:hover { color: #f80; }
/* Stack Overflow */
.sb-stackoverflow { color: #fe7a15; }
.sb-stackoverflow:hover { color: #fe7a15; }
/* Steam */
.sb-steam { color: #7da10e; }
.sb-steam:hover { color: #7da10e; }
/* StumbleUpon */
.sb-stumbleupon { color: #eb4924; }
.sb-stumbleupon:hover { color: #eb4924; }
/* Trello */
.sb-trello { color: #256a92; }
.sb-trello:hover { color: #256a92; }
/* Tumblr */
.sb-tumblr { color: #35465c; }
.sb-tumblr:hover { color: #35465c; }
/* Twitch */
.sb-twitch { color: #6441a5; }
.sb-twitch:hover { color: #6441a5; }
/* Twitter */
.sb-twitter { color: #55acee; }
.sb-twitter:hover { color: #55acee; }
/* Vimeo */
.sb-vimeo { color: #1ab7ea; }
.sb-vimeo:hover { color: #1ab7ea; }
/* Vine */
.sb-vine { color: #00b488; }
.sb-vine:hover { color: #00b488; }
/* VKontakte */
.sb-vk { color: #45668e; }
.sb-vk:hover { color: #45668e; }
/* WeChat */
.sb-wechat { color: #98d11c; }
.sb-wechat:hover { color: #98d11c; }
/* WordPress */
.sb-wordpress { color: #21759b; }
.sb-wordpress:hover { color: #21759b; }
/* XING */
.sb-xing { color: #026466; }
.sb-xing:hover { color: #026466; }
/* Yahoo! */
.sb-yahoo { color: #400191; }
.sb-yahoo:hover { color: #400191; }
/* Yelp */
.sb-yelp { color: #af0606; }
.sb-yelp:hover { color: #af0606; }
/* YouTube */
.sb-youtube { color: #e52d27;}
.sb-youtube:hover { color: #e52d27;}
/** 05.FORMS
**********************************/
.form-control {
position: relative;
width: 100%;
margin-bottom: 24px;
}
.form-control input,
.form-control textarea {
width: 100%;
height: 48px;
font-size: 14px;
padding-top: 20px;
background: none;
border: none;
border-radius: 0;
color: #333;
border-bottom: 1px solid #757575;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: 0.25s ease-out;
transition: 0.25s ease-out;
}
.form-control textarea {
padding-top: 27px;
}
.form-control label {
position: absolute;
font-size: 14px;
color: #999;
left: 0;
top: 15px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}
.form-control input:focus,
.form-control textarea:focus {
outline: none;
border-bottom: 1px solid #008fed;
-webkit-box-shadow: 0 1px 0 0 #008fed;
box-shadow: 0 1px 0 0 #008fed;
}
.form-control.active label {
color: #008fed;
font-size: 11px;
-webkit-transform: translateY(-130%);
-moz-transform: translateY(-130%);
-ms-transform: translateY(-130%);
-o-transform: translateY(-130%);
transform: translateY(-130%);
}
.form-group {
margin-bottom: 24px;
}
.form-group + .checkbox,
.form-group + .checkbox-inline,
.form-group + .radio,
.form-group + .radio-inline {
margin-top: 36px;
}
.helper-text {
font-size: 13px;
}
.helper-link {
position: absolute;
top: 50%;
right: 0;
font-size: 12px;
margin-top: -7px;
text-transform: none;
opacity: 1;
visibility: visible;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.form-control.active .helper-link {
opacity: 0;
visibility: hidden;
}
/* Validation */
label.error {
display: none !important;
}
.form-control input.error,
.form-control textarea.error {
color: #E74C3C;
border-color: #E74C3C;
-webkit-box-shadow: 0 1px 0 0 #E74C3C;
box-shadow: 0 1px 0 0 #E74C3C;
}
.form-control.active input.error ~ label,
.form-control.active textarea.error ~ label {
color: #E74C3C;
}
.form-control input.valid,
.form-control textarea.valid {
border-color: #96cb4b;
-webkit-box-shadow: 0 1px 0 0 #96cb4b;
box-shadow: 0 1px 0 0 #96cb4b;
}
.form-control.active input.valid ~ label,
.form-control.active textarea.valid ~ label {
color: #96cb4b;
}
.form-control input.error ~ .helper-link,
.form-control input.valid ~ .helper-link {
opacity: 0;
visibility: hidden;
}
.error-label,
.valid-label {
position: absolute;
top: 50%;
font-weight: 300;
right: 0;
font-size: 26px;
margin-top: -13px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.error-label:before,
.valid-label:before {
font-family: "Flaticon";
}
.error-label:before {
color: #E74C3C;
content: "!";
padding-right: 10px;
}
.valid-label:before {
color: #96cb4b;
content: "\e048";
}
.form-control input.error ~ .error-label,
.form-control textarea.error ~ .error-label,
.form-control input.valid ~ .valid-label,
.form-control textarea.valid ~ .valid-label {
opacity: 1;
visibility: visible;
}
.response-holder {
visibility: hidden;
opacity: 0;
padding: 12px 0;
font-size: 13px;
line-height: 1.8;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.response-holder.error,
.response-holder.success {
visibility: visible;
opacity: 1;
}
.response-holder.error {
color: #E74C3C;
}
.response-holder.success {
color: #96cb4b;
}
/* Custom Checkboxes and Radios */
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
position: relative;
display: block;
font-size: 14px;
color: #999;
cursor: default;
padding-left: 27px;
margin-bottom: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
label.hover {
cursor: pointer;
}
.checkbox-inline,
.radio-inline {
display: inline-block;
margin-right: 18px;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
margin-left: 15px;
margin-right: 0;
}
.icheckbox,
.iradio {
position: absolute;
z-index: 0;
width: 18px;
height: 18px;
vertical-align: middle;
left: 0;
top: -2px;
border: 2px solid #757575;
border-radius: 1px;
background-clip: padding-box;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.icheckbox.checked,
.radio-alt .iradio.checked {
left: -6px;
top: -8px;
width: 12px;
height: 22px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #96cb4b;
border-bottom: 2px solid #96cb4b;
-webkit-transform: rotateZ(40deg);
-moz-transform: rotateZ(40deg);
-ms-transform: rotateZ(40deg);
-o-transform: rotateZ(40deg);
transform: rotateZ(40deg);
-webkit-backface-visibility: hidden;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.radio-alt .iradio {
border-radius: 1px;
}
.iradio,
.iradio:before {
border-radius: 50%;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
.iradio:before {
position: absolute;
display: block;
content: "";
width: 8px;
height: 8px;
background-color: #96cb4b;
opacity: 0;
top: 3px;
left: 3px;
-webkit-transform: scale(0);
transform: scale(0);
}
.iradio.checked {
border-color: #96cb4b;
}
.iradio.checked:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.icheckbox.disabled,
.iradio.disabled {
border-color: #cccccc;
background-color: #cccccc;
cursor: default;
}
.text-right .checkbox-inline,
.text-right .radio-inline {
margin-left: 25px;
margin-right: 0;
}
.light-color .checkbox,
.light-color .radio,
.light-color .checkbox-inline,
.light-color .radio-inline {
color: #fff;
}
.light-color .icheckbox,
.light-color .iradio {
border-color: #fff;
}
.light-color .icheckbox:before,
.light-color .radio-alt .iradio:before {
color: #3a3a3a;
}
.light-color .iradio:before {
background-color: #3a3a3a;
}
.light-color .size-lg .iradio:before,
.light-color.size-lg .iradio:before {
background-color: #5e5e5e;
}
.light-color .size-lg .icheckbox:before,
.light-color.size-lg .icheckbox:before,
.light-color .size-lg.radio-alt .iradio:before,
.light-color.size-lg.radio-alt .iradio:before {
color: #5e5e5e;
}
.light-color .radio-alt .iradio:before {
background-color: transparent;
}
.icheckbox.disabled,
.iradio.disabled {
border-color: #fff;
background-color: #fff;
opacity: .6;
}
/* Search Field */
.search-field {
position: relative;
display: block;
width: 100%;
max-width: 260px;
padding-left: 40px;
}
.search-field label {
left: 40px;
}
.search-field button[type=submit] {
display: block;
position: absolute;
border: none;
background: none;
top: 23px;
left: -6px;
-webkit-transition: color .3s;
transition: color .3s;
}
.search-field button[type=submit]:active,
.search-field button[type=submit]:focus {
outline: none;
}
.search-field button[type=submit] i {
font-size: 28px;
}
.search-field.active button[type=submit],
.search-field button[type=submit]:hover {
color: #008fed;
}
/** 06.BUTTONS
**********************************/
.btn {
display: inline-block;
height: 48px;
white-space: nowrap;
color: #010101;
text-decoration: none;
font-size: 16px;
font-weight: normal;
line-height: 46px;
text-transform: uppercase;
text-align: center;
padding: 0 28px;
border: none;
border-radius: 3px;
background-color: #fff;
vertical-align: middle;
margin: 10px 10px 10px 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.light-color .btn {
color: #010101 !important;
font-weight: normal;
}
.btn-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
box-shadow: 0px 1.5px 3px 1.5px rgba(0, 0, 0, 0.22);
}
.btn-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.btn:hover {
opacity: 1 !important;
color: #010101;
text-decoration: none;
outline: none;
}
.btn:focus {
outline: none;
opacity: 1 !important;
}
/* Button Variants */
.btn-default {
background: #ccc;
}
.btn-primary {
background-color: #008fed;
}
.btn-success {
background-color: #96cb4b;
}
.btn-info {
background-color: #16A085;
}
.btn-warning {
background-color: #E67E22;
}
.btn-danger {
background-color: #E74C3C;
}
.btn-inverse {
background-color: #34495E;
color: #fff;
}
/* Flat Buttons */
.btn-flat {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.android .btn-flat {
-webkit-mask-image: none;
}
.btn-flat:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-flat.btn-default,
.btn-flat.btn-default:hover {
color: #010101 !important;
}
.btn-flat.btn-primary,
.btn-flat.btn-primary:hover {
color: #008fed !important;
}
.btn-flat.btn-success,
.btn-flat.btn-success:hover {
color: #96cb4b !important;
}
.btn-flat.btn-info,
.btn-flat.btn-info:hover {
color: #16A085 !important;
}
.btn-flat.btn-warning,
.btn-flat.btn-warning:hover {
color: #E67E22 !important;
}
.btn-flat.btn-danger,
.btn-flat.btn-danger:hover {
color: #E74C3C !important;
}
/* Ghost Buttons */
.btn-ghost {
background: transparent;
border: 1px solid #fff;
}
.btn-ghost.btn-default {
border-color: rgb(49,49,49);
color: rgb(49,49,49) !important;
}
.btn-ghost.btn-default:hover {
background-color: rgb(49,49,49);
}
.btn-ghost.btn-primary {
border-color: #007aff;
color: #007aff !important;
}
.btn-ghost.btn-primary:hover {
background-color: #007aff;
}
.btn-ghost.btn-success {
border-color: #4cd964;
color: #4cd964 !important;
}
.btn-ghost.btn-success:hover {
background-color: #4cd964;
}
.btn-ghost.btn-info {
border-color: #1ba9bf;
color: #1ba9bf !important;
}
.btn-ghost.btn-info:hover {
background-color: #1ba9bf;
}
.btn-ghost.btn-warning {
border-color: #ffcc00;
color: #ffcc00 !important;
}
.btn-ghost.btn-warning:hover {
background-color: #ffcc00;
}
.btn-ghost.btn-danger {
border-color: #ff2d55;
color: #ff2d55 !important;
}
.btn-ghost.btn-danger:hover {
background-color: #ff2d55;
}
.btn-primary, .btn-success,
.btn-info, .btn-warning, .btn-danger,
.btn-primary:hover, .btn-success:hover,
.btn-info:hover, .btn-warning:hover, .btn-danger:hover,
.btn-light, .btn-light:hover,
.light-color .btn-primary, .light-color .btn-success,
.light-color .btn-info, .light-color .btn-warning,
.light-color .btn-danger {
color: #fff !important;
}
/* Button Sizes */
.btn-lg {
height: 72px;
line-height: 70px;
padding: 0 34px;
}
.btn-sm {
height: 36px;
font-size: 14px;
line-height: 34px;
}
/* Icons Alignment */
.btn i {
font-size: 16px;
}
.btn-lg i {
font-size: 18px;
}
.btn [class^="flaticon-"],
.btn [class*=" flaticon-"] {
font-size: 17px;
vertical-align: middle;
margin-left: 0;
}
.offcanvas-nav .btn [class^="flaticon-"],
.offcanvas-nav .btn [class*=" flaticon-"],
.navbar .btn [class^="flaticon-"],
.navbar .btn [class*=" flaticon-"],
.btn-sm [class^="flaticon-"],
.btn-sm [class*=" flaticon-"] {
font-size: 15px;
}
.btn-lg [class^="flaticon-"],
.btn-lg [class*=" flaticon-"] {
font-size: 19px;
}
.btn i.icon-left {
margin-right: 1px;
}
.btn.icon-left [class^="flaticon-"], .btn.icon-left [class*=" flaticon-"],
.btn.icon-left [class^="flaticon-"], .btn.icon-left [class*=" flaticon-"] {
margin-right: 5px;
}
.btn i.icon-right {
margin-left: 1px;
}
.btn.icon-right [class^="flaticon-"], .btn.icon-right [class*=" flaticon-"],
.btn.icon-right [class^="flaticon-"], .btn.icon-right [class*=" flaticon-"] {
margin-left: 5px;
}
.btn.icon-left {
padding-left: 23px;
}
.btn.icon-right {
padding-right: 23px;
}
.btn-lg.icon-left {
padding-left: 28px;
}
.btn-lg.icon-right {
padding-right: 28px;
}
/* Special Buttons */
.btn-see-labster {
position: relative;
padding: 18px 24px;
border-radius: 0;
height: auto;
}
.btn-see-labster img {
display: block;
max-width: 168px;
}
.btn-see-labster span {
display: block;
position: absolute;
color: #000;
text-shadow: 1px #fff;
font-size: 9px;
line-height: 1;
text-transform: none;
top: 11px;
left: 71px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
a.downloadable,
div.downloadable {
display: inline-block;
text-transform: none;
max-width: 140px;
text-align: center;
color: #757575;
margin: 0 16px 40px 16px;
}
a.downloadable img,
div.downloadable img {
display: block;
max-width: 120px;
margin: 0 auto 25px auto;
}
a.downloadable h5,
div.downloadable h5 {
font-weight: 300;
margin-bottom: 8px;
-webkit-text-stroke-width: .15px;
-webkit-font-smoothing: antialiased;
}
a.downloadable p,
div.downloadable p {
font-size: 12px;
color: #008fed;
margin-bottom: 0;
text-transform: uppercase;
}
div.downloadable p {
text-transform: none;
color: #999;
}
.downloadable:hover {
color: #757575;
opacity: 1;
}
.load-more {
display: block;
position: relative;
width: 100%;
text-align: center;
color: #fff;
font-size: 14px;
padding: 27px 20px 26px 20px;
background-color: #008fed;
}
.load-more:hover,
.load-more:focus {
opacity: 1;
color: #fff;
}
.load-more i {
display: block;
position: absolute;
font-size: 24px;
top: 50%;
left: 40px;
margin-top: -11px;
}
.btn-plus {
position: relative;
height: 48px;
line-height: 46px;
padding: 0 30px;
border-radius: 8px;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
}
.btn-plus:before {
position: absolute;
display: block;
content: "+";
top: -14px;
left: 5px;
font-size: 18px;
}
.btn.btn-light,
.btn-ghost.btn-light,
.light-color .btn-plus {
text-transform: uppercase;
font-size: 16px;
font-weight: normal;
border-color: #fff !important;
opacity: 1 !important;
}
.btn-plus.btn-sm {
height: 30px;
line-height: 28px;
padding: 0 20px;
border-radius: 4px;
}
.btn-plus.btn-sm:before {
top: -7px;
left: 3px;
font-size: 12px;
}
.btn.btn-light {
background-color: #fff;
color: #3a3a3a !important;
font-weight: normal;
}
.btn-light.btn-primary {
color: #007aff !important;
}
.btn-light.btn-success {
color: #4cd964 !important;
}
.btn-light.btn-info {
color: #1ba9bf !important;
}
.btn-light.btn-warning {
color: #ffcc00 !important;
}
.btn-light.btn-danger {
color: #ff2d55 !important;
}
.btn-ghost.btn-light {
color: #fff !important;
background-color: transparent;
}
.btn.btn-light:hover,
.light-color .btn-plus:hover {
background-color: rgba(255,255,255,0.2);
color: #fff !important;
}
.light-color .btn {
opacity: 1 !important;
}
/** 07.INTRO
**********************************/
.intro {
position: fixed;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
z-index: 1;
color: #fff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-backface-visibility: hidden;
}
.touch .intro {
position: relative;
}
.fixed-footer .intro.transparent {
opacity: 0;
}
.intro .container {
position: relative;
z-index: 10;
}
.intro .gradient {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
min-height: 100%;
opacity: .9;
background: rgb(0,0,0);
background: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(0%, rgb(0,0,0)), color-stop(100%, rgb(29,53,77)));
background: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
background: linear-gradient(to top, rgb(0,0,0) 0%, rgb(29,53,77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1cff', endColorstr='#000', GradientType=0 );
}
/* Social Buttons */
.intro .social-buttons,
.offcanvas-nav .social-buttons {
position: absolute;
top: 0;
right: 0;
padding-top: 36px;
}
.intro .social-buttons a,
.offcanvas-nav .social-buttons a,
.navbar .social-buttons a {
color: #fff;
}
/* Navi */
.intro .navi {
position: absolute;
top: 23px;
left: 0;
font-size: 14px;
}
.intro .navi a {
color: #fff;
}
.intro .navi a:focus {
opacity: 1;
}
.nav-toggle {
display: inline-block;
vertical-align: middle;
position: relative;
width: 53px;
height: 53px;
color: #fff;
cursor: pointer;
border-radius: 50%;
margin-right: 20px;
}
.intro .nav-toggle span {
display: block;
position: absolute;
z-index: 2;
background-color: #008fed;
border-radius: 50%;
line-height: 56px;
width: 56px;
height: 56px;
top: -1px;
left: -1px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.android .intro .nav-toggle span {
-webkit-mask-image: none;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .intro .nav-toggle:active span {
background-color: #1fa4fc;
}
.android .intro .nav-toggle span.waves-effect {
-webkit-transition: none;
transition: none;
}
.android .intro .nav-toggle span.waves-effect .waves-ripple {
display: none !important;
}
.nav-toggle i {
font-size: 23px;
margin: 0;
}
.intro .nav-toggle:before {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 53px;
height: 53px;
top: 1px;
left: 1px;
border-radius: 50%;
-webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.25);
-webkit-transition: all .3s;
transition: all .3s;
}
.intro .nav-toggle-float:active:before {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
/* Into Columns */
.column-wrap {
display: table;
width: 100%;
}
.intro .column {
position: relative;
display: table-cell;
vertical-align: bottom;
z-index: 10;
text-align: center;
}
.intro .column.c-left,
.intro .column.c-right {
width: 30%;
}
.intro .column.c-middle {
width: 40%;
}
/* Logo */
.intro .logo {
text-align: center;
padding-top: 20px;
margin-bottom: 40px;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.intro .logo img {
display: block;
width: 100%;
max-width: 178px;
margin: 0 auto 30px auto;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.intro .logo span {
display: block;
font-size: 22px;
margin-top: 25px;
opacity: .5;
}
/* Phone */
.intro .phone {
position: relative;
width: 370px;
height: 683px;
background-image: url('images/intro/nexus.png');
background-repeat: no-repeat;
background-size: cover;
padding: 52px 20px 0 21px;
margin: 0 auto -380px auto;
overflow: hidden;
-webkit-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-backface-visibility: hidden;
}
.intro .phone img {
display: block;
width: 100%;
max-width: 100%;
}
.intro .intro-features {
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-backface-visibility: hidden;
}
/* Scroll for More Btn */
.scroll-more {
display: inline-block;
height: 36px;
text-transform: none;
text-decoration: none;
font-size: 14px;
margin-bottom: 65px;
-webkit-backface-visibility: hidden;
}
.scroll-more:hover,
.scroll-more:focus {
text-decoration: none;
}
.scroll-more span {
display: inline-block;
vertical-align: middle;
font-weight: 300;
}
.scroll-more .icon {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
vertical-align: middle;
border: 1px solid;
border-radius: 50%;
margin-right: 8px;
padding: 8px 0 0 12px;
}
.scroll-more .icon:before {
display: block;
width: 10px;
height: 18px;
content: "";
border: 1px solid;
border-radius: 12px;
}
.scroll-more .icon:after {
position: absolute;
display: block;
top: 11px;
left: 16px;
width: 2px;
height: 4px;
content: "";
background-color: #fff;
-webkit-animation: scroll 1.2s infinite;
animation: scroll 1.2s infinite;
}
.scroll-more.text-primary .icon:after {
background-color: #008fed;
}
.scroll-more.text-success .icon:after {
background-color: #96cb4b;
}
.scroll-more.text-info .icon:after {
background-color: #16A085;
}
.scroll-more.text-warning .icon:after {
background-color: #E67E22;
}
.scroll-more.text-danger .icon:after {
background-color: #E74C3C;
}
.scroll-more.text-gray .icon:after {
background-color: #666;
}
.scroll-more.text-inverse .icon:after {
background-color: #34495E;
}
@-webkit-keyframes scroll {
0% { opacity: .8; -webkit-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -webkit-transform: translateY(8px); }
}
@-moz-keyframes scroll {
0% { opacity: .8; -moz-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -moz-transform: translateY(8px); }
}
@-ms-keyframes scroll {
0% { opacity: .8; -ms-transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; -ms-transform: translateY(8px); }
}
@keyframes scroll {
0% { opacity: .8; transform: translateY(0); }
60% { opacity: .6; }
100% { opacity: 0; transform: translateY(8px); }
}
.intro .intro-features .icon-block {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, transform .5s;
}
/* Transform Animation */
.intro.transformed .logo {
-webkit-transform: translate(-75%, -40%);
transform: translate(-75%, -40%);
}
.intro.transformed .logo img {
max-width: 96px;
}
.intro.transformed .phone {
-webkit-transform: translateY(-68%) scale(0.8);
transform: translateY(-68%) scale(0.8);
}
.intro.transformed .intro-features .icon-block {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Download Button */
.download {
margin-bottom: 35px;
text-align: left;
}
.download p {
margin-bottom: 4px;
font-size: 14px;
}
.download .btn {
-webkit-box-shadow: 0px 1.5px 4px 1.5px rgba(0, 0, 0, 0.23);
box-shadow: 0px 1.5px 4px 1.5px rgba(0, 0, 0, 0.23);
}
.download .btn:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-height: 900px) {
.intro.transformed .logo {
-webkit-transform: translate(-75%, -10%);
transform: translate(-75%, -10%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-56%) scale(0.8);
transform: translateY(-56%) scale(0.8);
}
.intro .intro-features {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@media screen and (max-height: 750px) {
.intro .phone {
margin-bottom: -500px;
}
.intro.transformed .logo {
-webkit-transform: translate(-75%, -40%);
transform: translate(-75%, -40%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-68%) scale(0.8);
transform: translateY(-68%) scale(0.8);
}
.intro .intro-features {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media screen and (max-width: 1200px) {
.intro .logo {
font-size: 40px;
}
.intro .logo img {
max-width: 130px;
margin: 0 auto 20px auto;
}
.intro .logo span {
font-size: 14px;
margin-top: 15px;
}
.intro .phone {
width: 260px;
height: 480px;
padding: 38px 15px 0 16px;
margin-bottom: -280px;
}
.intro .column.c-left,
.intro .column.c-right {
width: 33.33%;
}
.intro .column.c-middle {
width: 33.33%;
}
.intro.transformed .logo {
-webkit-transform: translate(-80%, -47%);
transform: translate(-80%, -47%);
}
.intro.transformed .phone {
-webkit-transform: translateY(-82%) scale(0.85);
transform: translateY(-82%) scale(0.85);
}
.intro .intro-features {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@media screen and (max-width: 991px) {
.intro .container {
width: 100%;
}
.download {
text-align: center;
}
}
@media screen and (max-width: 850px) {
.intro .column.c-left,
.intro .column.c-right {
width: 0px;
}
.intro .column.c-middle {
width: 100%;
z-index: 1;
}
.intro .logo {
margin-bottom: 20px;
}
.intro .phone {
margin-bottom: -320px;
}
.intro .intro-features,
.intro .scroll-more,
.intro .download {
display: none;
}
.intro .social-buttons,
.intro .navi {
position: fixed;
z-index: 10;
}
.touch .intro .social-buttons,
.touch .intro .navi {
position: absolute;
white-space: nowrap;
}
.intro .navi {
left: 15px;
}
.intro .social-buttons {
right: 15px;
}
.modal-open .intro .navi,
.modal-open .intro .social-buttons {
right: 32px;
}
.mac .modal-open .intro .navi,
.touch .modal-open .intro .navi,
.mac .modal-open .intro .social-buttons,
.touch .modal-open .intro .social-buttons {
right: 15px;
}
.intro.transformed .logo {
-webkit-transform: none;
transform: none;
}
.intro.transformed .logo img {
max-width: 130px;
}
.intro.transformed .phone {
-webkit-transform: none;
transform: none;
}
.intro.transformed .intro-features .icon-block {
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 440px) {
.intro .logo {
font-size: 35px;
}
.intro .logo img {
max-width: 100px;
margin: 0 auto 15px auto;
}
.intro .logo span {
margin-top: 15px;
}
.intro .phone {
margin-bottom: -340px;
}
.intro.transformed .logo img {
max-width: 100px;
}
.intro .social-buttons {
display: none;
}
}
/** 08.MAIN CONTENT WRAP
**********************************/
.content-wrap {
position: relative;
z-index: 20;
background-color: #fff;
-webkit-backface-visibility: hidden;
}
/** 09.NAVBAR
**********************************/
.navbar {
position: absolute;
z-index: 100;
width: 100%;
padding: 0;
margin: 0;
-webkit-backface-visibility: hidden;
}
.navbar.navbar-fixed-top {
position: fixed;
top: 0;
}
.navbar + *,
.sticky-wrapper + *,
.navbar + .page-heading,
.sticky-wrapper + .page-heading {
padding-top: 170px;
}
.sticky-wrapper {
position: absolute;
width: 100%;
}
.navbar-sticky.stuck {
position: fixed;
top: 0;
}
.navbar .container {
background-color: #1D191A; /* og: #008fed */
width: 100%;
height: 76px;
padding: 0 40px;
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.navbar:before,
.navbar:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.navbar:after {
clear: both;
}
.navbar .logo {
display: inline-block;
height: 48px;
font-size: 18px;
line-height: 72px;
font-weight: 300;
color: #fff;
text-transform: none;
text-decoration: none;
margin-right: 40px;
}
.navbar .logo:hover,
.navbar .logo:focus {
opacity: 1;
}
.navbar .logo img {
display: inline-block;
width: 55px;
margin-right: 12px;
vertical-align: middle;
}
.navbar .logo img.long {
width:auto;
}
.navbar .social-buttons {
display: inline-block;
}
.navbar .toolbar {
float: right;
text-align: right;
padding-top: 3px;
}
.navbar .toolbar a {
font-size: 14px;
}
.navbar .social-buttons a {
color: #fff;
font-size: 18px;
}
.navbar .toolbar .action-btn {
position: relative;
color: #fff;
margin: 0 16px 0 4px;
}
.navbar .toolbar .action-btn:focus {
opacity: 1;
}
.navbar .nav-toggle {
text-align: center;
width: 48px;
height: 48px;
line-height: 46px;
margin-left: -10px;
margin-right: 15px;
}
.safari .navbar .nav-toggle {
margin-top: 10px;
}
.navbar .nav-toggle,
.navbar .nav-toggle:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.android .navbar .nav-toggle.waves-effect {
background-color: transparent;
-webkit-transition: background .2s;
transition: background .2s;
}
.android .navbar .nav-toggle.waves-effect:active {
background-color: rgba(255,255,255,0.35);
}
.android .navbar .nav-toggle.waves-effect .waves-ripple {
display: none !important;
}
@media screen and (max-width: 991px) {
.navbar {
padding: 0;
height: 80px;
}
.navbar .container {
width: 100%;
height: 80px;
}
.navbar.navbar-fixed-top + * {
padding-top: 80px;
}
.navbar + *,
.sticky-wrapper + *,
.navbar + .page-heading,
.sticky-wrapper + .page-heading {
padding-top: 120px;
}
.navbar .logo {
line-height: 76px;
}
.navbar .social-buttons {
display: none;
}
.navbar .toolbar {
padding-top: 7px;
}
.navbar .toolbar .action-btn {
margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.navbar .container {
padding: 0 15px;
}
}
@media screen and (max-width: 540px) {
.navbar .toolbar .action-btn,
.navbar .toolbar .btn {
display: none;
}
}
/** 10.OFF-CANVAS NAVIGATION
*************************************/
.offcanvas-nav {
position: fixed;
z-index: 1000;
width: 325px;
min-height: 100%;
top: 0;
left: 0;
bottom: 0;
-webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
-moz-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
-o-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms; /* easeInOutCirc */
-webkit-backface-visibility: hidden;
}
.offcanvas-nav.open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvas-backdrop {
display: block;
position: fixed;
z-index: 995;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
cursor: pointer;
}
.offcanvas-nav .nav-head,
.offcanvas-nav .nav-body {
position: relative;
z-index: 10;
padding: 30px 40px;
}
.offcanvas-nav .nav-body {
background-color: #fff;
padding: 30px 0;
}
.offcanvas-nav .nav-body .inner {
padding: 0 40px;
}
.offcanvas-nav .nav-head {
background-color: #16283a;
}
.offcanvas-nav .top-bar {
position: relative;
width: 100%;
text-align: right;
margin-bottom: 35px;
}
.offcanvas-nav .nav-close {
display: inline-block;
vertical-align: middle;
color: #fff;
text-align: center;
width: 35px;
height: 35px;
border-radius: 50%;
padding-top: 6px;
margin-right: -7px;
cursor: pointer;
}
.android .offcanvas-nav .nav-close.waves-effect {
background-color: transparent;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .offcanvas-nav .nav-close.waves-effect:active {
background-color: rgba(255,255,255,0.35);
}
.android .offcanvas-nav .nav-close.waves-effect .waves-ripple {
display: none !important;
}
.offcanvas-nav .nav-close i {
font-size: 23px;
}
.offcanvas-nav .search-box {
position: relative;
z-index: 10;
display: inline-block;
vertical-align: middle;
width: 100%;
max-width: 35px;
height: 36px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box input {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 100%;
height: 36px;
border: none;
background-color: #33a5f1;
border-radius: 3px;
padding-left: 38px;
padding-right: 15px;
color: #fff;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box input:focus,
.offcanvas-nav .search-box .search-btn:focus,
.offcanvas-nav .search-box .search-btn:active {
outline: none;
}
.offcanvas-nav .search-box .search-toggle,
.offcanvas-nav .search-box .search-btn {
display: block;
position: absolute;
z-index: 2;
width: 35px;
height: 35px;
padding-top: 4px;
text-align: center;
left: 3px;
top: 0;
color: #fff;
font-size: 23px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-nav .search-box .search-btn {
border: none;
background: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.offcanvas-nav .search-box .search-toggle {
border-radius: 3px;
opacity: 1;
visibility: visible;
padding-top: 7px;
left: auto;
right: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.android .offcanvas-nav .search-box .search-toggle.waves-effect {
-webkit-mask-image: none;
background-color: transparent;
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.android .offcanvas-nav .search-box .search-toggle.waves-effect .waves-ripple {
display: none !important;
}
.android .offcanvas-nav .search-box .search-toggle:active {
background-color: rgba(255,255,255,0.35);
}
.offcanvas-nav .search-toggle:before {
font-family: "Flaticon";
content: "\e13d";
}
.offcanvas-nav .search-box.open {
max-width: 272px;
}
.offcanvas-nav .search-box.open .search-toggle {
opacity: 0;
visibility: hidden;
}
.offcanvas-nav .search-box.open .search-btn,
.offcanvas-nav .search-box.open input {
opacity: 1;
visibility: visible;
}
.offcanvas-nav .social-buttons {
z-index: 5;
text-align: left;
top: 0;
right: auto;
left: 0;
padding-top: 6px;
}
.offcanvas-nav .social-buttons a {
margin: 5px 11px 10px 0;
}
.offcanvas-logo {
display: table;
width: 100%;
color: #fff;
margin-bottom: 20px;
}
.offcanvas-logo:hover,
.offcanvas-logo:focus {
opacity: 1;
color: #fff;
}
.offcanvas-logo .icon,
.offcanvas-logo .title {
display: table-cell;
vertical-align: middle;
}
.offcanvas-logo .icon img {
max-width: 96px;
}
.offcanvas-logo .title {
padding-left: 4px;
font-size: 24px;
font-weight: 300;
text-transform: none;
}
.offcanvas-logo .title span {
display: block;
font-size: 15px;
margin-top: 10px;
}
.offcanvas-nav .btn {
font-size: 14px;
font-weight: normal;
margin-right: 0;
}
.offcanvas-nav .btn.icon-left {
padding-left: 23px;
}
.offcanvas-nav a.nav-link,
.offcanvas-nav .nav-link a {
font-size: 14px;
margin-right: 15px;
}
.offcanvas-nav a.nav-link:hover,
.offcanvas-nav .nav-link a:hover,
.offcanvas-nav .nav-link ul li.active a {
opacity: .5;
}
.offcanvas-nav .nav-head a.nav-link {
font-weight: 300;
}
.offcanvas-nav .nav-link .scroll-nav {
display: inline-block;
margin-right: -5px;
width: 100%;
}
.offcanvas-nav .nav-link ul {
display: inline-block;
list-style: none;
padding: 0;
margin-left: 0;
width: 49%;
}
.offcanvas-nav .nav-link ul.pages a {
font-weight: 600;
}
.offcanvas-nav .nav-link ul:first-child {
margin-left: 0;
}
.offcanvas-nav .nav-link ul li {
margin-bottom: 18px;
}
.offcanvas-tabs {
border-top: 1px solid #dcdcdc;
margin: 18px -40px;
padding-top: 18px;
}
.offcanvas-tabs .nav-tabs {
padding: 0 40px;
margin-bottom: 5px;
}
.offcanvas-tabs .nav-tabs li {
display: block;
float: left;
width: 50%;
text-align: center;
margin: 10px 0;
}
.offcanvas-tabs .nav-tabs li a,
.offcanvas-tabs .nav-tabs li a:hover,
.offcanvas-tabs .nav-tabs li a:focus {
display: block;
}
.offcanvas-nav .twitter-feed {
padding: 0 40px;
}
.offcanvas-nav .twitter-feed .tweet:first-child {
margin-top: 10px;
}
.offcanvas-nav .twitter-feed .tweet {
margin: 35px 0;
}
.offcanvas-posts .post {
display: block;
text-transform: none;
padding: 20px 75px 20px 40px;
color: #757575;
border-bottom: 1px solid #dcdcdc;
}
.offcanvas-posts .post:last-child {
border-bottom: none;
}
.offcanvas-posts .post:hover {
opacity: 1;
color: #757575;
background-color: #f1f1f1;
}
.offcanvas-posts .post span {
display: block;
font-size: 14px;
margin-top: 10px;
line-height: 1.5;
}
.offcanvas-instagram {
padding-top: 15px;
padding-bottom: 30px;
}
.offcanvas-instagram .instgr-row {
margin-bottom: 25px;
}
.offcanvas-instagram .instgr-row a {
display: block;
float: left;
width: 100%;
max-width: 85px;
margin-left: 25px;
}
.offcanvas-instagram .instgr-row a img {
display: block;
}
.offcanvas-instagram .instgr-row a:first-child {
margin-left: 0;
}
.offcanvas-instagram .instgr-row a:hover {
opacity: 1;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.offcanvas-instagram .instgr-row a:focus {
opacity: 1;
}
@media screen and (max-width: 480px) {
.offcanvas-nav {
width: 280px;
}
.offcanvas-nav .nav-head,
.offcanvas-nav .nav-body {
padding: 22px 25px;
}
.offcanvas-nav .nav-body {
padding: 22px 0;
}
.offcanvas-nav .nav-body .inner {
padding: 0 25px;
}
.offcanvas-nav .top-bar {
margin-bottom: 30px;
}
.offcanvas-nav .search-box.open {
max-width: 195px;
}
.offcanvas-logo {
margin-bottom: 15px;
}
.offcanvas-logo .icon img {
max-width: 74px;
}
.offcanvas-logo .title {
padding-left: 15px;
font-size: 22px;
}
.offcanvas-logo .title span {
font-size: 14px;
}
.offcanvas-nav .btn > i {
display: none;
}
.offcanvas-nav .btn,
.offcanvas-nav .btn.icon-left {
font-size: 13px;
font-weight: 600;
padding-left: 12px;
padding-right: 12px;
}
.offcanvas-nav .nav-head a.nav-link {
font-size: 13px;
font-weight: normal;
margin-right: 10px;
}
.offcanvas-nav .nav-link ul,
.offcanvas-nav .nav-link ul:first-child {
margin-left: 0;
margin-right: 20px;
}
.offcanvas-instagram {
padding-bottom: 15px;
}
.offcanvas-instagram .instgr-row {
margin-bottom: 15px;
}
.offcanvas-instagram .instgr-row a {
display: block;
float: left;
width: 100%;
max-width: 62px;
margin-left: 15px;
opacity: .5;
}
.offcanvas-instagram .instgr-row a:hover {
opacity: 1;
}
}
@media screen and (max-height: 500px) {
.offcanvas-nav .top-bar {
margin-bottom: 15px;
}
.offcanvas-logo {
display: none;
}
}
/** 11.FULLWIDTH BACKGROUNDS
*************************************/
.fw-bg {
position: relative;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.fw-bg.no-padding {
padding-top: 0 !important;
}
.fw-bg.bg-align-bottom {
background-position: center bottom;
}
.fw-bg.bg-align-top {
background-position: center top;
}
.fw-bg .container {
position: relative;
z-index: 10;
}
.fw-bg.partial-overlay:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
width: 45%;
-webkit-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.2);
}
.fw-bg.top-shadow {
-webkit-box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px -6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.bottom-shadow {
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.top-inner-shadow {
-webkit-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.bottom-inner-shadow {
-webkit-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.25);
}
.fw-bg.overlay:before,
.fw-bg.partial-overlay:before {
position: absolute;
display: block;
z-index: 1;
content: "";
width: 100%;
min-height: 100%;
top: 0;
left: 0;
}
.fw-bg.overlay.gradient-dark:before,
.fw-bg.partial-overlay.gradient-dark:before {
opacity: .78;
background: rgba(73,73,73,1);
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,73,73,1)), color-stop(100%, rgba(49,49,49,1)));
background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#313131', GradientType=0 );
}
.fw-bg.overlay.gradient-blue-green:before,
.fw-bg.partial-overlay.gradient-blue-green:before {
opacity: .67;
background: rgba(0,255,128,1);
background: -moz-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,184,214,1)), color-stop(100%, rgba(150,203,75,1)));
background: -webkit-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -o-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -ms-linear-gradient(top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: linear-gradient(to bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8d6', endColorstr='#96cb4b', GradientType=0 );
}
.fw-bg.overlay.gradient-green-blue:before,
.fw-bg.partial-overlay.gradient-green-blue:before {
opacity: .35;
background: rgba(0,255,128,1);
background: -moz-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0,184,214,1)), color-stop(100%, rgba(150,203,75,1)));
background: -webkit-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -o-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: -ms-linear-gradient(bottom, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
background: linear-gradient(to top, rgba(0,184,214,1) 0%, rgba(150,203,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cb4b', endColorstr='#008fed', GradientType=0 );
}
.fw-bg.overlay.gradient-red-blue:before,
.fw-bg.partial-overlay.gradient-red-blue:before {
opacity: .8;
background: rgba(58,28,255,1);
background: -moz-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,28,255,1)), color-stop(100%, rgba(255,58,48,1)));
background: -webkit-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -o-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: -ms-linear-gradient(top, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
background: linear-gradient(to bottom, rgba(58,28,255,1) 0%, rgba(255,58,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1cff', endColorstr='#ff3a30', GradientType=0 );
}
.fw-bg.overlay.gradient-blue-red:before,
.fw-bg.partial-overlay.gradient-blue-red:before {
opacity: .7;
background: rgba(255,58,48,1);
background: -moz-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,58,48,1)), color-stop(100%, rgba(58,28,255,1)));
background: -webkit-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,58,48,1) 0%, rgba(58,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a30', endColorstr='#3a1cff', GradientType=0 );
}
.fw-bg.overlay.gradient-lilac-red:before,
.fw-bg.partial-overlay.gradient-lilac-red:before {
opacity: .94;
background: rgba(255,45,84,1);
background: -moz-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,45,84,1)), color-stop(100%, rgba(215,17,255,1)));
background: -webkit-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,45,84,1) 0%, rgba(215,17,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d54', endColorstr='#d711ff', GradientType=0 );
}
.fw-bg.gradient-orange {
background: rgba(255,204,0,1);
background: -moz-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,204,0,1)), color-stop(100%, rgba(255,140,0,1)));
background: -webkit-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,204,0,1) 0%, rgba(255,140,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff8c00', GradientType=0 );
}
.fw-bg.gradient-dark {
background: rgba(73,73,73,1);
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,73,73,1)), color-stop(100%, rgba(49,49,49,1)));
background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(73,73,73,1) 0%, rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#313131', GradientType=0 );
}
@media screen and (max-width: 1200px) {
.fw-bg.partial-overlay:before {
width: 55%;
}
}
@media screen and (max-width: 991px) {
.fw-bg.partial-overlay:before {
width: 67%;
}
}
@media screen and (max-width: 768px) {
.fw-bg.partial-overlay:before {
width: 100%;
}
}
.fw-bg.partial-overlay.right-aligned:before {
left: auto;
right: 0;
-webkit-box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.15);
}
.fw-gray-bg,
.fw-white-bg {
position: relative;
width: 100%;
background-color: #f5f5f5;
}
.fw-white-bg {
background-color: #fff;
}
.fw-container {
display: table;
width: 100%;
}
.column {
position: relative;
display: table-cell;
vertical-align: top;
}
.column.w-60 {
width: 60%;
}
.column.w-40 {
width: 40%;
}
@media screen and (max-width: 768px) {
.fw-container, .column,
.column.w-60, .column.w-40 {
display: block;
width: 100%;
}
}
/** 12.TABS / FILTERS
**********************************/
.nav-filters {
padding: 12px 0;
}
.nav-tabs {
padding-bottom: 15px;
}
.nav-tabs > li,
.nav-filters > li {
float: none;
display: inline-block;
margin: 8px 0;
}
.nav-tabs > li > a,
.nav-filters > li > a {
position: relative;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 0;
padding: 6px 9px;
opacity: .5;
}
.nav-tabs > li > a:after,
.nav-filters > li > a:after {
display: block;
position: absolute;
z-index: 1;
left: 0;
bottom: 0px;
content: "";
width: 0px;
height: 2px;
background-color: #008fed;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border: none;
background: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-filters > li > a:hover,
.nav-filters > li > a:focus,
.nav-filters > li.active > a,
.nav-filters > li.active > a:hover,
.nav-filters > li.active > a:focus {
opacity: 1;
color: #008fed;
}
.nav-tabs > li.active > a:after,
.nav-filters > li.active > a:after {
width: 100%;
opacity: 1;
}
.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
display: block;
margin: 12px 0;
}
.nav-tabs.nav-vertical > li > a,
.nav-filters.nav-vertical > li > a {
display: inline-block;
}
/* Alternative display */
.nav-tabs.alt-tabs {
display: inline-block;
padding: 0;
margin-bottom: 24px;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.nav-tabs.alt-tabs:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.nav-tabs.alt-tabs li {
float: left;
margin: 0;
}
.nav-tabs.alt-tabs li a {
display: block;
padding: 15px;
text-align: center;
font-weight: normal;
opacity: 1;
color: #757575;
margin: 0;
}
.nav-tabs.alt-tabs li.active a {
color: #757575;
background-color: #e6e6e6;
}
.nav-tabs.alt-tabs li a:after {
display: none;
}
.nav-tabs.alt-tabs.nav-vertical li {
float: none;
display: block;
}
@media screen and (max-width: 768px) {
.nav-tabs.nav-vertical > li,
.nav-filters.nav-vertical > li {
display: inline-block;
margin: 0 18px 0 0;
}
.nav-tabs.alt-tabs.nav-vertical > li {
margin: 0;
}
.gallery .nav-tabs.alt-tabs {
display: table;
margin-left: auto;
margin-right: auto;
}
.nav-tabs.nav-vertical > li > a,
.nav-filters.nav-vertical > li > a {
display: block;
}
.nav-tabs.text-right > li,
.nav-filters.text-right > li {
margin-right: 0;
margin-left: 18px;
}
}
.tab-pane {
padding-top: 10px;
}
.tab-pane img {
display: block;
margin: auto;
}
.transition.fade,
.fade {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.scale.fade {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.scaleup.fade {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.scale.fade.in,
.scaleup.fade.in {
-webkit-transform: scale(1);
transform: scale(1);
}
.left.fade {
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
.right.fade {
-webkit-transform: translateX(40px);
transform: translateX(40px);
}
.left.fade.in,
.right.fade.in {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.top.fade {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
.bottom.fade {
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.top.fade.in,
.bottom.fade.in {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.flip.fade {
-webkit-transform: rotateY(-90deg) scale(1.1);
transform: rotateY(-90deg) scale(1.1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.flip.fade.in {
-webkit-transform: rotateY(0deg) scale(1);
transform: rotateY(0deg) scale(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
/** 13.FEATURE TABS
**********************************/
.feature-tabs {
padding: 20px 15px 0 20px;
}
.feature-tabs .devices {
position: relative;
float: left;
width: 56.4%;
max-width: 1025px;
}
.feature-tabs .tabs {
float: left;
width: 43.6%;
max-width: 550px;
padding-left: 7%;
margin-top: 80px;
}
.feature-tabs .devices img {
width: 100%;
}
.feature-tabs .tablet {
position: relative;
overflow: hidden;
}
.feature-tabs .tablet .reflection {
position: absolute;
z-index: 9;
display: block;
top: 0;
left: 0;
}
.feature-tabs .phone {
position: absolute;
z-index: 10;
bottom: -0.4%;
right: -2.7%;
width: 27%;
max-width: 290px;
overflow: hidden;
}
.feature-tabs .nav-tabs {
text-align: center;
margin: 70px 0 25px 0;
padding: 0;
}
.feature-tabs .nav-tabs > li {
margin: 3px 12px;
}
.feature-tabs .nav-tabs > li > a > i {
font-size: 50px;
}
.feature-tabs .nav-tabs > li > a:after {
display: none;
}
.feature-tabs .tab-pane h3 {
font-weight: normal;
}
.feature-tabs .tab-pane p {
font-size: 14px;
}
.light-color .tab-pane p,
.light-color.tab-pane p {
font-weight: 300;
}
.feature-tabs .light-color .tab-pane p {
opacity: .6;
}
.devices .tablet .mask,
.devices .phone .mask {
position: absolute;
overflow: hidden;
}
.devices .tablet .screens,
.devices .phone .screens {
list-style: none;
padding: 0;
margin: 0;
}
.devices .tablet .screens li,
.devices .phone .screens li {
position: absolute;
z-index: 1;
top: 0;
left: 0;
line-height: 0;
opacity: 0;
-webkit-transform: scale(1.15);
transform: scale(1.15);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.devices .tablet .screens li.active,
.devices .phone .screens li.active {
position: relative;
z-index: 5;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.devices .tablet .mask {
top: 5%;
left: 9.6%;
right: 9.1%;
}
.devices .phone .mask {
top: 8%;
left: 5.8%;
right: 5.5%;
}
.visible-when-stack {
display: none;
text-align: center;
}
@media screen and (max-width: 1440px) {
.feature-tabs .tabs,
.feature-tabs .nav-tabs {
margin-top: 40px;
}
}
@media screen and (max-width: 1200px) {
.feature-tabs {
padding-top: 0;
}
.feature-tabs .nav-tabs > li {
margin: 3px 10px;
}
.feature-tabs .nav-tabs > li > a > i {
font-size: 43px;
}
.feature-tabs .devices {
margin-top: 40px;
}
}
@media screen and (max-width: 1050px) {
.feature-tabs {
padding: 10px 15px 60px 15px;
}
.feature-tabs .tabs,
.feature-tabs .devices {
width: 100%;
float: none;
}
.feature-tabs .devices {
margin-top: 15px;
padding-right: 4%;
overflow: hidden;
}
.feature-tabs .devices .phone {
right: 0;
}
.feature-tabs .tabs {
padding-left: 0;
margin: 40px auto 0 auto;
}
.visible-when-stack {
display: block;
}
.hidden-when-stack {
display: none;
}
}
@media screen and (max-width: 991px) {
.feature-tabs {
padding-top: 20px;
}
}
/** 14.MODAL
**********************************/
.modal.fade {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.5s, visibility 0.5s, opacity 0.5s;
-moz-transition: -moz-transform 0.5s, visibility 0.5s, opacity 0.5s;
transition: transform 0.5s, visibility 0.5, opacity 0.5s;
-webkit-backface-visibility:hidden;
}
.modal.fade .modal-dialog {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.modal.fade.in {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.modal-dialog {
width: 100%;
max-width: 580px;
padding: 40px 0 30px 0;
margin: 90px auto 50px auto;
background-color: #fff;
-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.4);
}
@media screen and (max-width: 991px) {
.modal-dialog {
margin-top: 95px;
}
}
.modal-backdrop {
opacity: 0 !important;
background-color: #fff;
}
.modal-title {
font-size: 24px;
font-weight: 300;
}
.modal-form {
width: 100%;
max-width: 380px;
padding: 0 15px;
margin: auto;
}
.modal-buttons {
margin: 35px -18px 0 -18px;
}
.modal-buttons .btn {
padding-left: 18px;
padding-right: 18px;
}
.modal-dialog .btn-default,
.modal-dialog .btn-default:hover,
.modal-dialog .btn-default:focus {
color: #757575 !important;
}
.modal-buttons .btn-flat {
margin-right: 0px;
}
.modal-open .navbar.stuck,
.modal-open .navbar.navbar-fixed-top,
.modal-open .footer-fixed-bottom {
padding-right: 17px;
}
.modal-open .intro {
width: calc(100% - 17px);
}
.modal-open .offcanvas-nav.open {
right: 17px;
}
.fake-scrollbar {
display: none;
position: fixed;
z-index: 100;
top: 0;
right: 0;
width: 17px;
min-height: 100%;
background-color: #f1f1f1;
}
.modal-open .fake-scrollbar {
display: block;
padding-right: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.modal-open,
.modal-open .navbar.stuck,
.modal-open .navbar.navbar-fixed-top,
.modal-open .footer-fixed-bottom {
padding-right: 0 !important;
}
.modal-open .intro {
width: 100%;
}
.modal-open .offcanvas-nav.open {
right: 0;
}
.modal-open .fake-scrollbar {
display: none;
padding-right: 0;
}
}
.mac .modal-open,
.touch .modal-open,
.mac .modal-open .navbar.stuck,
.touch .modal-open .navbar.stuck,
.mac .modal-open .navbar.navbar-fixed-top,
.touch .modal-open .navbar.navbar-fixed-top,
.mac .modal-open .footer-fixed-bottom,
.touch .modal-open .footer-fixed-bottom {
padding-right: 0 !important;
}
.mac .modal-open .intro,
.touch .modal-open .intro {
width: 100%;
}
.mac .modal-open .offcanvas-nav.open,
.touch .modal-open .offcanvas-nav.open {
right: 0;
}
.mac .modal-open .fake-scrollbar,
.touch .modal-open .fake-scrollbar {
display: none;
padding-right: 0;
}
/** 15.ICON BLOCKS
**********************************/
.icon-block {
display: block;
margin-bottom: 40px;
}
.intro .icon-block {
margin-bottom: 10px;
}
.icon-block h3 {
font-size: 18px;
font-weight: 600;
}
a.icon-block {
text-decoration: none;
}
@media screen and (max-width: 768px) {
.icon-block {
margin-bottom: 30px;
}
}
.icon-block .icon {
display: block;
color: #96cb4b;
text-align: center;
margin-bottom: 28px;
}
.icon-block .icon i {
font-size: 48px;
}
.icon-block .icon.icon-bigger i {
font-size: 72px;
}
.icon-block .icon img {
display: inline-block;
width: 100%;
max-width: 128px;
}
.icon-block .text {
color: #757575;
text-align: center;
}
.light-color .icon-block .text,
.light-color.icon-block .text {
color: #fff;
}
.icon-block .text p {
font-size: 14px;
}
.icon-block.icon-block-horizontal {
display: table;
}
.icon-block-horizontal.icon-block .icon {
display: table-cell;
padding: 0 38px;
}
.icon-block-horizontal.icon-block .icon i {
line-height: 0.5;
}
.intro .icon-block-horizontal.icon-block .icon {
padding: 0 15px;
}
.icon-block-horizontal.icon-block .icon.va-middle {
vertical-align: middle;
line-height: 1;
}
.icon-block-horizontal.icon-block .text {
display: table-cell;
vertical-align: top;
text-align: left;
}
.icon-block.box-float {
padding-top: 10px;
}
.icon-block.box-float .text {
padding: 10px 15px 0 0;
}
.labster-versions .icon-block {
text-transform: none;
color: #757575;
}
.labster-versions .icon-block:hover {
opacity: 1;
}
.labster-versions .icon-block h3 {
font-size: 24px;
font-weight: 300;
}
@media screen and (max-width: 1200px) {
.intro .icon-block .icon i {
font-size: 38px;
}
.intro .icon-block h3 {
font-size: 22px;
margin-bottom: 12px;
}
.intro .icon-block p {
font-size: 13px;
}
}
@media screen and (max-width: 768px) {
.icon-block-horizontal.icon-block .icon {
padding: 8px 15px 0 15px;
}
}
.light-color .icon-block .text p,
.icon-block.light-color .text p,
.icon-block .text.light-color p,
.icon-block .text p.light-color {
font-weight: 300;
}
.light-color .icon-block .icon,
.icon-block.light-color .icon {
color: #fff;
}
.labster-versions .icon-block .text {
margin-top: -15px;
}
.labster-versions .icon-block .text span {
display: block;
font-size: 12px;
margin-top: -10px;
}
@media screen and (max-width: 480px) {
.labster-versions .icon-block .text h3 {
font-size: 18px;
}
}
.icon-primary i {
color: #008fed;
}
.icon-success i {
color: #96cb4b;
}
.icon-info i {
color: #16A085;
}
.icon-warning i {
color: #E67E22;
}
.icon-danger i {
color: #E74C3C;
}
.icon-gray i {
color: #666;
}
.icon-inverse i {
color: #34495E;
}
/** 16.APP GALLERY
**********************************/
.app-gallery .item {
display: inline-block;
max-width: 380px;
}
.app-gallery .item a {
position: relative;
display: block;
background-color: #008fed;
margin: 0 1px 6px 1px;
}
.app-gallery .item a:hover {
opacity: 1;
}
@media screen and (max-width: 991px) {
.app-gallery .item {
max-width: 320px;
}
}
@media screen and (max-width: 768px) {
.app-gallery .item {
max-width: 280px;
}
.gallery .block-heading,
.gallery .nav-tabs,
.gallery .nav-tabs.alt-tabs {
text-align: center !important;
}
.gallery .nav-tabs > li {
margin-right: 9px;
margin-left: 9px;
}
}
/** 17.GALLERY
**********************************/
.gallery-item,
.gallery-item figure,
.gallery-item figure img {
position: relative;
display: block;
text-transform: none;
}
.gallery-item {
margin-bottom: 30px;
}
.gallery-item:hover,
.gallery-item:focus {
opacity: 1;
}
.gallery-item:hover {
-webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.22);
}
.gallery-item:before {
position: absolute;
z-index: 2;
display: block;
width: 50px;
height: 36px;
top: 50%;
left: 7.8%;
font-family: "Flaticon";
font-size: 50px;
color: #fff;
margin-top: -25px;
text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-webkit-transition: all .3s;
transition: all .3s;
}
.gallery-item.image-item:before {
content: "\e039";
}
.gallery-item.video-item:before {
content: "\e100";
}
.gallery-item figcaption {
display: block;
position: absolute;
z-index: 1;
width: 70%;
height: 100%;
top: 0;
right: -1px;
padding: 26px 15px 15px 20px;
text-align: left;
margin-top: 0;
overflow: hidden;
background-color: #fff;
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.gallery-item figcaption h3 {
color: #96cb4b;
font-weight: 300;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-weight: 300;
color: #757575;
font-size: 14px;
}
.gallery-item:hover:before {
text-shadow: 2px 2px 5px rgba(0,0,0,0);
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
}
.gallery-item:hover figcaption {
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 1200px) {
.gallery-item figcaption p {
font-weight: normal;
font-size: 13px;
}
}
@media screen and (max-width: 991px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.gallery-item:before {
left: 7.8%;
}
.gallery-item figcaption {
width: 70%;
padding: 26px 15px 15px 20px;
}
.gallery-item figcaption h3 {
font-size: 24px;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-size: 14px;
}
}
@media screen and (max-width: 680px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
@media screen and (max-width: 500px) {
.gallery-item:before {
left: 7.8%;
}
.gallery-item figcaption {
width: 70%;
padding: 26px 15px 15px 20px;
}
.gallery-item figcaption h3 {
font-size: 24px;
margin-bottom: 8px;
}
.gallery-item figcaption p {
font-size: 14px;
}
}
@media screen and (max-width: 360px) {
.gallery-item:before {
left: 2%;
}
.gallery-item figcaption {
width: 75%;
padding: 15px;
}
.gallery-item figcaption h3 {
font-size: 16px;
margin-bottom: 5px;
}
.gallery-item figcaption p {
font-size: 12px;
}
}
/** 18.DOWNLOAD ITEMS
**********************************/
.download-item {
display: block;
background-color: #fff;
text-transform: none;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
margin-bottom: 30px;
}
.download-item:hover {
-webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
}
.download-item:hover,
.download-item:focus {
opacity: 1;
}
.download-item figure,
.download-item figure img,
.download-item figcaption {
text-align: left;
display: block;
}
.download-item figure {
position: relative;
text-align: center;
}
.download-item figure i {
display: block;
width: 100%;
font-size: 130px;
color: #008fed;
padding: 16px 15px;
opacity: .5;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.download-item figcaption {
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;
text-align: left;
top: 0;
left: 0;
padding: 26px 24px;
margin-top: 0;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.download-item:hover figcaption,
.download-item:hover figure i {
opacity: 1;
}
.download-item footer {
position: relative;
padding: 12px 40px 12px 22px;
}
.download-item footer:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.download-item footer:before {
display: block;
position: absolute;
font-family: "Flaticon";
content: "\e153";
color: #96cb4b;
font-size: 22px;
top: 15px;
right: 15px;
}
.download-item footer h3 {
display: block;
float: left;
width: 85%;
font-size: 16px;
color: #96cb4b;
padding-top: 4px;
margin-bottom: 0;
}
.download-item footer i {
display: block;
float: left;
width: 15%;
vertical-align: middle;
font-size: 29px;
color: #008fed;
padding-right: 20px;
}
@media screen and (max-width: 1200px) {
.download-item figcaption p {
font-size: 14px;
}
.download-item figure i {
font-size: 110px;
padding: 11px 15px;
}
}
@media screen and (max-width: 991px) {
.download-item figcaption p {
font-size: 16px;
}
.download-item figure i {
font-size: 130px;
padding: 16px 15px;
}
}
@media screen and (max-width: 400px) {
.download-item figcaption p {
font-size: 14px;
}
}
/** 19.NEWS
**********************************/
.news-block {
border-right: 1px solid #96cb4b;
padding: 10px 40px 10px 0;
margin-bottom: 45px;
}
.news-block a h3 {
color: #96cb4b;
text-transform: none;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.news-block a:hover h3 {
opacity: .6;
}
.news-block span {
display: block;
font-size: 14px;
margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.news-block {
padding-right: 30px;
}
}
/** 20.SCROLLER
**********************************/
.scroller {
overflow: hidden;
white-space: nowrap;
}
.scroller .item {
display: inline-block;
}
/** 21.SPLIT BLOCK
*************************************/
.split-block {
margin-bottom: -2px;
}
.split-block .column {
display: inline-block;
vertical-align: top;
padding: 70px 15px 30px 4%;
}
.split-block.img-left .column:first-child,
.split-block.img-right .column:last-child {
width: 53%;
padding: 0;
}
.split-block.img-left .column:last-child .block-heading,
.split-block.img-left .column:last-child h1,
.split-block.img-left .column:last-child h2,
.split-block.img-left .column:last-child h3,
.split-block.img-left .column:last-child h4,
.split-block.img-left .column:last-child span,
.split-block.img-left .column:last-child p,
.split-block.img-left .column:last-child ul,
.split-block.img-left .column:last-child ol,
.split-block.img-right .column:last-child .block-heading,
.split-block.img-right .column:first-child h1,
.split-block.img-right .column:first-child h2,
.split-block.img-right .column:first-child h3,
.split-block.img-right .column:first-child h4,
.split-block.img-right .column:first-child span,
.split-block.img-right .column:first-child p,
.split-block.img-right .column:first-child ul,
.split-block.img-right .column:first-child ol {
max-width: 430px;
}
.split-block.img-right {
text-align: right;
}
.split-block.img-right .column:first-child {
text-align: right;
padding: 70px 4% 30px 15px;
}
@media screen and (max-width: 1510px) {
.split-block .column,
.split-block.img-right .column:first-child {
padding-top: 40px;
}
.split-block.img-left .column:first-child,
.split-block.img-right .column:last-child {
width: 53%;
padding: 0;
}
}
@media screen and (max-width: 1070px) {
.split-block .column {
display: block !important;
width: 100% !important;
}
.split-block.img-left .column:last-child .block-heading,
.split-block.img-left .column:last-child h1,
.split-block.img-left .column:last-child h2,
.split-block.img-left .column:last-child h3,
.split-block.img-left .column:last-child h4,
.split-block.img-left .column:last-child span,
.split-block.img-left .column:last-child p,
.split-block.img-left .column:last-child ul,
.split-block.img-left .column:last-child ol,
.split-block.img-right .column:last-child .block-heading,
.split-block.img-right .column:first-child h1,
.split-block.img-right .column:first-child h2,
.split-block.img-right .column:first-child h3,
.split-block.img-right .column:first-child h4,
.split-block.img-right .column:first-child span,
.split-block.img-right .column:first-child p,
.split-block.img-right .column:first-child ul,
.split-block.img-right .column:first-child ol {
max-width: 100%;
}
.split-block.img-left .column:last-child
.split-block.img-right .column:first-child {
padding-left: 15px;
padding-right: 15px;
}
}
/** 22.VIDEO BLOCK
**********************************/
.video-block {
padding: 110px 0;
text-align: center;
}
.video-block a {
display: inline-block;
color: #fff;
font-weight: 700;
font-size: 2em;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.video-block a:focus, .video-popup:focus {
opacity: 1;
}
.video-block a:hover, .video-popup:hover {
opacity: 1;
text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.video-block a > i {
display: block;
font-size: 154px;
margin: 0 auto 22px auto;
}
@media screen and (max-width: 768px) {
.video-block {
padding: 110px 0;
}
}
/** 23.TWITTER FEED
**********************************/
.twitter-feed .tweet {
font-size: 14px;
margin: 40px 0;
}
.twitter-feed .tweet-float {
position: relative;
margin: 24px 0;
padding: 22px 24px;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.twitter-feed .tweet a {
text-transform: none;
color: #999;
font-weight: 600;
}
.twitter-feed .tweet a:hover {
color: #008fed;
opacity: 1;
}
.twitter-feed .tweet .author {
color: #c4c4c4;
font-weight: normal;
display: block;
margin-bottom: 18px;
font-weight: normal;
}
.twitter-feed .tweet p {
color: #999;
font-size: 14px;
}
.twitter-feed .tweet-float p {
margin-bottom: 0;
}
.twitter-feed .tweet-float:before {
display: block;
position: absolute;
font-family: 'brand-icons';
content: "\e807";
color: #008fed;
font-size: 19px;
top: 16px;
right: 25px;
opacity: .25;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.twitter-feed .tweet-float:hover:before {
opacity: .55;
}
/** 24.PRESS REVIEWS
**********************************/
.press-review {
max-width: 290px;
text-align: center;
margin: 0 auto 50px auto;
}
.press-review img {
display: block;
margin: 0 auto 0 auto;
}
.press-review h3 {
margin-bottom: 24px;
font-weight: 300;
}
.press-review p {
font-size: 14px;
line-height: 1.58;
margin-bottom: 0;
}
/** 25.TEAM / TEAM GRID
**********************************/
.team-member {
text-align: center;
}
.team-member h3 {
font-weight: 300;
}
.team-member span {
display: block;
color: #999;
margin-bottom: 25px;
}
.team-member .social-buttons a {
margin: 0 15px 10px 15px;
opacity: 1;
}
.team-member .social-buttons a:hover {
opacity: .5;
}
.team-member img {
display: block;
width: 100%;
max-width: 330px;
margin: 18px auto 0 auto;
}
@media screen and (max-width: 768px) {
.team-member {
margin-bottom: 50px;
}
.team-member:last-child {
margin-bottom: 0;
}
}
/* Team Grid */
.team-grid:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.team-grid .item {
position: relative;
float: left;
width: 33.33%;
}
.team-grid .item img {
display: block;
}
.team-grid .item .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(255,255,255,0.9);
padding: 14% 11% 0 11%;
-webkit-transition: opacity .35s;
transition: opacity .35s;
}
.team-grid .item:hover .overlay {
opacity: 1;
}
.team-grid .item h3 {
font-weight: 300;
color: #3a3a3a;
margin-bottom: 12px;
}
.team-grid .item span {
font-size: 14px;
color: #999;
}
.team-grid .item .social-buttons {
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 15%;
}
.team-grid .item .social-buttons a {
opacity: 1;
margin: 5px 20px 10px 0;
}
.team-grid .item .social-buttons a:hover {
opacity: .5;
}
.team-grid .item .social-buttons a:last-child {
margin-right: 0;
}
.facebook-tile,
.twitter-tile {
position: relative;
display: block;
width: 100%;
text-align: center;
}
.facebook-tile:hover,
.twitter-tile:hover {
opacity: 1;
}
.facebook-tile {
background-color: #007aff;
}
.twitter-tile {
background-color: #5ac8fb;
}
.facebook-tile .inner,
.twitter-tile .inner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #fff;
padding: 0 15px;
}
.facebook-tile .inner {
padding-top: 26%;
}
.facebook-tile i {
font-size: 50px;
}
.facebook-tile h3 {
color: #fff !important;
display: block;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
margin-top: 26px;
}
.facebook-tile h3 span {
color: #5ac8fd !important;
font-size: 16px !important;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
width: 100%;
max-width: 137px;
margin: 0 auto 32px auto;
}
.twitter-tile h3 {
color: #fff !important;
text-transform: none;
font-size: 12px;
margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 115px;
margin: 0 auto 25px auto;
}
}
@media screen and (max-width: 991px) {
.facebook-tile .inner {
padding-top: 15%;
}
.twitter-tile .inner {
padding-top: 12%;
}
.twitter-tile .icon {
max-width: 90px;
margin: 0 auto 20px auto;
}
}
@media screen and (max-width: 768px) {
.team-grid .item {
width: 50%;
}
.facebook-tile .inner {
padding-top: 26%;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
max-width: 120px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 680px) {
.facebook-tile .inner {
padding-top: 20%;
}
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 100px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 580px) {
.facebook-tile .inner {
padding-top: 15%;
}
.twitter-tile .inner {
padding-top: 12%;
}
.twitter-tile .icon {
max-width: 90px;
margin: 0 auto 24px auto;
}
}
@media screen and (max-width: 530px) {
.team-grid .item {
float: none;
width: 100%;
max-width: 380px;
margin: auto;
}
.facebook-tile .inner {
padding-top: 26%;
}
.twitter-tile .inner {
padding-top: 17%;
}
.twitter-tile .icon {
max-width: 120px;
margin: 0 auto 28px auto;
}
}
@media screen and (max-width: 380px) {
.facebook-tile .inner {
padding-top: 19%;
}
.twitter-tile .inner {
padding-top: 14%;
}
.twitter-tile .icon {
max-width: 100px;
margin: 0 auto 26px auto;
}
}
/** 26.PRICING PLANS
**********************************/
.pricing-plan-switcher .label {
display: inline-block;
vertical-align: middle;
font-weight: 300;
margin-top: -3px;
line-height: 60px;
}
.pricing-plan-switcher span {
font-size: 12px;
font-weight: 300;
display: block;
margin-top: -3px;
}
.pricing-plan-switcher .radio-inline {
font-size: 15px;
}
.pricing-plan {
width: 100%;
max-width: 400px;
text-align: center;
border-radius: 3px;
padding: 40px 25px;
margin: 0 auto 40px auto;
}
.pricing-plan .icon {
color: #008fed;
margin-bottom: 20px;
}
.light-color .pricing-plan .icon,
.light-color.pricing-plan .icon {
color: #fff;
}
.pricing-plan .icon i {
font-size: 56px;
}
.pricing-plan-title {
position: relative;
display: inline-block;
font-weight: 300;
font-size: 60px;
white-space: nowrap;
padding: 22px 0;
margin: 0 auto 35px auto;
}
.pricing-plan-title span {
position: absolute;
display: block;
font-size: 16px;
}
.pricing-plan-title .name {
top: 0;
left: 5px;
}
.pricing-plan-title .period {
bottom: 2px;
right: 5px;
}
.pricing-plan-description {
list-style: none;
padding: 0;
font-size: 16px;
font-weight: 300;
line-height: 1.5
}
.pricing-plan .btn {
display: block;
max-width: 170px;
margin: 0 auto 30px auto;
}
.pricing-plan.pricing-plan-float {
color: #757575;
background-color: #fff;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.pricing-plan.pricing-plan-float .icon {
color: #008fed;
}
.pricing-plan.pricing-plan-primary {
background-color: #008fed;
}
.pricing-plan.pricing-plan-success {
background-color: #96cb4b;
}
.pricing-plan.pricing-plan-info {
background-color: #16A085;
}
.pricing-plan.pricing-plan-warning {
background-color: #E67E22;
}
.pricing-plan.pricing-plan-danger {
background-color: #E74C3C;
}
.pricing-plan.pricing-plan-inverse {
background-color: #34495E;
}
.pricing-plan.pricing-plan-primary,
.pricing-plan.pricing-plan-success,
.pricing-plan.pricing-plan-info,
.pricing-plan.pricing-plan-warning,
.pricing-plan.pricing-plan-danger,
.pricing-plan.pricing-plan-primary .icon,
.pricing-plan.pricing-plan-success .icon,
.pricing-plan.pricing-plan-info .icon
.pricing-plan.pricing-plan-warning .icon,
.pricing-plan.pricing-plan-danger .icon {
color: #fff;
}
/** 27.BLOG/PRESS (POSTS)
**********************************/
.post-tile {
position: relative;
width: 100%;
background-color: #fff;
margin-bottom: 30px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-webkit-transition: .3s;
transition: .3s;
}
.post-tile:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 6px;
top: 0;
left: 0;
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.06);
-webkit-transition: .3s;
transition: .3s;
}
.post-tile:hover {
-webkit-box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
box-shadow: 0px 13px 13px 1px rgba(0,0,0,0.2);
}
.post-tile:hover:before {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.post-thumb {
position: relative;
display: block;
}
.post-thumb img {
display: block;
}
.post-thumb:hover,
.post-thumb:focus {
opacity: 1 !important;
}
.post-title {
padding: 45px 22px 15px 22px;
}
.non-visible {
visibility: hidden !important;
opacity: 0 !important;
}
.post-title img,
.post-title .img {
display: block;
margin: 0 auto 5px auto;
}
.post-title a {
text-transform: none;
color: #96cb4b;
}
.post-title h2,
.post-title h3 {
font-size: 24px;
font-weight: normal;
color: #96cb4b;
margin-bottom: 12px;
line-height: 1.5;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.post-title a:hover h2,
.post-title a:hover h3 {
opacity: 0.55;
}
.post-title span,
.post-title p {
display: block;
font-size: 14px;
color: #757575;
margin-bottom: 25px;
}
.post-meta {
position: relative;
z-index: 2;
display: table;
width: 100%;
line-height: 2;
font-size: 12px;
color: #999;
padding: 12px 22px;
background-color: #fafafa;
border-top: 1px solid #eaeaea;
border-radius: 0 0 3px 3px;
}
.post-meta .column {
width: auto;
display: table-cell;
vertical-align: middle;
}
.post-meta a {
text-transform: none;
}
.post-meta .social-buttons a {
margin: 5px 0 10px 12px;
opacity: 1;
}
.post-meta .social-buttons a:hover {
opacity: .5;
}
.post-meta .comment-count {
display: inline-block;
vertical-align: middle;
font-size: 14px;
color: #3a3a3a;
margin-right: 15px !important;
-webkit-transition: .3s;
transition: .3s;
}
.post-meta .comment-count i {
vertical-align: middle;
font-size: 18px;
color: #afafaf;
margin-right: 7px;
-webkit-transition: .3s;
transition: .3s;
}
.post-meta .comment-count:hover,
.post-meta .comment-count:hover i {
opacity: 1 !important;
color: #008fed;
}
.post-meta.last-child {
margin-top: -1px;
z-index: 1;
border: none;
padding-bottom: 30px;
border-radius: 0px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.scroller.posts .item {
margin-right: 30px;
}
.scroller .item .post-tile {
margin-bottom: 8px;
}
.scroller .post-tile {
border-radius: 0;
}
.scroller .post-tile:hover {
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}
.single-post .inner,
.comments {
padding: 30px 40px 0 40px;
}
.comments {
padding-bottom: 10px;
}
.single-post .post-meta {
font-size: 14px;
padding: 12px 40px;
}
@media screen and (max-width: 991px) {
.scroller.posts .item {
max-width: 320px
}
.single-post .inner,
.comments {
padding: 30px 25px 0 25px;
}
.comments {
padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.scroller.posts .item {
max-width: 280px;
}
.single-post .inner,
.comments {
padding: 30px 30px 0 30px;
}
.comments {
padding-bottom: 20px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 530px) {
.post-meta .social-buttons a {
margin: 5px 0 10px 7px;
}
.post-meta .comment-count {
margin-right: 9px !important;
}
.single-post .inner,
.comments {
padding: 30px 20px 0 20px;
}
.comments {
padding-bottom: 20px;
}
}
@media screen and (max-width: 460px) {
.post-meta .column {
display: block;
width: 100%;
text-align: left !important;
}
.post-meta .column .text-right {
text-align: left !important;
}
.post-tile .post-meta .column {
display: table-cell;
width: auto;
}
.post-tile .post-meta .column .text-right,
.post-tile .post-meta .column.text-right {
text-align: right !important;
}
.single-post,
.comments {
margin-left: -15px;
margin-right: -15px;
}
.single-post .inner,
.comments {
padding: 30px 15px 0 15px;
}
.comments {
padding-bottom: 15px;
}
}
/* Tile Variations */
.tile-image-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.tile-image-bg a,
.tile-solid-bg a {
color: #fff;
opacity: 1;
}
.tile-image-bg a:hover,
.tile-image-bg a:focus,
.tile-solid-bg a:hover,
.tile-solid-bg a:focus,
.tile-image-bg .post-body .post-title a:hover,
.tile-image-bg .post-body .post-title a:focus,
.tile-solid-bg .post-body .post-title a:hover,
.tile-solid-bg .post-body .post-title a:focus {
color: #fff;
opacity: .8 !important;
}
.tile-image-bg .post-title a h3,
.tile-solid-bg .post-title a h3,
.tile-image-bg .post-title p,
.tile-image-bg .post-title span,
.tile-image-bg .post-meta span,
.tile-solid-bg .post-title p,
.tile-solid-bg .post-title span,
.tile-solid-bg .post-meta span {
color: #fff;
}
.post-tile.press,
.post-tile.press .post-meta {
border-radius: 0px;
}
.post-tile.press .post-meta,
.post-tile.tile-image-bg .post-meta,
.post-tile.tile-solid-bg .post-meta {
background: none;
border: none;
}
/* Sidebar */
.sidebar {
width: 100%;
max-width: 320px;
}
/* Categories */
.categories {
position: relative;
padding-top: 10px;
margin-bottom: 38px;
}
.categories.with-grid-btn {
padding-left: 32px;
}
.categories ul {
list-style: none;
}
.categories ul li {
margin-bottom: 12px;
}
.categories ul li a {
font-size: 14px;
line-height: 1.6;
}
.grid-btn {
display: block;
position: absolute;
top: 12px;
left: 0;
opacity: 1;
-webkit-transition: opacity .25s;
transition: opacity .25s;
}
.grid-btn:hover {
opacity: .6;
}
.grid-btn:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.grid-btn span {
display: block;
float: left;
width: 7px;
margin-right: 3px;
}
.grid-btn span:before,
.grid-btn span:after {
display: block;
content: "";
width: 7px;
height: 7px;
border: 1px solid #008fed;
margin-bottom: 3px;
}
/* Featured Posts */
.featured-post {
position: relative;
display: block;
padding: 20px 15px 22px 12px;
color: #fff;
text-transform: none;
-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.featured-post:first-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.featured-post:hover,
.featured-post:focus {
opacity: 1;
color: #fff;
}
.featured-post h3 {
font-size: 18px;
margin-bottom: 10px;
}
.featured-post p {
margin-bottom: 0;
font-size: 14px;
}
.featured-post .content {
position: relative;
z-index: 2;
}
.featured-post.bg-primary {
background-color: #008fed;
}
.featured-post.bg-success {
background-color: #96cb4b;
}
.featured-post.bg-info {
background-color: #16A085;
}
.featured-post.bg-warning {
background-color: #E67E22;
}
.featured-post.bg-danger {
background-color: #E74C3C;
}
.featured-post.bg-inverse {
background-color: #34495E;
}
.featured-post .arrow {
height: 0px;
padding-top: 10px;
overflow: hidden;
-webkit-transition: height .3s;
transition: height .3s;
}
.featured-post .arrow i {
font-size: 34px;
opacity: 0;
-webkit-transform: translateX(-40px);
transform: translateX(-40px)
-webkit-transition: all .3s .1s;
transition: all .3s .1s;
}
.featured-post:hover .arrow {
height: 75px;
}
.featured-post:hover .arrow i {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
/** 28.PAGINATION
**********************************/
.pagination {
position: relative;
width: 100%;
text-align: center;
}
.pagination .controls {
position: absolute;
font-size: 14px;
top: 50%;
right: 0;
margin-top: -9px;
}
.pagination .controls a {
margin-left: 20px;
}
.page-slider {
display: inline-block;
position: relative;
}
.page-slider:before,
.page-slider:after,
.page-slider .slider:before,
.page-slider span:before,
.page-slider span:after {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 2px;
height: 2px;
background-color: #000;
top: 7px;
}
.page-slider:before {
left: 0;
}
.page-slider:after {
right: 0;
}
.page-slider .slider:before {
left: 50%;
}
.page-slider span:before {
left: 25%;
}
.page-slider span:after {
right: 25%;
}
.page-slider .tooltip {
width: 36px;
height: 36px;
background-color: #008fed;
border-radius: 50%;
line-height: 1;
margin-top: -47px !important;
opacity: 0;
-webkit-transition: opacity .25s, visibility .25s;
transition: opacity .25s, visibility .25s;
}
.page-slider .tooltip.in {
opacity: 1;
}
.page-slider .tooltip-inner {
padding: 0;
font-size: 14px;
line-height: 28px;
color: #fff;
background-color: transparent;
border-radius: 0px;
}
.page-slider .tooltip.top .tooltip-arrow {
margin-left: -12px;
margin-bottom: -7px;
border-width: 12px 12px 0;
border-top-color: #008fed;
}
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 360px;
height: 20px;
}
@media screen and (max-width: 768px) {
.slider.slider-horizontal {
margin-bottom: 45px;
}
.pagination .controls {
position: relative;
text-align: center;
}
.pagination .controls a:first-child {
margin-left: 0;
}
}
@media screen and (max-width: 570px) {
.slider.slider-horizontal {
width: 270px;
}
.pagination .prev,
.pagination .next {
display: block;
position: absolute;
font-size: 14px;
top: 100%;
margin-top: 20px;
}
.pagination {
margin-bottom: 70px;
}
}
.slider.slider-horizontal .slider-track {
height: 2px;
width: 100%;
margin-top: -3px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
z-index: 2;
margin-left: -4px;
margin-top: -4px;
}
.slider.slider-disabled .slider-handle {
opacity: .5;
}
.slider.slider-disabled .slider-track {
cursor: not-allowed;
opacity: .5;
}
.slider input {
display: none;
}
.slider .tooltip.top {
margin-top: -27px;
}
.slider .tooltip-inner {
white-space: nowrap;
}
.slider .hide {
display: none;
}
.slider-track {
position: absolute;
cursor: pointer;
border-radius: 0px;
background-color: rgba(0,143,237, 0.25);
}
.slider-selection {
position: absolute;
border-radius: 0px;
background-color: #008fed;
}
.slider-handle {
position: absolute;
width: 10px;
height: 10px;
background-color: #008fed;
border-radius: 50%;
}
/** 29.MASONRY GRID
**********************************/
.masonry-grid:after {
content: '';
display: block;
clear: both;
}
.masonry-grid .grid-sizer,
.masonry-grid .item {
width: 31.5%;
}
.masonry-grid .item {
float: left;
margin-bottom: 2.8%;
}
.masonry-grid .gutter-sizer { width: 2.5%; }
.masonry-grid .item.w2 {
width: 65.3%;
}
.masonry-grid .item .post-tile {
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.masonry-grid .grid-sizer,
.masonry-grid .item {
width: 48%;
margin-bottom: 3.3%;
}
.masonry-grid .item.w2 {
width: 100%;
}
.masonry-grid .gutter-sizer { width: 2.8%; }
}
@media screen and (max-width: 500px) {
.masonry-grid .grid-sizer,
.masonry-grid .item,
.masonry-grid .item.w2 {
width: 100%;
margin-bottom: 5%;
}
.masonry-grid .gutter-sizer { width: 0px; }
}
/** 30.COMMENTS
**********************************/
.comment {
margin-bottom: 50px;
}
.comment-reply {
padding-left: 90px;
}
.comment .comment-meta {
display: table;
width: 100%;
font-size: 14px;
margin-bottom: 28px;
}
.comment .comment-meta .column {
display: table-cell;
vertical-align: middle;
width: 50%;
}
.comment .comment-meta .author a {
text-transform: none;
display: inline-block;
vertical-align: middle;
}
.comment .comment-meta span {
color: #999;
}
.comment .comment-meta .author .ava {
margin-right: 18px;
}
.comment .comment-meta .author .ava:hover,
.comment .comment-meta .author .ava:focus {
opacity: 1;
}
.comment .comment-meta .author .ava,
.comment .comment-meta .author .ava img {
width: 48px;
height: 48px;
border-radius: 50%;
}
.comment .reply-btn:after {
display: inline-block;
vertical-align: middle;
font-family: "Flaticon";
content: "\e11d";
font-size: 19px;
margin-left: 5px;
line-height: 0;
}
@media screen and (max-width: 500px) {
.comment-reply {
padding-left: 40px;
}
.comment .comment-meta,
.comment .comment-meta .column {
width: 100%;
display: block;
}
.comment .comment-meta .column:last-child {
text-align: left !important;
padding-left: 68px;
}
}
/** 31.TIMELINE
**********************************/
.timeline .timeline-row {
display: table;
width: 100%;
}
.timeline .date {
display: table-cell;
position: relative;
width: 35%;
font-size: 14px;
color: #c4c4c4;
text-align: right;
border-right: 1px solid #ccc;
padding: 0 18px 70px 0;
}
.timeline-row:last-child .date,
.timeline-row:last-child .event {
padding-bottom: 0;
border: none;
}
.timeline .date:before {
display: block;
position: absolute;
content: "";
width: 13px;
height: 13px;
background-color: #008fed;
border-radius: 50%;
top: 0;
right: -7px;
}
.timeline .event {
display: table-cell;
width: 75%;
padding: 0 0 30px 28px;
font-size: 16px;
}
.light-color.timeline,
.light-color .timeline {
font-weight: 300;
}
.light-color.timeline .date,
.light-color .timeline .date {
color: rgba(255,255,255,0.6);
border-color: rgba(255,255,255,0.5);
}
/** 32.BAR CHARTS
**********************************/
.bar-charts {
position: relative;
}
.bar-charts .grid {
position: absolute;
z-index: 1;
width: 100%;
height: 1px;
left: 0;
top: 50%;
background-color: #e0e0e0;
}
.bar-charts .grid:before,
.bar-charts .grid:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 1px;
left: 0;
background-color: #e0e0e0;
}
.bar-charts .grid:before {
top: -48px;
}
.bar-charts .grid:after {
bottom: -48px;
}
.bar-charts .chart {
position: relative;
z-index: 10;
width: 100%;
height: 190px;
color: #3a3a3a;
text-align: right;
padding: 32px 65px 0 0;
}
.bar-charts .chart .bar {
position: absolute;
display: block;
width: 24px;
border-radius: 12px 12px 0 0;
bottom: 0;
right: 0;
}
.bar-charts .chart.chart-primary .bar {
background-color: #008fed;
}
.bar-charts .chart.chart-success .bar {
background-color: #96cb4b;
}
.bar-charts .chart.chart-info .bar {
background-color: #16A085;
}
.bar-charts .chart.chart-warning .bar {
background-color: #E67E22;
}
.bar-charts .chart.chart-danger .bar {
background-color: #E74C3C;
}
.bar-charts .chart h3 {
font-weight: 300;
font-size: 60px;
margin-bottom: 6px;
}
.bar-charts .chart p {
font-size: 24px;
font-weight: 300;
padding-right: 6px;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.bar-charts .grid:before {
top: -43px;
}
.bar-charts .grid:after {
bottom: -43px;
}
.bar-charts .chart {
height: 170px;
padding: 44px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 40px;
margin-bottom: 12px;
}
.bar-charts .chart p {
font-size: 18px;
padding-right: 4px;
}
}
@media screen and (max-width: 580px) {
.bar-charts .grid:before {
top: -36px;
}
.bar-charts .grid:after {
bottom: -36px;
}
.bar-charts .chart {
height: 140px;
padding: 39px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 30px;
margin-bottom: 10px;
}
.bar-charts .chart p {
font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.bar-charts .chart .bar {
width: 20px;
border-radius: 10px 10px 0 0;
}
.bar-charts .grid:before {
top: -32px;
}
.bar-charts .grid:after {
bottom: -32px;
}
.bar-charts .chart {
height: 120px;
padding: 42px 50px 0 0;
}
.bar-charts .chart h3 {
font-size: 18px;
margin-bottom: 15px;
}
.bar-charts .chart p {
font-size: 11px;
font-weight: normal;
padding-right: 0;
}
}
/** 33.CLIENT LOGOS
**********************************/
.client {
display: block;
width: 100%;
max-width: 170px;
margin: 20px auto 30px auto;
opacity: 1;
-webkit-transition: opacity .4s;
transition: opacity .4s;
}
.client:hover {
opacity: .6;
}
/** 34.CONTACTS
**********************************/
.google-map {
position: absolute;
width: 100%;
height: 100%;
min-height: 240px;
padding: 0;
top: 0;
left: 0;
}
.ie .google-map {
min-height: 543px;
}
.google-map #map-canvas {
position: absolute;
width: 100%;
height: 100%;
}
.contact-info {
width: 100%;
max-width: 380px;
padding-left: 50px;
padding-right: 15px;
}
.contact-info .nav-tabs:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.contact-info .nav-tabs li:fisrt-child {
float: left;
}
.contact-info .nav-tabs li:last-child {
float: right;
margin-right: 0;
}
.contact-info .nav-tabs li a {
font-size: 24px;
font-weight: 300;
opacity: 1;
padding-left: 0px;
padding-right: 0px;
}
.contact-info .nav-tabs li a:hover {
opacity: .6;
}
.contact-info .nav-tabs li a:after {
display: none;
}
.contact-info .nav-tabs li.active a {
color: #c4c4c4;
}
.gmnoprint {
right: auto !important;
left: 100px !important;
bottom: 10px !important;
}
@media screen and (max-width: 768px) {
.contact-info {
padding-top: 280px;
padding-bottom: 40px;
}
.ie .google-map {
min-height: 240px;
}
}
/** 35.FOOTER
**********************************/
.footer {
position: relative;
width: 100%;
z-index: 10;
background-color: #fff;
}
.fixed-footer .footer-fixed-bottom {
position: fixed;
left: 0;
bottom: 0;
}
.footer-head-wrap {
width: 100%;
max-width: 370px;
margin: auto;
}
.footer-head {
position: relative;
display: block;
width: 100%;
padding: 6px;
margin-left: -15px;
text-transform: none;
color: #757575;
background-color: #fafafa;
border-radius: 3px;
}
.footer-head:hover,
.footer-head:focus {
color: #757575;
opacity: 1;
}
.footer-head:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.footer-head:before {
position: absolute;
display: block;
font-family: "Flaticon";
content: "\e153";
color: #96cb4b;
font-size: 16px;
top: 22px;
right: 6px;
}
.footer-head .logo,
.footer-head .info {
float: left;
}
.footer-head .logo {
width: 43.5%;
}
.footer-head .logo img {
display: block;
}
.footer-head .info {
width: 56.5%;
padding-left: 23px;
}
.footer-head .info h1,
.footer-head .info h2,
.footer-head .info h3 {
font-size: 16px;
line-height: 1.2;
font-weight: normal;
color: #000;
margin-top: 12px;
margin-bottom: 8px;
}
.footer-head .info p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 7px;
}
.footer .rating {
display: inline-block;
font-size: 12px;
margin-right: 15px;
}
.footer .rating span {
display: inline;
}
.footer .rating i {
margin: 0 1px;
}
.footer .rating i:before {
margin: 0;
}
.footer .rating span {
color: #999;
margin-left: 3px;
}
.footer .body {
display: table;
}
.footer .body .column {
display: table-cell;
width: 33.3%;
vertical-align: bottom;
}
.copyright p {
font-size: 14px;
color: #999;
margin-bottom: 30px;
}
.copyright a {
color: #757575;
text-transform: none;
}
.copyright a:hover,
.copyright a:focus {
color: #008fed;
opacity: 1;
}
.footer .gadget {
position: relative;
width: 370px;
height: 192px;
background-image: url('images/footer/tablet.png');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding: 52px 19px 0 19px;
margin: auto;
overflow: hidden;
}
.footer .gadget:before {
display: block;
position: absolute;
content: "";
width: 370px;
height: 192px;
background-image: url('images/footer/tablet-reflection.png');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
top: 0;
left: 0;
}
.footer-nav ul {
padding: 0;
list-style: none;
text-align: right;
padding-bottom: 12px;
}
.footer-nav ul li {
display: inline-block;
margin: 0 0 20px 15px;
}
.footer-nav ul li a {
font-size: 14px;
}
@media screen and (max-width: 1200px) {
.footer-head {
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
.footer .body,
.footer .body .column {
display: block;
width: 100%;
text-align: center;
}
.footer-nav ul {
text-align: center;
}
.footer-nav ul li:first-child {
display: inline;
}
}
@media screen and (max-width: 440px) {
.footer-head {
padding: 30px 20px 25px 20px;
}
.footer-head .logo,
.footer-head .info {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.footer-head .logo {
max-width: 120px;
margin: 0 auto 20px auto;
}
}
/** 36.PRELOADER
*****************************/
#preloader {
position: fixed;
z-index: 1600;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
opacity: 1;
visibility: visible;
-webkit-transition: all .9s;
transition: all .9s;
}
#preloader .logo {
position: absolute;
width: 120px;
left: 50%;
top: 50%;
text-align: center;
margin: -72px 0 0 -60px;
}
#preloader .logo img {
display: block;
max-width: 90px;
margin: 0 auto 25px auto;
}
#preloader .logo span {
font-size: 30px;
font-weight: 300;
color: #999;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-done #preloader,
.pace-done #preloader .logo {
opacity: 0;
visibility: hidden;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #008fed; /* #96cb4b */
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
/** 37.COMPONENT STYLES
*****************************/
.grid-demo figure {
display: block;
width: 100%;
height: 60px;
border: 2px solid #78d5ff;
background-color: #b8e9ff;
margin-bottom: 30px;
}
.icons-demo {
text-align: center;
color: #999;
}
.icons-demo i {
display: inline-block;
font-size: 50px;
margin: 12px 10px;
}
.tabs-demo .nav-tabs {
padding-bottom: 0;
}
.tabs-demo .nav-tabs,
.tabs-demo .nav-tabs.nav-vertical {
margin-bottom: 15px;
}
.filters-demo .nav-filters > li > a {
padding: 9px;
}
@media screen and (max-width: 768px) {
.tabs-demo .nav-tabs.text-right {
text-align: left !important;
}
.tabs-demo .nav-tabs.text-right li:first-child {
margin-left: 0;
}
}
/** 38. PLUGINS & OVERRIDES
**********************************/
.form-control {margin-bottom: 0;}
.editable-buttons .btn {
height: 28px;
font-size: 14px;
line-height: 28px;
width: 28px;
padding: 2px;
margin: 0;
}
.editable-input .form-control {color: #000;}
.editable-container {z-index: 2001;}
/*
* Browser window
*/
.browser {
margin-bottom: 20px; }
.browser img {
width: 100%; }
.browser .bar {
width: 100%;
height: 42px;
position: relative;
background-color: #eff1f4;
border-radius: 5px 5px 0 0; }
.browser .bar .addressbar {
background-color: #fff;
height: 26px;
top: 8px;
width: 84%;
position: absolute;
margin-left: 3%;
border-radius: 5px; }
.browser .bar .addressbar .search {
height: 10px;
top: 8px;
position: absolute;
background-color: #d8d6d7;
margin-left: 2%;
font-size: 10px;
line-height: 10px;
color: #ccc; }
.browser .bar .addressbar .search.text {
background-color: transparent; }
.browser .bar .addressbar .search.text a {
color: #ded6d7; }
.browser .bar .settings:before {
content: "";
position: absolute;
top: 12px;
right: 3%;
width: 7%;
height: 20px;
border-top: 12px double #d8d6d7;
border-bottom: 4px solid #d8d6d7; }
.browser .bar .settings {
width: 10%; }
.browser .content {
border: solid 1px #eff1f4;
border-radius: 0 0 5px 5px;
overflow: hidden; }
.browser .content.empty {
width: 100%;
height: 210px; }
.browser.dark .bar {
background-color: #d8d6d7; }
.browser.dark .bar .addressbar {
background-color: #fff; }
.browser.dark .bar .addressbar .search {
background-color: #d8d6d7;
color: #a6a6a6; }
.browser.dark .bar .addressbar .search.text {
background-color: transparent; }
.browser.dark .bar .addressbar .search.text a {
color: #a6a6a6; }
.browser.dark .settings:before {
border-color: #a6a6a6; }
.browser.dark .content {
border-color: #d8d6d7; }
.browser.dark.texture .addressbar {
box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 1px 0; }
.browser.texture {
/*drop shadow */ }
.browser.texture .content,
.browser.texture .bar {
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2); }
.browser.texture .addressbar {
box-shadow: rgba(255, 255, 255, 0.05) 0 1px 0, inset rgba(0, 0, 0, 0.1) 0 1px 0; }
.browser.texture .search {
box-shadow: rgba(255, 255, 255, 0.05) 0 1px 0, inset rgba(0, 0, 0, 0.1) 0 1px 0; }
.browser.texture .search.text {
box-shadow: none; }
.browser.outline.dark .bar {
background-color: #fff;
border: #a6a6a6 solid 2px;
width: 99%; }
.browser.outline.dark .bar .addressbar {
border: #a6a6a6 solid 2px;
height: 22px; }
.browser.outline.dark .bar .addressbar .search {
background-color: transparent; }
.browser.outline.dark .bar .settings:before {
border-top: 12px double #a6a6a6;
border-bottom: 4px solid #E74C3C; }
.browser.outline.dark .content {
border: #a6a6a6 solid 2px;
border-top: none;
width: 99%; }
.browser.outline .bar {
background-color: #fff;
border: #eff1f4 solid 2px;
width: 99%; }
.browser.outline .bar .addressbar {
border: #eff1f4 solid 2px;
height: 22px; }
.browser.outline .bar .addressbar .search {
background-color: transparent; }
.browser.outline .bar .settings:before {
border-top: 12px double #eff1f4;
border-bottom: 4px solid #E74C3C;
margin-top: -2px; }
.browser.outline .content {
border: #eff1f4 solid 2px;
border-top: none;
width: 99%; }
/* Settings specific to spans the browser might appear in*/
@media screen and (min-width: 600px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-xs-9 .browser .bar .addressbar,
.col-xs-8 .browser .bar .addressbar,
.col-sm-12 .browser .bar .addressbar,
.col-sm-11 .browser .bar .addressbar,
.col-sm-10 .browser .bar .addressbar,
.col-sm-9 .browser .bar .addressbar,
.col-sm-8 .browser .bar .addressbar {
width: 88%;
margin-left: 2%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-xs-9 .browser .bar .settings:before,
.col-xs-8 .browser .bar .settings:before,
.col-sm-12 .browser .bar .settings:before,
.col-sm-11 .browser .bar .settings:before,
.col-sm-10 .browser .bar .settings:before,
.col-sm-9 .browser .bar .settings:before,
.col-sm-8 .browser .bar .settings:before {
right: 2%;
width: 6%; } }
@media screen and (min-width: 768px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-sm-12 .browser .bar .addressbar,
.col-sm-11 .browser .bar .addressbar,
.col-sm-10 .browser .bar .addressbar {
width: 91%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-sm-12 .browser .bar .settings:before,
.col-sm-11 .browser .bar .settings:before,
.col-sm-10 .browser .bar .settings:before {
right: 1%;
width: 6%; } }
@media screen and (min-width: 992px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-xs-10 .browser .bar .addressbar,
.col-xs-9 .browser .bar .addressbar,
.col-xs-8 .browser .bar .addressbar,
.col-md-12 .browser .bar .addressbar,
.col-md-11 .browser .bar .addressbar,
.col-md-10 .browser .bar .addressbar,
.col-md-9 .browser .bar .addressbar,
.col-md-8 .browser .bar .addressbar {
width: 93%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-xs-10 .browser .bar .settings:before,
.col-xs-9 .browser .bar .settings:before,
.col-xs-8 .browser .bar .settings:before,
.col-md-12 .browser .bar .settings:before,
.col-md-11 .browser .bar .settings:before,
.col-md-10 .browser .bar .settings:before,
.col-md-9 .browser .bar .settings:before,
.col-md-8 .browser .bar .settings:before {
right: 1%;
width: 4%; }
.col-xs-5 .browser .bar .addressbar,
.col-xs-4 .browser .bar .addressbar,
.col-xs-3 .browser .bar .addressbar,
.col-xs-2 .browser .bar .addressbar,
.col-xs-1 .browser .bar .addressbar,
.col-md-5 .browser .bar .addressbar,
.col-md-4 .browser .bar .addressbar,
.col-md-3 .browser .bar .addressbar,
.col-md-2 .browser .bar .addressbar,
.col-md-1 .browser .bar .addressbar {
width: 84%;
margin-left: 3%; }
.col-xs-5 .browser .bar .settings:before,
.col-xs-4 .browser .bar .settings:before,
.col-xs-3 .browser .bar .settings:before,
.col-xs-2 .browser .bar .settings:before,
.col-xs-1 .browser .bar .settings:before,
.col-md-5 .browser .bar .settings:before,
.col-md-4 .browser .bar .settings:before,
.col-md-3 .browser .bar .settings:before,
.col-md-2 .browser .bar .settings:before,
.col-md-1 .browser .bar .settings:before {
right: 3%;
width: 7%; } }
@media screen and (min-width: 1200px) {
.col-xs-12 .browser .bar .addressbar,
.col-xs-11 .browser .bar .addressbar,
.col-md-12 .browser .bar .addressbar,
.col-md-11 .browser .bar .addressbar,
.col-lg-12 .browser .bar .addressbar,
.col-lg-11 .browser .bar .addressbar {
width: 93%;
margin-left: 1%; }
.col-xs-12 .browser .bar .settings:before,
.col-xs-11 .browser .bar .settings:before,
.col-md-12 .browser .bar .settings:before,
.col-md-11 .browser .bar .settings:before,
.col-lg-12 .browser .bar .settings:before,
.col-lg-11 .browser .bar .settings:before {
right: 1%;
width: 4%; }
.col-xs-7 .browser .bar .addressbar,
.col-xs-6 .browser .bar .addressbar,
.col-xs-5
.col-md-7 .browser .bar .addressbar,
.col-md-6 .browser .bar .addressbar,
.col-md-5
.col-lg-7 .browser .bar .addressbar,
.col-lg-6 .browser .bar .addressbar,
.col-lg-5 .browser .bar .addressbar {
width: 92%;
margin-left: 1%; }
.col-xs-7 .browser .bar .settings:before,
.col-xs-6 .browser .bar .settings:before,
.col-xs-5
.col-md-7 .browser .bar .settings:before,
.col-md-6 .browser .bar .settings:before,
.col-md-5
.col-lg-7 .browser .bar .settings:before,
.col-lg-6 .browser .bar .settings:before,
.col-lg-5 .browser .bar .settings:before {
right: 1%;
width: 5%; } }
/* end specific browser settings */
/* WallPaper video plugin */
| 0.386416 | 0.079675 |
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
/*hr {
max-width: 50px;
border-width: 3px;
border-color: #F05F40;
}*/
hr.light {
border-color: #fff;
}
a {
color: #44a8c5;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: fuchsia;
}
p {
font-family: "Roboto", Helvetica, sans-serif;
color: #44a8c5;
font-weight: 300;
line-height: 1.5em;
margin: 0 0 1em 0;
letter-spacing: 0.125em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", Helvetica, sans-serif;
color: fuchsia;
font-weight: 400;
line-height: 1em;
margin: 0 0 1em 0;
text-transform: uppercase;
letter-spacing: 0.125em;
}
.bg-primary {
/*background-color: gray !important;*/
background-image: url("../img/cherryblossom.jpg");
background-size: cover;
}
.bg-dark {
background-color: #212529 !important;
}
.text-faded {
color: rgba(255, 255, 255, 0.7);
}
section {
padding: 8rem 0;
}
.section-heading {
margin-top: 0;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: black;
opacity: 0.5;
font-family: "Roboto", Helvetica, sans-serif;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#mainNav .navbar-brand {
font-weight: 500;
text-transform: uppercase;
color: fuchsia;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #44a8c5;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
font-size: .9rem;
font-weight: 500;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #44a8c5;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: white !important;
background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: white;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: fuchsia;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: white;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: fuchsia;
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: black;
opacity: 0.7;
}
#mainNav.navbar-shrink .navbar-brand {
color:#44a8c5;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: white;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #44a8c5;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color:white;
}
}
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
background-image: url("../img/computer.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
position: relative;
top: 55px;
}
header.masthead p {
font-weight: 300;
}
@media (min-width: 768px) {
header.masthead p {
font-size: 1.15rem;
}
}
@media (min-width: 992px) {
header.masthead {
height: 100vh;
min-height: 650px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead h1 {
font-size: 3rem;
position: relative;
top: 70px;
}
}
@media (min-width: 1200px) {
header.masthead h1 {
position: relative;
top: 70px;
font-size: 4rem;
}
}
.service-box {
max-width: 400px;
}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 20px auto;
margin-bottom: 0px;
}
.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(68, 168, 197, 0.5);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.text-primary {
color: purple !important;
}
.btn {
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 300px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
padding: 1rem 2rem;
}
.btn-primary {
background-color: #F05F40;
border-color: #F05F40;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #ee4b28 !important;
}
.btn-primary:active, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.navbar-toggler-icon {
background-color: rgba(255, 255, 255, 0.7);
}
#ballet {
height: 400px;
width: 500px;
margin-bottom: 30px;
}
/*typewriter effect*/
@media(min-width: 750px) {
.typewriter {
width: 350px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 350px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
@media (min-width: 992px) {
.typewriter {
width: 500px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 500px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
@media (min-width: 1200px) {
.typewriter {
width: 650px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 630px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
#subtitle {
font-weight: 400;
}
#bio {
font-size: 1.2rem;
}
.sr-icons::before {
color: #44a8c5;
}
#technologies {
background-color: black;
}
.col-lg-8.mx-auto.text-center.bio {
background-color: rgba(128, 128, 128, 0.3);
}
#portfolio {
background-color: gray;
}
#contact {
background-color: lightgray;
}
.pink {
width: 650px;
height: 100px;
background-color: rgba(255, 0, 255, 0.3);
margin: auto;
margin-top: 0px;
margin-bottom: 20px;
}
#project-title {
padding-top: 40px;
}
|
css/creative.css
|
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
/*hr {
max-width: 50px;
border-width: 3px;
border-color: #F05F40;
}*/
hr.light {
border-color: #fff;
}
a {
color: #44a8c5;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: fuchsia;
}
p {
font-family: "Roboto", Helvetica, sans-serif;
color: #44a8c5;
font-weight: 300;
line-height: 1.5em;
margin: 0 0 1em 0;
letter-spacing: 0.125em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", Helvetica, sans-serif;
color: fuchsia;
font-weight: 400;
line-height: 1em;
margin: 0 0 1em 0;
text-transform: uppercase;
letter-spacing: 0.125em;
}
.bg-primary {
/*background-color: gray !important;*/
background-image: url("../img/cherryblossom.jpg");
background-size: cover;
}
.bg-dark {
background-color: #212529 !important;
}
.text-faded {
color: rgba(255, 255, 255, 0.7);
}
section {
padding: 8rem 0;
}
.section-heading {
margin-top: 0;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: black;
opacity: 0.5;
font-family: "Roboto", Helvetica, sans-serif;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#mainNav .navbar-brand {
font-weight: 500;
text-transform: uppercase;
color: fuchsia;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #44a8c5;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
font-size: .9rem;
font-weight: 500;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #44a8c5;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: white !important;
background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: white;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: fuchsia;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: white;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: fuchsia;
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: black;
opacity: 0.7;
}
#mainNav.navbar-shrink .navbar-brand {
color:#44a8c5;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: white;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #44a8c5;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color:white;
}
}
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
background-image: url("../img/computer.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
position: relative;
top: 55px;
}
header.masthead p {
font-weight: 300;
}
@media (min-width: 768px) {
header.masthead p {
font-size: 1.15rem;
}
}
@media (min-width: 992px) {
header.masthead {
height: 100vh;
min-height: 650px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead h1 {
font-size: 3rem;
position: relative;
top: 70px;
}
}
@media (min-width: 1200px) {
header.masthead h1 {
position: relative;
top: 70px;
font-size: 4rem;
}
}
.service-box {
max-width: 400px;
}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 20px auto;
margin-bottom: 0px;
}
.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(68, 168, 197, 0.5);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.text-primary {
color: purple !important;
}
.btn {
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 300px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
padding: 1rem 2rem;
}
.btn-primary {
background-color: #F05F40;
border-color: #F05F40;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #ee4b28 !important;
}
.btn-primary:active, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.navbar-toggler-icon {
background-color: rgba(255, 255, 255, 0.7);
}
#ballet {
height: 400px;
width: 500px;
margin-bottom: 30px;
}
/*typewriter effect*/
@media(min-width: 750px) {
.typewriter {
width: 350px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 350px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
@media (min-width: 992px) {
.typewriter {
width: 500px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 500px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
@media (min-width: 1200px) {
.typewriter {
width: 650px;
overflow: hidden;
border-right: .08em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(20, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 630px; }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: white;}
}
}
#subtitle {
font-weight: 400;
}
#bio {
font-size: 1.2rem;
}
.sr-icons::before {
color: #44a8c5;
}
#technologies {
background-color: black;
}
.col-lg-8.mx-auto.text-center.bio {
background-color: rgba(128, 128, 128, 0.3);
}
#portfolio {
background-color: gray;
}
#contact {
background-color: lightgray;
}
.pink {
width: 650px;
height: 100px;
background-color: rgba(255, 0, 255, 0.3);
margin: auto;
margin-top: 0px;
margin-bottom: 20px;
}
#project-title {
padding-top: 40px;
}
| 0.316369 | 0.05199 |
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
url('../fonts/montserrat-v14-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
margin: 0;
padding: 0
;
}
ul,
ol{
list-style: none;
}
a{
text-decoration: none;
}
img{
display: block;
height: auto;
}
.container{
width: 940px;
margin: 0 auto;
background-color: transparent;
}
.navigation{
display: flex;
justify-content: space-between;
padding-top: 36px;
}
.logotype {
margin-bottom: 115px;
}
.header{
margin-bottom: 113px;
}
.header__list-item{
margin-left: 30px;
font-size: 15px;
padding-top: 3px;
text-align: left;
}
.header__list {
display: flex;
justify-content: space-between;
}
.header__list-link{
color: #0f0101;
font-family: "Montserrat";
font-weight: 400;
color: #222222;
font-size: 17px;
}
.header__list-link:hover{
color: #feda5e;
transition: all 0.2s linear;
}
.header__title {
font-size: 48px;
color: black;
text-align: center;
text-transform: uppercase;
margin-bottom: 16px;
font-family: "Montserrat";
font-weight: 800;
}
.header__subtitle {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
font-size: 20px;
color: rgb(119, 119, 119);
text-align: center;
margin-bottom: 58px;
}
.services__list {
display: flex;
justify-content: space-between;
}
.services__list-item {
width: 275px;
}
.services__list-item::before {
display: block;
content: "";
width: 74px;
height: 74px;
border: 3px solid rgb(254, 218, 94);
border-radius: 50%;
margin: 0 auto;
background-image: url("../img/Icons/icon1.png");
background-repeat: no-repeat;
background-position: center;
margin-bottom: 26px;
}
.services__list-item:nth-child(2)::before {
background-image: url("../img/Icons/icon2.png");
}
.services__list-item:last-child::before{
background-image: url("../img/Icons/Icon-Locked.png");
}
.services__list-title{
font-family: "Montserrat", serif;
font-weight: bold;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
.services__list-text{
font-family: "Roboto", serif;
font-weight: 400;
font-size: 14px;
text-align: center;
color: rgb(156, 156, 156);
line-height: 25px;
}
.message__title {
font-size: 48px;
color: #ffffff;
text-align: center;
text-transform: uppercase;
margin-bottom: 16px;
font-family: "Montserrat";
padding-top: 110px;
}
.message__subtitle {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
font-size: 20px;
color: rgb(119, 119, 119);
text-align: center;
margin-bottom: 77px;
}
.message{
background-color: black;
background-image: url(../img/Map.png);
background-repeat: no-repeat;
background-position: right bottom 20px;
}
.form{
width: 940px;
margin: 0 auto;
padding-bottom: 115px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
}
.blank{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.personalinfo{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 210px;
width: 455px;
}
.form__input{
padding: 19px 19px 20px;
border-radius: 2px;
border: 1px solid;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
border: none;
}
input:required:focus:valid {
outline-color:green;
}
input:required:focus:invalid {
outline-color: red;
}
.textarea {
resize: none;
padding-top: 10px;
padding-left: 10px;
border-radius: 2px;
width: 455px;
height:210px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
color: #777777;
}
textarea:required:focus:valid {
outline-color: green;
outline-width: medium;
}
textarea:required:focus:invalid {
outline-color: red;
}
.form__btn{
border-radius: 3px;
background-color: rgb(254, 209, 54);
color: white;
border: none;
padding: 25px 50px 25px 50px;
display: block;
margin: 0 auto;
margin-top: 30px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 18px;
}
|
HTML-CSS/module 7/css/style.css
|
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
url('../fonts/montserrat-v14-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after{
box-sizing: inherit;
margin: 0;
padding: 0
;
}
ul,
ol{
list-style: none;
}
a{
text-decoration: none;
}
img{
display: block;
height: auto;
}
.container{
width: 940px;
margin: 0 auto;
background-color: transparent;
}
.navigation{
display: flex;
justify-content: space-between;
padding-top: 36px;
}
.logotype {
margin-bottom: 115px;
}
.header{
margin-bottom: 113px;
}
.header__list-item{
margin-left: 30px;
font-size: 15px;
padding-top: 3px;
text-align: left;
}
.header__list {
display: flex;
justify-content: space-between;
}
.header__list-link{
color: #0f0101;
font-family: "Montserrat";
font-weight: 400;
color: #222222;
font-size: 17px;
}
.header__list-link:hover{
color: #feda5e;
transition: all 0.2s linear;
}
.header__title {
font-size: 48px;
color: black;
text-align: center;
text-transform: uppercase;
margin-bottom: 16px;
font-family: "Montserrat";
font-weight: 800;
}
.header__subtitle {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
font-size: 20px;
color: rgb(119, 119, 119);
text-align: center;
margin-bottom: 58px;
}
.services__list {
display: flex;
justify-content: space-between;
}
.services__list-item {
width: 275px;
}
.services__list-item::before {
display: block;
content: "";
width: 74px;
height: 74px;
border: 3px solid rgb(254, 218, 94);
border-radius: 50%;
margin: 0 auto;
background-image: url("../img/Icons/icon1.png");
background-repeat: no-repeat;
background-position: center;
margin-bottom: 26px;
}
.services__list-item:nth-child(2)::before {
background-image: url("../img/Icons/icon2.png");
}
.services__list-item:last-child::before{
background-image: url("../img/Icons/Icon-Locked.png");
}
.services__list-title{
font-family: "Montserrat", serif;
font-weight: bold;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
.services__list-text{
font-family: "Roboto", serif;
font-weight: 400;
font-size: 14px;
text-align: center;
color: rgb(156, 156, 156);
line-height: 25px;
}
.message__title {
font-size: 48px;
color: #ffffff;
text-align: center;
text-transform: uppercase;
margin-bottom: 16px;
font-family: "Montserrat";
padding-top: 110px;
}
.message__subtitle {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
font-size: 20px;
color: rgb(119, 119, 119);
text-align: center;
margin-bottom: 77px;
}
.message{
background-color: black;
background-image: url(../img/Map.png);
background-repeat: no-repeat;
background-position: right bottom 20px;
}
.form{
width: 940px;
margin: 0 auto;
padding-bottom: 115px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
}
.blank{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.personalinfo{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 210px;
width: 455px;
}
.form__input{
padding: 19px 19px 20px;
border-radius: 2px;
border: 1px solid;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
border: none;
}
input:required:focus:valid {
outline-color:green;
}
input:required:focus:invalid {
outline-color: red;
}
.textarea {
resize: none;
padding-top: 10px;
padding-left: 10px;
border-radius: 2px;
width: 455px;
height:210px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
color: #777777;
}
textarea:required:focus:valid {
outline-color: green;
outline-width: medium;
}
textarea:required:focus:invalid {
outline-color: red;
}
.form__btn{
border-radius: 3px;
background-color: rgb(254, 209, 54);
color: white;
border: none;
padding: 25px 50px 25px 50px;
display: block;
margin: 0 auto;
margin-top: 30px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 18px;
}
| 0.340266 | 0.053108 |
*
{
font-family: calibri;
font-size: 12px;
color: #333333;
border-style: none;
padding: 0px;
margin: 0px;
}
body#xplorium
{
margin: 0px;
padding: 0px;
min-width: 800px;
background-position: top;
background-image: url(/statics/images/front-end/xplorium/public/background.gif);
background-repeat: repeat-x;
background-color: #bfd8e7;
display: block;
}
span.activity-indicator
{
display: none;
background: url(/statics/images/xplorium/activity-indicator.gif) no-repeat left 10px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
font-weight: bold;
font-size: 14px;
padding-top: 10px;
visibility: hidden;
}
span.inline-activity-indicator
{
margin: 4px 10px -4px -27px;
display: inline-block;
background: url(/statics/images/xplorium/activity-indicator.gif) no-repeat center center;
font-weight: bold;
font-size: 14px;
width: 16px;
height: 16px;
visibility: hidden;
}
div#wrapper
{
margin: 0px auto 0px auto;
display: block;
}
.center
{
text-align: center;
margin-right: auto;
margin-left: auto;
}
p
{
line-height: 150%;
}
.block
{
display: block !important;
}
.none
{
display: none !important;
}
a, a:visited
{
color: #0281CA;
text-decoration: none;
}
a, a:focus, a:active, input, select, input:focus, input::-moz-focus-inner
{
outline: medium none;
border: 0;
}
a:focus, a:active
{
text-decoration: underline;
}
button:hover, input[type="submit"]:hover
{
cursor: pointer;
}
ul
{
margin: 0px;
display: block;
}
li
{
display: block;
list-style-type: square;
}
strong
{
font-weight: bold;
display: inline !important;
color: inherit;
font-size: inherit;
}
div.clear-fix
{
padding: 0px !important;
margin: 0px !important;
border-style: none !important;
clear: both !important;
width: 100% !important;
float: none !important;
}
div.absolute-position
{
position: absolute;
}
div#header
{
margin-bottom: 15px;
text-align: center;
display: block;
padding: 15px;
}
div#header div ul
{
margin: 0;
text-align: center;
float: left;
}
div#header div ul.right
{
float: right;
}
div#header div ul:last-child
{
margin-bottom: 0px;
}
div#header div ul li
{
background-position: right;
padding-right: 13px;
margin-right: 10px;
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
display: inline-block;
}
div#header div ul li:last-child
{
padding-right: 0px;
margin-right: 0px;
background-image: none;
}
div#header div ul li a, div#header div ul li span
{
color: #0088cc;
display: block;
}
div#header div ul li span
{
color: #999999;
}
div#footer
{
margin-top: 15px;
text-align: center;
display: block;
padding: 15px;
}
div#footer div ul
{
margin: 0px 0px 15px 0px;
display: block;
text-align: center;
}
div#footer div ul:last-child
{
margin-bottom: 0px;
}
div#footer div ul li
{
background-position: right;
padding-right: 13px;
margin-right: 10px;
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
display: inline-block;
}
div#footer div ul li:last-child
{
padding-right: 0px;
margin-right: 0px;
background-image: none;
}
div#footer div ul li a, div#footer div ul li span
{
color: #0088cc;
display: block;
}
div#footer div ul li span
{
color: #999999;
}
.vertical-line-break
{
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
}
input[type="text"]
{
-moz-border-radius: 5px;
background-color: #ffffff;
border: 1px solid #9fbbcd;
color: #333333;
margin: 0;
padding: 5px;
height: 22px;
}
select
{
-moz-border-radius: 5px;
background-color: #ffffff;
border: 1px solid #9fbbcd;
color: #333333;
margin: 0;
padding: 5px;
display: block;
}
select option
{
border-style: none;
background-color: #ffffff;
color: #333333;
}
input[type="submit"]
{
text-indent: -9999px;
}
input[type="text"].invalid
{
border-color: #CE9D9D !important;
}
span.invalid
{
background-color: #F3CFCF !important;
}
.autocomplete
{
position: absolute;
cursor: default;
background-color: #ffffff;
border: 1px solid #9fbbcd;
}
ul.autocomplete:hover
{
cursor: pointer;
}
ul.autocomplete li.item a:hover
{
background-color: #e6e6e6;
}
ul.autocomplete li.item a
{
padding: 5px;
display: block;
color: #666666;
font-size: 14px;
text-decoration: none;
}
|
src/Xplorium/Statics/Styles/Front-End/Xplorium/Public/Default.css
|
*
{
font-family: calibri;
font-size: 12px;
color: #333333;
border-style: none;
padding: 0px;
margin: 0px;
}
body#xplorium
{
margin: 0px;
padding: 0px;
min-width: 800px;
background-position: top;
background-image: url(/statics/images/front-end/xplorium/public/background.gif);
background-repeat: repeat-x;
background-color: #bfd8e7;
display: block;
}
span.activity-indicator
{
display: none;
background: url(/statics/images/xplorium/activity-indicator.gif) no-repeat left 10px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
font-weight: bold;
font-size: 14px;
padding-top: 10px;
visibility: hidden;
}
span.inline-activity-indicator
{
margin: 4px 10px -4px -27px;
display: inline-block;
background: url(/statics/images/xplorium/activity-indicator.gif) no-repeat center center;
font-weight: bold;
font-size: 14px;
width: 16px;
height: 16px;
visibility: hidden;
}
div#wrapper
{
margin: 0px auto 0px auto;
display: block;
}
.center
{
text-align: center;
margin-right: auto;
margin-left: auto;
}
p
{
line-height: 150%;
}
.block
{
display: block !important;
}
.none
{
display: none !important;
}
a, a:visited
{
color: #0281CA;
text-decoration: none;
}
a, a:focus, a:active, input, select, input:focus, input::-moz-focus-inner
{
outline: medium none;
border: 0;
}
a:focus, a:active
{
text-decoration: underline;
}
button:hover, input[type="submit"]:hover
{
cursor: pointer;
}
ul
{
margin: 0px;
display: block;
}
li
{
display: block;
list-style-type: square;
}
strong
{
font-weight: bold;
display: inline !important;
color: inherit;
font-size: inherit;
}
div.clear-fix
{
padding: 0px !important;
margin: 0px !important;
border-style: none !important;
clear: both !important;
width: 100% !important;
float: none !important;
}
div.absolute-position
{
position: absolute;
}
div#header
{
margin-bottom: 15px;
text-align: center;
display: block;
padding: 15px;
}
div#header div ul
{
margin: 0;
text-align: center;
float: left;
}
div#header div ul.right
{
float: right;
}
div#header div ul:last-child
{
margin-bottom: 0px;
}
div#header div ul li
{
background-position: right;
padding-right: 13px;
margin-right: 10px;
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
display: inline-block;
}
div#header div ul li:last-child
{
padding-right: 0px;
margin-right: 0px;
background-image: none;
}
div#header div ul li a, div#header div ul li span
{
color: #0088cc;
display: block;
}
div#header div ul li span
{
color: #999999;
}
div#footer
{
margin-top: 15px;
text-align: center;
display: block;
padding: 15px;
}
div#footer div ul
{
margin: 0px 0px 15px 0px;
display: block;
text-align: center;
}
div#footer div ul:last-child
{
margin-bottom: 0px;
}
div#footer div ul li
{
background-position: right;
padding-right: 13px;
margin-right: 10px;
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
display: inline-block;
}
div#footer div ul li:last-child
{
padding-right: 0px;
margin-right: 0px;
background-image: none;
}
div#footer div ul li a, div#footer div ul li span
{
color: #0088cc;
display: block;
}
div#footer div ul li span
{
color: #999999;
}
.vertical-line-break
{
background-image: url(/statics/images/xplorium/vertical-line-break.gif);
background-repeat: repeat-y;
}
input[type="text"]
{
-moz-border-radius: 5px;
background-color: #ffffff;
border: 1px solid #9fbbcd;
color: #333333;
margin: 0;
padding: 5px;
height: 22px;
}
select
{
-moz-border-radius: 5px;
background-color: #ffffff;
border: 1px solid #9fbbcd;
color: #333333;
margin: 0;
padding: 5px;
display: block;
}
select option
{
border-style: none;
background-color: #ffffff;
color: #333333;
}
input[type="submit"]
{
text-indent: -9999px;
}
input[type="text"].invalid
{
border-color: #CE9D9D !important;
}
span.invalid
{
background-color: #F3CFCF !important;
}
.autocomplete
{
position: absolute;
cursor: default;
background-color: #ffffff;
border: 1px solid #9fbbcd;
}
ul.autocomplete:hover
{
cursor: pointer;
}
ul.autocomplete li.item a:hover
{
background-color: #e6e6e6;
}
ul.autocomplete li.item a
{
padding: 5px;
display: block;
color: #666666;
font-size: 14px;
text-decoration: none;
}
| 0.320928 | 0.091139 |
.form {
box-shadow: 0 0 225px rgba(255,255,255,0.55);
border-radius: 3px;
border: 1px solid rgba(0,0,0,0.10);
}
.form legend {
background-color: #eaeae3;
padding: 0 12px;
color: #333;
text-shadow: 0 1px 0 #f5f5f1;
box-sizing: border-box;
line-height: 40px;
display: block;
width: 100%;
border-top: 1px solid #f5f5f1;
border-bottom: 1px solid #d9d9d9;
border-radius: top 3px;
}
.form fieldset {
padding: 30px;
border: 0;
}
.form .control-group {
overflow: auto;
padding: 0 0 25px 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags),
.pillbox,
.cke_editable,
textarea {
font-size: inherit;
padding: 5px;
outline: none;
border: 1px solid #bbb;
border-radius: 2px;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags):hover,
.pillbox:hover,
.cke_editable:hover,
textarea:hover {
border: 1px solid #bbb;
box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags):focus,
.pillbox:focus,
.cke_editable:focus,
textarea:focus {
border: 1px solid #00bce9;
box-shadow: 0 0 5px #2da1ec;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags).highlight,
.pillbox.highlight,
.cke_editable.highlight,
textarea.highlight {
border: 1px solid #fc3;
box-shadow: 0 0 5px #ff0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags).error,
.pillbox.error,
.cke_editable.error,
textarea.error {
border: 1px solid #dd212b;
box-shadow: 0 0 5px #ed1b24;
}
.form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags),
.form .pillbox,
.form textarea,
.form select {
width: 99%;
}
form .error {
color: #c00;
}
form .help {
color: #0b9e0b;
}
select {
outline: none;
background-color: transparent;
font-size: inherit;
border: 1px solid #bbb;
border-radius: 2px;
}
::-webkit-input-placeholder {
color: #ccc;
font-weight: lighter;
}
::-moz-input-placeholder {
color: #ccc;
font-weight: lighter;
}
|
lib/form.css
|
.form {
box-shadow: 0 0 225px rgba(255,255,255,0.55);
border-radius: 3px;
border: 1px solid rgba(0,0,0,0.10);
}
.form legend {
background-color: #eaeae3;
padding: 0 12px;
color: #333;
text-shadow: 0 1px 0 #f5f5f1;
box-sizing: border-box;
line-height: 40px;
display: block;
width: 100%;
border-top: 1px solid #f5f5f1;
border-bottom: 1px solid #d9d9d9;
border-radius: top 3px;
}
.form fieldset {
padding: 30px;
border: 0;
}
.form .control-group {
overflow: auto;
padding: 0 0 25px 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags),
.pillbox,
.cke_editable,
textarea {
font-size: inherit;
padding: 5px;
outline: none;
border: 1px solid #bbb;
border-radius: 2px;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags):hover,
.pillbox:hover,
.cke_editable:hover,
textarea:hover {
border: 1px solid #bbb;
box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags):focus,
.pillbox:focus,
.cke_editable:focus,
textarea:focus {
border: 1px solid #00bce9;
box-shadow: 0 0 5px #2da1ec;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags).highlight,
.pillbox.highlight,
.cke_editable.highlight,
textarea.highlight {
border: 1px solid #fc3;
box-shadow: 0 0 5px #ff0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags).error,
.pillbox.error,
.cke_editable.error,
textarea.error {
border: 1px solid #dd212b;
box-shadow: 0 0 5px #ed1b24;
}
.form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(.tags),
.form .pillbox,
.form textarea,
.form select {
width: 99%;
}
form .error {
color: #c00;
}
form .help {
color: #0b9e0b;
}
select {
outline: none;
background-color: transparent;
font-size: inherit;
border: 1px solid #bbb;
border-radius: 2px;
}
::-webkit-input-placeholder {
color: #ccc;
font-weight: lighter;
}
::-moz-input-placeholder {
color: #ccc;
font-weight: lighter;
}
| 0.308711 | 0.14442 |
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
body {
background: linear-gradient(200deg, #b0cce0, #efdb81, #b4b0e0) fixed;
margin: 0px;
padding: 0px;
}
h1 {
font-family: "Quicksand", sans-serif;
font-size: 70px;
color: #ffffff;
text-align: center;
margin: 0 auto;
opacity: 0.9;
margin-top: 100px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
h1 {
font-size: 60px;
}
}
@media (max-width: 480px) {
h1 {
font-size: 50px;
}
}
h2 {
font-family: "Quicksand", sans-serif;
font-style: italic;
font-size: 40px;
color: #ffffff;
text-align: center;
margin: 0 auto;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
h2 {
font-size: 36px;
}
}
@media (max-width: 480px) {
h2 {
font-size: 27px;
}
}
h7 {
color: #fff;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
font-size: 20px;
}
@media (max-width: 480px) {
h7 {
font-size: 14px;
}
}
.buttonContainer {
display: block;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 90px;
}
@media (max-width: 768px) {
.buttonContainer {
margin-top: 50px;
margin-bottom: 50px;
}
}
@media (max-width: 480px) {
.buttonContainer {
margin-top: 10px;
margin-bottom: 35px;
}
}
#downloadButton, #repoButton {
background: #d2d2d2;
padding: 10px 30px;
color: #232323;
letter-spacing: 1px;
font-family: "Poppins", sans-serif;
text-decoration: none;
font-size: 20px;
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
border-radius: 5px 5px 5px 5px;
margin: 0 auto;
}
#downloadButton, #repoButton {
background: #a1f4f7;
}
#downloadButton:hover, #repoButton:hover {
background: #7bf0f4;
transition: all 0.3s ease;
}
#downloadButton:active, #repoButton:active {
background: #2ce6ed;
}
@media (max-width: 768px) {
#downloadButton, #repoButton {
display: inline-block;
margin: 5px;
}
}
#screenshot, #screenshot02 {
margin-top: 30px;
box-shadow: 3px 3px 8px #7c7c7c;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
#cf {
position: relative;
height: 375px;
width: 600px;
margin: 0 auto;
margin-top: 30px;
}
#cf img {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
#cf img {
position: absolute;
}
@media (max-width: 768px) {
#cf img {
width: 85%;
left: 40px;
}
}
@media (max-width: 480px) {
#cf img {
width: 70%;
left: 10px;
}
}
@keyframes cfFadeInOut {
0% {
opacity: 1;
}
45% {
opacity: 1;
}
55% {
opacity: 0;
}
100% {
opacity: 0;
}
}
#cf img.top {
animation-name: cfFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}
footer {
margin: 0 auto;
width: 60%;
margin-bottom: 120px;
}
#hireMePic {
float: left;
box-shadow: 3px 3px 8px #7c7c7c;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
.hireBio {
font-family: "Poppins", sans-serif;
text-align: center;
letter-spacing: 1px;
}
.fab, .far {
color: #49343f;
}
/*# sourceMappingURL=style.css.map */
|
assets/css/style.css
|
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
body {
background: linear-gradient(200deg, #b0cce0, #efdb81, #b4b0e0) fixed;
margin: 0px;
padding: 0px;
}
h1 {
font-family: "Quicksand", sans-serif;
font-size: 70px;
color: #ffffff;
text-align: center;
margin: 0 auto;
opacity: 0.9;
margin-top: 100px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
h1 {
font-size: 60px;
}
}
@media (max-width: 480px) {
h1 {
font-size: 50px;
}
}
h2 {
font-family: "Quicksand", sans-serif;
font-style: italic;
font-size: 40px;
color: #ffffff;
text-align: center;
margin: 0 auto;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
h2 {
font-size: 36px;
}
}
@media (max-width: 480px) {
h2 {
font-size: 27px;
}
}
h7 {
color: #fff;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
font-size: 20px;
}
@media (max-width: 480px) {
h7 {
font-size: 14px;
}
}
.buttonContainer {
display: block;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 90px;
}
@media (max-width: 768px) {
.buttonContainer {
margin-top: 50px;
margin-bottom: 50px;
}
}
@media (max-width: 480px) {
.buttonContainer {
margin-top: 10px;
margin-bottom: 35px;
}
}
#downloadButton, #repoButton {
background: #d2d2d2;
padding: 10px 30px;
color: #232323;
letter-spacing: 1px;
font-family: "Poppins", sans-serif;
text-decoration: none;
font-size: 20px;
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px #d3d3d3;
border-radius: 5px 5px 5px 5px;
margin: 0 auto;
}
#downloadButton, #repoButton {
background: #a1f4f7;
}
#downloadButton:hover, #repoButton:hover {
background: #7bf0f4;
transition: all 0.3s ease;
}
#downloadButton:active, #repoButton:active {
background: #2ce6ed;
}
@media (max-width: 768px) {
#downloadButton, #repoButton {
display: inline-block;
margin: 5px;
}
}
#screenshot, #screenshot02 {
margin-top: 30px;
box-shadow: 3px 3px 8px #7c7c7c;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
#cf {
position: relative;
height: 375px;
width: 600px;
margin: 0 auto;
margin-top: 30px;
}
#cf img {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
#cf img {
position: absolute;
}
@media (max-width: 768px) {
#cf img {
width: 85%;
left: 40px;
}
}
@media (max-width: 480px) {
#cf img {
width: 70%;
left: 10px;
}
}
@keyframes cfFadeInOut {
0% {
opacity: 1;
}
45% {
opacity: 1;
}
55% {
opacity: 0;
}
100% {
opacity: 0;
}
}
#cf img.top {
animation-name: cfFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}
footer {
margin: 0 auto;
width: 60%;
margin-bottom: 120px;
}
#hireMePic {
float: left;
box-shadow: 3px 3px 8px #7c7c7c;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
.hireBio {
font-family: "Poppins", sans-serif;
text-align: center;
letter-spacing: 1px;
}
.fab, .far {
color: #49343f;
}
/*# sourceMappingURL=style.css.map */
| 0.441191 | 0.12768 |
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1;
}
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color:#252c47;
/*background-attachment:fixed;*/
font-family: Arial, sans-serif;
font-size:24px;
height:95%;
/*margin-top:20px;*/ /*Här blir det knas med Inforutan*/
padding:0px;
width:100%;
color: #fff;
}
#doorcontrolcontent{
display: none;
}
.byggnadnav{
color: #FFF;
border: 2px solid #FFF;
/*margin-top: 10%;*/
padding-top: 4%;
padding-bottom: 4%;
}
#byggnad td{
text-align: center;
}
table{
width: 100%;
height: 100%;
}
.overskrift{
visibility: hidden;
}
/* Har gjort denna relative för att testa om buggen med softkeyboard försvinner. */
#helamenyn{
position: relative;
top: 0;
z-index: 12;
background-color: #252c47;
padding-top: 20px;
}
/* Pushmeny är borta då den inte kommer behövas vid relative positionering */
#pushmeny{
padding-top: 20px;
z-index: -1;
position: relative;
display: none;
}
#uppernav{
position: relative;
z-index: 10;
padding-top: 1%;
width: 100%;
/*height: 20%;*/
text-align: center;
padding-bottom: 1%;
/*margin-bottom: 2%;*/
border-bottom: 2px solid #fff;
}
.uppernavclass{
background-color: #252c47;
/*height: 10%;*/
}
#navigering img{
}
#uppernav td{
/*border: solid #fff;*/
width: 33%;
vertical-align: middle;
}
#index{
height: 95%;
}
/*
* Skeleton V1.2
* Copyright 2011, <NAME>
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */
/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 0px) and (max-width: 1080px) {
.container { position: relative; width: 100%; margin: 0px auto; padding-top: 40%;
}
.container .column,
.container .columns { float: left;}
.row { margin-bottom: 20px; }
/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }
/* Base Grid */
.container .one.column,
.container .one.columns { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 220px; }
.container .five.columns { width: 280px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 50%; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 100%;
}
.container .one-third.column { width: 300px; }
.container .two-thirds.column { width: 620px; }
/* Offsets */
.container .offset-by-one { padding-left: 60px; }
.container .offset-by-two { padding-left: 120px; }
.container .offset-by-three { padding-left: 180px; }
.container .offset-by-four { padding-left: 240px; }
.container .offset-by-five { padding-left: 300px; }
.container .offset-by-six { padding-left: 360px; }
.container .offset-by-seven { padding-left: 420px; }
.container .offset-by-eight { padding-left: 480px; }
.container .offset-by-nine { padding-left: 540px; }
.container .offset-by-ten { padding-left: 600px; }
.container .offset-by-eleven { padding-left: 660px; }
.container .offset-by-twelve { padding-left: 720px; }
.container .offset-by-thirteen { padding-left: 780px; }
.container .offset-by-fourteen { padding-left: 840px; }
.container .offset-by-fifteen { padding-left: 900px; }
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
color: #181818;
font-family: "Georgia", "Times New Roman", serif;
font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }
p { margin: 0 0 0px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; }
strong { font-weight: bold }
small { font-size: 80%; }
.center { text-align: center }
/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Links
================================================== */
a, a:visited { color: #fff; text-decoration: underline; outline: 0; font-size: 50px; }
a:hover, a:focus { color: #fff; }
p a, p a:visited { line-height: inherit; }
/* #Images
================================================== */
img.scale-with-grid {
max-width: 100%;
height: auto;
}
img.scale-with-grid-logo {
max-width: 100%;
height: auto; }
img.scale-with-grid-logo-small {
max-width: 33%;
height: auto;
margin-top: 2%;
}
/* #Custom
================================================== */
.logo{
margin-top: 5%;
margin-left: 5%;
width: 30%;
position: fixed;
}
.textboxA
{
top: 15%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
top: 32.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
position: relative;
text-align: center;
float: right;
background: #252c47;
border: 0px;
color: #fff;
}
#loggaut{
position: absolute;
text-align: center;
float: left;
background-color: #252c47;
border: 0px;
color: #fff;
bottom: 0%;
}
#submitposition{
position: absolute;
top: 55%;
width: 85%;
margin-right: 15%;
}
.felinlogg{
margin-left: 15%;
top: 49%;
font-weight: bold;
position: absolute;
font-size: 3.4vw;
color: red;
}
.hemmameddelande{
margin-left: 10%;
z-index: 1;
padding-top: 30%;
}
/* screen mellan 240 - 320px */
@media only screen and (min-width: 240px) and (max-width: 320px) {
img.scale-with-grid{
height: 120px;
}
.logo{
margin-top: 5%;
margin-left: 5%;
width: 35%;
position: fixed;
}
p{
font-size: 12px;
}
.textboxA
{
font-size: 16px;
top: 15%;
position: absolute;
height: 10%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
font-size: 16px;
top: 30%;
position: absolute;
height: 10%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
font-size: 16px;
position: relative;
text-align: center;
float: right;
background: #252c47;
border: 0px;
color: #fff;
}
#submitposition{
position: absolute;
top: 45%;
width: 85%;
margin-right: 15%;
}
}
/* screen mellan 240 - 320px */
@media only screen and (min-width: 321px) and (max-width: 479px) {
.logo{
margin-top: 5%;
margin-left: 5%;
width: 35%;
position: fixed;
}
p{
font-size: 20px;
}
.textboxA
{
font-size: 24px;
/* top: 30%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
*/
}
.textboxL
{
font-size: 24px;
/* top: 47.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
*/
}
.submitknapp{
font-size: 24px;
/* position: relative;
text-align: center;
float: right;
background: #aaa;
border: 0px;
color: #fff;
*/
}
}
/* screen mellan 480 - 639px */
@media only screen and (min-width: 480px) and (max-width: 639px) {
p{
font-size: 24px;
}
.textboxA
{
font-size: 30px;
}
.textboxL
{
font-size: 30px;
}
.submitknapp{
font-size: 30px;
}
}
/* screen mellan 640 - 800px */
@media only screen and (min-width: 640px) and (max-width: 800px) {
p{
font-size: 30px;
}
.textboxA
{
font-size: 60px;
}
.textboxL
{
font-size: 60px;
}
.submitknapp{
font-size: 60px;
}
}
/* screen mellan 801 - 1080px */
@media only screen and (min-width: 801px) and (max-width: 1080px) {
p{
font-size: 40px;
}
.textboxA
{
font-size: 70px;
}
.textboxL
{
font-size: 70px;
}
.submitknapp{
font-size: 70px;
}
}
/* min bredd 1080px*/
@media only screen and (min-width: 1081px){
.container { position: relative; max-width: 80%; margin: 0px auto; padding-top: 10%; }
.container .column,
.container .columns { float: left; }
.row { margin-bottom: 20px; }
/* Base Grid */
.container .eight.columns { max-width: 50%; }
.logo{
margin-top: 5%;
margin-left: 5%;
width: 15%;
}
.textboxA
{
font-size: 90px;
}
.textboxL
{
font-size: 90px;
}
.submitknapp{
font-size: 90px;
}
}
.button,
button,
input[type="submit"],
input[type="reset"] {
outline: none;
background: transparent; /* url(img/door_button.png) no-repeat 0 0;*//* Old browsers */
border: 0px solid #aaa;
border-top: 0px solid #ccc;
border-left: 0px solid #ccc;
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
outline: none;
opacity:0.8;
border: 0px solid #888;
border-top: 0px solid #aaa;
border-left: 0px solid #aaa; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
outline: none;
opacity:0.7;
border: 0px #666;
/*border: 1px solid #666;*/
background: #ccc; /* Old browsers */
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
/*
<NAME> 11feb 1429
.textboxA
{
top: 30%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
top: 47.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
position: relative;
text-align: center;
float: right;
background: #aaa;
border: 0px;
color: #fff;
}
*/
|
www/css/index.css
|
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1;
}
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color:#252c47;
/*background-attachment:fixed;*/
font-family: Arial, sans-serif;
font-size:24px;
height:95%;
/*margin-top:20px;*/ /*Här blir det knas med Inforutan*/
padding:0px;
width:100%;
color: #fff;
}
#doorcontrolcontent{
display: none;
}
.byggnadnav{
color: #FFF;
border: 2px solid #FFF;
/*margin-top: 10%;*/
padding-top: 4%;
padding-bottom: 4%;
}
#byggnad td{
text-align: center;
}
table{
width: 100%;
height: 100%;
}
.overskrift{
visibility: hidden;
}
/* Har gjort denna relative för att testa om buggen med softkeyboard försvinner. */
#helamenyn{
position: relative;
top: 0;
z-index: 12;
background-color: #252c47;
padding-top: 20px;
}
/* Pushmeny är borta då den inte kommer behövas vid relative positionering */
#pushmeny{
padding-top: 20px;
z-index: -1;
position: relative;
display: none;
}
#uppernav{
position: relative;
z-index: 10;
padding-top: 1%;
width: 100%;
/*height: 20%;*/
text-align: center;
padding-bottom: 1%;
/*margin-bottom: 2%;*/
border-bottom: 2px solid #fff;
}
.uppernavclass{
background-color: #252c47;
/*height: 10%;*/
}
#navigering img{
}
#uppernav td{
/*border: solid #fff;*/
width: 33%;
vertical-align: middle;
}
#index{
height: 95%;
}
/*
* Skeleton V1.2
* Copyright 2011, <NAME>
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */
/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 0px) and (max-width: 1080px) {
.container { position: relative; width: 100%; margin: 0px auto; padding-top: 40%;
}
.container .column,
.container .columns { float: left;}
.row { margin-bottom: 20px; }
/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }
/* Base Grid */
.container .one.column,
.container .one.columns { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 220px; }
.container .five.columns { width: 280px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 50%; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 100%;
}
.container .one-third.column { width: 300px; }
.container .two-thirds.column { width: 620px; }
/* Offsets */
.container .offset-by-one { padding-left: 60px; }
.container .offset-by-two { padding-left: 120px; }
.container .offset-by-three { padding-left: 180px; }
.container .offset-by-four { padding-left: 240px; }
.container .offset-by-five { padding-left: 300px; }
.container .offset-by-six { padding-left: 360px; }
.container .offset-by-seven { padding-left: 420px; }
.container .offset-by-eight { padding-left: 480px; }
.container .offset-by-nine { padding-left: 540px; }
.container .offset-by-ten { padding-left: 600px; }
.container .offset-by-eleven { padding-left: 660px; }
.container .offset-by-twelve { padding-left: 720px; }
.container .offset-by-thirteen { padding-left: 780px; }
.container .offset-by-fourteen { padding-left: 840px; }
.container .offset-by-fifteen { padding-left: 900px; }
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
color: #181818;
font-family: "Georgia", "Times New Roman", serif;
font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }
p { margin: 0 0 0px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; }
strong { font-weight: bold }
small { font-size: 80%; }
.center { text-align: center }
/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Links
================================================== */
a, a:visited { color: #fff; text-decoration: underline; outline: 0; font-size: 50px; }
a:hover, a:focus { color: #fff; }
p a, p a:visited { line-height: inherit; }
/* #Images
================================================== */
img.scale-with-grid {
max-width: 100%;
height: auto;
}
img.scale-with-grid-logo {
max-width: 100%;
height: auto; }
img.scale-with-grid-logo-small {
max-width: 33%;
height: auto;
margin-top: 2%;
}
/* #Custom
================================================== */
.logo{
margin-top: 5%;
margin-left: 5%;
width: 30%;
position: fixed;
}
.textboxA
{
top: 15%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
top: 32.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
position: relative;
text-align: center;
float: right;
background: #252c47;
border: 0px;
color: #fff;
}
#loggaut{
position: absolute;
text-align: center;
float: left;
background-color: #252c47;
border: 0px;
color: #fff;
bottom: 0%;
}
#submitposition{
position: absolute;
top: 55%;
width: 85%;
margin-right: 15%;
}
.felinlogg{
margin-left: 15%;
top: 49%;
font-weight: bold;
position: absolute;
font-size: 3.4vw;
color: red;
}
.hemmameddelande{
margin-left: 10%;
z-index: 1;
padding-top: 30%;
}
/* screen mellan 240 - 320px */
@media only screen and (min-width: 240px) and (max-width: 320px) {
img.scale-with-grid{
height: 120px;
}
.logo{
margin-top: 5%;
margin-left: 5%;
width: 35%;
position: fixed;
}
p{
font-size: 12px;
}
.textboxA
{
font-size: 16px;
top: 15%;
position: absolute;
height: 10%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
font-size: 16px;
top: 30%;
position: absolute;
height: 10%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
font-size: 16px;
position: relative;
text-align: center;
float: right;
background: #252c47;
border: 0px;
color: #fff;
}
#submitposition{
position: absolute;
top: 45%;
width: 85%;
margin-right: 15%;
}
}
/* screen mellan 240 - 320px */
@media only screen and (min-width: 321px) and (max-width: 479px) {
.logo{
margin-top: 5%;
margin-left: 5%;
width: 35%;
position: fixed;
}
p{
font-size: 20px;
}
.textboxA
{
font-size: 24px;
/* top: 30%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
*/
}
.textboxL
{
font-size: 24px;
/* top: 47.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
*/
}
.submitknapp{
font-size: 24px;
/* position: relative;
text-align: center;
float: right;
background: #aaa;
border: 0px;
color: #fff;
*/
}
}
/* screen mellan 480 - 639px */
@media only screen and (min-width: 480px) and (max-width: 639px) {
p{
font-size: 24px;
}
.textboxA
{
font-size: 30px;
}
.textboxL
{
font-size: 30px;
}
.submitknapp{
font-size: 30px;
}
}
/* screen mellan 640 - 800px */
@media only screen and (min-width: 640px) and (max-width: 800px) {
p{
font-size: 30px;
}
.textboxA
{
font-size: 60px;
}
.textboxL
{
font-size: 60px;
}
.submitknapp{
font-size: 60px;
}
}
/* screen mellan 801 - 1080px */
@media only screen and (min-width: 801px) and (max-width: 1080px) {
p{
font-size: 40px;
}
.textboxA
{
font-size: 70px;
}
.textboxL
{
font-size: 70px;
}
.submitknapp{
font-size: 70px;
}
}
/* min bredd 1080px*/
@media only screen and (min-width: 1081px){
.container { position: relative; max-width: 80%; margin: 0px auto; padding-top: 10%; }
.container .column,
.container .columns { float: left; }
.row { margin-bottom: 20px; }
/* Base Grid */
.container .eight.columns { max-width: 50%; }
.logo{
margin-top: 5%;
margin-left: 5%;
width: 15%;
}
.textboxA
{
font-size: 90px;
}
.textboxL
{
font-size: 90px;
}
.submitknapp{
font-size: 90px;
}
}
.button,
button,
input[type="submit"],
input[type="reset"] {
outline: none;
background: transparent; /* url(img/door_button.png) no-repeat 0 0;*//* Old browsers */
border: 0px solid #aaa;
border-top: 0px solid #ccc;
border-left: 0px solid #ccc;
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
outline: none;
opacity:0.8;
border: 0px solid #888;
border-top: 0px solid #aaa;
border-left: 0px solid #aaa; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
outline: none;
opacity:0.7;
border: 0px #666;
/*border: 1px solid #666;*/
background: #ccc; /* Old browsers */
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
/*
<NAME> 11feb 1429
.textboxA
{
top: 30%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.textboxL
{
top: 47.5%;
position: absolute;
height: 12.5%;
width: 70%;
margin-left: 15%;
}
.submitknapp{
position: relative;
text-align: center;
float: right;
background: #aaa;
border: 0px;
color: #fff;
}
*/
| 0.271831 | 0.083217 |
.header{
background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a);
}
.page {
align-items: center;
background-image: url("~/assets/background.jpg") no-repeat;
}
.margins{
margin: 15;
}
.action-image{
height: 30;
width: 30;
margin-left: auto;
}
.action-label{
text-align: center !important;
font-size: 15;
font-weight: bold;
}
.dressdiv{
width: 80;
height: 80;
margin: 0;
padding: 0;
}
.dressimg{
height: auto;
width: auto;
}
.dressname{
font-size: 14;
color:#05375c;
vertical-align: middle;
}
.cardStyle{
margin: 8;
text-align: center;
background-image: url("~/assets/dashbord/Background.jpg") no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
align-items: center;
border-width: 1 !important;
border-color: #05375c !important;
border-radius: 16 16 16 16 ;
}
.cardStyle1{
margin-bottom: -10;
}
.bg-card{
background-color:#05375c;
border-width: 2;
border-radius: 12;
/* border-color: rgb(252, 252, 252); */
border-color:rgb(247, 247, 247);
/* android-elevation:55 !important; */
}
.bg-child{
background:white;
padding-bottom: 10;
padding-top: 10;
margin-right: 1;
border-radius: 0 0 0 10;
}
.bg-child1{
background:white;
padding-bottom: 10;
padding-top: 10;
margin-left: 1;
border-radius: 0 0 10 0;
}
.ordrimg{
background-image: url("~/assets/dashbord/Background.jpg") no-repeat;
height: 60;
width: 60;
margin:5;
border-radius: 60;
}
.order-txt{
font-size: 13;
color:#05375c ;
margin-top: -8;
}
.detail-txt{
font-size: 13;
color:#05375c ;
text-align: left;
margin-left: 10;
margin-top: -8;
}
.st-img{
height: 100;
width: auto;
}
.uncheck-img{
height: 25;
width: 25;
}
.st-txt{
border-radius: 0 0 14 14;
background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a);
color: white;
width: auto;
height: 25;
}
.bgbtn{
height: 40;
background-image: linear-gradient(to bottom, #bf9a4d, #c7ab61, #d0bc76, #d8cd8c, #e2dea2, #e2dea2, #e2dea2, #e2dea2, #d9cd8c, #d0bc76, #c8ab61, #c09a4d);
font-size: 14;
text-align: center;
width: 100%;
}
|
src/app/order-management/measurement/measurement.component.css
|
.header{
background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a);
}
.page {
align-items: center;
background-image: url("~/assets/background.jpg") no-repeat;
}
.margins{
margin: 15;
}
.action-image{
height: 30;
width: 30;
margin-left: auto;
}
.action-label{
text-align: center !important;
font-size: 15;
font-weight: bold;
}
.dressdiv{
width: 80;
height: 80;
margin: 0;
padding: 0;
}
.dressimg{
height: auto;
width: auto;
}
.dressname{
font-size: 14;
color:#05375c;
vertical-align: middle;
}
.cardStyle{
margin: 8;
text-align: center;
background-image: url("~/assets/dashbord/Background.jpg") no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
align-items: center;
border-width: 1 !important;
border-color: #05375c !important;
border-radius: 16 16 16 16 ;
}
.cardStyle1{
margin-bottom: -10;
}
.bg-card{
background-color:#05375c;
border-width: 2;
border-radius: 12;
/* border-color: rgb(252, 252, 252); */
border-color:rgb(247, 247, 247);
/* android-elevation:55 !important; */
}
.bg-child{
background:white;
padding-bottom: 10;
padding-top: 10;
margin-right: 1;
border-radius: 0 0 0 10;
}
.bg-child1{
background:white;
padding-bottom: 10;
padding-top: 10;
margin-left: 1;
border-radius: 0 0 10 0;
}
.ordrimg{
background-image: url("~/assets/dashbord/Background.jpg") no-repeat;
height: 60;
width: 60;
margin:5;
border-radius: 60;
}
.order-txt{
font-size: 13;
color:#05375c ;
margin-top: -8;
}
.detail-txt{
font-size: 13;
color:#05375c ;
text-align: left;
margin-left: 10;
margin-top: -8;
}
.st-img{
height: 100;
width: auto;
}
.uncheck-img{
height: 25;
width: 25;
}
.st-txt{
border-radius: 0 0 14 14;
background: linear-gradient(to top, #2798cf, #2f84b0, #337092, #335d75, #314a5a);
color: white;
width: auto;
height: 25;
}
.bgbtn{
height: 40;
background-image: linear-gradient(to bottom, #bf9a4d, #c7ab61, #d0bc76, #d8cd8c, #e2dea2, #e2dea2, #e2dea2, #e2dea2, #d9cd8c, #d0bc76, #c8ab61, #c09a4d);
font-size: 14;
text-align: center;
width: 100%;
}
| 0.461988 | 0.159774 |
body { font: 0.8em Arial; }
/* Datagrid Table */
table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; }
/* base64 of head_bg.gif file */
td.tbl-header { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/
5tP/59T/59X/6Nb/6Nv/693/7N7/7eD/7uf/8un/8/T/+dH/5df/6Nn/6dr/6t//7f///yH5BAEA
AB8ALAAAAAACAB8AAAUzYFFkWdMQBMMsi6IMA4ZdV5IgiKY5zvMYBggkEpFINpvDgcPpdCYTgYBC
pVQqHo9lawkBADs=); text-align: center; padding: 3px; font-weight: bold; border-bottom: 2px solid #c3daf9; }
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
tr.tbl-row {}
tr.tbl-row:hover { background: #EBFFFF; } /* Old color: #E9E9E9 */
tr.tbl-row-even { background: #f4f4f4; }
tr.tbl-row-odd { background: white; }
tr.tbl-row-highlight:hover { background: #fffba6; cursor: pointer; }
/* base64 of head_bg.gif file */
td.tbl-nav { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/
5tP/59T/59X/6Nb/6Nv/693/7N7/7eD/7uf/8un/8/T/+dH/5df/6Nn/6dr/6t//7f///yH5BAEA
AB8ALAAAAAACAB8AAAUzYFFkWdMQBMMsi6IMA4ZdV5IgiKY5zvMYBggkEpFINpvDgcPpdCYTgYBC
pVQqHo9lawkBADs=); height: 20px; border-top: 2px solid #c3daf9; color: #4D4D4D; }
td.tbl-pages { text-align: center; }
td.tbl-row-num { text-align: right; }
td.tbl-cell {}
td.tbl-controls { text-align: center; }
td.tbl-found {}
td.tbl-checkall {}
td.tbl-page { text-align: right; }
td.tbl-noresults { font-weight: bold; color: #9F0000; height: 45px; text-align: center; }
span.tbl-reset { margin: 5px 5px; }
img.tbl-reset-image { margin-right: 5px; border: 0; }
span.tbl-create { margin: 5px 0; }
img.tbl-create-image { margin-right: 5px; border: 0; }
div.tbl-filter-box {}
img.tbl-arrows { border: 0; }
img.tbl-order-image { margin: 0 2px; border: 0; }
img.tbl-filter-image { border: 0; }
img.tbl-control-image { border: 0; }
span.page-selected { color: black; font-weight: bold; }
input.tbl-checkbox {}
|
table.css
|
body { font: 0.8em Arial; }
/* Datagrid Table */
table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; }
/* base64 of head_bg.gif file */
td.tbl-header { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/
5tP/59T/59X/6Nb/6Nv/693/7N7/7eD/7uf/8un/8/T/+dH/5df/6Nn/6dr/6t//7f///yH5BAEA
AB8ALAAAAAACAB8AAAUzYFFkWdMQBMMsi6IMA4ZdV5IgiKY5zvMYBggkEpFINpvDgcPpdCYTgYBC
pVQqHo9lawkBADs=); text-align: center; padding: 3px; font-weight: bold; border-bottom: 2px solid #c3daf9; }
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
tr.tbl-row {}
tr.tbl-row:hover { background: #EBFFFF; } /* Old color: #E9E9E9 */
tr.tbl-row-even { background: #f4f4f4; }
tr.tbl-row-odd { background: white; }
tr.tbl-row-highlight:hover { background: #fffba6; cursor: pointer; }
/* base64 of head_bg.gif file */
td.tbl-nav { background: url(data:image/gif;base64,R0lGODlhAgAfAMQAAAAAAP///9z/7ev/9fH/+PX/+tT/6Nj/6uP/8OX/8ez/9e7/9vD/9/L/+NL/
5tP/59T/59X/6Nb/6Nv/693/7N7/7eD/7uf/8un/8/T/+dH/5df/6Nn/6dr/6t//7f///yH5BAEA
AB8ALAAAAAACAB8AAAUzYFFkWdMQBMMsi6IMA4ZdV5IgiKY5zvMYBggkEpFINpvDgcPpdCYTgYBC
pVQqHo9lawkBADs=); height: 20px; border-top: 2px solid #c3daf9; color: #4D4D4D; }
td.tbl-pages { text-align: center; }
td.tbl-row-num { text-align: right; }
td.tbl-cell {}
td.tbl-controls { text-align: center; }
td.tbl-found {}
td.tbl-checkall {}
td.tbl-page { text-align: right; }
td.tbl-noresults { font-weight: bold; color: #9F0000; height: 45px; text-align: center; }
span.tbl-reset { margin: 5px 5px; }
img.tbl-reset-image { margin-right: 5px; border: 0; }
span.tbl-create { margin: 5px 0; }
img.tbl-create-image { margin-right: 5px; border: 0; }
div.tbl-filter-box {}
img.tbl-arrows { border: 0; }
img.tbl-order-image { margin: 0 2px; border: 0; }
img.tbl-filter-image { border: 0; }
img.tbl-control-image { border: 0; }
span.page-selected { color: black; font-weight: bold; }
input.tbl-checkbox {}
| 0.316158 | 0.087486 |
.comments-area .comment {
clear: both;
margin-top: 45px;
}
.comments-area .user-info,
.question-best-answer-comment .user-info {
float: left;
width: 72px;
}
.comments-area .user-info-holder .avatar { margin-bottom: 2px; }
.comments-area .user-info-bar {
margin-left: 3px;
width: 50px;
}
.comments-area .comment-header {
margin-left: 77px;
}
.comments-area .avatar {
margin-bottom: 6px;
}
.comments-area .comment-info {
float: right;
text-align: right;
margin-right: 3px;
}
.comments-area .text {
padding: 0px 5px 0px 80px;
}
.comments-area .comment-header div {
display: inline-block;
}
.comments-area .comment-number {
margin-right: 2rem;
}
.comments-area .authorship > .comment-number {
margin: 2px 0 0 2px; /* necesario por el fucking ie */
width: 100px;
}
.comments-area .post-comment {
margin: 35px 0 0 3px;
}
.comments-area .comment-actions {
margin-top: 14px;
}
.comments-container {
margin-top: 0px;
}
#cmain > .comments-container {
margin-top: 20px;
}
.comment-rating-state {
margin-left: 98px;
padding: 1px 0 2px 5px;
width: 113px;
}
.moderate-comments-opener-detail {
border-top: 1px solid;
margin-top: 15px;
margin-left: 77px;
}
.moderate-comments {
border: 1px solid;
width: 300px;
margin-top: -3px;
position: absolute;
z-index: 3;
}
.report-comments {
float: right;
margin-top: 2px;
}
.report-comments.report-comment-with-sig {
margin-top: 14px;
}
.moderate-comments ul {
}
.moderate-comments li {
;
}
.moderate-comments .good {
float: left;
width: 50%;
background: #E8F6EA;
}
.moderate-comments .bad {
float: left;
width: 50%;
}
.moderate-comments .neutral {
clear: left;
}
.moderate-comments a {
padding-left: 3px;
display: block;
width: 100%;
}
#ccontent .moderate-comments a img {
border: 0;
}
.moderate-comments-opener {
display: inline;
}
.hidden-comments-indicator {
margin-top: 30px;
text-align: center;
}
/* Suicidal - clean styles from here and below */
.fullquote-comment {
position: absolute;
z-index: 100;
padding: 8px;
background: #fff;
background: #FFFFF0;
border-color: #CFCEAF;
width: 50%;
}
.image-deleter {
z-index: 100;
/* TODO(slnc): temp hack until we have an icon here */
font-weight: bold;
float: right;
margin: 1px;
padding: 3px;
cursor: pointer;
}
.droparea {
border: 3px dashed;
width: 16rem;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
vertical-align: middle;
text-align: center;
cursor: default;
margin: 30px 0 10px 0;
margin: 3rem 0 1rem 0;
}
.droparea div {
padding-left: 1rem;
}
.inline-menu li {
display: inline-block;
margin-right: 1em;
}
.inline-menu li:last-child {
margin-right: 0;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.user-link {
font-weight: bold;
}
.fullquote-comment {
border: 1px solid #ccc;
-moz-box-shadow: 3px 3px 3px 3px #ddd;
-webkit-box-shadow: 3px 3px 3px 3px #ddd;
box-shadow: 3px 3px 3px 3px #ddd;
}
.image-gallery-sm .image2 {
width: 100px;
height: 100px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
margin: 3px;
border: 3px solid;
}
.image-editor .image2 {
width: 100%;
display: inline-block;
margin: 3px;
border: 3px solid #fff;
height: auto;
background-size: contain;
background-repeat: no-repeat;
}
abbr {
border-bottom: 1px dotted #aaa;
cursor: pointer;
}
/* Old uncleaned */
.comment-rating-state {
border: 1px solid;
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
}
.comments-sig {
font-style: italic;
text-align: right;
margin-bottom: -14px;
}
.moderate-comments a {
font-weight: bold;
}
#comment_comment {
height: 50px;
}
.comment-textarea {
width: 520px;
margin-left: auto;
margin-right: auto;
}
.inactive .user-info .user-info-bar,
.inactive .user-info .emblemas,
.inactive .comments-sig {
opacity: 0.4;
}
.inactive .user-info .avatar {
opacity: 0.8
}
.inactive .comment-header {
opacity: 0.8
}
.inactive .comment-header .comment-info,
.inactive .moderate-comments-opener-detail {
opacity: 1.0;
}
.inactive .user-info .user-info-bar,
.inactive .user-info .emblemas,
.inactive .comment-header,
.inactive .comment-header .comment-info,
.inactive .moderate-comments-opener-detail,
.inactive .user-info .avatar,
.inactive .comments-sig {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
|
app/assets/stylesheets/components/commentsarea.css
|
.comments-area .comment {
clear: both;
margin-top: 45px;
}
.comments-area .user-info,
.question-best-answer-comment .user-info {
float: left;
width: 72px;
}
.comments-area .user-info-holder .avatar { margin-bottom: 2px; }
.comments-area .user-info-bar {
margin-left: 3px;
width: 50px;
}
.comments-area .comment-header {
margin-left: 77px;
}
.comments-area .avatar {
margin-bottom: 6px;
}
.comments-area .comment-info {
float: right;
text-align: right;
margin-right: 3px;
}
.comments-area .text {
padding: 0px 5px 0px 80px;
}
.comments-area .comment-header div {
display: inline-block;
}
.comments-area .comment-number {
margin-right: 2rem;
}
.comments-area .authorship > .comment-number {
margin: 2px 0 0 2px; /* necesario por el fucking ie */
width: 100px;
}
.comments-area .post-comment {
margin: 35px 0 0 3px;
}
.comments-area .comment-actions {
margin-top: 14px;
}
.comments-container {
margin-top: 0px;
}
#cmain > .comments-container {
margin-top: 20px;
}
.comment-rating-state {
margin-left: 98px;
padding: 1px 0 2px 5px;
width: 113px;
}
.moderate-comments-opener-detail {
border-top: 1px solid;
margin-top: 15px;
margin-left: 77px;
}
.moderate-comments {
border: 1px solid;
width: 300px;
margin-top: -3px;
position: absolute;
z-index: 3;
}
.report-comments {
float: right;
margin-top: 2px;
}
.report-comments.report-comment-with-sig {
margin-top: 14px;
}
.moderate-comments ul {
}
.moderate-comments li {
;
}
.moderate-comments .good {
float: left;
width: 50%;
background: #E8F6EA;
}
.moderate-comments .bad {
float: left;
width: 50%;
}
.moderate-comments .neutral {
clear: left;
}
.moderate-comments a {
padding-left: 3px;
display: block;
width: 100%;
}
#ccontent .moderate-comments a img {
border: 0;
}
.moderate-comments-opener {
display: inline;
}
.hidden-comments-indicator {
margin-top: 30px;
text-align: center;
}
/* Suicidal - clean styles from here and below */
.fullquote-comment {
position: absolute;
z-index: 100;
padding: 8px;
background: #fff;
background: #FFFFF0;
border-color: #CFCEAF;
width: 50%;
}
.image-deleter {
z-index: 100;
/* TODO(slnc): temp hack until we have an icon here */
font-weight: bold;
float: right;
margin: 1px;
padding: 3px;
cursor: pointer;
}
.droparea {
border: 3px dashed;
width: 16rem;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
vertical-align: middle;
text-align: center;
cursor: default;
margin: 30px 0 10px 0;
margin: 3rem 0 1rem 0;
}
.droparea div {
padding-left: 1rem;
}
.inline-menu li {
display: inline-block;
margin-right: 1em;
}
.inline-menu li:last-child {
margin-right: 0;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.user-link {
font-weight: bold;
}
.fullquote-comment {
border: 1px solid #ccc;
-moz-box-shadow: 3px 3px 3px 3px #ddd;
-webkit-box-shadow: 3px 3px 3px 3px #ddd;
box-shadow: 3px 3px 3px 3px #ddd;
}
.image-gallery-sm .image2 {
width: 100px;
height: 100px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
margin: 3px;
border: 3px solid;
}
.image-editor .image2 {
width: 100%;
display: inline-block;
margin: 3px;
border: 3px solid #fff;
height: auto;
background-size: contain;
background-repeat: no-repeat;
}
abbr {
border-bottom: 1px dotted #aaa;
cursor: pointer;
}
/* Old uncleaned */
.comment-rating-state {
border: 1px solid;
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
}
.comments-sig {
font-style: italic;
text-align: right;
margin-bottom: -14px;
}
.moderate-comments a {
font-weight: bold;
}
#comment_comment {
height: 50px;
}
.comment-textarea {
width: 520px;
margin-left: auto;
margin-right: auto;
}
.inactive .user-info .user-info-bar,
.inactive .user-info .emblemas,
.inactive .comments-sig {
opacity: 0.4;
}
.inactive .user-info .avatar {
opacity: 0.8
}
.inactive .comment-header {
opacity: 0.8
}
.inactive .comment-header .comment-info,
.inactive .moderate-comments-opener-detail {
opacity: 1.0;
}
.inactive .user-info .user-info-bar,
.inactive .user-info .emblemas,
.inactive .comment-header,
.inactive .comment-header .comment-info,
.inactive .moderate-comments-opener-detail,
.inactive .user-info .avatar,
.inactive .comments-sig {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
| 0.254694 | 0.095349 |
html {
font-family: sans-serif;
}
@media (min-width: 1501px) {
#mid {
margin: 320px auto;
width: 70%;
height: auto;
display: grid;
grid-template-rows: 120px auto;
grid-template-columns: 280px auto;
grid-template-areas:
"a b";
}
#top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#navbar {
position: fixed;
top: 320px;
left: 15%;
}
#right-container {
grid-area: b;
}
#blog-box-container {
grid-area: b;
display: grid;
grid-template-rows: min-content;
grid-template-columns: 1fr 1fr;
column-gap:20px;
row-gap:20px;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
pointer-events: none;
}
}
@media (max-width:1500px) and (min-width:801px) {
#mid {
margin: 320px auto;
width: 70%;
height: auto;
display: grid;
grid-template-rows: 120px auto;
grid-template-columns: 280px auto;
grid-template-areas:
"a b";
}
#top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#navbar {
position: fixed;
top: 320px;
left: 15%;
}
#right-container {
grid-area: b;
}
#blog-box-container {
grid-area: b;
display: grid;
grid-template-rows: min-content;
grid-template-columns:;
row-gap:20px;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
pointer-events: none;
}
}
@media (max-width: 800px) {
#mid {
margin: 30px auto;
width: 80%;
display: grid;
grid-template-areas:
"a"
"b"
"c";
}
#top-container {
grid-area: a;
}
#navbar {
grid-area: b;
}
#index-top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#index-navbar {
position: fixed;
top: 320px;
left: 15%;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#blog-box-container {
grid-area: c;
display: grid;
grid-template-rows: min-content;
row-gap:20px;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
}
.navbar-link {
color: black;
text-decoration: none;
margin: 0px;
}
.navbar-link:hover, .current-navbar-link {
background-color: black;
color: white;
padding:2px 5px;
position: relative;
left: -5px;
text-decoration: none;
}
#titles {
margin-bottom: 80px;
}
.blog-post-date {
font-family: monospace;
font-size: 1.5em;
color: grey;
margin-bottom: 40px;
}
.blog-post-title {
text-decoration: none;
color: black
}
.blog-post {
display: grid;
grid-template-rows: auto auto;
margin-bottom: 300px;
}
.c1-question {
font-style: italic;
color:rgb(100, 100, 100);
}
h2 {
padding: 0px;
}
img, video {
width:100%;
}
#top-bar {
position: fixed;
z-index: 11;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 30px;
background-color: black;
justify-content: center;
align-content: center;
}
#top-bar-head {
font-family: 'Courier New', Courier, monospace;
color: white;
margin: auto;
}
code {
color: #363636;
}
.code {
background-color: #dddddd;
width: 100%;
max-width: 600px;
border-radius: 6px;
padding: 6px
}
.tag-box {
margin-bottom: 1em;
}
.tag {
background-color: #c0c0c0;
color: #5f5f5f;
padding: 0.3em 1em;
border-radius: 20000px;
margin-right: 11px;
}
#neuro-table {
max-width: 800px;
width: 100%;
text-align: start;
}
th, td {
border-bottom: 1px solid rgb(0, 0, 0);
vertical-align: top;
border-collapse: collapse;
text-align: left;
}
.inline-link {
color: black;
}
|
styles/main.css
|
html {
font-family: sans-serif;
}
@media (min-width: 1501px) {
#mid {
margin: 320px auto;
width: 70%;
height: auto;
display: grid;
grid-template-rows: 120px auto;
grid-template-columns: 280px auto;
grid-template-areas:
"a b";
}
#top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#navbar {
position: fixed;
top: 320px;
left: 15%;
}
#right-container {
grid-area: b;
}
#blog-box-container {
grid-area: b;
display: grid;
grid-template-rows: min-content;
grid-template-columns: 1fr 1fr;
column-gap:20px;
row-gap:20px;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
pointer-events: none;
}
}
@media (max-width:1500px) and (min-width:801px) {
#mid {
margin: 320px auto;
width: 70%;
height: auto;
display: grid;
grid-template-rows: 120px auto;
grid-template-columns: 280px auto;
grid-template-areas:
"a b";
}
#top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#navbar {
position: fixed;
top: 320px;
left: 15%;
}
#right-container {
grid-area: b;
}
#blog-box-container {
grid-area: b;
display: grid;
grid-template-rows: min-content;
grid-template-columns:;
row-gap:20px;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
pointer-events: none;
}
}
@media (max-width: 800px) {
#mid {
margin: 30px auto;
width: 80%;
display: grid;
grid-template-areas:
"a"
"b"
"c";
}
#top-container {
grid-area: a;
}
#navbar {
grid-area: b;
}
#index-top-container {
width:auto;
height: 170px;
position: fixed;
top: 150px;
left: 15%;
}
#index-navbar {
position: fixed;
top: 320px;
left: 15%;
}
.blog-box {
height: 300px;
padding: 0px;
position: relative;
top:0px;
overflow: hidden;
}
#blog-box-container {
grid-area: c;
display: grid;
grid-template-rows: min-content;
row-gap:20px;
}
#opaque {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
}
.navbar-link {
color: black;
text-decoration: none;
margin: 0px;
}
.navbar-link:hover, .current-navbar-link {
background-color: black;
color: white;
padding:2px 5px;
position: relative;
left: -5px;
text-decoration: none;
}
#titles {
margin-bottom: 80px;
}
.blog-post-date {
font-family: monospace;
font-size: 1.5em;
color: grey;
margin-bottom: 40px;
}
.blog-post-title {
text-decoration: none;
color: black
}
.blog-post {
display: grid;
grid-template-rows: auto auto;
margin-bottom: 300px;
}
.c1-question {
font-style: italic;
color:rgb(100, 100, 100);
}
h2 {
padding: 0px;
}
img, video {
width:100%;
}
#top-bar {
position: fixed;
z-index: 11;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 30px;
background-color: black;
justify-content: center;
align-content: center;
}
#top-bar-head {
font-family: 'Courier New', Courier, monospace;
color: white;
margin: auto;
}
code {
color: #363636;
}
.code {
background-color: #dddddd;
width: 100%;
max-width: 600px;
border-radius: 6px;
padding: 6px
}
.tag-box {
margin-bottom: 1em;
}
.tag {
background-color: #c0c0c0;
color: #5f5f5f;
padding: 0.3em 1em;
border-radius: 20000px;
margin-right: 11px;
}
#neuro-table {
max-width: 800px;
width: 100%;
text-align: start;
}
th, td {
border-bottom: 1px solid rgb(0, 0, 0);
vertical-align: top;
border-collapse: collapse;
text-align: left;
}
.inline-link {
color: black;
}
| 0.525612 | 0.126434 |
*{-webkit-user-select: none;}
p, span, h1, h2, h3, h4, h5, input, textarea {-webkit-user-select: text;}
html
{
margin: 0;
padding: 0;
border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
display: block;
}
body
{
line-height: 1.2;
background: white;
}
ol, ul
{
list-style: none;
}
table
{
border-spacing: 0;
}
/* table {border-collapse:separate;border-spacing:0;} */
caption, th, td
{
font-weight: normal;
float: none !important;
}
table, th, td
{
vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after
{
content: '';
content: none;
}
blockquote, q
{
quotes: "" "";
quotes: none;
}
a img
{
border: none;
}
:focus
{
outline: 0;
}
/* typography */
html
{
font-size: 100.01%;
}
body
{
font-size: 75%;
font-family: 'Century Gothic', 'Lucida Sans Unicode', Helvetica, Arial;
}
h1, h2, h3, h4, h5, h6
{
font-weight: normal;
}
h1
{
font-size: 3em;
line-height: 1;
margin-bottom: 0.5em;
}
h2
{
font-size: 2em;
line-height: 1;
margin-bottom: 0.75em;
}
h3
{
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}
h4
{
font-size: 1.2em;
line-height: 1.25;
margin-bottom: 1.25em;
}
h5
{
font-size: 1em;
font-weight: bold;
margin-bottom: 1.5em;
}
h6
{
font-size: 1em;
font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
margin: 0;
}
p
{
margin: 1.5em 0 1.5em;
}
blockquote
{
margin: 1.5em;
font-style: italic;
}
strong, dfn
{
font-weight: bold;
}
em, dfn
{
font-style: italic;
}
sup, sub
{
line-height: 0;
}
sup
{
font-size: 0.4em;
}
sub
{
font-size: 0.7em;
}
abbr, acronym
{
border-bottom: 1px dotted #666;
}
address
{
margin: 0 0 1.5em;
font-style: italic;
}
pre
{
margin: 1.5em 0;
white-space: pre;
}
pre, code, tt
{
font: 1em 'andale mono' , 'lucida console' , monospace;
line-height: 1.5;
}
li ul, li ol
{
margin: 0;
}
ul, ol
{
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}
ul
{
list-style-type: disc;
}
ol
{
list-style-type: decimal;
}
dl
{
margin: 0 0 1.5em 0;
}
dl dt
{
font-weight: bold;
}
dd
{
margin-left: 1.5em;
}
table
{
margin-bottom: 0;
}
th
{
font-weight: bold;
}
th, td, caption
{
padding: 1px 2px 1px 2px;
}
tfoot
{
font-style: italic;
}
/* forms */
label
{
font-weight: bold;
}
fieldset
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 1px solid #ccc;
}
legend
{
font-weight: bold;
font-size: 1.2em;
margin-top: -0.2em;
margin-bottom: 1em;
margin-left: 1em;
padding: 0 0.5em 0 0.5em;
}
fieldset, #IE8#HACK
{
padding-top: 0;
}
legend, #IE8#HACK
{
margin-top: 0;
margin-bottom: 0;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
color: inherit;
font-weight: inherit;
border: 1px solid #C4C4C4;
margin: 0;
}
input.text, input.title
{
width: 300px;
padding: 5px;
}
input.title
{
font-size: 1.5em;
}
textarea
{
width: 100%;
height: 250px;
padding: 5px;
white-space: pre-wrap;
word-wrap: break-word;
}
form.inline
{
line-height: 3;
}
form.inline p
{
margin-bottom: 0;
}
select:focus, input[type=checkbox]:focus, input[type=radio]:focus, input[type=image]:focus
{
outline: 1px solid #5083D0;
box-shadow: 0px 0px 3pt 2pt #5083D0;
-moz-box-shadow: 0px 0px 3pt 2pt #5083D0;
-webkit-box-shadow: 0px 0px 3pt 2pt #5083D0;
}
/*responsive grid*/
.r-table {
display: table;
width: 100%;
}
.r-tr {
display: table-row;
}
.r-td {
display: table-cell;
padding: 2px;
vertical-align: top;
}
.r-td:empty {
padding: 0px;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
[class*='-12'] { padding-right: 0px; }
[class*='rg-'] { float: left; }
[class*='rg-'] [class*='rc-'] { padding-right: 10px; }
[class*='rg-'][class*='-12'] [class*='rc-'][class*='-12'] { padding-right: 0px; }
.grid {
width: 100%;
margin: 0 auto;
}
.grid:after
{
content: "";
display: block;
clear: both;
}
.grid-pad
{
max-width: 2560px;
min-width: 755px;
}
/* Content Columns */
.rc-1-1, .rc-2-2, .rc-3-3, .rc-4-4, .rc-5-5, .rc-6-6, .rc-7-7, .rc-8-8, .rc-9-9, .rc-10-10, .rc-11-11, .rc-12-12 { width: 8.33%; }
.rc-1-2, .rc-2-3, .rc-3-4, .rc-4-5, .rc-5-6, .rc-6-7, .rc-7-8, .rc-8-9, .rc-9-10, .rc-10-11, .rc-11-12 { width: 16.66%; }
.rc-1-3, .rc-2-4, .rc-3-5, .rc-4-6, .rc-5-7, .rc-6-8, .rc-7-9, .rc-8-10, .rc-9-11, .rc-10-12 { width: 25.00%; }
.rc-1-4, .rc-2-5, .rc-3-6, .rc-4-7, .rc-5-8, .rc-6-9, .rc-7-10, .rc-8-11, .rc-9-12 { width: 33.33%; }
.rc-1-5, .rc-2-6, .rc-3-7, .rc-4-8, .rc-5-9, .rc-6-10, .rc-7-11, .rc-8-12 { width: 41.66%; }
.rc-1-6, .rc-2-7, .rc-3-8, .rc-4-9, .rc-5-10, .rc-6-11, .rc-7-12 { width: 50.00%; }
.rc-1-7, .rc-2-8, .rc-3-9, .rc-4-10, .rc-5-11, .rc-6-12 { width: 58.33%; }
.rc-1-8, .rc-2-9, .rc-3-10, .rc-4-11, .rc-5-12 { width: 66.66%; }
.rc-1-9, .rc-2-10, .rc-3-11, .rc-4-12 { width: 75.00%; }
.rc-1-10, .rc-2-11, .rc-3-12 { width: 83.33%; }
.rc-1-11, .rc-2-12 { width: 91.66%; }
.rc-1-12 { width: 100.00%; }
.rg-1-1, .rg-2-2, .rg-3-3, .rg-4-4, .rg-5-5, .rg-6-6, .rg-7-7, .rg-8-8, .rg-9-9, .rg-10-10, .rg-11-11, .rg-12-12 { width: 8.33%; }
.rg-1-2, .rg-2-3, .rg-3-4, .rg-4-5, .rg-5-6, .rg-6-7, .rg-7-8, .rg-8-9, .rg-9-10, .rg-10-11, .rg-11-12 { width: 16.66%; }
.rg-1-3, .rg-2-4, .rg-3-5, .rg-4-6, .rg-5-7, .rg-6-8, .rg-7-9, .rg-8-10, .rg-9-11, .rg-10-12 { width: 25.00%; }
.rg-1-4, .rg-2-5, .rg-3-6, .rg-4-7, .rg-5-8, .rg-6-9, .rg-7-10, .rg-8-11, .rg-9-12 { width: 33.33%; }
.rg-1-5, .rg-2-6, .rg-3-7, .rg-4-8, .rg-5-9, .rg-6-10, .rg-7-11, .rg-8-12 { width: 41.66%; }
.rg-1-6, .rg-2-7, .rg-3-8, .rg-4-9, .rg-5-10, .rg-6-11, .rg-7-12 { width: 50.00%; }
.rg-1-7, .rg-2-8, .rg-3-9, .rg-4-10, .rg-5-11, .rg-6-12 { width: 58.33%; }
.rg-1-8, .rg-2-9, .rg-3-10, .rg-4-11, .rg-5-12 { width: 66.66%; }
.rg-1-9, .rg-2-10, .rg-3-11, .rg-4-12 { width: 75.00%; }
.rg-1-10, .rg-2-11, .rg-3-12 { width: 83.33%; }
.rg-1-11, .rg-2-12 { width: 91.66%; }
.rg-1-12 { width: 100.00%; }
/* Tablet only */
@media only screen and (min-width : 768px) and (max-width : 992px)
{
.screen-tabfolder > .r-table > .r-tr > .r-td {display: block; height: 100%;}
}
/* Small Devices, Tablets */
@media handheld, only screen and (max-width: 768px)
{
.grid
{
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
display: block;
}
[class*='rc-'], [class*='rg-']
{
width: 100%;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 2px;
padding-right: 2px;
display: block;
}
[class*='rg-'] [class*='rc-']{padding-right: 2px;}
[class*='rg-'] > .r-tr
{
display: block;
}
}
|
Web/css/_base.css
|
*{-webkit-user-select: none;}
p, span, h1, h2, h3, h4, h5, input, textarea {-webkit-user-select: text;}
html
{
margin: 0;
padding: 0;
border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
display: block;
}
body
{
line-height: 1.2;
background: white;
}
ol, ul
{
list-style: none;
}
table
{
border-spacing: 0;
}
/* table {border-collapse:separate;border-spacing:0;} */
caption, th, td
{
font-weight: normal;
float: none !important;
}
table, th, td
{
vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after
{
content: '';
content: none;
}
blockquote, q
{
quotes: "" "";
quotes: none;
}
a img
{
border: none;
}
:focus
{
outline: 0;
}
/* typography */
html
{
font-size: 100.01%;
}
body
{
font-size: 75%;
font-family: 'Century Gothic', 'Lucida Sans Unicode', Helvetica, Arial;
}
h1, h2, h3, h4, h5, h6
{
font-weight: normal;
}
h1
{
font-size: 3em;
line-height: 1;
margin-bottom: 0.5em;
}
h2
{
font-size: 2em;
line-height: 1;
margin-bottom: 0.75em;
}
h3
{
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}
h4
{
font-size: 1.2em;
line-height: 1.25;
margin-bottom: 1.25em;
}
h5
{
font-size: 1em;
font-weight: bold;
margin-bottom: 1.5em;
}
h6
{
font-size: 1em;
font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
margin: 0;
}
p
{
margin: 1.5em 0 1.5em;
}
blockquote
{
margin: 1.5em;
font-style: italic;
}
strong, dfn
{
font-weight: bold;
}
em, dfn
{
font-style: italic;
}
sup, sub
{
line-height: 0;
}
sup
{
font-size: 0.4em;
}
sub
{
font-size: 0.7em;
}
abbr, acronym
{
border-bottom: 1px dotted #666;
}
address
{
margin: 0 0 1.5em;
font-style: italic;
}
pre
{
margin: 1.5em 0;
white-space: pre;
}
pre, code, tt
{
font: 1em 'andale mono' , 'lucida console' , monospace;
line-height: 1.5;
}
li ul, li ol
{
margin: 0;
}
ul, ol
{
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}
ul
{
list-style-type: disc;
}
ol
{
list-style-type: decimal;
}
dl
{
margin: 0 0 1.5em 0;
}
dl dt
{
font-weight: bold;
}
dd
{
margin-left: 1.5em;
}
table
{
margin-bottom: 0;
}
th
{
font-weight: bold;
}
th, td, caption
{
padding: 1px 2px 1px 2px;
}
tfoot
{
font-style: italic;
}
/* forms */
label
{
font-weight: bold;
}
fieldset
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 1px solid #ccc;
}
legend
{
font-weight: bold;
font-size: 1.2em;
margin-top: -0.2em;
margin-bottom: 1em;
margin-left: 1em;
padding: 0 0.5em 0 0.5em;
}
fieldset, #IE8#HACK
{
padding-top: 0;
}
legend, #IE8#HACK
{
margin-top: 0;
margin-bottom: 0;
}
input[type=text], input[type=password], input.text, input.title, textarea, select
{
color: inherit;
font-weight: inherit;
border: 1px solid #C4C4C4;
margin: 0;
}
input.text, input.title
{
width: 300px;
padding: 5px;
}
input.title
{
font-size: 1.5em;
}
textarea
{
width: 100%;
height: 250px;
padding: 5px;
white-space: pre-wrap;
word-wrap: break-word;
}
form.inline
{
line-height: 3;
}
form.inline p
{
margin-bottom: 0;
}
select:focus, input[type=checkbox]:focus, input[type=radio]:focus, input[type=image]:focus
{
outline: 1px solid #5083D0;
box-shadow: 0px 0px 3pt 2pt #5083D0;
-moz-box-shadow: 0px 0px 3pt 2pt #5083D0;
-webkit-box-shadow: 0px 0px 3pt 2pt #5083D0;
}
/*responsive grid*/
.r-table {
display: table;
width: 100%;
}
.r-tr {
display: table-row;
}
.r-td {
display: table-cell;
padding: 2px;
vertical-align: top;
}
.r-td:empty {
padding: 0px;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
[class*='-12'] { padding-right: 0px; }
[class*='rg-'] { float: left; }
[class*='rg-'] [class*='rc-'] { padding-right: 10px; }
[class*='rg-'][class*='-12'] [class*='rc-'][class*='-12'] { padding-right: 0px; }
.grid {
width: 100%;
margin: 0 auto;
}
.grid:after
{
content: "";
display: block;
clear: both;
}
.grid-pad
{
max-width: 2560px;
min-width: 755px;
}
/* Content Columns */
.rc-1-1, .rc-2-2, .rc-3-3, .rc-4-4, .rc-5-5, .rc-6-6, .rc-7-7, .rc-8-8, .rc-9-9, .rc-10-10, .rc-11-11, .rc-12-12 { width: 8.33%; }
.rc-1-2, .rc-2-3, .rc-3-4, .rc-4-5, .rc-5-6, .rc-6-7, .rc-7-8, .rc-8-9, .rc-9-10, .rc-10-11, .rc-11-12 { width: 16.66%; }
.rc-1-3, .rc-2-4, .rc-3-5, .rc-4-6, .rc-5-7, .rc-6-8, .rc-7-9, .rc-8-10, .rc-9-11, .rc-10-12 { width: 25.00%; }
.rc-1-4, .rc-2-5, .rc-3-6, .rc-4-7, .rc-5-8, .rc-6-9, .rc-7-10, .rc-8-11, .rc-9-12 { width: 33.33%; }
.rc-1-5, .rc-2-6, .rc-3-7, .rc-4-8, .rc-5-9, .rc-6-10, .rc-7-11, .rc-8-12 { width: 41.66%; }
.rc-1-6, .rc-2-7, .rc-3-8, .rc-4-9, .rc-5-10, .rc-6-11, .rc-7-12 { width: 50.00%; }
.rc-1-7, .rc-2-8, .rc-3-9, .rc-4-10, .rc-5-11, .rc-6-12 { width: 58.33%; }
.rc-1-8, .rc-2-9, .rc-3-10, .rc-4-11, .rc-5-12 { width: 66.66%; }
.rc-1-9, .rc-2-10, .rc-3-11, .rc-4-12 { width: 75.00%; }
.rc-1-10, .rc-2-11, .rc-3-12 { width: 83.33%; }
.rc-1-11, .rc-2-12 { width: 91.66%; }
.rc-1-12 { width: 100.00%; }
.rg-1-1, .rg-2-2, .rg-3-3, .rg-4-4, .rg-5-5, .rg-6-6, .rg-7-7, .rg-8-8, .rg-9-9, .rg-10-10, .rg-11-11, .rg-12-12 { width: 8.33%; }
.rg-1-2, .rg-2-3, .rg-3-4, .rg-4-5, .rg-5-6, .rg-6-7, .rg-7-8, .rg-8-9, .rg-9-10, .rg-10-11, .rg-11-12 { width: 16.66%; }
.rg-1-3, .rg-2-4, .rg-3-5, .rg-4-6, .rg-5-7, .rg-6-8, .rg-7-9, .rg-8-10, .rg-9-11, .rg-10-12 { width: 25.00%; }
.rg-1-4, .rg-2-5, .rg-3-6, .rg-4-7, .rg-5-8, .rg-6-9, .rg-7-10, .rg-8-11, .rg-9-12 { width: 33.33%; }
.rg-1-5, .rg-2-6, .rg-3-7, .rg-4-8, .rg-5-9, .rg-6-10, .rg-7-11, .rg-8-12 { width: 41.66%; }
.rg-1-6, .rg-2-7, .rg-3-8, .rg-4-9, .rg-5-10, .rg-6-11, .rg-7-12 { width: 50.00%; }
.rg-1-7, .rg-2-8, .rg-3-9, .rg-4-10, .rg-5-11, .rg-6-12 { width: 58.33%; }
.rg-1-8, .rg-2-9, .rg-3-10, .rg-4-11, .rg-5-12 { width: 66.66%; }
.rg-1-9, .rg-2-10, .rg-3-11, .rg-4-12 { width: 75.00%; }
.rg-1-10, .rg-2-11, .rg-3-12 { width: 83.33%; }
.rg-1-11, .rg-2-12 { width: 91.66%; }
.rg-1-12 { width: 100.00%; }
/* Tablet only */
@media only screen and (min-width : 768px) and (max-width : 992px)
{
.screen-tabfolder > .r-table > .r-tr > .r-td {display: block; height: 100%;}
}
/* Small Devices, Tablets */
@media handheld, only screen and (max-width: 768px)
{
.grid
{
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
display: block;
}
[class*='rc-'], [class*='rg-']
{
width: 100%;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 2px;
padding-right: 2px;
display: block;
}
[class*='rg-'] [class*='rc-']{padding-right: 2px;}
[class*='rg-'] > .r-tr
{
display: block;
}
}
| 0.340924 | 0.105441 |
body {
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
background: white !important;
}
.front-page-wrap {
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.front-page-wrap .front-page-inner {
width: 100%;
height: auto;
display: -ms-grid;
display: grid;
grid-gap: 1rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 60px 0;
}
.front-page-wrap .front-page-inner .basic-fp-block {
width: calc(100% - 20px);
max-width: 1200px;
margin: 0 auto;
}
.front-page-wrap .front-page-inner .fp-heading {
margin: 2rem auto 0 auto;
text-align: center;
font-size: 2.5rem;
}
@media only screen and (max-width: 1100px) {
.front-page-wrap .front-page-inner .fp-heading {
font-size: 2rem;
}
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .fp-heading {
font-size: 1.5rem;
}
}
.front-page-wrap .front-page-inner .fp-subheading {
font-size: 1.5rem;
margin: 1rem 0;
text-align: left;
}
.front-page-wrap .front-page-inner .top-slider {
width: 100%;
height: 600px;
max-width: 1400px;
margin: 0 auto;
position: relative;
cursor: pointer;
}
@media only screen and (max-width: 1100px) {
.front-page-wrap .front-page-inner .top-slider {
height: 450px;
}
}
@media only screen and (max-width: 700px) {
.front-page-wrap .front-page-inner .top-slider {
height: 550px;
}
}
.front-page-wrap .front-page-inner .top-slider .slider-block {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.front-page-wrap .front-page-inner .top-slider .slider-block .link {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
.front-page-wrap .front-page-inner .top-slider .slider-block picture {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.front-page-wrap .front-page-inner .top-slider .slider-block picture img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .top-slider .slider-button {
position: absolute;
top: 50%;
height: 120px;
width: 60px;
background: rgba(255, 255, 255, 0.6);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-transition: .2s ease;
transition: .2s ease;
z-index: 3;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .slider-button {
top: calc(100% - 110px);
-webkit-transform: translateY(0);
transform: translateY(0);
width: calc(50% - 45px) !important;
height: 80px;
}
}
.front-page-wrap .front-page-inner .top-slider .slider-button:hover {
width: 80px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow {
margin: auto;
width: 30px;
height: 30px;
position: relative;
cursor: pointer;
z-index: 3;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-line {
width: 20px;
height: 3px;
background: black;
position: absolute;
-webkit-transform-origin: right;
transform-origin: right;
right: 5px;
border-radius: 3px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-bot {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 14px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-top {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 12px;
}
.front-page-wrap .front-page-inner .top-slider .prev {
left: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .prev {
left: 30px;
}
}
.front-page-wrap .front-page-inner .top-slider .prev .arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.front-page-wrap .front-page-inner .top-slider .next {
right: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .next {
right: 30px;
}
}
.front-page-wrap .front-page-inner .top-kategorie {
width: calc(100% - 20px);
max-width: 1200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: normal;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 auto;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie {
width: 100%;
height: auto;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
width: 100%;
height: auto;
display: -ms-grid;
display: grid;
grid-gap: 1rem;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
padding: 0;
list-style-type: none;
margin: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 360px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul .sub-menu {
display: none;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul li {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul li a {
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem 0;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
border: none !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.front-page-wrap .front-page-inner .big-cat-block {
width: calc(100% - 20px);
max-width: 1200px;
height: 500px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
margin: 0 auto;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.front-page-wrap .front-page-inner .big-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text {
margin: auto auto auto 2rem;
padding: 2rem 0;
text-align: left;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .large-text {
font-size: 2rem;
font-weight: bold;
margin: 0 auto .5rem 0;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .button {
font-size: 1rem;
padding: .5rem 1.5rem;
background: white;
color: black;
text-decoration: none;
width: 100%;
text-align: center;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right {
width: 100%;
height: 100%;
overflow: hidden;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap {
width: calc(100% - 20px);
max-width: 1200px;
height: 300px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
margin: 0 auto;
grid-gap: 1rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .three-cat-block-wrap {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
height: auto;
}
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block {
height: 300px;
}
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text {
left: 1rem;
bottom: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
z-index: 2;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text .large-text {
font-size: 1.5rem;
font-weight: bold;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap {
width: calc(100% - 20px);
max-width: 1200px;
height: 500px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
margin: 0 auto;
grid-gap: 1rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .two-cat-block-wrap {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
height: auto;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap:nth-child(1) {
height: 200px;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap:nth-child(2) {
height: 400px;
}
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 1rem;
bottom: 1rem;
z-index: 2;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text .large-text {
font-size: 1.5rem;
font-weight: bold;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .blog-block {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
padding: 1rem;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .2s ease;
transition: .2s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 20px);
max-width: 1200px;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
.front-page-wrap .front-page-inner .blog-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.front-page-wrap .front-page-inner .blog-block h2 {
font-size: 1.5rem;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 2rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .blog-block h2 {
padding: 0 0 0 2rem;
}
}
@media only screen and (max-width: 500px) {
.front-page-wrap .front-page-inner .blog-block h2 {
font-size: 1.1rem;
padding: 0;
text-align: center;
}
}
.front-page-wrap .front-page-inner .blog-block .img-wrap {
height: 100px;
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.front-page-wrap .front-page-inner .blog-block .img-wrap img {
height: 100px !important;
width: auto;
height: auto;
}
.front-page-wrap .front-page-inner .blog-block button {
padding: 1rem 2rem;
font-size: 1.1rem;
height: 100%;
border: none;
background: none;
cursor: pointer;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .blog-block button {
display: none;
}
}
/*# sourceMappingURL=front-page.css.map */
|
styles/front-page.css
|
body {
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
background: white !important;
}
.front-page-wrap {
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.front-page-wrap .front-page-inner {
width: 100%;
height: auto;
display: -ms-grid;
display: grid;
grid-gap: 1rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 60px 0;
}
.front-page-wrap .front-page-inner .basic-fp-block {
width: calc(100% - 20px);
max-width: 1200px;
margin: 0 auto;
}
.front-page-wrap .front-page-inner .fp-heading {
margin: 2rem auto 0 auto;
text-align: center;
font-size: 2.5rem;
}
@media only screen and (max-width: 1100px) {
.front-page-wrap .front-page-inner .fp-heading {
font-size: 2rem;
}
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .fp-heading {
font-size: 1.5rem;
}
}
.front-page-wrap .front-page-inner .fp-subheading {
font-size: 1.5rem;
margin: 1rem 0;
text-align: left;
}
.front-page-wrap .front-page-inner .top-slider {
width: 100%;
height: 600px;
max-width: 1400px;
margin: 0 auto;
position: relative;
cursor: pointer;
}
@media only screen and (max-width: 1100px) {
.front-page-wrap .front-page-inner .top-slider {
height: 450px;
}
}
@media only screen and (max-width: 700px) {
.front-page-wrap .front-page-inner .top-slider {
height: 550px;
}
}
.front-page-wrap .front-page-inner .top-slider .slider-block {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.front-page-wrap .front-page-inner .top-slider .slider-block .link {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
.front-page-wrap .front-page-inner .top-slider .slider-block picture {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.front-page-wrap .front-page-inner .top-slider .slider-block picture img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .top-slider .slider-button {
position: absolute;
top: 50%;
height: 120px;
width: 60px;
background: rgba(255, 255, 255, 0.6);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-transition: .2s ease;
transition: .2s ease;
z-index: 3;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .slider-button {
top: calc(100% - 110px);
-webkit-transform: translateY(0);
transform: translateY(0);
width: calc(50% - 45px) !important;
height: 80px;
}
}
.front-page-wrap .front-page-inner .top-slider .slider-button:hover {
width: 80px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow {
margin: auto;
width: 30px;
height: 30px;
position: relative;
cursor: pointer;
z-index: 3;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-line {
width: 20px;
height: 3px;
background: black;
position: absolute;
-webkit-transform-origin: right;
transform-origin: right;
right: 5px;
border-radius: 3px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-bot {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 14px;
}
.front-page-wrap .front-page-inner .top-slider .slider-button .arrow .arrow-top {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 12px;
}
.front-page-wrap .front-page-inner .top-slider .prev {
left: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .prev {
left: 30px;
}
}
.front-page-wrap .front-page-inner .top-slider .prev .arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.front-page-wrap .front-page-inner .top-slider .next {
right: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-slider .next {
right: 30px;
}
}
.front-page-wrap .front-page-inner .top-kategorie {
width: calc(100% - 20px);
max-width: 1200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: normal;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 auto;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie {
width: 100%;
height: auto;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
width: 100%;
height: auto;
display: -ms-grid;
display: grid;
grid-gap: 1rem;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
padding: 0;
list-style-type: none;
margin: 0;
}
@media only screen and (max-width: 900px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 360px) {
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul .sub-menu {
display: none;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul li {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.front-page-wrap .front-page-inner .top-kategorie .top-kategorie ul li a {
width: 100%;
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem 0;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
border: none !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.front-page-wrap .front-page-inner .big-cat-block {
width: calc(100% - 20px);
max-width: 1200px;
height: 500px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
margin: 0 auto;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.front-page-wrap .front-page-inner .big-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text {
margin: auto auto auto 2rem;
padding: 2rem 0;
text-align: left;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .large-text {
font-size: 2rem;
font-weight: bold;
margin: 0 auto .5rem 0;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-left .big-cat-block-left-text .button {
font-size: 1rem;
padding: .5rem 1.5rem;
background: white;
color: black;
text-decoration: none;
width: 100%;
text-align: center;
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right {
width: 100%;
height: 100%;
overflow: hidden;
}
@media only screen and (max-width: 550px) {
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.front-page-wrap .front-page-inner .big-cat-block .big-cat-block-right img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap {
width: calc(100% - 20px);
max-width: 1200px;
height: 300px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
margin: 0 auto;
grid-gap: 1rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .three-cat-block-wrap {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
height: auto;
}
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block {
height: 300px;
}
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text {
left: 1rem;
bottom: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
z-index: 2;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block .three-cat-block-text .large-text {
font-size: 1.5rem;
font-weight: bold;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .three-cat-block-wrap .three-cat-block img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap {
width: calc(100% - 20px);
max-width: 1200px;
height: 500px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
margin: 0 auto;
grid-gap: 1rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .two-cat-block-wrap {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
height: auto;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap:nth-child(1) {
height: 200px;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap:nth-child(2) {
height: 400px;
}
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 1rem;
bottom: 1rem;
z-index: 2;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text .small-text {
font-size: 1rem;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block .two-cat-block-text .large-text {
font-size: 1.5rem;
font-weight: bold;
margin: 0 auto 0 0;
}
.front-page-wrap .front-page-inner .two-cat-block-wrap .two-cat-block img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .3s ease;
transition: .3s ease;
z-index: 1;
}
.front-page-wrap .front-page-inner .blog-block {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
padding: 1rem;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .2s ease;
transition: .2s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 20px);
max-width: 1200px;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
.front-page-wrap .front-page-inner .blog-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.front-page-wrap .front-page-inner .blog-block h2 {
font-size: 1.5rem;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 2rem;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .blog-block h2 {
padding: 0 0 0 2rem;
}
}
@media only screen and (max-width: 500px) {
.front-page-wrap .front-page-inner .blog-block h2 {
font-size: 1.1rem;
padding: 0;
text-align: center;
}
}
.front-page-wrap .front-page-inner .blog-block .img-wrap {
height: 100px;
width: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.front-page-wrap .front-page-inner .blog-block .img-wrap img {
height: 100px !important;
width: auto;
height: auto;
}
.front-page-wrap .front-page-inner .blog-block button {
padding: 1rem 2rem;
font-size: 1.1rem;
height: 100%;
border: none;
background: none;
cursor: pointer;
}
@media only screen and (max-width: 800px) {
.front-page-wrap .front-page-inner .blog-block button {
display: none;
}
}
/*# sourceMappingURL=front-page.css.map */
| 0.409221 | 0.058534 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "Microsoft Yahei", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}*/
code{
white-space: pre-wrap;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body,input,textarea,select {
color:#333;
font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;/*fixed导航条,控制内容距离顶部距离*/
margin:0;
padding:0;
}
input,textarea,select {
color:#7a7a7a;
font: 16px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
list-style: none;
margin:0;
padding:0;
}
dd {
margin:0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color:#303030;
outline:0;
text-decoration: none;
}
a:hover {
outline:0;
text-decoration: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/*兼容所有浏览器的清除浮动 用于父级*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
@font-face{
font-family:cate_icon;
src:url(/static/fonts/cate.woff) format("woff"),url(/static/fonts/cate.otf);
}
@font-face{
font-family:base_icon;
src:url(/static/fonts/base.woff) format("woff"),url(/static/fonts/base.otf);
}
.dn {display: none;}
.fl {float:left;}
.fr {float:right;}
a:hover {
color:#27ac02;
}
.boxshadow {
box-shadow:0 2px 5px 0 rgba(0,0,0,.15);
}
.btn {
display:inline-block;
padding:0 10px;
/*border-radius:8px;*/
background-color:#27ac02;
height:50px;
line-height:50px;
font-size:25px;
color:#fff;
outline:0;
border:0;
text-align: center;
}
.btn:hover {
color:#fff;
}
.btn-small {
height:35px;
line-height:35px;
font-size:14px;
}
.input-error {
border:1px solid red;
}
|
public/static/css/common.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "Microsoft Yahei", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}*/
code{
white-space: pre-wrap;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body,input,textarea,select {
color:#333;
font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;/*fixed导航条,控制内容距离顶部距离*/
margin:0;
padding:0;
}
input,textarea,select {
color:#7a7a7a;
font: 16px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
list-style: none;
margin:0;
padding:0;
}
dd {
margin:0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color:#303030;
outline:0;
text-decoration: none;
}
a:hover {
outline:0;
text-decoration: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/*兼容所有浏览器的清除浮动 用于父级*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}
@font-face{
font-family:cate_icon;
src:url(/static/fonts/cate.woff) format("woff"),url(/static/fonts/cate.otf);
}
@font-face{
font-family:base_icon;
src:url(/static/fonts/base.woff) format("woff"),url(/static/fonts/base.otf);
}
.dn {display: none;}
.fl {float:left;}
.fr {float:right;}
a:hover {
color:#27ac02;
}
.boxshadow {
box-shadow:0 2px 5px 0 rgba(0,0,0,.15);
}
.btn {
display:inline-block;
padding:0 10px;
/*border-radius:8px;*/
background-color:#27ac02;
height:50px;
line-height:50px;
font-size:25px;
color:#fff;
outline:0;
border:0;
text-align: center;
}
.btn:hover {
color:#fff;
}
.btn-small {
height:35px;
line-height:35px;
font-size:14px;
}
.input-error {
border:1px solid red;
}
| 0.316264 | 0.086748 |
:root {
--stu-color: #0cc7ff;
--comp-color: #ccbf2a;
}
body {
/* overflow-x: hidden; /* try to make this more local */
margin: 0px;
}
#viz {
width: 100%;
height: 85vh;
position: relative;
background-color: #243452;
}
#viz #map {
z-index: -1;
width: 100%;
height: 100%;
}
#viz #graticule {
fill: none;
stroke: #40485a;
stroke-width: .5px;
stroke-opacity: .5;
}
#viz #reset-listener {
fill: none;
pointer-events: visible;
}
#viz #ocean {
fill: #1e2d4b;
}
#viz path {
transition: fill 2000ms;
}
#viz #countries {
transition: fill .2s;
fill: #315fba;
stroke-width: .2px;
stroke: #2f4163;
}
#viz #countries .selected {
fill: #315fba;
}
#viz #countries .unselected {
fill: #354C78;
}
#viz #programs {
fill: #C9A14B;
stroke: none;
stroke-width: 0px;
}
#viz #programs circle {
transition: opacity 2000ms;
}
#viz #programs .unselected {
opacity: .6;
}
#viz .student {
fill: var(--stu-color);
stroke: var(--stu-color);
color: var(--stu-color) !important;
}
#viz .tournament {
fill: var(--comp-color);
stroke: var(--comp-color);
color: var(--comp-color) !important;
}
#viz .feature {
cursor: pointer;
stroke-width: .7;
stroke-opacity: 2;
}
#viz #focus {
padding: 3%;
position: absolute;
background-color: #3f5d9b;
color: black;
top: 20%;
width: 40%;
max-height: 60%;
overflow-y: scroll;
}
#viz img {
height: 200px;
width: 200px;
max-width: 100%;
object-fit: cover;
margin: 0px 20px 0px 0px;
}
#viz #focus-header {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
#viz #focus-header-info {
padding: .5em 0 0;
}
#viz #focus-header-info #name {
margin: auto;
color: #bdc8e2;
font-size: 2em;
padding: 0.05em 0em
}
#viz #focus-header-info #location {
color: #8098cc;
margin: auto;
padding: 0em;
font-size: 1.4em;
font-style: italic;
}
#viz #focus-flavor-text {
color: #bdc8e2;
line-height: 1.2em;
}
#viz #legend {
position: absolute;
/*box-sizing: border-box;*/
bottom: 0%;
width: 95%;
margin: 2.5%;
transition: opacity 1500ms;
font-family: 'Lato',Helvetica,Arial,sans-serif;
font-style: italic;
font-weight: 400;
}
#viz #legend .leg {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
#viz #legend p {
text-align: center;
margin: 4px 9px;
}
#viz #legend .leg-entry {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin: 0px 10px;
}
#viz #legend #feature-hint p {
margin: 3px;
color: #5f92ff;
font-size: 1.3em;
}
#viz #zoom-hint {
position: absolute;
color: #8fa0cb;
left: 50%;
bottom: 0%;
margin-right: -50%;
transform: translate(-50%, 0);
opacity: 0;
padding: 2%;
transition: opacity 1000ms;
cursor: pointer;
}
|
projects/westfield-map/map_styles.css
|
:root {
--stu-color: #0cc7ff;
--comp-color: #ccbf2a;
}
body {
/* overflow-x: hidden; /* try to make this more local */
margin: 0px;
}
#viz {
width: 100%;
height: 85vh;
position: relative;
background-color: #243452;
}
#viz #map {
z-index: -1;
width: 100%;
height: 100%;
}
#viz #graticule {
fill: none;
stroke: #40485a;
stroke-width: .5px;
stroke-opacity: .5;
}
#viz #reset-listener {
fill: none;
pointer-events: visible;
}
#viz #ocean {
fill: #1e2d4b;
}
#viz path {
transition: fill 2000ms;
}
#viz #countries {
transition: fill .2s;
fill: #315fba;
stroke-width: .2px;
stroke: #2f4163;
}
#viz #countries .selected {
fill: #315fba;
}
#viz #countries .unselected {
fill: #354C78;
}
#viz #programs {
fill: #C9A14B;
stroke: none;
stroke-width: 0px;
}
#viz #programs circle {
transition: opacity 2000ms;
}
#viz #programs .unselected {
opacity: .6;
}
#viz .student {
fill: var(--stu-color);
stroke: var(--stu-color);
color: var(--stu-color) !important;
}
#viz .tournament {
fill: var(--comp-color);
stroke: var(--comp-color);
color: var(--comp-color) !important;
}
#viz .feature {
cursor: pointer;
stroke-width: .7;
stroke-opacity: 2;
}
#viz #focus {
padding: 3%;
position: absolute;
background-color: #3f5d9b;
color: black;
top: 20%;
width: 40%;
max-height: 60%;
overflow-y: scroll;
}
#viz img {
height: 200px;
width: 200px;
max-width: 100%;
object-fit: cover;
margin: 0px 20px 0px 0px;
}
#viz #focus-header {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
#viz #focus-header-info {
padding: .5em 0 0;
}
#viz #focus-header-info #name {
margin: auto;
color: #bdc8e2;
font-size: 2em;
padding: 0.05em 0em
}
#viz #focus-header-info #location {
color: #8098cc;
margin: auto;
padding: 0em;
font-size: 1.4em;
font-style: italic;
}
#viz #focus-flavor-text {
color: #bdc8e2;
line-height: 1.2em;
}
#viz #legend {
position: absolute;
/*box-sizing: border-box;*/
bottom: 0%;
width: 95%;
margin: 2.5%;
transition: opacity 1500ms;
font-family: 'Lato',Helvetica,Arial,sans-serif;
font-style: italic;
font-weight: 400;
}
#viz #legend .leg {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
#viz #legend p {
text-align: center;
margin: 4px 9px;
}
#viz #legend .leg-entry {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin: 0px 10px;
}
#viz #legend #feature-hint p {
margin: 3px;
color: #5f92ff;
font-size: 1.3em;
}
#viz #zoom-hint {
position: absolute;
color: #8fa0cb;
left: 50%;
bottom: 0%;
margin-right: -50%;
transform: translate(-50%, 0);
opacity: 0;
padding: 2%;
transition: opacity 1000ms;
cursor: pointer;
}
| 0.439507 | 0.142262 |
@font-face {
font-family: NanumSquare;
font-weight: 300;
src: url(../assets/fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareL.woff) format("woff"), url(../assets/fonts/NanumSquareL.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 400;
src: url(../assets/fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareR.woff) format("woff"), url(../assets/fonts/NanumSquareR.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 700;
src: url(../assets/fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareB.woff) format("woff"), url(../assets/fonts/NanumSquareB.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 800;
src: url(../assets/fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareEB.woff) format("woff"), url(../assets/fonts/NanumSquareEB.ttf) format("truetype");
}
@font-face {
font-family: LEMONMILK;
font-weight: 400;
src: url(../assets/fonts/LEMONMILK-Regular.otf) format("otf");
}
@font-face {
font-family: LEMONMILK;
font-weight: 700;
src: url(../assets/fonts/LEMONMILK-Medium.otf) format("otf");
}
@font-face {
font-family: LEMONMILK;
font-weight: 800;
src: url(../assets/fonts/LEMONMILK-Bold.otf) format("otf");
}
.main {
position: relative;
padding: 120px 0;
padding-top: 237px;
background: url(../assets/images/main-banner.png) no-repeat;
background-size: contain;
background-position: center;
background-color: #000;
}
.main::after {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0.25;
}
@media screen and (max-width: 768px) {
.main {
padding: 60px 0;
}
}
.main .container {
position: relative;
z-index: 10;
}
@media screen and (max-width: 768px) {
.main .container {
text-align: center;
}
}
.main .container a.btn {
font-family: "LEMONMILK", sans-serif;
margin-top: 180px;
}
@media screen and (max-width: 768px) {
.main .container a.btn {
margin-top: 40px;
}
}
.desc {
position: relative;
padding: 125px 0;
padding-bottom: 180px;
background-color: #ffef00;
}
@media screen and (max-width: 768px) {
.desc {
padding: 60px 0;
}
}
.desc .desc-content {
margin-top: 72px;
}
.portfolio {
padding: 120px 0;
padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
.portfolio {
padding: 60px 0;
}
}
@media screen and (max-width: 768px) {
.portfolio .container img.title {
max-width: 50%;
}
}
.portfolio .contents {
margin-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.portfolio .contents {
margin-top: 24px;
}
}
.portfolio .contents a:not(:nth-child(3n)) {
margin-right: 21px;
}
@media screen and (max-width: 768px) {
.portfolio .contents a:not(:nth-child(3n)) {
margin-right: 0px;
}
}
.portfolio .contents a {
position: relative;
margin-bottom: 18px;
width: calc(33.333% - 3%);
}
@media screen and (max-width: 768px) {
.portfolio .contents a {
width: 100%;
}
}
.portfolio .contents a img {
width: 100%;
}
.portfolio .contents a .info {
display: none;
}
.portfolio .contents a:hover .info {
padding: 20px 24px;
z-index: 10;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 239, 0, 0.8);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.portfolio .contents a:hover .info h2 {
z-index: 11;
margin-left: auto;
color: #fff;
}
.portfolio .contents a:hover .info p {
z-index: 11;
color: #000;
margin-top: auto;
font-size: 12px;
line-height: 16px;
}
.portfolio .more-btn {
margin-top: 80px;
text-align: center;
}
@media screen and (max-width: 768px) {
.portfolio .more-btn {
margin-top: 40px;
}
}
.portfolio .more-btn a {
display: inline-block;
padding: 10px;
background-color: #262626;
text-decoration: none;
}
@media screen and (max-width: 768px) {
.portfolio .more-btn a {
padding: 12px 8px;
background-color: #ffef00;
}
}
@media screen and (max-width: 768px) {
.portfolio .more-btn a img {
width: 150px;
}
}
/*# sourceMappingURL=indexStyle.css.map */
|
styles/indexStyle.css
|
@font-face {
font-family: NanumSquare;
font-weight: 300;
src: url(../assets/fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareL.woff) format("woff"), url(../assets/fonts/NanumSquareL.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 400;
src: url(../assets/fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareR.woff) format("woff"), url(../assets/fonts/NanumSquareR.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 700;
src: url(../assets/fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareB.woff) format("woff"), url(../assets/fonts/NanumSquareB.ttf) format("truetype");
}
@font-face {
font-family: NanumSquare;
font-weight: 800;
src: url(../assets/fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NanumSquareEB.woff) format("woff"), url(../assets/fonts/NanumSquareEB.ttf) format("truetype");
}
@font-face {
font-family: LEMONMILK;
font-weight: 400;
src: url(../assets/fonts/LEMONMILK-Regular.otf) format("otf");
}
@font-face {
font-family: LEMONMILK;
font-weight: 700;
src: url(../assets/fonts/LEMONMILK-Medium.otf) format("otf");
}
@font-face {
font-family: LEMONMILK;
font-weight: 800;
src: url(../assets/fonts/LEMONMILK-Bold.otf) format("otf");
}
.main {
position: relative;
padding: 120px 0;
padding-top: 237px;
background: url(../assets/images/main-banner.png) no-repeat;
background-size: contain;
background-position: center;
background-color: #000;
}
.main::after {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0.25;
}
@media screen and (max-width: 768px) {
.main {
padding: 60px 0;
}
}
.main .container {
position: relative;
z-index: 10;
}
@media screen and (max-width: 768px) {
.main .container {
text-align: center;
}
}
.main .container a.btn {
font-family: "LEMONMILK", sans-serif;
margin-top: 180px;
}
@media screen and (max-width: 768px) {
.main .container a.btn {
margin-top: 40px;
}
}
.desc {
position: relative;
padding: 125px 0;
padding-bottom: 180px;
background-color: #ffef00;
}
@media screen and (max-width: 768px) {
.desc {
padding: 60px 0;
}
}
.desc .desc-content {
margin-top: 72px;
}
.portfolio {
padding: 120px 0;
padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
.portfolio {
padding: 60px 0;
}
}
@media screen and (max-width: 768px) {
.portfolio .container img.title {
max-width: 50%;
}
}
.portfolio .contents {
margin-top: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.portfolio .contents {
margin-top: 24px;
}
}
.portfolio .contents a:not(:nth-child(3n)) {
margin-right: 21px;
}
@media screen and (max-width: 768px) {
.portfolio .contents a:not(:nth-child(3n)) {
margin-right: 0px;
}
}
.portfolio .contents a {
position: relative;
margin-bottom: 18px;
width: calc(33.333% - 3%);
}
@media screen and (max-width: 768px) {
.portfolio .contents a {
width: 100%;
}
}
.portfolio .contents a img {
width: 100%;
}
.portfolio .contents a .info {
display: none;
}
.portfolio .contents a:hover .info {
padding: 20px 24px;
z-index: 10;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 239, 0, 0.8);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.portfolio .contents a:hover .info h2 {
z-index: 11;
margin-left: auto;
color: #fff;
}
.portfolio .contents a:hover .info p {
z-index: 11;
color: #000;
margin-top: auto;
font-size: 12px;
line-height: 16px;
}
.portfolio .more-btn {
margin-top: 80px;
text-align: center;
}
@media screen and (max-width: 768px) {
.portfolio .more-btn {
margin-top: 40px;
}
}
.portfolio .more-btn a {
display: inline-block;
padding: 10px;
background-color: #262626;
text-decoration: none;
}
@media screen and (max-width: 768px) {
.portfolio .more-btn a {
padding: 12px 8px;
background-color: #ffef00;
}
}
@media screen and (max-width: 768px) {
.portfolio .more-btn a img {
width: 150px;
}
}
/*# sourceMappingURL=indexStyle.css.map */
| 0.342462 | 0.057467 |
.post-header-wrapp {
border-top: 1px dotted #515151;
border-bottom: 1px dotted #515151;
min-height: 75px;
padding: 20px 0 15px 0;
}
.post-header-wrapp .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 25px 25px 0 0;
border-color: #737373 transparent transparent transparent;
position: absolute;
}
.post-header-wrapp h2 {
vertical-align: top;
padding-left: 45px;
font-size: 21px;
color: #e3007b;
font-weight: 700;
padding-right: 135px;
}
.post-header-wrapp .date-contaier {
float: right;
height: 50px;
width: 100px;
}
.post-header-wrapp .date-contaier .triangle-date {
width: 0;
height: 0;
border-style: solid;
float: left;
border-width: 0 0 50px 50px;
border-color: transparent transparent #ececec transparent;
}
.post-header-wrapp .date-contaier .squar {
background-color: #ececec;
width: 50px;
height: 50px;
float: right;
text-align: center;
padding-top: 8px;
}
.post-header-wrapp .date-contaier .squar .date-day {
font-size: 23px;
font-weight: 700;
color: #737373;
}
.post-header-wrapp .date-contaier .squar .date-month {
font-size: 11px;
font-weight: 700;
color: #737373;
}
.dotted-line {
border: none;
border-bottom: 1.3px dotted #515151;
margin-top: 2px;
margin-bottom: 2px;
}
.post-content {
border-top: 1.3px dotted #515151;
border-bottom: 1.3px dotted #515151;
padding: 0 135px 0 40px;
}
.post-content p {
margin: 20px 0 30px 0;
font-size: 14px;
line-height: 1.4em;
text-transform: none;
}
.post-navigation {
margin: 10px 0 30px 0;
clear: both;
}
.post-navigation::after {
content: "";
display: block;
clear: both;
}
.post-navigation .left-wrapper, .right-wrapper {
float: left;
width: 50%;
}
.post-navigation .right-wrapper {
text-align: right;
}
.post-navigation .next, .previus {
font-size: 0;
display: inline-block;
}
.post-navigation .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 17px 17px;
border-color: transparent transparent #e3007d transparent;
display: inline-block;
vertical-align: top;
}
.post-navigation .text {
color: #fff;
width: 70px;
background-color: #e3007b;
font-weight: 700;
padding: 3px 10px;
font-size: 11px;
display: inline-block;
vertical-align: top;
}
.post-navigation .next .text {
text-align: left;
}
.post-navigation .next .triangle {
border-width: 17px 17px 0 0;
border-color: #e3007d transparent transparent transparent;
}
.post-navigation a:hover .triangle {
border-color: #b00061 transparent transparent transparent;
}
.post-navigation a.previus:hover .triangle {
border-color: transparent transparent #b00061 transparent;
}
.post-navigation a:hover .text {
background-color: #b00061;
}
|
src/components/PostPage/PostPage.css
|
.post-header-wrapp {
border-top: 1px dotted #515151;
border-bottom: 1px dotted #515151;
min-height: 75px;
padding: 20px 0 15px 0;
}
.post-header-wrapp .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 25px 25px 0 0;
border-color: #737373 transparent transparent transparent;
position: absolute;
}
.post-header-wrapp h2 {
vertical-align: top;
padding-left: 45px;
font-size: 21px;
color: #e3007b;
font-weight: 700;
padding-right: 135px;
}
.post-header-wrapp .date-contaier {
float: right;
height: 50px;
width: 100px;
}
.post-header-wrapp .date-contaier .triangle-date {
width: 0;
height: 0;
border-style: solid;
float: left;
border-width: 0 0 50px 50px;
border-color: transparent transparent #ececec transparent;
}
.post-header-wrapp .date-contaier .squar {
background-color: #ececec;
width: 50px;
height: 50px;
float: right;
text-align: center;
padding-top: 8px;
}
.post-header-wrapp .date-contaier .squar .date-day {
font-size: 23px;
font-weight: 700;
color: #737373;
}
.post-header-wrapp .date-contaier .squar .date-month {
font-size: 11px;
font-weight: 700;
color: #737373;
}
.dotted-line {
border: none;
border-bottom: 1.3px dotted #515151;
margin-top: 2px;
margin-bottom: 2px;
}
.post-content {
border-top: 1.3px dotted #515151;
border-bottom: 1.3px dotted #515151;
padding: 0 135px 0 40px;
}
.post-content p {
margin: 20px 0 30px 0;
font-size: 14px;
line-height: 1.4em;
text-transform: none;
}
.post-navigation {
margin: 10px 0 30px 0;
clear: both;
}
.post-navigation::after {
content: "";
display: block;
clear: both;
}
.post-navigation .left-wrapper, .right-wrapper {
float: left;
width: 50%;
}
.post-navigation .right-wrapper {
text-align: right;
}
.post-navigation .next, .previus {
font-size: 0;
display: inline-block;
}
.post-navigation .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 17px 17px;
border-color: transparent transparent #e3007d transparent;
display: inline-block;
vertical-align: top;
}
.post-navigation .text {
color: #fff;
width: 70px;
background-color: #e3007b;
font-weight: 700;
padding: 3px 10px;
font-size: 11px;
display: inline-block;
vertical-align: top;
}
.post-navigation .next .text {
text-align: left;
}
.post-navigation .next .triangle {
border-width: 17px 17px 0 0;
border-color: #e3007d transparent transparent transparent;
}
.post-navigation a:hover .triangle {
border-color: #b00061 transparent transparent transparent;
}
.post-navigation a.previus:hover .triangle {
border-color: transparent transparent #b00061 transparent;
}
.post-navigation a:hover .text {
background-color: #b00061;
}
| 0.522689 | 0.071721 |
@import "https://fonts.googleapis.com/css?family=Roboto:400,700";
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700";
/* COLORS : Palete */
/* COLORS: Status */
/* COLORS: Grays */
/* SIZING & SPACING */
/* BORDERS */
/* FONT WEIGHTS */
/* VELOCITIES */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* line 7, ../../src/styles/pg-partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* line 28, ../../src/styles/pg-partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* line 32, ../../src/styles/pg-partials/_reset.scss */
body {
line-height: 1;
}
/* line 35, ../../src/styles/pg-partials/_reset.scss */
ol, ul {
list-style: none;
}
/* line 38, ../../src/styles/pg-partials/_reset.scss */
blockquote, q {
quotes: none;
}
/* line 41, ../../src/styles/pg-partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* line 46, ../../src/styles/pg-partials/_reset.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* LAYOUT */
/* line 7, ../../src/styles/pg-partials/_layout.scss */
.pg-section-header,
.pg-row.pg-section-header {
border-bottom: 1px solid #c1c1c6;
padding-bottom: 10px;
margin-bottom: 40px;
vertical-align: middle;
align-items: center;
}
/* COLUMNIZATION */
/* based in specs from : https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Advanced_layouts_with_flexbox */
/* line 5, ../../src/styles/pg-partials/_columnization.scss */
.pg-row {
position: relative;
margin-left: 0px !important;
margin-right: 0px !important;
width: 100%;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -moz-flex !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: none;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-moz-align-items: stretch;
-ms-align-items: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
/* responsive : vertical */
-moz-box-orient: horizontal;
/* responsive : vertical */
-webkit-flex-direction: row;
/* responsive : column */
-ms-flex-direction: row;
/* responsive : column */
flex-direction: row;
/* responsive : column */
}
/* line 42, ../../src/styles/pg-partials/_columnization.scss */
.pg-row::after {
clear: both;
content: "";
display: block;
}
/* line 49, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 50, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col] {
margin-left: 10px;
margin-right: 10px;
}
/* line 51, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 53, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-big-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 54, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pw-big-gap > [class^=pg-col] {
margin-left: 15px;
margin-right: 15px;
}
/* line 55, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-big-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 57, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 58, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col] {
margin-left: 5px;
margin-right: 5px;
}
/* line 59, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 61, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 62, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col] {
margin-left: 0px;
margin-right: 0px;
}
/* line 63, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 65, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col].pg-no-gap {
margin-left: 0px;
margin-right: 0px;
}
/* line 67, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col] {
position: relative;
display: block;
transition: width .5s ease-in-out;
}
/* line 74, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]::after {
clear: both;
content: "";
display: block;
}
/* line 80, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:empty::before {
content: "\200B";
display: block;
}
/* line 86, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-collapsed {
width: 0px !important;
opacity: 0;
}
/* line 87, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-5 {
width: 5%;
}
/* line 88, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-10 {
width: 10%;
}
/* line 89, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-15 {
width: 15%;
}
/* line 90, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-20 {
width: 20%;
}
/* line 91, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-25 {
width: 25%;
}
/* line 92, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-30 {
width: 30%;
}
/* line 93, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-33 {
width: 33%;
}
/* line 94, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-35 {
width: 35%;
}
/* line 95, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-40 {
width: 40%;
}
/* line 96, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-45 {
width: 45%;
}
/* line 97, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-50 {
width: 50%;
}
/* line 98, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-55 {
width: 55%;
}
/* line 99, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-60 {
width: 60%;
}
/* line 100, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-65 {
width: 65%;
}
/* line 101, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-70 {
width: 70%;
}
/* line 102, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-75 {
width: 75%;
}
/* line 103, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-80 {
width: 80%;
}
/* line 104, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-85 {
width: 85%;
}
/* line 105, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-90 {
width: 90%;
}
/* line 106, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-95 {
width: 95%;
}
/* line 107, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-100 {
width: 100%;
}
.pg-row .pg-col {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
}
.pg-row .pg-col-auto{
flex-grow: 1;
}
/* line 110, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x1 {
flex-grow: 1;
}
/* line 111, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x2 {
flex-grow: 2;
}
/* line 112, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x3 {
flex-grow: 3;
}
/* line 113, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x4 {
flex-grow: 4;
}
/* line 114, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x5 {
flex-grow: 5;
}
/* line 115, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x6 {
flex-grow: 6;
}
/* line 116, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x7 {
flex-grow: 7;
}
/* line 117, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x8 {
flex-grow: 8;
}
/* line 118, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-fixed {
flex-grow: 0;
}
/* BUTTON */
/* BUTTON */
/* line 4, ../../src/styles/pg-partials/_button.scss */
.pg-btn, button {
padding: 10px 10px;
background-color: #6d6d7f;
color: #eeeeee;
font-size: 10px;
cursor: pointer;
display: inline-block;
text-align: center;
text-transform: uppercase;
clear: both;
}
/* line 14, ../../src/styles/pg-partials/_button.scss */
.pg-btn:hover, button:hover {
background-color: #ff4500;
color: #eeeeee;
}
/* line 20, ../../src/styles/pg-partials/_button.scss */
.pg-btn > .fa, button > .fa {
float: right;
margin-left: 10px;
margin-top: -1px;
}
/* PAGINATION */
/* line 2, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination {
width: 100%;
text-align: right;
margin-top: 40px;
border-top: 1px solid #c1c1c6;
padding-top: 10px;
}
/* line 9, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-item {
display: inline-block;
color: #9595a0;
padding: 10px;
font-size: 10px;
cursor: pointer;
border: 1px solid #afafbd;
min-width: 25px;
text-align: center;
margin: 2px;
}
/* line 19, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-item:hover {
border-color: #ff4500;
background: #ff4500;
color: white;
}
/* line 26, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-current {
background-color: #afafbd;
color: white;
cursor: default;
pointer-events: none;
}
/* POSITION */
/* line 2, ../../src/styles/pg-partials/_position.scss */
.pg-vertical-center {
vertical-align: middle;
align-items: center;
display: flex !important;
}
/* line 8, ../../src/styles/pg-partials/_position.scss */
.pg-float-left {
float: left;
}
/* line 9, ../../src/styles/pg-partials/_position.scss */
.pg-float-right {
float: right;
}
/* line 10, ../../src/styles/pg-partials/_position.scss */
.pg-float-right, .pg-float-left {
content: "";
display: block;
clear: both;
position: relative;
}
/* line 16, ../../src/styles/pg-partials/_position.scss */
.pg-float-none {
float: none;
}
/* line 17, ../../src/styles/pg-partials/_position.scss */
.pg-float-clear {
clear: both;
}
/* MARGINS */
/* line 2, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-biggest {
margin: 40px;
}
/* line 3, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bigger {
margin: 25px;
}
/* line 4, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-big {
margin: 20px;
}
/* line 5, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin {
margin: 15px;
}
/* line 6, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-small {
margin: 10px;
}
/* line 7, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-smaller {
margin: 5px;
}
/* line 8, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-smallest {
margin: 2px;
}
/* line 10, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-biggest {
margin-bottom: 40px;
}
/* line 11, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-bigger {
margin-bottom: 25px;
}
/* line 12, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-big {
margin-bottom: 20px;
}
/* line 13, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom {
margin-bottom: 15px;
}
/* line 14, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-small {
margin-bottom: 10px;
}
/* line 15, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-smaller {
margin-bottom: 5px;
}
/* line 16, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-smallest {
margin-bottom: 2px;
}
/* line 18, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-biggest {
margin-top: 40px;
}
/* line 19, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-bigger {
margin-top: 25px;
}
/* line 20, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-big {
margin-top: 20px;
}
/* line 21, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top {
margin-top: 15px;
}
/* line 22, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-small {
margin-top: 10px;
}
/* line 23, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-smaller {
margin-top: 5px;
}
/* line 24, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-smallest {
margin-top: 2px;
}
/* line 26, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-biggest {
margin-left: 40px;
}
/* line 27, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-bigger {
margin-left: 25px;
}
/* line 28, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-big {
margin-left: 20px;
}
/* line 29, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left {
margin-left: 15px;
}
/* line 30, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-small {
margin-left: 10px;
}
/* line 31, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-smaller {
margin-left: 5px;
}
/* line 32, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-smallest {
margin-left: 2px;
}
/* line 34, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-biggest {
margin-right: 40px;
}
/* line 35, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-bigger {
margin-right: 25px;
}
/* line 36, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-big {
margin-right: 20px;
}
/* line 37, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right {
margin-right: 15px;
}
/* line 38, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-small {
margin-right: 10px;
}
/* line 39, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-smaller {
margin-right: 5px;
}
/* line 40, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-smallest {
margin-right: 2px;
}
/* PADDINGS */
/* line 44, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-biggest {
padding: 40px;
}
/* line 45, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bigger {
padding: 25px;
}
/* line 46, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-big {
padding: 20px;
}
/* line 47, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding {
padding: 15px;
}
/* line 48, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-small {
padding: 10px;
}
/* line 49, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-smaller {
padding: 5px;
}
/* line 50, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-smallest {
padding: 2px;
}
/* line 52, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-biggest {
padding-bottom: 40px;
}
/* line 53, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-bigger {
padding-bottom: 25px;
}
/* line 54, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-big {
padding-bottom: 20px;
}
/* line 55, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom {
padding-bottom: 15px;
}
/* line 56, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-small {
padding-bottom: 10px;
}
/* line 57, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-smaller {
padding-bottom: 5px;
}
/* line 58, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-smallest {
padding-bottom: 2px;
}
/* line 60, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-biggest {
padding-top: 40px;
}
/* line 61, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-bigger {
padding-top: 25px;
}
/* line 62, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-big {
padding-top: 20px;
}
/* line 63, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top {
padding-top: 15px;
}
/* line 64, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-small {
padding-top: 10px;
}
/* line 65, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-smaller {
padding-top: 5px;
}
/* line 66, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-smallest {
padding-top: 2px;
}
/* line 68, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-biggest {
padding-left: 40px;
}
/* line 69, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-bigger {
padding-left: 25px;
}
/* line 70, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-big {
padding-left: 20px;
}
/* line 71, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left {
padding-left: 15px;
}
/* line 72, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-small {
padding-left: 10px;
}
/* line 73, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-smaller {
padding-left: 5px;
}
/* line 74, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-smallest {
padding-left: 2px;
}
/* line 76, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-biggest {
padding-right: 40px;
}
/* line 77, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-bigger {
padding-right: 25px;
}
/* line 78, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-big {
padding-right: 20px;
}
/* line 79, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right {
padding-right: 15px;
}
/* line 80, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-small {
padding-right: 10px;
}
/* line 81, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-smaller {
padding-right: 5px;
}
/* line 82, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-smallest {
padding-right: 2px;
}
/* TEXT */
/* line 2, ../../src/styles/pg-partials/_text.scss */
.pg-text-center {
text-align: center;
}
/* line 3, ../../src/styles/pg-partials/_text.scss */
.pg-text-left {
text-align: left;
}
/* line 4, ../../src/styles/pg-partials/_text.scss */
.pg-text-right {
text-align: right;
}
/* line 6, ../../src/styles/pg-partials/_text.scss */
.pg-text-biggest {
font-size: 20px;
}
/* line 7, ../../src/styles/pg-partials/_text.scss */
.pg-text-bigger {
font-size: 18px;
}
/* line 8, ../../src/styles/pg-partials/_text.scss */
.pg-text-big {
font-size: 16px;
}
/* line 9, ../../src/styles/pg-partials/_text.scss */
.pg-text-regular {
font-size: 14px;
}
/* line 10, ../../src/styles/pg-partials/_text.scss */
.pg-text-small {
font-size: 12px;
}
/* line 11, ../../src/styles/pg-partials/_text.scss */
.pg-text-smaller {
font-size: 10px;
}
/* line 12, ../../src/styles/pg-partials/_text.scss */
.pg-text-smallest {
font-size: 9px;
}
/* line 14, ../../src/styles/pg-partials/_text.scss */
.pg-text-bolder {
font-weight: 900;
}
/* line 15, ../../src/styles/pg-partials/_text.scss */
.pg-text-bold {
font-weight: 600;
}
/* line 16, ../../src/styles/pg-partials/_text.scss */
.pg-text-regular {
font-weight: 400;
}
/* line 17, ../../src/styles/pg-partials/_text.scss */
.pg-text-light {
font-weight: 200;
}
/* line 18, ../../src/styles/pg-partials/_text.scss */
.pg-text-lighter {
font-weight: 100;
}
/* FORM AND FORM CONTROLS */
/* line 5, ../../src/styles/pg-partials/_form.scss */
::-webkit-input-placeholder {
color: #d1d1e6;
}
/* Chrome/Opera/Safari */
/* line 6, ../../src/styles/pg-partials/_form.scss */
::-moz-placeholder {
color: #d1d1e6;
}
/* Firefox 19+ */
/* line 7, ../../src/styles/pg-partials/_form.scss */
:-ms-input-placeholder {
color: #d1d1e6;
}
/* IE 10+ */
/* line 8, ../../src/styles/pg-partials/_form.scss */
:-moz-placeholder {
color: #d1d1e6;
}
/* Firefox 18- */
/* line 13, ../../src/styles/pg-partials/_form.scss */
.pg-form-footer {
border-top: 1px solid #c1c1c6;
padding-top: 10px;
margin-top: 20px;
text-align: right;
position: relative;
clear: both;
display: block;
}
/* line 23, ../../src/styles/pg-partials/_form.scss */
.pg-form-control {
position: relative;
margin-bottom: 20px;
clear: both;
display: block;
padding-top: 20px;
width: 100%;
}
/* line 32, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:focus {
outline: none;
}
/* line 36, ../../src/styles/pg-partials/_form.scss */
.pg-form-control > input,
.pg-form-control > select {
position: relative;
width: 100%;
border-radius: 15px;
padding: 8px 13px;
border-top: none;
border-left: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
color: #76767d;
height: 32px;
}
/* line 51, ../../src/styles/pg-partials/_form.scss */
.pg-form-control > span {
display: block;
top: 2px;
position: absolute;
transition: all 0.5s ease;
font-size: 12px;
}
/* line 59, ../../src/styles/pg-partials/_form.scss */
.pg-form-control [required] + span:before {
content: "REQUIRED";
float: right;
border-radius: 0px;
color: black;
display: block;
position: relative;
right: -5px;
top: -2px;
text-align: center;
font-size: 8px;
padding: 3px;
border: 1px solid #6d6d7f;
font-weight: 100;
opacity: .5;
font-family: "lucida console";
}
/* line 78, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag {
display: inline-block;
background-color: #6d6d7f;
padding: 10px 15px;
border-radius: 15px;
cursor: pointer;
min-width: 70px;
text-align: center;
color: #fff;
margin-top: 5px;
margin-right: 5px;
font-size: 12px;
}
/* line 90, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag:hover {
background-color: #ff4500;
}
/* line 94, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag.pg-checked {
background-color: #3c3c44;
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3) inset;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #bdbdbd;
}
/* line 101, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > label {
display: inline-block;
}
/* line 105, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid {
color: #cd3347;
}
/* line 109, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid + span {
color: #cd3347 !important;
margin-left: 15px;
}
/* line 112, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid + span:after {
content: "!";
position: absolute;
background: #cd3347;
color: #ecafb7;
border-radius: 50%;
width: 13px;
height: 13px;
display: block;
top: -1px;
left: -15px;
text-align: center;
font-size: 10px;
font-weight: 800;
line-height: 12px;
font-family: arial;
}
/* line 139, ../../src/styles/pg-partials/_form.scss */
input[type=range] {
-webkit-appearance: none;
/* Hides the slider so that custom slider can be made */
width: 100%;
/* Specific width is required for Firefox. */
background: transparent !important;
/* Otherwise white in Chrome */
border: none !important;
padding: 0 !important;
margin: 0px !important;
}
/* line 147, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
/* line 148, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
/* Hides the slider so custom styles can be added */
background: transparent;
border-color: transparent;
color: transparent;
}
/* Special styling for WebKit/Blink */
/* line 171, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-webkit-slider-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
-webkit-appearance: none;
margin-top: -14px;
/* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
/* All the same stuff for Firefox */
/* line 178, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-moz-range-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
/* All the same stuff for IE */
/* line 181, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-ms-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
/* line 186, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
box-shadow: none;
cursor: pointer;
background: #6d6d7f;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
/* line 196, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
background: #6d6d7f;
}
/* line 197, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-moz-range-track {
width: 100%;
height: 4px;
box-shadow: none;
cursor: pointer;
background: #6d6d7f;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
/* line 206, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
/* line 215, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-fill-lower {
box-shadow: none;
background: #6d6d7f;
border: 0.2px solid #010101;
border-radius: 2.6px;
}
/* line 221, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-ms-fill-lower {
background: #6d6d7f;
}
/* line 222, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-fill-upper {
box-shadow: none;
background: #6d6d7f;
border: 0.2px solid #010101;
border-radius: 2.6px;
}
/* line 228, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-ms-fill-upper {
background: #6d6d7f;
}
/* RIVETS LOADER */
/* line 2, ../../src/styles/pg-partials/_loader.scss */
.pg-loader *, .pg-loading *, [pg-loader] *, [pg-loading] *, [pg-loading] * {
transition: none !important;
opacity: 0 !important;
}
/* line 7, ../../src/styles/pg-partials/_loader.scss */
.pg-loader, .pg-loading, [pg-loader], [pg-loading], [pg-loading] {
visibility: hidden !important;
position: relative !important;
pointer-events: none !important;
cursor: default !important;
opacity: 1 !important;
transition: none !important;
}
/* line 16, ../../src/styles/pg-partials/_loader.scss */
.pg-loader:before, .pg-loading:before, [pg-loader]:before, [pg-loading]:before, [pg-loading]:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
margin-top: -20px;
margin-left: -20px;
top: 50%;
left: 50%;
z-index: 999999999;
border-radius: 50%;
border: 8px solid #ff4500;
border-left-color: transparent;
animation: pg-rotate 0.8s infinite linear;
visibility: visible;
}
/* line 34, ../../src/styles/pg-partials/_loader.scss */
.pg-loader:after, .pg-loading:after, [pg-loader]:after, [pg-loading]:after, [pg-loading]:after {
content: attr(pg-loading);
display: block;
width: 100%;
bottom: 0px;
top: 0px;
position: absolute;
visibility: visible;
pointer-events: none;
z-index: 999999998;
text-align: center;
padding-top: 50%;
color: #ff4500;
font-size: 12px;
line-height: 30px;
}
@keyframes pg-rotate {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* NOTIFICATION BOXES */
/* line 3, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-error {
text-align: center;
position: relative;
font-size: 12px;
font-weight: 400;
background: #cd3347;
color: #ecafb7;
padding: 10px;
margin-bottom: 20px;
margin-top: 20px;
}
/* line 15, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-error:before {
right: 10px;
top: -10px;
border-width: 7px 15px;
border-style: solid;
width: 0px;
content: "!";
position: absolute;
height: 20px;
color: #cd3347;
box-shadow: 0 -2px 0px #cd3347;
border-color: #ecafb7;
border-bottom-color: transparent;
text-align: center;
font-weight: 900;
font-size: 14px;
}
/* line 33, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-bubble {
position: fixed;
margin-top: none;
margin-bottom: none;
padding-left: 10px;
padding-right: 10px;
top: 0;
right: 40px;
opacity: 0;
width: 130px;
z-index: 9999;
padding-bottom: 25px;
padding-top: 35px;
border-radius: 5px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.34);
border-bottom: 1px solid #222;
animation: pg-bubble 3s normal ease-in-out;
}
/* line 52, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-bubble:before {
right: 52px;
}
@keyframes pg-bubble {
0% {
top: 80px;
opacity: 0;
}
30% {
top: 40px;
opacity: 1;
}
60% {
top: 40px;
opacity: 1;
}
100% {
top: 0px;
opacity: 0;
}
}
/* line 1, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip] {
display: inline-block;
position: relative;
text-decoration: none;
}
/* line 6, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:after {
opacity: 0;
position: absolute;
display: inline-block;
content: attr(pg-tooltip);
width: 0px;
height: 0px;
bottom: 0px;
left: 20%;
font-family: "Roboto", Arial;
font-weight: 400;
font-size: 12px;
line-height: 14px;
background: #ff4500;
color: #ffc540;
border-radius: 0px;
transition: opacity 1s ease, margin-bottom 1s ease;
box-shadow: 0px -2px 100px rgba(0, 0, 0, 0.48);
overflow: hidden;
z-index: 998;
/* prevent inheritage */
white-space: normal;
padding: 0px;
margin: 0px;
}
/* line 33, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:before {
opacity: 0;
position: absolute;
display: inline-block;
content: "";
width: 0;
height: 0;
bottom: -14px;
left: 30%;
z-index: 999;
border: 0;
transition: opacity 1s ease, margin-bottom 1s ease;
}
/* line 48, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:hover:after {
margin-bottom: 20px;
opacity: 1;
width: auto;
height: auto;
padding: 10px;
max-width: 250px;
min-width: 100px;
}
/* line 58, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:hover:before {
margin-bottom: 20px;
opacity: 1;
border-top: 14px solid #ff4500;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
}
/* line 17, ../../src/styles/pg-styles.scss */
* {
box-sizing: border-box;
}
/* line 20, ../../src/styles/pg-styles.scss */
body {
font-family: "Roboto", Arial;
font-size: 14px;
color: #76767d;
background-color: #e0e0fc;
width: 450px;
margin: 0px;
padding: 0px;
font-weight: 500;
}
/* line 31, ../../src/styles/pg-styles.scss */
body *[hidden], body *.pg-hidden {
display: none;
}
/* line 34, ../../src/styles/pg-styles.scss */
h1, h2, h3, h4, h5 {
font-family: "Roboto Slab", Arial;
font-weight: 700;
}
/* line 39, ../../src/styles/pg-styles.scss */
h1 {
font-size: 20px;
}
/* line 40, ../../src/styles/pg-styles.scss */
h2 {
font-size: 18px;
}
/* line 41, ../../src/styles/pg-styles.scss */
h3 {
font-size: 16px;
}
/* line 42, ../../src/styles/pg-styles.scss */
h4 {
font-size: 14px;
}
/* line 43, ../../src/styles/pg-styles.scss */
h5 {
font-size: 12px;
}
/* line 44, ../../src/styles/pg-styles.scss */
h6 {
font-size: 10px;
}
/* line 47, ../../src/styles/pg-styles.scss */
[hidden], .pg-hidden, .pg-hide {
display: none !important;
}
/* MOUSE INTERACTIONS */
/* line 50, ../../src/styles/pg-styles.scss */
.pg-hover {
cursor: pointer;
}
/* line 51, ../../src/styles/pg-styles.scss */
.pg-hover:hover {
color: #ff4500;
}
/* line 53, ../../src/styles/pg-styles.scss */
.pg-unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
/* line 60, ../../src/styles/pg-styles.scss */
.pg-selectable {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
/* SIZE & POSITION */
/* line 70, ../../src/styles/pg-styles.scss */
.pg-expand {
width: 100%;
}
/* line 71, ../../src/styles/pg-styles.scss */
.pg-collapse {
width: 0px;
overflow: hidden;
display: inline-block;
}
/* TABLE */
/* line 85, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row {
align-items: center;
padding: 10px 10px;
transition: background-color 0.5s ease;
}
/* line 90, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:nth-child(odd) {
background-color: rgba(191, 191, 195, 0.03);
}
/* line 94, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:not(:last-child) {
border-bottom: 1px solid #cacadc;
}
/* line 98, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:hover {
background-color: rgba(104, 104, 109, 0.04);
}
/* line 103, ../../src/styles/pg-styles.scss */
.pg-tag {
background-color: #555555;
padding: 5px 10px;
border: none;
margin-right: 10px;
border-radius: 10px;
display: inline-block;
text-align: center;
margin-bottom: 10px;
cursor: pointer;
}
/* line 116, ../../src/styles/pg-styles.scss */
.pg-tab {
padding: 20px;
}
/* line 121, ../../src/styles/pg-styles.scss */
.pg-row > .pg-row {
flex-wrap: wrap;
width: 100%;
flex-direction: column;
}
/* PROJECT */
/* line 130, ../../src/styles/pg-styles.scss */
.log-output > div {
font-size: 10px;
margin-bottom: 3px;
color: #555561;
}
/* line 135, ../../src/styles/pg-styles.scss */
.log-output > div:nth-child(even) {
color: darkgray;
}
/* line 139, ../../src/styles/pg-styles.scss */
#new_feed_form {
background: #c2c2d4;
padding: 30px;
}
/* line 144, ../../src/styles/pg-styles.scss */
#new_feed_form > div {
margin-bottom: 10px;
}
/* DATEPICKER */
#pg-datepicker-wrapper{
position: absolute;
width: 100%;
top: 15%;
background: #424242;
color: white;
padding: 30px;
}
#pg-datepicker-wrapper .pg-row.pg-datepicker-week span {
padding-bottom: 10px;
padding-top: 10px;
cursor: pointer;
}
/* MODAL */
#pg-modal-wrapper {
position: absolute;
align-items: center;
justify-content: center;
top: 0;
bottom: 0;
}
#pg-modal-wrapper > .pg-modal-curtain{
position: fixed;
top: 0;
bottom: 0;
background: rgba(255, 0, 0, 0.3);
left: 0;
right: 0;
display: block;
z-index: 99998;
}
#pg-modal-wrapper > .pg-modal{
position: absolute;
background: red;
min-height: 10px;
width: 100%;
margin-left: 0px;
z-index: 99999;
}
|
crop-manager/pg-wrapper/pg-styles/pg-styles.css
|
@import "https://fonts.googleapis.com/css?family=Roboto:400,700";
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700";
/* COLORS : Palete */
/* COLORS: Status */
/* COLORS: Grays */
/* SIZING & SPACING */
/* BORDERS */
/* FONT WEIGHTS */
/* VELOCITIES */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* line 7, ../../src/styles/pg-partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* line 28, ../../src/styles/pg-partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* line 32, ../../src/styles/pg-partials/_reset.scss */
body {
line-height: 1;
}
/* line 35, ../../src/styles/pg-partials/_reset.scss */
ol, ul {
list-style: none;
}
/* line 38, ../../src/styles/pg-partials/_reset.scss */
blockquote, q {
quotes: none;
}
/* line 41, ../../src/styles/pg-partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* line 46, ../../src/styles/pg-partials/_reset.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* LAYOUT */
/* line 7, ../../src/styles/pg-partials/_layout.scss */
.pg-section-header,
.pg-row.pg-section-header {
border-bottom: 1px solid #c1c1c6;
padding-bottom: 10px;
margin-bottom: 40px;
vertical-align: middle;
align-items: center;
}
/* COLUMNIZATION */
/* based in specs from : https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Advanced_layouts_with_flexbox */
/* line 5, ../../src/styles/pg-partials/_columnization.scss */
.pg-row {
position: relative;
margin-left: 0px !important;
margin-right: 0px !important;
width: 100%;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -moz-flex !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: none;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-moz-align-items: stretch;
-ms-align-items: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
/* responsive : vertical */
-moz-box-orient: horizontal;
/* responsive : vertical */
-webkit-flex-direction: row;
/* responsive : column */
-ms-flex-direction: row;
/* responsive : column */
flex-direction: row;
/* responsive : column */
}
/* line 42, ../../src/styles/pg-partials/_columnization.scss */
.pg-row::after {
clear: both;
content: "";
display: block;
}
/* line 49, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 50, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col] {
margin-left: 10px;
margin-right: 10px;
}
/* line 51, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 53, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-big-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 54, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pw-big-gap > [class^=pg-col] {
margin-left: 15px;
margin-right: 15px;
}
/* line 55, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-big-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 57, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 58, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col] {
margin-left: 5px;
margin-right: 5px;
}
/* line 59, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-small-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 61, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col]:first-child {
margin-left: 0px;
}
/* line 62, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col] {
margin-left: 0px;
margin-right: 0px;
}
/* line 63, ../../src/styles/pg-partials/_columnization.scss */
.pg-row.pg-no-gap > [class^=pg-col]:last-child {
margin-right: 0px;
}
/* line 65, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col].pg-no-gap {
margin-left: 0px;
margin-right: 0px;
}
/* line 67, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col] {
position: relative;
display: block;
transition: width .5s ease-in-out;
}
/* line 74, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]::after {
clear: both;
content: "";
display: block;
}
/* line 80, ../../src/styles/pg-partials/_columnization.scss */
.pg-row > [class^=pg-col]:empty::before {
content: "\200B";
display: block;
}
/* line 86, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-collapsed {
width: 0px !important;
opacity: 0;
}
/* line 87, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-5 {
width: 5%;
}
/* line 88, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-10 {
width: 10%;
}
/* line 89, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-15 {
width: 15%;
}
/* line 90, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-20 {
width: 20%;
}
/* line 91, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-25 {
width: 25%;
}
/* line 92, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-30 {
width: 30%;
}
/* line 93, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-33 {
width: 33%;
}
/* line 94, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-35 {
width: 35%;
}
/* line 95, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-40 {
width: 40%;
}
/* line 96, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-45 {
width: 45%;
}
/* line 97, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-50 {
width: 50%;
}
/* line 98, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-55 {
width: 55%;
}
/* line 99, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-60 {
width: 60%;
}
/* line 100, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-65 {
width: 65%;
}
/* line 101, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-70 {
width: 70%;
}
/* line 102, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-75 {
width: 75%;
}
/* line 103, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-80 {
width: 80%;
}
/* line 104, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-85 {
width: 85%;
}
/* line 105, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-90 {
width: 90%;
}
/* line 106, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-95 {
width: 95%;
}
/* line 107, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-100 {
width: 100%;
}
.pg-row .pg-col {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
}
.pg-row .pg-col-auto{
flex-grow: 1;
}
/* line 110, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x1 {
flex-grow: 1;
}
/* line 111, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x2 {
flex-grow: 2;
}
/* line 112, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x3 {
flex-grow: 3;
}
/* line 113, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x4 {
flex-grow: 4;
}
/* line 114, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x5 {
flex-grow: 5;
}
/* line 115, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x6 {
flex-grow: 6;
}
/* line 116, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x7 {
flex-grow: 7;
}
/* line 117, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-x8 {
flex-grow: 8;
}
/* line 118, ../../src/styles/pg-partials/_columnization.scss */
.pg-row .pg-col-fixed {
flex-grow: 0;
}
/* BUTTON */
/* BUTTON */
/* line 4, ../../src/styles/pg-partials/_button.scss */
.pg-btn, button {
padding: 10px 10px;
background-color: #6d6d7f;
color: #eeeeee;
font-size: 10px;
cursor: pointer;
display: inline-block;
text-align: center;
text-transform: uppercase;
clear: both;
}
/* line 14, ../../src/styles/pg-partials/_button.scss */
.pg-btn:hover, button:hover {
background-color: #ff4500;
color: #eeeeee;
}
/* line 20, ../../src/styles/pg-partials/_button.scss */
.pg-btn > .fa, button > .fa {
float: right;
margin-left: 10px;
margin-top: -1px;
}
/* PAGINATION */
/* line 2, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination {
width: 100%;
text-align: right;
margin-top: 40px;
border-top: 1px solid #c1c1c6;
padding-top: 10px;
}
/* line 9, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-item {
display: inline-block;
color: #9595a0;
padding: 10px;
font-size: 10px;
cursor: pointer;
border: 1px solid #afafbd;
min-width: 25px;
text-align: center;
margin: 2px;
}
/* line 19, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-item:hover {
border-color: #ff4500;
background: #ff4500;
color: white;
}
/* line 26, ../../src/styles/pg-partials/_pagination.scss */
.pg-pagination .pg-pagination-current {
background-color: #afafbd;
color: white;
cursor: default;
pointer-events: none;
}
/* POSITION */
/* line 2, ../../src/styles/pg-partials/_position.scss */
.pg-vertical-center {
vertical-align: middle;
align-items: center;
display: flex !important;
}
/* line 8, ../../src/styles/pg-partials/_position.scss */
.pg-float-left {
float: left;
}
/* line 9, ../../src/styles/pg-partials/_position.scss */
.pg-float-right {
float: right;
}
/* line 10, ../../src/styles/pg-partials/_position.scss */
.pg-float-right, .pg-float-left {
content: "";
display: block;
clear: both;
position: relative;
}
/* line 16, ../../src/styles/pg-partials/_position.scss */
.pg-float-none {
float: none;
}
/* line 17, ../../src/styles/pg-partials/_position.scss */
.pg-float-clear {
clear: both;
}
/* MARGINS */
/* line 2, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-biggest {
margin: 40px;
}
/* line 3, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bigger {
margin: 25px;
}
/* line 4, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-big {
margin: 20px;
}
/* line 5, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin {
margin: 15px;
}
/* line 6, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-small {
margin: 10px;
}
/* line 7, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-smaller {
margin: 5px;
}
/* line 8, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-smallest {
margin: 2px;
}
/* line 10, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-biggest {
margin-bottom: 40px;
}
/* line 11, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-bigger {
margin-bottom: 25px;
}
/* line 12, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-big {
margin-bottom: 20px;
}
/* line 13, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom {
margin-bottom: 15px;
}
/* line 14, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-small {
margin-bottom: 10px;
}
/* line 15, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-smaller {
margin-bottom: 5px;
}
/* line 16, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-bottom-smallest {
margin-bottom: 2px;
}
/* line 18, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-biggest {
margin-top: 40px;
}
/* line 19, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-bigger {
margin-top: 25px;
}
/* line 20, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-big {
margin-top: 20px;
}
/* line 21, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top {
margin-top: 15px;
}
/* line 22, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-small {
margin-top: 10px;
}
/* line 23, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-smaller {
margin-top: 5px;
}
/* line 24, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-top-smallest {
margin-top: 2px;
}
/* line 26, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-biggest {
margin-left: 40px;
}
/* line 27, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-bigger {
margin-left: 25px;
}
/* line 28, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-big {
margin-left: 20px;
}
/* line 29, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left {
margin-left: 15px;
}
/* line 30, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-small {
margin-left: 10px;
}
/* line 31, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-smaller {
margin-left: 5px;
}
/* line 32, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-left-smallest {
margin-left: 2px;
}
/* line 34, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-biggest {
margin-right: 40px;
}
/* line 35, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-bigger {
margin-right: 25px;
}
/* line 36, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-big {
margin-right: 20px;
}
/* line 37, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right {
margin-right: 15px;
}
/* line 38, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-small {
margin-right: 10px;
}
/* line 39, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-smaller {
margin-right: 5px;
}
/* line 40, ../../src/styles/pg-partials/_spacing.scss */
.pg-margin-right-smallest {
margin-right: 2px;
}
/* PADDINGS */
/* line 44, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-biggest {
padding: 40px;
}
/* line 45, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bigger {
padding: 25px;
}
/* line 46, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-big {
padding: 20px;
}
/* line 47, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding {
padding: 15px;
}
/* line 48, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-small {
padding: 10px;
}
/* line 49, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-smaller {
padding: 5px;
}
/* line 50, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-smallest {
padding: 2px;
}
/* line 52, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-biggest {
padding-bottom: 40px;
}
/* line 53, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-bigger {
padding-bottom: 25px;
}
/* line 54, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-big {
padding-bottom: 20px;
}
/* line 55, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom {
padding-bottom: 15px;
}
/* line 56, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-small {
padding-bottom: 10px;
}
/* line 57, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-smaller {
padding-bottom: 5px;
}
/* line 58, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-bottom-smallest {
padding-bottom: 2px;
}
/* line 60, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-biggest {
padding-top: 40px;
}
/* line 61, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-bigger {
padding-top: 25px;
}
/* line 62, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-big {
padding-top: 20px;
}
/* line 63, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top {
padding-top: 15px;
}
/* line 64, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-small {
padding-top: 10px;
}
/* line 65, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-smaller {
padding-top: 5px;
}
/* line 66, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-top-smallest {
padding-top: 2px;
}
/* line 68, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-biggest {
padding-left: 40px;
}
/* line 69, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-bigger {
padding-left: 25px;
}
/* line 70, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-big {
padding-left: 20px;
}
/* line 71, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left {
padding-left: 15px;
}
/* line 72, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-small {
padding-left: 10px;
}
/* line 73, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-smaller {
padding-left: 5px;
}
/* line 74, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-left-smallest {
padding-left: 2px;
}
/* line 76, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-biggest {
padding-right: 40px;
}
/* line 77, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-bigger {
padding-right: 25px;
}
/* line 78, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-big {
padding-right: 20px;
}
/* line 79, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right {
padding-right: 15px;
}
/* line 80, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-small {
padding-right: 10px;
}
/* line 81, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-smaller {
padding-right: 5px;
}
/* line 82, ../../src/styles/pg-partials/_spacing.scss */
.pg-padding-right-smallest {
padding-right: 2px;
}
/* TEXT */
/* line 2, ../../src/styles/pg-partials/_text.scss */
.pg-text-center {
text-align: center;
}
/* line 3, ../../src/styles/pg-partials/_text.scss */
.pg-text-left {
text-align: left;
}
/* line 4, ../../src/styles/pg-partials/_text.scss */
.pg-text-right {
text-align: right;
}
/* line 6, ../../src/styles/pg-partials/_text.scss */
.pg-text-biggest {
font-size: 20px;
}
/* line 7, ../../src/styles/pg-partials/_text.scss */
.pg-text-bigger {
font-size: 18px;
}
/* line 8, ../../src/styles/pg-partials/_text.scss */
.pg-text-big {
font-size: 16px;
}
/* line 9, ../../src/styles/pg-partials/_text.scss */
.pg-text-regular {
font-size: 14px;
}
/* line 10, ../../src/styles/pg-partials/_text.scss */
.pg-text-small {
font-size: 12px;
}
/* line 11, ../../src/styles/pg-partials/_text.scss */
.pg-text-smaller {
font-size: 10px;
}
/* line 12, ../../src/styles/pg-partials/_text.scss */
.pg-text-smallest {
font-size: 9px;
}
/* line 14, ../../src/styles/pg-partials/_text.scss */
.pg-text-bolder {
font-weight: 900;
}
/* line 15, ../../src/styles/pg-partials/_text.scss */
.pg-text-bold {
font-weight: 600;
}
/* line 16, ../../src/styles/pg-partials/_text.scss */
.pg-text-regular {
font-weight: 400;
}
/* line 17, ../../src/styles/pg-partials/_text.scss */
.pg-text-light {
font-weight: 200;
}
/* line 18, ../../src/styles/pg-partials/_text.scss */
.pg-text-lighter {
font-weight: 100;
}
/* FORM AND FORM CONTROLS */
/* line 5, ../../src/styles/pg-partials/_form.scss */
::-webkit-input-placeholder {
color: #d1d1e6;
}
/* Chrome/Opera/Safari */
/* line 6, ../../src/styles/pg-partials/_form.scss */
::-moz-placeholder {
color: #d1d1e6;
}
/* Firefox 19+ */
/* line 7, ../../src/styles/pg-partials/_form.scss */
:-ms-input-placeholder {
color: #d1d1e6;
}
/* IE 10+ */
/* line 8, ../../src/styles/pg-partials/_form.scss */
:-moz-placeholder {
color: #d1d1e6;
}
/* Firefox 18- */
/* line 13, ../../src/styles/pg-partials/_form.scss */
.pg-form-footer {
border-top: 1px solid #c1c1c6;
padding-top: 10px;
margin-top: 20px;
text-align: right;
position: relative;
clear: both;
display: block;
}
/* line 23, ../../src/styles/pg-partials/_form.scss */
.pg-form-control {
position: relative;
margin-bottom: 20px;
clear: both;
display: block;
padding-top: 20px;
width: 100%;
}
/* line 32, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:focus {
outline: none;
}
/* line 36, ../../src/styles/pg-partials/_form.scss */
.pg-form-control > input,
.pg-form-control > select {
position: relative;
width: 100%;
border-radius: 15px;
padding: 8px 13px;
border-top: none;
border-left: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
color: #76767d;
height: 32px;
}
/* line 51, ../../src/styles/pg-partials/_form.scss */
.pg-form-control > span {
display: block;
top: 2px;
position: absolute;
transition: all 0.5s ease;
font-size: 12px;
}
/* line 59, ../../src/styles/pg-partials/_form.scss */
.pg-form-control [required] + span:before {
content: "REQUIRED";
float: right;
border-radius: 0px;
color: black;
display: block;
position: relative;
right: -5px;
top: -2px;
text-align: center;
font-size: 8px;
padding: 3px;
border: 1px solid #6d6d7f;
font-weight: 100;
opacity: .5;
font-family: "lucida console";
}
/* line 78, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag {
display: inline-block;
background-color: #6d6d7f;
padding: 10px 15px;
border-radius: 15px;
cursor: pointer;
min-width: 70px;
text-align: center;
color: #fff;
margin-top: 5px;
margin-right: 5px;
font-size: 12px;
}
/* line 90, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag:hover {
background-color: #ff4500;
}
/* line 94, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > .pg-tag.pg-checked {
background-color: #3c3c44;
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3) inset;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #bdbdbd;
}
/* line 101, ../../src/styles/pg-partials/_form.scss */
.pg-form-control label > label {
display: inline-block;
}
/* line 105, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid {
color: #cd3347;
}
/* line 109, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid + span {
color: #cd3347 !important;
margin-left: 15px;
}
/* line 112, ../../src/styles/pg-partials/_form.scss */
.pg-form-control *:invalid + span:after {
content: "!";
position: absolute;
background: #cd3347;
color: #ecafb7;
border-radius: 50%;
width: 13px;
height: 13px;
display: block;
top: -1px;
left: -15px;
text-align: center;
font-size: 10px;
font-weight: 800;
line-height: 12px;
font-family: arial;
}
/* line 139, ../../src/styles/pg-partials/_form.scss */
input[type=range] {
-webkit-appearance: none;
/* Hides the slider so that custom slider can be made */
width: 100%;
/* Specific width is required for Firefox. */
background: transparent !important;
/* Otherwise white in Chrome */
border: none !important;
padding: 0 !important;
margin: 0px !important;
}
/* line 147, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
/* line 148, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
/* Hides the slider so custom styles can be added */
background: transparent;
border-color: transparent;
color: transparent;
}
/* Special styling for WebKit/Blink */
/* line 171, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-webkit-slider-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
-webkit-appearance: none;
margin-top: -14px;
/* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
/* All the same stuff for Firefox */
/* line 178, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-moz-range-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
/* All the same stuff for IE */
/* line 181, ../../src/styles/pg-partials/_form.scss */
.pg-form-control input[type=range]::-ms-thumb {
border: none;
border-bottom: 1px solid #c3c2c2;
border-right: 1px solid #c3c2c2;
background-color: #f4f4ff;
height: 30px;
width: 12px;
border-radius: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
/* line 186, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
box-shadow: none;
cursor: pointer;
background: #6d6d7f;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
/* line 196, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
background: #6d6d7f;
}
/* line 197, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-moz-range-track {
width: 100%;
height: 4px;
box-shadow: none;
cursor: pointer;
background: #6d6d7f;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
/* line 206, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
/* line 215, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-fill-lower {
box-shadow: none;
background: #6d6d7f;
border: 0.2px solid #010101;
border-radius: 2.6px;
}
/* line 221, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-ms-fill-lower {
background: #6d6d7f;
}
/* line 222, ../../src/styles/pg-partials/_form.scss */
input[type=range]::-ms-fill-upper {
box-shadow: none;
background: #6d6d7f;
border: 0.2px solid #010101;
border-radius: 2.6px;
}
/* line 228, ../../src/styles/pg-partials/_form.scss */
input[type=range]:focus::-ms-fill-upper {
background: #6d6d7f;
}
/* RIVETS LOADER */
/* line 2, ../../src/styles/pg-partials/_loader.scss */
.pg-loader *, .pg-loading *, [pg-loader] *, [pg-loading] *, [pg-loading] * {
transition: none !important;
opacity: 0 !important;
}
/* line 7, ../../src/styles/pg-partials/_loader.scss */
.pg-loader, .pg-loading, [pg-loader], [pg-loading], [pg-loading] {
visibility: hidden !important;
position: relative !important;
pointer-events: none !important;
cursor: default !important;
opacity: 1 !important;
transition: none !important;
}
/* line 16, ../../src/styles/pg-partials/_loader.scss */
.pg-loader:before, .pg-loading:before, [pg-loader]:before, [pg-loading]:before, [pg-loading]:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
margin-top: -20px;
margin-left: -20px;
top: 50%;
left: 50%;
z-index: 999999999;
border-radius: 50%;
border: 8px solid #ff4500;
border-left-color: transparent;
animation: pg-rotate 0.8s infinite linear;
visibility: visible;
}
/* line 34, ../../src/styles/pg-partials/_loader.scss */
.pg-loader:after, .pg-loading:after, [pg-loader]:after, [pg-loading]:after, [pg-loading]:after {
content: attr(pg-loading);
display: block;
width: 100%;
bottom: 0px;
top: 0px;
position: absolute;
visibility: visible;
pointer-events: none;
z-index: 999999998;
text-align: center;
padding-top: 50%;
color: #ff4500;
font-size: 12px;
line-height: 30px;
}
@keyframes pg-rotate {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* NOTIFICATION BOXES */
/* line 3, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-error {
text-align: center;
position: relative;
font-size: 12px;
font-weight: 400;
background: #cd3347;
color: #ecafb7;
padding: 10px;
margin-bottom: 20px;
margin-top: 20px;
}
/* line 15, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-error:before {
right: 10px;
top: -10px;
border-width: 7px 15px;
border-style: solid;
width: 0px;
content: "!";
position: absolute;
height: 20px;
color: #cd3347;
box-shadow: 0 -2px 0px #cd3347;
border-color: #ecafb7;
border-bottom-color: transparent;
text-align: center;
font-weight: 900;
font-size: 14px;
}
/* line 33, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-bubble {
position: fixed;
margin-top: none;
margin-bottom: none;
padding-left: 10px;
padding-right: 10px;
top: 0;
right: 40px;
opacity: 0;
width: 130px;
z-index: 9999;
padding-bottom: 25px;
padding-top: 35px;
border-radius: 5px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.34);
border-bottom: 1px solid #222;
animation: pg-bubble 3s normal ease-in-out;
}
/* line 52, ../../src/styles/pg-partials/_notification.scss */
.pg-notification-bubble:before {
right: 52px;
}
@keyframes pg-bubble {
0% {
top: 80px;
opacity: 0;
}
30% {
top: 40px;
opacity: 1;
}
60% {
top: 40px;
opacity: 1;
}
100% {
top: 0px;
opacity: 0;
}
}
/* line 1, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip] {
display: inline-block;
position: relative;
text-decoration: none;
}
/* line 6, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:after {
opacity: 0;
position: absolute;
display: inline-block;
content: attr(pg-tooltip);
width: 0px;
height: 0px;
bottom: 0px;
left: 20%;
font-family: "Roboto", Arial;
font-weight: 400;
font-size: 12px;
line-height: 14px;
background: #ff4500;
color: #ffc540;
border-radius: 0px;
transition: opacity 1s ease, margin-bottom 1s ease;
box-shadow: 0px -2px 100px rgba(0, 0, 0, 0.48);
overflow: hidden;
z-index: 998;
/* prevent inheritage */
white-space: normal;
padding: 0px;
margin: 0px;
}
/* line 33, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:before {
opacity: 0;
position: absolute;
display: inline-block;
content: "";
width: 0;
height: 0;
bottom: -14px;
left: 30%;
z-index: 999;
border: 0;
transition: opacity 1s ease, margin-bottom 1s ease;
}
/* line 48, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:hover:after {
margin-bottom: 20px;
opacity: 1;
width: auto;
height: auto;
padding: 10px;
max-width: 250px;
min-width: 100px;
}
/* line 58, ../../src/styles/pg-partials/_tooltip.scss */
[pg-tooltip]:hover:before {
margin-bottom: 20px;
opacity: 1;
border-top: 14px solid #ff4500;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
}
/* line 17, ../../src/styles/pg-styles.scss */
* {
box-sizing: border-box;
}
/* line 20, ../../src/styles/pg-styles.scss */
body {
font-family: "Roboto", Arial;
font-size: 14px;
color: #76767d;
background-color: #e0e0fc;
width: 450px;
margin: 0px;
padding: 0px;
font-weight: 500;
}
/* line 31, ../../src/styles/pg-styles.scss */
body *[hidden], body *.pg-hidden {
display: none;
}
/* line 34, ../../src/styles/pg-styles.scss */
h1, h2, h3, h4, h5 {
font-family: "Roboto Slab", Arial;
font-weight: 700;
}
/* line 39, ../../src/styles/pg-styles.scss */
h1 {
font-size: 20px;
}
/* line 40, ../../src/styles/pg-styles.scss */
h2 {
font-size: 18px;
}
/* line 41, ../../src/styles/pg-styles.scss */
h3 {
font-size: 16px;
}
/* line 42, ../../src/styles/pg-styles.scss */
h4 {
font-size: 14px;
}
/* line 43, ../../src/styles/pg-styles.scss */
h5 {
font-size: 12px;
}
/* line 44, ../../src/styles/pg-styles.scss */
h6 {
font-size: 10px;
}
/* line 47, ../../src/styles/pg-styles.scss */
[hidden], .pg-hidden, .pg-hide {
display: none !important;
}
/* MOUSE INTERACTIONS */
/* line 50, ../../src/styles/pg-styles.scss */
.pg-hover {
cursor: pointer;
}
/* line 51, ../../src/styles/pg-styles.scss */
.pg-hover:hover {
color: #ff4500;
}
/* line 53, ../../src/styles/pg-styles.scss */
.pg-unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
/* line 60, ../../src/styles/pg-styles.scss */
.pg-selectable {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
/* SIZE & POSITION */
/* line 70, ../../src/styles/pg-styles.scss */
.pg-expand {
width: 100%;
}
/* line 71, ../../src/styles/pg-styles.scss */
.pg-collapse {
width: 0px;
overflow: hidden;
display: inline-block;
}
/* TABLE */
/* line 85, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row {
align-items: center;
padding: 10px 10px;
transition: background-color 0.5s ease;
}
/* line 90, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:nth-child(odd) {
background-color: rgba(191, 191, 195, 0.03);
}
/* line 94, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:not(:last-child) {
border-bottom: 1px solid #cacadc;
}
/* line 98, ../../src/styles/pg-styles.scss */
.pg-table > .pg-row:hover {
background-color: rgba(104, 104, 109, 0.04);
}
/* line 103, ../../src/styles/pg-styles.scss */
.pg-tag {
background-color: #555555;
padding: 5px 10px;
border: none;
margin-right: 10px;
border-radius: 10px;
display: inline-block;
text-align: center;
margin-bottom: 10px;
cursor: pointer;
}
/* line 116, ../../src/styles/pg-styles.scss */
.pg-tab {
padding: 20px;
}
/* line 121, ../../src/styles/pg-styles.scss */
.pg-row > .pg-row {
flex-wrap: wrap;
width: 100%;
flex-direction: column;
}
/* PROJECT */
/* line 130, ../../src/styles/pg-styles.scss */
.log-output > div {
font-size: 10px;
margin-bottom: 3px;
color: #555561;
}
/* line 135, ../../src/styles/pg-styles.scss */
.log-output > div:nth-child(even) {
color: darkgray;
}
/* line 139, ../../src/styles/pg-styles.scss */
#new_feed_form {
background: #c2c2d4;
padding: 30px;
}
/* line 144, ../../src/styles/pg-styles.scss */
#new_feed_form > div {
margin-bottom: 10px;
}
/* DATEPICKER */
#pg-datepicker-wrapper{
position: absolute;
width: 100%;
top: 15%;
background: #424242;
color: white;
padding: 30px;
}
#pg-datepicker-wrapper .pg-row.pg-datepicker-week span {
padding-bottom: 10px;
padding-top: 10px;
cursor: pointer;
}
/* MODAL */
#pg-modal-wrapper {
position: absolute;
align-items: center;
justify-content: center;
top: 0;
bottom: 0;
}
#pg-modal-wrapper > .pg-modal-curtain{
position: fixed;
top: 0;
bottom: 0;
background: rgba(255, 0, 0, 0.3);
left: 0;
right: 0;
display: block;
z-index: 99998;
}
#pg-modal-wrapper > .pg-modal{
position: absolute;
background: red;
min-height: 10px;
width: 100%;
margin-left: 0px;
z-index: 99999;
}
| 0.220426 | 0.046141 |
position: relative;
}
#pagination ul {
position: absolute;
right: 0;
}
#pagination ul .current a {
color: #666;
}
fieldset.form-grouping-border {
border: 1px groove #ddd !important;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.form-grouping-border {
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
width: auto;
padding: 0 10px;
border-bottom: none;
}
#search_option {
margin-bottom: 10px;
margin-left: 5px;
}
#searchbox {
margin-bottom: 10px;
margin-left: 5px;
}
#field {
margin-bottom: 20px;
}
#issn_field {
margin-bottom: 20px;
}
#eissn_field {
margin-bottom: 20px;
}
#source_field {
margin-bottom: 20px;
}
#classification_field {
margin-bottom: 20px;
}
.text-center-align {
text-align: center;
}
input.valid{
border: 2px solid green;
}
input.error{
border: 2px solid red;
}
span.valid{
background-image: url(images/valid.png);
background-position: right top;
background-repeat: no-repeat;
}
/* highlight results */
.ui-autocomplete .highlight {
background-color: #ffff66;
font-weight: bold;
}
.source-class{
margin: 10px 0px 0px 0px;
}
.ranking-class{
margin: 10px 0px 0px 0px;
}
.title-class{
margin: 10px 0px 0px 0px;
}
.issn-class{
margin: 10px 0px 0px 0px;
}
.eissn-class{
margin: 10px 0px 0px 0px;
}
.predecessor-class{
margin: 10px 0px 0px 0px;
}
.successor-class{
margin: 10px 0px 0px 0px;
}
.editor-class{
margin: 10px 0px 0px 0px;
}
.classification-class{
margin: 10px 0px 0px 0px;
}
.add-source-class{
margin: 10px 0px 0px 0px;
}
.add-ranking-class{
margin: 10px 0px 0px 0px;
}
.add-title-class{
margin: 10px 0px 0px 0px;
}
.add-issn-class{
margin: 10px 0px 0px 0px;
}
.add-eissn-class{
margin: 10px 0px 0px 0px;
}
.add-predecessor-class{
margin: 10px 0px 0px 0px;
}
.add-successor-class{
margin: 10px 0px 0px 0px;
}
.add-editor-class{
margin: 10px 0px 0px 0px;
}
.add-classification-class{
margin: 10px 0px 0px 0px;
}
.remove-source-class{
margin: 10px 0px 0px 0px;
}
.remove-ranking-class{
margin: 10px 0px 0px 0px;
}
.remove-title-class{
margin: 10px 0px 0px 0px;
}
.remove-issn-class{
margin: 10px 0px 0px 0px;
}
.remove-eissn-class{
margin: 10px 0px 0px 0px;
}
.remove-predecessor-class{
margin: 10px 0px 0px 0px;
}
.remove-successor-class{
margin: 10px 0px 0px 0px;
}
.remove-editor-class{
margin: 10px 0px 0px 0px;
}
.remove-classification-class{
margin: 10px 0px 0px 0px;
}
label.valid {
width: 24px;
height: 24px;
background: url(images/valid.png) center center no-repeat;
display: inline-block;
text-indent: -9999px;
}
label.error {
font-weight: bold;
color: red;
padding: 2px 8px;
margin-top: 2px;
}
.even{
background-color: #ffffff;
}
.odd{
background-color: #f9f9f9;
}
.text-box {
width: auto;
padding: 7px;
border: 1px solid;
margin: 5px;
}
table.journals em {
color: #aaa;
}
table.journals .id, table.journals .subtitle, table.journals .shortTitle table.journals .status table.journals .publisher {
width: 10%;
min-width: 100px;
}
table.journals .mainTitle {
width: 30%;
min-width: 300px;
}
.col-md-3-filter {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
margin-top: 15px;
}
@media ( min-width : 992px) {
.col-md-3-filter {
float: left;
}
.col-md-3-filter {
width: 25%;
}
}
#journalTable {
margin-top: 50px;
}
#importButton {
margin-top: 8px;
margin-bottom: 8px;
}
#moveBtn {
cursor: pointer;
}
#journal-form-expand {
cursor: pointer;
}
#journal-form-collapse {
cursor: pointer;
}
|
public/stylesheets/main.css
|
position: relative;
}
#pagination ul {
position: absolute;
right: 0;
}
#pagination ul .current a {
color: #666;
}
fieldset.form-grouping-border {
border: 1px groove #ddd !important;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend.form-grouping-border {
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
width: auto;
padding: 0 10px;
border-bottom: none;
}
#search_option {
margin-bottom: 10px;
margin-left: 5px;
}
#searchbox {
margin-bottom: 10px;
margin-left: 5px;
}
#field {
margin-bottom: 20px;
}
#issn_field {
margin-bottom: 20px;
}
#eissn_field {
margin-bottom: 20px;
}
#source_field {
margin-bottom: 20px;
}
#classification_field {
margin-bottom: 20px;
}
.text-center-align {
text-align: center;
}
input.valid{
border: 2px solid green;
}
input.error{
border: 2px solid red;
}
span.valid{
background-image: url(images/valid.png);
background-position: right top;
background-repeat: no-repeat;
}
/* highlight results */
.ui-autocomplete .highlight {
background-color: #ffff66;
font-weight: bold;
}
.source-class{
margin: 10px 0px 0px 0px;
}
.ranking-class{
margin: 10px 0px 0px 0px;
}
.title-class{
margin: 10px 0px 0px 0px;
}
.issn-class{
margin: 10px 0px 0px 0px;
}
.eissn-class{
margin: 10px 0px 0px 0px;
}
.predecessor-class{
margin: 10px 0px 0px 0px;
}
.successor-class{
margin: 10px 0px 0px 0px;
}
.editor-class{
margin: 10px 0px 0px 0px;
}
.classification-class{
margin: 10px 0px 0px 0px;
}
.add-source-class{
margin: 10px 0px 0px 0px;
}
.add-ranking-class{
margin: 10px 0px 0px 0px;
}
.add-title-class{
margin: 10px 0px 0px 0px;
}
.add-issn-class{
margin: 10px 0px 0px 0px;
}
.add-eissn-class{
margin: 10px 0px 0px 0px;
}
.add-predecessor-class{
margin: 10px 0px 0px 0px;
}
.add-successor-class{
margin: 10px 0px 0px 0px;
}
.add-editor-class{
margin: 10px 0px 0px 0px;
}
.add-classification-class{
margin: 10px 0px 0px 0px;
}
.remove-source-class{
margin: 10px 0px 0px 0px;
}
.remove-ranking-class{
margin: 10px 0px 0px 0px;
}
.remove-title-class{
margin: 10px 0px 0px 0px;
}
.remove-issn-class{
margin: 10px 0px 0px 0px;
}
.remove-eissn-class{
margin: 10px 0px 0px 0px;
}
.remove-predecessor-class{
margin: 10px 0px 0px 0px;
}
.remove-successor-class{
margin: 10px 0px 0px 0px;
}
.remove-editor-class{
margin: 10px 0px 0px 0px;
}
.remove-classification-class{
margin: 10px 0px 0px 0px;
}
label.valid {
width: 24px;
height: 24px;
background: url(images/valid.png) center center no-repeat;
display: inline-block;
text-indent: -9999px;
}
label.error {
font-weight: bold;
color: red;
padding: 2px 8px;
margin-top: 2px;
}
.even{
background-color: #ffffff;
}
.odd{
background-color: #f9f9f9;
}
.text-box {
width: auto;
padding: 7px;
border: 1px solid;
margin: 5px;
}
table.journals em {
color: #aaa;
}
table.journals .id, table.journals .subtitle, table.journals .shortTitle table.journals .status table.journals .publisher {
width: 10%;
min-width: 100px;
}
table.journals .mainTitle {
width: 30%;
min-width: 300px;
}
.col-md-3-filter {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
margin-top: 15px;
}
@media ( min-width : 992px) {
.col-md-3-filter {
float: left;
}
.col-md-3-filter {
width: 25%;
}
}
#journalTable {
margin-top: 50px;
}
#importButton {
margin-top: 8px;
margin-bottom: 8px;
}
#moveBtn {
cursor: pointer;
}
#journal-form-expand {
cursor: pointer;
}
#journal-form-collapse {
cursor: pointer;
}
| 0.275617 | 0.114963 |
@font-face {
font-family: "BEBAS";
src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot");
src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot?") format("eot"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.woff") format("woff"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.ttf") format("truetype"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.svg#BebasNeue-Bold-webfont") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "century";
src: url("https://cdn.gmx.shoes/assets/font/century-gothic.eot");
src: url("https://cdn.gmx.shoes/assets/font/century-gothic.eot?#iefix") format("embedded-opentype"), url("https://cdn.gmx.shoes/assets/font/century-gothic.woff2") format("woff2"), url("https://cdn.gmx.shoes/assets/font/century-gothic.woff") format("woff"), url("https://cdn.gmx.shoes/assets/font/century-gothic.ttf") format("truetype"), url("https://cdn.gmx.shoes/assets/font/century-gothic.svg#century") format("svg");
}
/* --- Mixing State --- */
.time {
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
/* --- Global State --- */
html {
margin: 0;
padding: 0;
font: 14px "Poppins", "century", Arial;
color: #333;
cursor: default;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden !important;
}
body.loading {
overflow: hidden !important;
}
body.loading .loading-section {
display: flex !important;
}
a {
color: #333;
}
input,
select,
textarea {
font-family: "Poppins", "century", Arial;
background: transparent;
outline: none;
font-size: 12px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none !important;
background: url(../image/select-arrow.png) center right no-repeat;
}
:-webkit-autofill {
color: #333 !important;
}
img {
max-width: 100% !important;
}
@keyframes gmx-slide-d {
0% {
margin: 0 0 0 0;
}
45% {
margin: 0 0 0 0;
}
50% {
margin: -770px 0 0 0;
}
95% {
margin: -770px 0 0 0;
}
100% {
margin: 0 0 0 0;
}
}
.src-head {
display: none;
}
.gmx-moblie-menu {
display: none;
}
#banner-small {
display: none;
margin-top: 20px;
}
#banner-small img {
display: block;
margin: 0 auto;
width: 100%;
max-width: 1080px !important;
height: auto;
}
#banner-small img.sort {
display: none;
}
#banner-small.hide {
display: none !important;
}
#super-sale-banner {
display: none;
margin-top: 20px;
}
#super-sale-banner img {
display: block;
margin: 0 auto;
width: 100%;
max-width: 1080px !important;
height: auto;
}
#super-sale-banner.show {
display: block !important;
}
.home-view {
display: table;
width: 100%;
margin: 0 auto;
padding: 30px 0;
margin-bottom: 30px;
background: #eee;
}
.home-view .thum {
margin: 0 auto;
padding: 0;
display: table;
width: 100%;
max-width: 1080px;
}
.home-view .thum li {
margin: 0;
padding: 0;
list-style: none;
display: block;
float: left;
margin: 0 0 3px 0;
width: 33.33333333%;
}
.home-view .thum li a {
display: inline-block;
margin: 0 4px;
overflow: hidden;
background: #ddd;
}
.home-view .thum li a img {
display: block;
width: 100%;
height: auto;
width: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: attr(data-image);
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.home-view .thum li a:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.home-view .thum li:first-child {
text-align: left;
}
.home-view .thum li:nth-child(2) {
text-align: center;
}
.home-view .thum li:nth-child(3) {
text-align: right;
}
.home-view .thum li:nth-child(4) {
width: 50%;
text-align: left;
}
.home-view .thum li:nth-child(5) {
width: 50%;
text-align: right;
}
.home-view-title {
display: table;
text-align: center;
max-width: 90%;
margin: auto;
margin-top: 10px;
margin-bottom: 30px;
font: 34px 'BEBAS', arial;
border-bottom: 2px solid #ff6600;
line-height: 27px;
}
.home-view-more {
display: block;
margin-left: 15px;
text-decoration: none;
width: 190px;
background: #ff6600;
padding: 10px 0;
color: #fff;
text-align: center;
letter-spacing: 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
font-weight: 700;
margin: auto;
margin-bottom: 30px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.home-view-more:hover {
background-color: #cc5200;
}
.content-menu {
display: table;
text-align: center;
width: 100%;
max-width: 1080px;
margin: auto;
padding: 20px 0;
border-bottom: 2px solid #ff6600;
}
.content-menu a {
display: inline-block;
margin: 0 50px;
font-size: 24px;
text-decoration: none;
padding: 3px 20px;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.content-menu a:hover {
border-top-color: #333;
border-bottom-color: #333;
background: #ff6600;
color: #fff;
}
.sub-content-menu {
display: table;
text-align: center;
width: 95%;
max-width: 1080px;
padding: 20px 0;
margin: auto;
}
.sub-content-menu .the-menu {
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu a {
display: inline-block;
margin: 0 3px;
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
text-decoration: none;
padding: 3px 10px;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu a:hover {
border-top-color: #333;
border-bottom-color: #333;
background: #ff6600;
color: #fff;
}
.sub-content-menu a.active {
border-top-color: transparent;
border-bottom-color: #ff6600;
background: #fff;
color: #333;
}
.sub-content-menu form {
display: inline-table;
vertical-align: middle;
padding: 0;
margin: 5px 0 0 20px;
letter-spacing: normal;
}
.sub-content-menu form select {
border: 1px solid #666;
padding: 0;
font: 14px "Poppins", "century", Arial;
outline: none;
cursor: pointer;
padding: 3px 20px 3px 10px;
margin: 5px 0 5px 0;
}
.sub-content-menu form input {
border: 1px solid #666;
padding: 0;
font: 14px "Poppins", "century", Arial;
outline: none;
cursor: pointer;
padding: 3px 20px 3px 10px;
margin: 5px 0 5px 0;
}
.sub-content-menu form input[type=text] {
padding: 4px 20px 4px 10px;
}
.sub-content-menu form input[type=submit] {
margin-left: -5px;
padding: 4px 8px;
background: #666;
color: #fff;
font-weight: 700;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu form input[type=submit]:hover {
background: #ff6600;
border-color: #ff6600;
}
.sub-content-menu form .pagers {
display: inline-block;
width: 310px;
}
.sub-content-menu form .pagers input[type=button] {
margin-left: 1px;
margin-right: 1px;
font-size: 14px;
font-weight: normal;
border: 1px solid #666;
padding: 3px 6px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu form .pagers input[type=button]:hover {
background: #ff6600;
border-color: #ff6600;
color: #fff;
}
.sub-content-menu form .pagers input[type=button].active {
background: #666;
color: #fff;
border-color: #666;
cursor: default;
}
.sub-content-menu form .src-bar {
display: inline-block;
}
.product-list {
display: table;
width: 100%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
margin-top: 20px;
}
.product-list.detail-page {
width: 980px;
}
.product-list.detail-page li a label {
margin: 0 -10px;
}
.product-list .title {
font-size: 21px;
font-weight: 700;
display: block;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 30px;
}
.product-list li.items {
list-style: none;
margin: 0 -1px;
width: 25%;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding: 10px;
}
.product-list li.items:hover {
position: relative;
z-index: 1;
}
.product-list li.items .status {
width: 100%;
height: 50px;
display: block;
text-align: left;
margin: 5px 0 -55px 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status span {
display: inline-block;
padding: 0px 3px 0px 4px;
font-weight: 600;
text-transform: uppercase;
margin: 5px 0 5px 5px;
color: #fff;
position: relative;
z-index: 1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status span.new {
background-color: #09c570;
}
.product-list li.items .status span.sale {
background-color: #EF4637;
}
.product-list li.items .status span:nth-child(2) {
margin-left: -1px;
}
.product-list li.items .status .item-fav {
text-indent: -99999px;
width: 38px;
height: 30px;
float: right;
margin: 4px 16px -18px -43px;
background: url(../image/i-fav-grey.svg) center no-repeat;
background-size: contain;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status .item-fav:hover,
.product-list li.items .status .item-fav.active {
background-image: url(../image/i-fav-red.svg);
}
.product-list li.items a {
display: block;
padding: 5px;
text-decoration: none;
text-align: center;
font-size: 12px;
font-weight: 600;
border: 1px solid transparent;
background: url(../image/gmx-wm.svg) top center no-repeat #fff;
background-size: 100% auto;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a .pict {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.product-list li.items a .pict img {
display: block;
width: 100%;
height: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a label {
display: block;
}
.product-list li.items a label strong {
display: block;
line-height: 14px;
padding: 0 5px;
font-weight: 600;
font-size: 11px;
}
.product-list li.items a label strong u {
display: block;
text-decoration: none;
opacity: 0.7;
font-weight: 600;
}
.product-list li.items a label::after {
display: block;
width: 40%;
border-bottom: 1px solid #ccc;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
content: '';
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a .price {
display: block;
margin-bottom: 10px;
}
.product-list li.items a .price span {
color: red;
display: inline-block;
padding: 0 3px;
text-decoration: line-through;
}
.product-list li.items a .size {
display: block;
padding-bottom: 10px;
}
.product-list li.items a .size em {
font-style: normal;
font-size: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
width: 20px;
height: 15px;
}
.product-list li.items a .size em.kosong {
color: #999;
}
.product-list li.items a .size em.kosong::after {
content: '';
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
display: block;
width: 20px;
height: 1px;
position: absolute;
background: #999;
}
.product-list li.items a:hover {
-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.product-list li.items a:hover label::after {
border-bottom-color: #f60;
width: 70%;
}
.product-list li.items a:hover .pict img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}
.product-list li.items a.sold .pict {
background: #000;
}
.product-list li.items a.sold .pict img {
opacity: 0.9;
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}
.product-list li.items a.sold .pict::after {
content: 'SOLD';
display: block;
position: absolute;
font-size: 16px;
padding: 3px 10px;
font-weight: 700;
border: 2px solid #fff;
color: #fff;
background: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
letter-spacing: 5px;
}
.filter-stage {
display: table;
width: 95%;
max-width: 1040px;
margin: 0 auto;
padding: 0;
margin-top: 20px;
text-align: right;
}
.filter-stage .titlena {
float: left;
font-size: 16px;
font-weight: 700;
}
.filter-stage .filter-form {
display: inline-table;
}
.filter-stage .filter-form .filter-but {
display: block;
border: 1px solid #ddd;
padding: 4px 0;
width: 78px;
text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filter-but img {
display: inline-block;
vertical-align: middle;
height: 16px;
width: auto;
margin-right: 5px;
filter: invert(100%);
opacity: 0.5;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filter-but:hover {
border-color: #000;
cursor: pointer;
}
.filter-stage .filter-form .filter-but:hover img {
opacity: 1;
}
.filter-stage .filter-form .filters {
display: none;
position: absolute;
width: 160px;
margin-left: -110px;
margin-top: -1px;
z-index: 3;
background: #333;
color: #fff;
padding: 5px 15px 15px 15px;
text-align: left;
}
.filter-stage .filter-form .filters strong {
display: block;
padding: 10px 0 5px 0;
}
.filter-stage .filter-form .filters input {
display: none;
}
.filter-stage .filter-form .filters label {
display: block;
cursor: pointer;
padding: 5px 0;
opacity: 0.7;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters label::before {
content: '';
display: inline-block;
vertical-align: middle;
border: 2px solid #fff;
width: 14px;
height: 14px;
margin-top: -2px;
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters input:checked + label {
opacity: 1;
}
.filter-stage .filter-form .filters input:checked + label::before {
background: #fff;
}
.filter-stage .filter-form .filters .terapkanlah {
display: block;
width: 100%;
padding: 7px 0;
text-align: center;
color: #333;
background: #999;
border: none;
cursor: pointer;
font-weight: 700;
font-size: 14px;
margin-top: 10px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters .terapkanlah:hover {
background: #fff;
}
.filter-stage .filter-form.show .filter-but {
background: #333;
border-color: #333;
color: #fff;
}
.filter-stage .filter-form.show .filter-but img {
filter: invert(0);
opacity: 1;
}
.filter-stage .filter-form.show .filters {
display: table;
}
.pagging {
display: table;
max-width: 90%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 12px;
}
.pagging a {
display: inline-block;
border: 1px solid #ccc;
margin: 2px;
width: 30px;
height: 30px;
text-align: center;
text-decoration: none;
line-height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.pagging a:hover {
color: #ff6600;
border-color: #ff6600;
}
.pagging a.current {
border-color: #f60;
color: #fff;
background: #f60;
cursor: default;
}
.detail-product {
display: table;
margin: auto;
width: 980px;
}
.detail-product .directory {
display: block;
color: #999;
padding: 30px 0 30px 30px;
}
.detail-product .directory a {
display: inline-block;
color: #999;
text-decoration: none;
margin: 0 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .directory a:hover {
color: #ff6600;
}
.detail-product .directory a:first-child {
margin-left: 0;
}
.detail-product .directory a:last-child {
margin-right: 0;
}
.detail-product .left-place {
float: left;
width: 500px;
display: table;
margin-left: 30px;
padding-bottom: 35px;
}
.detail-product .left-place .det-fav {
float: right;
width: 43px;
height: 35px;
background: url(../image/i-fav-grey.svg) center no-repeat;
background-size: auto 35px;
position: relative;
z-index: 3;
margin: 2px 3px 0 -50px;
}
.detail-product .left-place .det-fav:hover,
.detail-product .left-place .det-fav.active {
background-image: url(../image/i-fav-red.svg);
}
.detail-product .left-place .tag-hemat {
display: block;
background: #f60;
color: #fff;
margin: 5px 5px -100px -100px;
height: 45px;
float: right;
position: relative;
z-index: 3;
font-weight: 700;
padding: 0 8px;
}
.detail-product .left-place .tag-hemat span {
display: block;
font-size: 23px;
line-height: 16px;
}
.detail-product .left-place .status {
position: absolute;
z-index: 3;
display: table;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .left-place .status span {
display: table;
color: #fff;
padding: 2px 8px 1px 8px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
text-indent: inherit;
background: #fff;
margin-top: 5;
margin-left: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.detail-product .left-place .status span.new {
background-color: #09c570;
}
.detail-product .left-place .status span.sale {
background-color: #EF4637;
}
.detail-product .left-place .status span.sold {
background-color: #333;
}
.detail-product .left-place .lSSlideOuter {
max-width: 500px;
}
.detail-product .left-place .lSSlideOuter li img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.detail-product .right-place {
float: right;
width: 380px;
display: table;
margin-right: 30px;
padding: 0;
padding-bottom: 20px;
}
.detail-product .right-place h1,
.detail-product .right-place h2,
.detail-product .right-place h3,
.detail-product .right-place h4 {
margin: 0;
padding: 0;
line-height: normal;
display: block;
}
.detail-product .right-place h1 {
font-size: 26px;
font-weight: 600;
}
.detail-product .right-place h2 {
font-size: 18px;
margin-bottom: 10px;
}
.detail-product .right-place h3 {
font-size: 26px;
margin-bottom: 10px;
}
.detail-product .right-place h3 span {
display: inline-block;
font-size: 16px;
color: #EF4637;
text-decoration: line-through;
margin-left: 10px;
}
.detail-product .right-place h4 {
font-size: 14px;
margin-bottom: 20px;
font-weight: 400;
}
.detail-product .right-place .field {
display: table;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding-bottom: 10px;
width: 100%;
}
.detail-product .right-place .field.warning {
border-bottom: 2px solid #ff3737;
}
.detail-product .right-place .field label {
display: inline-block;
width: 140px;
padding: 7px 0 5px 0;
}
.detail-product .right-place .field label .size-button {
display: none;
font-style: normal;
padding: 1px 10px;
background: #ff6600;
font-size: 12px;
font-weight: 700;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .field label .size-button:hover {
background: #333;
cursor: pointer;
}
.detail-product .right-place .field .radio-option {
display: inline-table;
padding-right: 5px;
max-width: 210px;
width: 210px;
float: right;
margin-top: 5px;
margin-bottom: 0px;
text-align: right;
}
.detail-product .right-place .field .radio-option em {
display: inline-block;
width: 41px;
height: 41px;
cursor: pointer;
text-align: center;
font-style: normal;
border: 2px solid #333;
vertical-align: middle;
margin-top: 2px;
margin-right: 2px;
margin-left: 2px;
margin-bottom: 2px;
font-size: 21px;
line-height: 42px;
}
.detail-product .right-place .field .radio-option em.kosong label::before,
.detail-product .right-place .field .radio-option em.kosong label::after {
display: block;
width: 49px;
height: 2px;
position: absolute;
content: '';
background: #f00;
opacity: 0.7;
}
.detail-product .right-place .field .radio-option em.kosong label::before {
margin: 19px 0 0 -4px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.detail-product .right-place .field .radio-option em.kosong label::after {
margin: -23px 0 0 -4px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.detail-product .right-place .field .radio-option em input[type="radio"] {
opacity: 0;
position: absolute;
width: 41px;
height: 41px;
padding: 0;
z-index: 5;
display: block;
cursor: pointer;
}
.detail-product .right-place .field .radio-option em label {
position: absolute;
width: 41px;
height: 41px;
padding: 0;
display: block;
}
.detail-product .right-place .field .radio-option em input[type="radio"]:checked + label {
background: orange;
}
.detail-product .right-place .field select {
outline: none;
border: none;
font: 18px "Poppins", "century", Arial;
background: none;
padding: 5px 30px 5px 10px;
cursor: pointer;
margin-right: 10px;
background: url(../image/select-arrow.png) center right no-repeat;
display: inline-block;
float: right;
max-width: 200px;
}
.detail-product .right-place #errMsg i,
.detail-product .right-place #errMsgB i {
display: block;
margin: 20px 0 0 0;
color: #fff;
font-size: 14px;
padding: 7px 15px 8px 30px;
background: url(../image/warning-icon.png) no-repeat #ff3737;
background-size: 18px 18px;
background-position: 7px 5px;
line-height: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.detail-product .right-place .detail-splite {
display: block;
padding-left: 65px;
margin-top: 20px;
}
.detail-product .right-place .detail-splite .button {
background: #ff6600;
color: #fff;
font-size: 24px;
font-weight: 700;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 60px;
cursor: pointer;
width: 100%;
border: none;
outline: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .detail-splite .button:hover {
background: #ea6003;
}
.detail-product .right-place .detail-splite .fav-but {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background: url(../image/i-fav-grey.svg) center no-repeat #fff;
border: 2px solid #999;
background-size: 70% auto;
float: left;
margin-left: -65px;
box-sizing: border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .detail-splite .fav-but:hover {
border-color: #F93E4C;
background-image: url(../image/i-fav-red.svg);
}
.detail-product .right-place .detail-splite .fav-but.active {
border-color: #F93E4C;
background-color: #F93E4C;
background-image: url(../image/i-fav-white.svg);
}
.detail-bottom {
display: block;
margin: 0 auto;
margin-bottom: 25px;
width: 90%;
max-width: 980px;
box-sizing: border-box;
background: #f5f5f5;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.detail-bottom .hide {
display: none !important;
}
.detail-bottom .debot-nav {
display: table;
width: 100%;
box-sizing: border-box;
background: #e5e5e5;
margin: 0;
padding: 0;
}
.detail-bottom .debot-nav li {
display: block;
float: left;
padding: 10px 15px;
margin: 0;
list-style: none;
border-right: 1px solid #f5f5f5;
font-weight: 600;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .debot-nav li.current {
background: #f5f5f5;
color: #f60;
cursor: default;
}
.detail-bottom .debot-nav li:hover {
color: #f60;
}
.detail-bottom .debot-comment ul {
display: block;
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
}
.detail-bottom .debot-comment ul li {
display: block;
list-style: none;
box-sizing: border-box;
padding: 15px;
border-bottom: 1px solid #ddd;
}
.detail-bottom .debot-comment ul li:last-child {
border-bottom: none;
}
.detail-bottom .debot-comment ul li .profile {
display: block;
padding-left: 60px;
min-height: 50px;
}
.detail-bottom .debot-comment ul li .profile .initial {
display: flex;
justify-content: center;
align-items: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background: #f60;
color: #fff;
float: left;
margin-left: -60px;
width: 50px;
height: 50px;
font-size: 28px;
font-weight: 700;
}
.detail-bottom .debot-comment ul li .profile .name {
display: block;
font-weight: 700;
}
.detail-bottom .debot-comment ul li .profile .time {
display: block;
font-size: 10px;
}
.detail-bottom .debot-comment ul li .profile .star {
display: table;
}
.detail-bottom .debot-comment ul li .profile .star img {
display: inline-block;
float: left;
margin-right: 2px;
vertical-align: middle;
height: 10px;
width: auto;
}
.detail-bottom .debot-comment ul li .profile .star img.gray {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.5;
}
.detail-bottom .debot-comment ul li .content {
display: block;
font-size: 12px;
padding-left: 60px;
text-align: justify;
}
.detail-bottom .debot-comment .more {
display: block;
text-align: center;
padding: 10px;
border-top: 1px solid #ddd;
font-weight: 700;
font-size: 12px;
color: #333;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .debot-comment .more:hover {
color: #f60;
}
.detail-bottom .input-comment {
display: block;
padding: 15px;
}
.detail-bottom .input-comment .field {
display: block;
padding-left: 100px;
font-size: 12px;
margin-bottom: 10px;
}
.detail-bottom .input-comment .field::before {
content: attr(data-title);
float: left;
margin-left: -100px;
display: block;
}
.detail-bottom .input-comment .field input,
.detail-bottom .input-comment .field textarea,
.detail-bottom .input-comment .field select {
box-sizing: border-box;
width: 100%;
border: 1px solid #eee;
background: #fff;
padding: 3px 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .input-comment .field input:focus,
.detail-bottom .input-comment .field textarea:focus,
.detail-bottom .input-comment .field select:focus {
border-color: #FF6600;
}
.detail-bottom .input-comment .field textarea {
height: 80px;
}
.detail-bottom .input-comment .field select {
background: url(../image/arrod-dwn.png) 35px 10px no-repeat #ffffff;
background-size: 6px auto;
}
.detail-bottom .input-comment .field.button input {
padding: 10px 10px;
text-align: center;
background: #FF6600;
color: #fff;
font-weight: 700;
cursor: pointer;
border: none;
}
.detail-bottom .input-comment .field.button input:hover {
background: #e65c00;
}
.dp-place {
display: inline-block;
float: right;
background: url(../image/arrod-dwn.png) center right no-repeat;
}
.dp-place .dp-name {
display: inline-block;
vertical-align: middle;
width: 150px;
text-align: left;
padding: 7px 25px 3px 0;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 212px;
}
.dp-place.active {
background: url(../image/arrod-dup.png) center right no-repeat;
}
.dropdown-product {
display: none;
position: absolute;
z-index: 999;
width: 250px;
height: 250px;
overflow: hidden;
border: 1px solid #ccc;
margin-left: -15px;
}
.dropdown-product.active {
display: block;
}
.dropdown-product .wrapped {
display: block;
width: 270px;
height: 270px;
overflow-y: auto;
overflow-x: hidden;
background: #333;
}
.dropdown-product ul {
display: table;
width: 240px;
text-align: left;
margin: 0;
padding: 0;
margin-bottom: 25px;
}
.dropdown-product ul li {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 250px;
height: 70px;
background: #ddd;
border-bottom: 1px solid #ccc;
}
.dropdown-product ul li input[type="radio"] {
display: block;
width: 250px;
height: 70px;
margin-bottom: -70px;
margin-top: -2px;
padding: 0;
float: right;
position: relative;
z-index: 2;
cursor: pointer;
opacity: 0;
}
.dropdown-product ul li label.dp-on {
display: block;
width: auto !important;
padding: 0 40px 0 70px !important;
height: 70px;
}
.dropdown-product ul li label.dp-on img {
display: block;
width: 70px;
height: 70px;
float: left;
margin-left: -70px;
border-right: 1px solid #ccc;
}
.dropdown-product ul li label.dp-on .prods-title {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 40px 0 10px;
width: 90px;
margin-right: 13px;
height: 70px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.dropdown-product ul li label.dp-on .mark {
display: block;
float: right;
margin: 18px -22px -62px -16px;
}
.dropdown-product ul li label.dp-on .mark img {
width: 31px;
height: 31px;
float: right;
margin-left: 0;
border-right: none;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
}
.dropdown-product ul li input[type=radio]:checked + label {
background: #eee;
color: #333 !important;
}
.dropdown-product ul li input[type=radio]:checked + label .mark img {
opacity: 1;
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
}
.about {
max-width: 980px;
width: 90%;
display: table;
margin: auto;
}
.about .container {
display: block;
padding: 0 20px;
text-align: justify;
}
.about .container img {
max-width: 980px;
width: 100%;
height: auto;
}
.about .container .title {
display: block;
margin: 30px 0;
font-size: 24px;
font-weight: 700;
}
.about .container iframe {
width: 100% !important;
display: block;
height: 500px;
border: none;
outline: none;
overflow: hidden;
margin-bottom: 30px;
}
.about .container p {
text-align: justify;
}
.order-option {
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
top: 0;
left: 0;
position: fixed;
z-index: 999999999;
background: rgba(0, 0, 0, 0.9);
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.order-option.show {
display: flex;
}
.order-option .container {
display: inline-table;
padding: 20px 30px 25px 30px;
max-width: 700px;
color: #fff;
background: #000;
text-align: center;
font-size: 16px;
font-weight: 700;
margin: -50px 20px 20px 20px;
}
.order-option .container p {
padding: 0;
margin: 0;
margin-bottom: 20px;
}
.order-option .container a {
display: block;
margin: 5px -2px;
padding: 10px 20px;
font-size: 14px;
color: #fff;
background: #f60;
text-decoration: none;
margin: 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.order-option .container a:hover {
background: #ea6003;
}
.komentar-option {
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
top: 0;
left: 0;
position: fixed;
z-index: 999999999;
background: rgba(0, 0, 0, 0.9);
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.komentar-option.show {
display: flex;
}
.komentar-option .container {
display: inline-table;
padding: 20px 30px 25px 30px;
max-width: 700px;
color: #fff;
background: #000;
text-align: center;
font-size: 16px;
font-weight: 700;
margin: -50px 20px 20px 20px;
}
.komentar-option .container p {
padding: 0;
margin: 0;
margin-bottom: 20px;
}
.komentar-option .container a {
display: block;
margin: 5px -2px;
padding: 10px 20px;
font-size: 14px;
color: #fff;
background: #f60;
text-decoration: none;
margin: 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.komentar-option .container a:hover {
background: #ea6003;
}
#ksne .tab-menu {
display: table;
margin: auto;
margin-top: 30px;
width: 90%;
border: 1px solid #333;
max-width: 650px;
}
#ksne .tab-menu span {
width: 30%;
float: left;
font-size: 18px;
font-weight: 700;
padding: 10px 0;
border-left: 1px solid #333;
margin-left: -1px;
text-indent: 20px;
}
#ksne .tab-menu span.active {
background: #f60;
color: #fff;
}
#ksne .tab-menu span:first-child {
width: 40%;
border-left: none;
margin-left: 0;
}
.cart-items {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-top: 20px;
padding: 0;
}
.cart-items li {
display: block;
list-style: none;
padding: 5px 35px 0 75px;
border: 1px solid #ccc;
color: #333;
margin: 0;
margin-bottom: 10px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li:hover {
border-color: #999;
}
.cart-items li:hover a.delete {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
.cart-items li:hover .detail {
border-top-color: #999;
}
.cart-items li .nama-event {
display: table;
color: #f60;
font-size: 12px;
font-weight: 700;
margin-left: -65px;
margin-bottom: 10px;
padding: 0;
}
.cart-items li .nama-event::before {
content: '';
width: 9px;
height: 9px;
display: inline-block;
background: url(../image/i-star.svg) center no-repeat;
background-size: auto auto;
background-size: 9px 9px;
margin-right: 5px;
}
.cart-items li .pict {
display: block;
width: 55px;
height: 55px;
float: left;
margin-left: -65px;
}
.cart-items li a.delete {
display: block;
float: right;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-top: -5px;
margin-right: -30px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li a.delete img {
width: 25px;
height: 25px;
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li a.delete:hover {
padding: 14px;
border: 1px solid #999;
background: #fff;
margin: -20px;
margin-right: -45px;
}
.cart-items li a.delete:hover img {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
.cart-items li .content {
display: block;
padding-top: 5px;
}
.cart-items li .content label {
font-weight: 700;
display: table;
width: 100%;
margin-bottom: 15px;
font-size: 16px;
min-height: 60px;
margin-top: -5px;
}
.cart-items li .content label div {
display: table;
margin-top: 5px;
width: 100%;
font-size: 14px;
padding: 4px 0 4px 0;
border-top: 1px dotted #ccc;
font-weight: normal;
}
.cart-items li .content label div b {
padding: 2px 5px;
background: #333;
margin: 2px 0;
color: #fff;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
vertical-align: middle;
letter-spacing: 0.05em;
}
.cart-items li .detail {
display: block;
color: #333;
margin: -10px -35px 0 -75px;
padding: 10px;
text-align: right;
border-top: 1px solid #ccc;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li .detail span {
display: inline-block;
vertical-align: top;
font-size: 16px;
margin-left: 20px;
}
.cart-items li .detail span i {
font-style: normal;
font-size: 11px;
display: inline-block;
vertical-align: top;
margin-right: 2px;
margin-top: 2px;
color: #888;
font-weight: 700;
}
.cart-items li .detail span input {
width: 25px;
text-align: center;
border: none;
outline: none;
padding: 3px 0;
border: 1px solid #ccc;
}
.cost {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-bottom: 10px;
}
.cost .places {
display: table;
width: 100% !important;
}
.cost .places .items {
display: block;
padding: 10px 0 10px 130px;
border-bottom: 1px solid #ddd;
text-align: right;
}
.cost .places .items.voucher {
background: none!important;
}
.cost .places .items label {
float: left;
margin-left: -130px;
text-align: left;
}
.cost .places .items span {
display: inline-block;
width: 100px;
}
.cost .places .items span::before {
content: 'Rp.';
display: block;
float: left;
}
.cost .places .items.grand {
font-weight: 700;
}
.cost .places .items.grand span {
border-bottom: 1px solid #f73939;
color: #f73939;
}
.cost .places .items input,
.cost .places .items select {
display: inline-block;
margin-left: -2px;
border: 1px solid #f60;
height: 27px;
padding: 0 10px;
width: auto;
max-width: none;
}
.cost .places .items input.button,
.cost .places .items select.button {
border-color: #f60;
background: #f60;
height: 29px;
color: #fff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
@-moz-document url-prefix() {
.cost .places .items input.button,
.cost .places .items select.button {
height: 29px;
}
}
.cost .places .items input.button:hover,
.cost .places .items select.button:hover {
background: #f05500;
border-color: #f05500;
border-left-color: #f60;
}
.cost .places .items select {
padding-right: 25px;
height: 29px;
}
.cost .title-bayar {
font-size: 18px;
font-weight: 900;
display: block;
padding: 20px 0;
color: #f60;
text-transform: uppercase;
}
.cost .notif {
display: block;
border: 2px solid #f60;
padding: 15px 20px;
text-align: center;
color: #f60;
font-weight: 700;
margin: 10px 0;
}
.but-family {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-bottom: 10px;
text-align: center;
}
.but-family .left {
display: block;
float: left;
width: 49%;
}
.but-family .right {
display: block;
float: right;
width: 49%;
}
.but-family .but {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 51px;
line-height: 17px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
color: #fff;
border: none;
outline: none;
cursor: pointer;
background: #f60;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.but-family .but:hover {
background-color: #ea6003;
}
.m-table {
display: table;
width: 90%;
max-width: 650px;
/* optional */
margin: 0 auto;
padding: 0;
}
.m-table input,
.m-table textarea,
.m-table select {
border: 0;
display: block;
width: 100%;
}
.m-table li {
display: block;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 5px;
padding: 0 0 0 130px;
}
.m-table li label {
display: block;
float: left;
margin-left: -130px;
}
.m-table li em {
font-style: normal;
display: block;
padding: 7px 10px;
border: 1px solid #ddd;
}
.m-table li em textarea {
max-width: 100%;
max-height: 60px;
height: 60px;
}
.m-table li em.action {
letter-spacing: -0.5em;
}
.m-table li em.action input {
display: inline-block;
width: 50% !important;
}
.m-table li em.action input[type="button"],
.m-table li em.action input[type="submit"] {
text-align: center;
letter-spacing: normal;
font-weight: 700;
background: #f60;
color: #fff;
text-transform: uppercase;
cursor: pointer;
margin: -9px -20px -19px 10px;
height: 34px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.m-table li em.action input[type="button"]:hover,
.m-table li em.action input[type="submit"]:hover {
background-color: #f05500 !important;
}
.m-table li .error span {
display: block;
padding-top: 3px;
border-top: 2px solid red;
color: red;
font-size: 12px;
}
.cart-empty {
display: table;
margin: 20px auto;
text-align: center;
padding: 40px 20px 20px 20px;
font-size: 16px;
max-width: 350px;
}
.cart-empty::after {
content: '';
width: 40%;
height: 3px;
display: block;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 10px;
background: #333;
}
.cart-empty img {
display: block;
margin: 0 auto;
width: 52px;
height: auto;
}
.cart-empty strong {
display: block;
font-size: 26px;
font-weight: 700;
color: #f60;
}
.popup-place {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
}
.popup-place.show {
display: flex;
}
.popup-place .wrapped {
display: inline-table;
margin: -50px 0 0 0;
}
.popup-place .wrapped .container {
display: table;
padding: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.popup-place .wrapped .container .closed {
display: block;
width: 25px;
height: 25px;
background: url(../image/close.png) center no-repeat #333;
background-size: 70% 70%;
border: 5px solid #fff;
float: right;
margin: -40px -40px -40px -40px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.popup-place .wrapped .container .closed:hover {
cursor: pointer;
background-color: #f00;
}
.warning-place .error {
display: none;
padding: 6px 12px 6px 30px;
background: url(../image/warning-icon.png) 5px 5px no-repeat #ff3737;
background-size: 16px 16px;
color: #fff;
font-size: 12px;
margin-bottom: 1px;
text-align: left;
}
.warning-place .error:last-child {
margin-bottom: 20px;
}
.warning-place .error.show {
display: block;
}
.warning-place .success {
display: none;
padding: 6px 12px 6px 30px;
background: url(../image/warning-icon.png) 5px 5px no-repeat #ff6600;
background-size: 16px 16px;
color: #fff;
font-size: 12px;
margin-bottom: 1px;
text-align: left;
}
.warning-place .success:last-child {
margin-bottom: 20px;
}
.warning-place .success.show {
display: block;
}
.konfirmasi-page {
display: table;
max-width: 450px;
width: 90%;
margin: auto;
padding: 25px 0;
}
.konfirmasi-page .title-konfirmasi {
display: block;
margin-bottom: 30px;
font-size: 24px;
font-weight: 700;
letter-spacing: 2px;
text-align: center;
}
.konfirmasi-page ul,
.konfirmasi-page li {
list-style: none;
margin: 0;
padding: 0;
}
.konfirmasi-page ul {
width: 100%;
margin: 20px 0;
}
.konfirmasi-page ul li {
display: block;
margin-bottom: 10px;
}
.konfirmasi-page ul li .row {
font-style: normal;
display: block;
padding: 3px 10px;
border: 1px solid #999;
margin-top: 3px;
}
.konfirmasi-page ul li .row select,
.konfirmasi-page ul li .row input {
border: none;
width: 100%;
font-size: 14px;
outline: none;
padding: 7px 0;
border-bottom: 2px solid transparent;
}
.konfirmasi-page ul li .row:nth-child(2) {
text-align: right;
}
.konfirmasi-page ul li .button {
border: none;
width: 100% !important;
padding: 15px 0;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
color: #fff;
text-align: center;
background: #ff6600;
border-color: #ff6600;
cursor: pointer;
width: 100%;
border-bottom: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.konfirmasi-page ul li .button:hover {
background: #333;
border-color: #333;
}
.loc-title {
font: 32px 'BEBAS', arial;
display: block;
font-weight: 700;
margin: auto;
padding: 30px 0 0 0;
text-transform: uppercase;
max-width: 897px;
width: 90%;
}
.location {
max-width: 898px;
width: 90%;
display: table;
margin: auto;
padding-bottom: 50px;
}
.location .container {
display: block;
}
.location .container .title {
display: block;
margin: 30px 0 20px 0;
font-size: 21px;
font-weight: 700;
border-bottom: 1px solid #999;
}
.location .container .title span {
display: inline-block;
background: #fff;
padding-right: 8px;
}
.location .loc-list {
display: table;
margin: 0;
padding: 0;
width: 100%;
}
.location .loc-list li {
list-style: none;
width: 33.3%;
margin: 0;
padding: 0;
display: inline-table;
margin-right: -3px;
vertical-align: top;
}
.location .loc-list li div {
display: block;
padding: 5px 10px 10px 0;
}
.location .loc-list li div img {
width: 100%;
height: auto;
display: block;
margin-bottom: 10px;
background-color: #ccc;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.location .loc-list li div label {
display: block;
margin-bottom: 5px;
font-weight: 700;
color: #f60;
}
.fs-location {
max-width: 897px;
width: 90%;
display: table;
margin: 20px auto;
background: #333;
}
.fs-location .left {
display: block;
float: left;
width: 60%;
max-width: 500px;
background: #111;
}
.fs-location .left img {
width: 100%;
height: auto;
display: block;
}
.fs-location .right {
display: block;
float: left;
width: 40%;
color: #fff;
margin-left: -2px;
}
.fs-location .right .content {
display: table;
padding: 20px 25px;
}
.fs-location .right .content .address {
display: block;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
}
.fs-location .right .content a {
display: table;
padding: 4px 15px 3px 15px;
border: 2px solid #fff;
color: #fff;
font-weight: 700;
margin-bottom: 25px;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.fs-location .right .content a:hover {
color: #f60;
border-color: #f60;
}
.fs-location .right .content .buka {
display: table;
}
.fs-location .right .content .buka span {
display: block;
font-weight: 700;
}
.fs-location .right .content .buka label {
display: inline-block;
width: 80px;
}
.sosmed-place {
display: table;
width: 100%;
margin-bottom: 30px;
margin-top: -20px;
text-align: right;
}
.sosmed-place strong {
display: inline-block;
vertical-align: middle;
font-weight: 700;
font-size: 18px;
margin-right: 5px;
}
.sosmed-place .sosmed {
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
overflow: hidden;
line-height: 200px;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-left: 5px;
text-decoration: none;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.sosmed-place .sosmed:hover {
cursor: pointer;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.sosmed-place .sosmed.fb {
background-image: url(../image/s_facebook.png);
}
.sosmed-place .sosmed.tw {
background-image: url(../image/s_twitter.png);
}
.sosmed-place .sosmed.ig {
background-image: url(../image/s_instagram.png);
}
.sosmed-place .sosmed.gp {
background-image: url(../image/s_google-plus.png);
}
.sosmed-place .sosmed.ln {
background-image: none;
}
.line-konfir {
text-align: center;
}
.line-konfir.mobile {
display: none;
}
.line-konfir a {
display: table;
margin: 5px auto;
padding: 10px 20px 10px 55px;
background: url(../image/line-logo.png) 8px 8px no-repeat #3ace01;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
font-weight: 900;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.line-konfir a:hover {
background-color: #30ac00;
}
.line-konfir span {
display: block;
font-size: 12px;
font-weight: 600;
margin: 10px 0;
}
.line-konfir span em {
display: inline-block;
margin: 0 10px;
vertical-align: middle;
width: 100px;
height: 2px;
background: #333;
}
.ongkir td {
vertical-align: top !important;
}
.ongkir td i {
font-style: normal;
float: left;
}
.ongkir td div {
display: block;
}
.ongkir td div span {
display: inline-block;
vertical-align: top;
}
.ongkir td div span b {
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin-bottom: 15px;
}
.ongkir td div strong {
display: inline-block;
vertical-align: top;
width: 150px;
}
.ongkir td div em {
vertical-align: top;
display: inline-block;
}
.ongkir td div em label {
display: block;
width: 31px;
height: 31px;
border: 2px solid #333;
margin-left: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.ongkir td div em input[type=radio] {
opacity: 0;
display: block;
width: 33px;
height: 33px;
margin: 0 0 0 31px;
position: absolute;
cursor: pointer;
}
.ongkir td div em input[type=radio]:checked {
cursor: default;
}
.ongkir td div input[type=radio]:checked + label {
background: #333;
}
.ongkir td div input[type=radio]:checked + label::before {
content: '';
position: absolute;
display: block;
width: 18px;
height: 9px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 6px 0 0 5px;
}
#pvcr {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
background: rgba(0, 0, 0, 0.8);
font-size: 16px;
text-transform: uppercase;
}
#pvcr.move {
display: none !important;
}
#pvcr div {
display: inline-table;
padding: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
#pvcr div b {
display: block;
font-size: 21px;
font-weight: 700;
color: #f60;
}
#pvcr div strong {
display: block;
font-size: 21px;
font-weight: 700;
}
#pvcr div span.close-pvcr {
display: table;
padding: 10px 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background: #333;
color: #fff;
text-transform: uppercase;
margin: auto;
margin-top: 20px;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
#pvcr div span.close-pvcr:hover {
background-color: #f60;
}
#pvcr div span.close-pvcr::before {
display: none !important;
}
.loading-section {
display: none;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.6);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999;
}
.loading-section span {
display: inline-block;
padding: 10px;
width: 48px;
height: 48px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
opacity: 0.5;
}
.why-geoff {
display: block;
padding: 30px 20px;
background: #f3f3f3;
border-top: 1px solid #ddd;
}
.why-geoff span {
display: block;
text-align: center;
font: 32px 'BEBAS', arial;
padding-bottom: 20px;
color: #000;
text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
animation: 3s text-orange infinite;
}
.why-geoff ul {
display: table;
width: 100%;
max-width: 980px;
margin: 0 auto;
margin-bottom: 30px;
padding: 0 !important;
}
.why-geoff ul li {
list-style: none;
display: inline-block;
vertical-align: top;
width: 33.3333333%;
margin: 0 -2px;
}
.why-geoff ul li div {
display: block;
padding: 10px 20px;
text-align: center;
font-weight: 500;
}
.why-geoff ul li div img {
display: table;
margin: auto;
margin-bottom: 10px;
height: 100px;
width: auto;
}
.why-geoff ul li div img.girls-icon {
display: none;
}
.why-geoff ul li:nth-child(2) div {
border-left: 1px dotted #999;
border-right: 1px dotted #999;
}
.why-geoff .bank {
display: table;
margin: auto;
text-align: center;
}
.why-geoff .bank span {
font-size: 21px;
letter-spacing: 2px;
padding-bottom: 10px;
}
.why-geoff .bank img {
margin: 10px;
display: inline-block;
vertical-align: middle;
height: 31px;
widows: auto;
}
.product-desc {
display: none;
text-align: justify;
clear: both;
font-size: 0.9em;
}
.product-desc.desktop {
display: block;
padding-top: 10px;
}
.product-desc.mobile {
display: none;
}
.detail-help {
display: table;
width: 100%;
padding-top: 20px;
text-align: center;
margin-bottom: 20px;
}
.detail-help .caber,
.detail-help .size-button {
display: block;
background: #333;
color: #fff;
text-align: center;
cursor: pointer;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-help .caber div,
.detail-help .size-button div {
display: block;
padding: 16px 10px 13px 10px;
font-size: 19px;
font-weight: 900;
line-height: 21px;
}
.detail-help .caber:hover,
.detail-help .size-button:hover {
background: #f60;
}
.detail-help .size-button {
float: left;
width: 61%;
}
.detail-help .caber {
float: right;
width: 35%;
}
.detail-help b {
display: block;
clear: both;
padding: 15px 0;
font-weight: normal;
}
.detail-help .line-button {
display: table;
margin: auto;
padding: 5px 0 5px 55px;
background: url(https://www.geoff-max.com/assets/image/line-logo.png) left center no-repeat #3ace01;
border: solid #3ace01;
border-width: 5px 20px 5px 20px;
color: #fff;
font-size: 21px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-help .line-button:hover {
border-color: #30ac00;
background-color: #30ac00;
}
.guarantee {
display: table;
background: #eee;
width: 100%;
}
.guarantee .item {
display: flex;
justify-content: flex-start;
align-items: center;
border-bottom: 2px solid #fff;
}
.guarantee .item div {
display: block;
padding: 10px;
}
.guarantee .item div img {
width: 35px;
height: 35px;
margin-right: 10px;
vertical-align: middle;
}
.guarantee .item div span {
display: inline-block;
vertical-align: middle;
max-width: 300px;
line-height: 16px;
}
.guarantee .bank {
display: block;
padding: 15px;
text-align: center;
background: #f5f5f5;
}
.guarantee .bank strong {
display: inline-block;
margin-bottom: 10px;
}
.checkout-loading {
display: none;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
color: #999;
}
.checkout-loading.active {
display: flex;
}
.checkout-loading img {
margin-right: 10px;
animation: raotations linear 0.5s;
-webkit-animation: raotations linear 0.5s;
-moz-animation: raotations linear 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
}
@keyframes raotations {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
@-moz-keyframes raotations {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(-360deg);
}
}
@-webkit-keyframes raotations {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
.checkout-loading span {
color: #fff;
font-weight: 600;
}
.checkout-loading span::after {
animation: dot 1s infinite;
content: '.';
float: right;
display: inline-block;
width: 20px;
margin-right: -20px;
}
@keyframes dot {
0% {
content: '.';
}
15% {
content: '. .';
}
30% {
content: '. . .';
}
45% {
content: '. .';
}
60% {
content: '.';
}
75% {
content: '';
}
90% {
content: '.';
}
}
.thanks {
display: table;
margin: auto;
max-width: 100% !important;
font-size: 16px;
}
.thanks h1 {
display: block;
margin-bottom: 10px;
padding: 0;
font-size: 26px;
}
.thanks .langkah {
background: #eee;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
margin: 20px 0 0 0;
max-width: 750px;
}
.thanks .langkah .title {
font-size: 24px;
font-weight: 700;
padding: 25px 10px;
background: #333;
text-transform: uppercase;
color: #fff;
display: block;
clear: both;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.thanks .langkah .title.red {
background: #e24949;
}
.thanks .langkah strong {
font-weight: 700;
color: #f60;
}
.thanks .langkah .wrapped {
display: block;
padding: 20px;
}
.thanks .langkah .wrapped .nominal {
display: block;
max-width: 350px;
background: #f60;
padding: 10px;
font-weight: 700;
font-size: 29px;
color: #fff;
margin: 10px auto;
}
.thanks .langkah .wrapped .nominal span {
display: block;
font-size: 18px;
}
.thanks .langkah .wrapped .bank-info {
display: block;
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.thanks .langkah .wrapped .bank-info li {
display: inline-block;
width: 50%;
margin: 0 -2px 0 -2px;
padding: 0;
vertical-align: top;
}
.thanks .langkah .wrapped .bank-info li:first-child .container,
.thanks .langkah .wrapped .bank-info li:nth-child(2) .container {
border-top: 1px solid #ccc;
}
.thanks .langkah .wrapped .bank-info li .container {
display: block;
padding: 20px 0;
margin: 0 3px;
border-bottom: 1px solid #ccc;
}
.thanks .langkah .wrapped .bank-info li em {
display: inline-block;
font-style: normal;
margin-right: 20px;
}
.thanks .langkah .wrapped .bank-info li em:last-child {
display: block;
}
.thanks .langkah .wrapped .bank-info li em label {
display: block;
color: #f60;
font-size: 12px;
font-weight: 900;
}
.thanks .langkah .wrapped .bank-info li em label::after {
content: ':';
margin-left: 3px;
}
.thanks .langkah .wrapped .space-line {
display: block;
height: 2px;
background: #333;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
max-width: 70%;
}
.thanks .langkah .wrapped .but {
display: table;
margin: auto;
border: 2px solid #333;
padding: 10px 30px;
font-weight: 700;
text-decoration: none;
color: #333;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
margin-top: 10px;
}
.thanks .langkah .wrapped .but:hover {
border-color: #f60;
color: #f60;
}
.thanks .langkah .wrapped .num {
display: block;
margin-bottom: 15px;
padding-left: 25px;
text-align: left;
}
.thanks .langkah .wrapped .num::before {
display: block;
float: left;
margin-left: -25px;
}
.thanks .langkah .wrapped .num:first-child::before {
content: '1.';
}
.thanks .langkah .wrapped .num:nth-child(2)::before {
content: '2.';
}
.thanks .langkah .wrapped .num:nth-child(3)::before {
content: '3.';
}
.voucher {
display: block;
padding: 35px 20px;
background: #ddd;
border-top: 1px solid #999;
}
.voucher .container {
display: table;
margin: auto;
text-align: center;
}
.voucher .container .voucher-title {
display: block;
margin-bottom: 5px;
font: 21px 'BEBAS', arial;
letter-spacing: 1px;
color: #f60;
line-height: normal;
}
.voucher .container form {
display: table;
margin: 0 auto;
margin-top: 10px;
}
.voucher .container form .subs-note {
margin: auto;
}
.voucher .container form .subs-note .success {
display: block;
padding-bottom: 15px;
color: #36b44a;
}
.voucher .container form .subs-note .error {
display: block;
padding-bottom: 15px;
color: #f25656;
}
.voucher .container form input {
display: inline-block;
}
.voucher .container form input[type=text] {
width: 250px;
height: 41px;
line-height: 26px;
font: 13px 'Century', arial;
border: none;
outline: none;
padding: 0 15px;
vertical-align: middle;
background: #fff;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.voucher .container form input[type=text]:focus {
background: #fff;
}
.voucher .container form input[type=submit] {
cursor: pointer;
padding: 0 25px;
margin: -1px -2px 0 -2px;
height: 41px;
line-height: 26px;
color: #fff;
font: 19px 'BEBAS', arial;
border: none;
outline: none;
vertical-align: middle;
background: #36b44a;
text-align: center;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.voucher .container form input[type=submit]:hover {
background: #2d853b;
}
.items.voucher {
margin: 20px 0 !important;
padding-bottom: 20px !important;
background: #fff;
}
.items.voucher input {
height: 40px !important;
border: 1px solid #aaa !important;
}
.items.voucher input[type=text] {
background: #fff !important;
}
.items.voucher input[type=text]:focus {
border-color: #f60 !important;
}
.items.voucher input.button {
height: 42px !important;
background: #aaa !important;
border: 1px solid #aaa !important;
}
.items.voucher input.button:hover {
background: #f60 !important;
border: 1px solid #f60 !important;
}
.items.voucher select {
height: 40px !important;
background-color: #fff;
border: 1px solid #ccc !important;
}
.items.voucher select:focus {
border-color: #f60 !important;
}
.items.error,
.payment-type.error {
border-bottom-width: 2px !important;
animation: errorVouch 1s infinite;
color: #f60 !important;
}
@keyframes errorVouch {
0% {
border-color: #fff;
}
50% {
border-color: #f60;
}
100% {
border-color: #fff;
}
}
.loading-style {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 999999;
background: #fff;
color: #fff;
}
.loading-style.active {
display: flex;
}
.loading-style .count {
display: inline-table;
text-align: center;
background: #f60;
width: 210px;
padding: 40px 0;
animation-delay: 1s;
}
.loading-style .count img {
display: inline-block;
height: 30px;
width: auto;
}
.loading-style .count .anim {
display: block;
font: 28px 'BEBAS', arial;
letter-spacing: 2px;
margin: 10px auto;
}
.loading-style .count .anim::before {
content: '';
-webkit-animation: kick 6s infinite;
-moz-animation: kick 6s infinite;
animation: kick 6s infinite;
}
.loading-style .count span {
display: block;
-webkit-animation: fades 2s infinite;
-moz-animation: fades 2s infinite;
animation: fades 2s infinite;
}
.loading-style .close-loading {
display: block !important;
width: 51px;
height: 51px;
position: fixed;
cursor: pointer;
bottom: -30px;
right: -30px;
z-index: 9999999;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 40px solid rgba(0, 0, 0, 0.2);
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.loading-style .close-loading img {
width: 51px;
height: 51px;
display: block;
-webkit-filter: invert(0);
-moz-filter: invert(0);
filter: invert(0);
}
.no-result {
display: block;
margin: auto;
margin-top: 100px;
margin-bottom: 100px;
text-align: center;
font-size: 16px;
max-width: 350px;
}
.no-result img {
display: block;
margin: 0 auto;
width: 52px;
height: auto;
}
.no-result strong {
display: block;
font-size: 26px;
font-weight: 700;
color: #f60;
}
.size-guide {
display: table;
max-width: 980px;
width: 90%;
margin: 0 auto;
padding: 30px 0;
}
.size-guide .title {
display: block;
font-size: 32px;
font-style: italic;
font-weight: 900;
margin-bottom: 20px;
}
.size-guide .title span {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
font-weight: 700;
padding-bottom: 5px;
color: #999;
}
.size-guide .title span::before {
content: '/';
display: inline-block;
margin: 0 10px 0 2px;
}
.size-guide ul {
display: table;
width: 100%;
margin: 0 auto;
padding: 0;
}
.size-guide li {
display: block;
overflow: hidden;
margin: 0;
margin-bottom: 5px;
padding: 0;
list-style: none;
}
.size-guide li .item {
display: block;
background: #333;
color: #bbb;
font-style: italic;
font-weight: 900;
font-size: 28px;
padding: 3px 15px;
cursor: pointer;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.size-guide li .item:hover {
background: #111;
color: #f60;
padding-left: 25px;
}
.size-guide li .item::after {
content: '+';
float: right;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.size-guide li .container {
display: none;
width: 100%;
background: #e1e1e1;
}
.size-guide li .container .left {
float: left;
width: 50%;
display: table;
border-right: 1px dotted #333;
margin-right: -1px;
margin-top: 25px;
margin-bottom: 25px;
}
.size-guide li .container .right {
float: right;
width: 50%;
display: table;
margin-top: 25px;
margin-bottom: 25px;
}
.size-guide li .container .content {
display: block;
padding: 0 25px;
}
.size-guide li .container .content label {
display: block;
font-size: 21px;
font-style: italic;
font-weight: 700;
border-bottom: 1px solid #333;
margin-bottom: 20px;
text-transform: uppercase;
}
.size-guide li .container .content img {
max-height: 300px;
display: block;
margin: auto;
margin-bottom: 20px;
}
.size-guide li .container .content table {
width: 100%;
border-top: 1px solid #333;
border-left: 1px solid #333;
}
.size-guide li .container .content table tr:first-child td {
font-weight: 900;
}
.size-guide li .container .content table tr td {
border-bottom: 1px solid #333;
border-right: 1px solid #333;
text-align: center;
padding: 3px;
}
.size-guide li .container .content table tr td:first-child {
font-weight: 900;
background: #333;
color: #fff;
}
.size-guide li .container .content .note {
display: block;
text-align: justify;
text-transform: uppercase;
font-weight: 700;
}
.size-guide li .container .content .note strong {
color: #f60;
font-weight: 900;
}
.size-guide li.active .item {
color: #fff;
}
.size-guide li.active .item::after {
content: '-';
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.size-guide li.active .container {
display: table;
animation: 0.6s bounceInDown;
}
.payment-type {
display: block;
padding-top: 10px;
padding-left: 250px;
border-bottom: 1px solid #ddd;
}
.payment-type .titlena {
float: left;
margin-left: -250px;
display: block;
}
.payment-type div {
display: block;
text-align: center;
margin-bottom: 10px;
}
.payment-type div input {
display: none;
}
.payment-type div label {
display: block;
padding: 15px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
background: #eee;
border: 2px solid #ccc;
}
.payment-type div label i {
display: block;
font-style: normal;
font-size: 16px;
font-weight: 700;
margin-bottom: 15px;
}
.payment-type div label img {
display: inline-block;
vertical-align: middle;
margin: 5px;
width: auto;
height: 18px;
}
.payment-type div label img.alfa {
height: 55px !important;
}
.payment-type div label p {
display: none;
padding: 0;
margin: 0;
}
.payment-type div label span {
display: table;
margin: 0 auto;
margin-top: 20px;
padding: 10px 45px;
background: #333;
color: #fff;
cursor: pointer;
font-weight: 700;
font-size: 14px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.payment-type div label span:hover {
background: #000 !important;
}
.payment-type div input:checked + label {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
background: #fff;
border: 2px solid #f60;
animation-duration: 0 !important;
}
.payment-type div input:checked + label p {
display: block;
}
.payment-type div input:checked + label span {
background: #f60;
}
.payment-type div input:checked + label span:hover {
background: #f60 !important;
cursor: default;
}
.payment-type div input:checked + label span::before {
content: 'YANG DI';
}
.bundling-slider {
margin-bottom: 30px;
border-bottom: 2px dashed #ccc;
padding-bottom: 30px;
margin-top: -20px;
}
.bundling-slider .bundling-quote {
display: block;
max-width: 313px;
padding: 0 45px;
margin: 20px auto;
font-size: 24px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
font-family: "BEBAS";
color: #ff6600;
line-height: 28px;
}
.bundling-slider .bundling-quote img {
display: block;
width: 28px !important;
height: auto !important;
margin-top: 5px;
}
.bundling-slider .bundling-quote img.left {
float: left;
margin-left: -35px;
}
.bundling-slider .bundling-quote img.right {
float: right;
margin-right: -35px;
transform: rotate(180deg);
}
.bundling-slider ul li {
list-style: none;
}
.bundling-slider ul li .wrap {
display: block;
overflow: hidden;
border: 5px solid #fff;
outline: 1px solid #eee;
margin: 5px;
text-align: center;
font-size: 12px;
background-position: top center;
background-repeat: no-repeat;
background-size: 100% auto;
}
.bundling-slider ul li .wrap a {
text-decoration: none;
}
.bundling-slider ul li .wrap .flag {
display: block;
position: absolute;
z-index: 2;
width: 25px !important;
height: auto;
margin: -5px 0 0 0;
}
.bundling-slider ul li .wrap .image {
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.bundling-slider ul li .wrap .image img {
display: block;
}
.bundling-slider ul li .wrap .desc {
display: block;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
font-weight: 400;
background: #fff;
}
.bundling-slider ul li .wrap .desc label {
display: flex;
justify-content: center;
align-items: center;
height: 35px;
line-height: 13px;
padding: 5px;
font-weight: 700;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.bundling-slider ul li .wrap .desc u {
display: inline-block;
text-decoration: line-through;
color: #ff3737;
}
.bundling-slider ul li .wrap a:hover .image {
transform: scale(1.1);
}
.bundling-slider ul li .wrap a:hover .desc label {
color: #f60;
}
footer .scrollToTop {
width: 35px;
height: 35px;
background: url(../image/arrow-totop.png) 5px 6px no-repeat #333;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
z-index: 99999;
text-indent: -9999999px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer .scrollToTop:hover {
background-color: #ff6600;
}
/* --------------------------- INDEX SORTCUT --- */
.sortcut {
display: table;
width: 100%;
margin-bottom: 40px;
}
.sortcut ul {
display: table;
width: 90%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
text-align: center;
}
.sortcut ul li {
list-style: none;
padding: 0;
margin: 0 -2px;
display: inline-block;
vertical-align: top;
width: 33.333333%;
}
.sortcut ul li div {
display: block;
margin: 20px 10px;
padding-bottom: 15px;
border: 1px solid #eee;
}
.sortcut ul li div img {
display: block;
width: 100%;
height: auto;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.sortcut ul li div .desc {
display: block;
padding: 15px;
margin: 0;
font-size: 13px;
min-height: 130px;
margin-bottom: 10px;
border: none;
}
.sortcut ul li div .desc label {
font: 26px 'BEBAS', arial;
display: block;
margin-bottom: 5px;
}
.sortcut ul li div a {
display: table;
margin: auto;
background: #333;
color: #fff;
padding: 7px 15px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sortcut ul li div a:hover {
background: #f60;
}
/* --------------------------- CARTLIT PRODUCT SUGEST --- */
.prod-sugest {
display: table;
width: 90%;
max-width: 650px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
padding-bottom: 25px;
}
.prod-sugest .ps-title {
display: block;
padding: 25px 20px;
font-weight: 700;
font-size: 21px;
}
.prod-sugest .ps-item {
display: inline-block;
vertical-align: top;
width: 25%;
margin: 1px -2px;
text-align: center;
font-size: 12px;
}
.prod-sugest .ps-item .wrap {
display: block;
padding: 10px;
min-height: 70px;
border: 1px solid #ddd;
color: #333;
margin: 5px;
background: #fff;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .wrap img {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.prod-sugest .ps-item .wrap .top {
display: block;
}
.prod-sugest .ps-item .wrap .top strong {
display: block;
line-height: 16px;
height: 35px;
}
.prod-sugest .ps-item .wrap .top u {
display: block;
color: red;
text-decoration: line-through;
}
.prod-sugest .ps-item .bottom {
display: block;
padding: 10px;
color: #333;
margin: -5px 5px 0 5px;
border: 1px solid #ddd;
border-top: none;
background: #fff;
}
.prod-sugest .ps-item .bottom i {
display: inline-block;
vertical-align: top;
font-style: normal;
margin-bottom: 10px;
width: 47%;
}
.prod-sugest .ps-item .bottom i select {
display: block;
margin-right: 5px;
background: #fff;
border: none;
width: 90%;
padding: 0 12px 0 5px;
border: 3px solid #fff;
border-right: 5px solid #fff;
background: url(../image/arrod-dwn.png) right center no-repeat #fff;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
filter: invert(100%);
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .bottom i select:hover {
-webkit-filter: invert(0);
-moz-filter: invert(0);
filter: invert(0);
background-color: #f60;
border-color: #f60;
color: #fff;
}
.prod-sugest .ps-item .bottom .beli {
display: flex;
justify-content: center;
align-items: center;
height: 45px;
border: none;
background: #111;
color: #fff;
font-size: 16px;
width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .bottom .beli:hover {
background: #f60;
cursor: pointer;
}
.ps-error {
display: block;
text-align: center;
padding-bottom: 20px;
}
.ps-error div {
display: block;
padding: 10px 0;
background: #ff3737;
color: #fff;
margin: auto;
width: 100%;
max-width: 650px;
}
.ps-error div b {
display: none;
}
/* --------------------------- VOUCHER TIME BAWAH BANNER --- */
.timevoucher {
display: block;
background: #eee;
margin-bottom: 40px;
}
.timevoucher .wrap {
display: block;
width: 90%;
max-width: 1080px;
text-align: center;
margin: 0 auto;
padding: 20px 0;
background: #eee;
}
.timevoucher .wrap strong {
color: #f60;
}
.timevoucher .wrap .times {
display: inline-block;
vertical-align: middle;
margin-top: 10px;
}
.timevoucher .wrap .times b {
display: inline-block;
vertical-align: middle;
margin-left: 5px;
font-size: 10px;
background: #333;
color: #fff;
text-transform: uppercase;
width: 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.timevoucher .wrap .times b span {
display: block;
font-size: 18px;
margin-top: -1px;
margin-bottom: -7px;
}
/* --------------------------- AFTER KONFIRMASI LOADING --- */
.after-konfirmasi {
display: table;
width: 90%;
max-width: 450px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}
.after-konfirmasi strong {
display: block;
padding: 20px;
font-size: 21px;
font-weight: 700;
}
.after-konfirmasi img {
display: block;
margin: 0 auto;
width: 75px;
height: auto;
}
.after-konfirmasi span {
display: inline-block;
vertical-align: top;
padding: 10px;
width: 100px;
}
.after-konfirmasi span img {
width: auto !important;
height: 35px;
opacity: 0.7;
margin-bottom: 10px;
}
.after-konfirmasi em {
display: block;
padding-top: 40px;
font-weight: 700;
font-style: normal;
font-size: 18px;
color: #f60;
}
/* --------------------------- NEW CHECKOUT STYLE --- */
.new-checkout {
display: block;
background: #e5e5e5;
padding: 20px 10px;
}
.new-checkout .nc-wrapped {
display: table;
margin: 0 auto;
width: 100%;
max-width: 700px;
}
.new-checkout .nc-wrapped img {
max-width: 100%;
height: auto;
}
.new-checkout .nc-wrapped .nc-title {
display: block;
padding: 15px;
margin: -10px -10px 10px -10px;
font-size: 18px;
font-weight: 700;
background: #f3f3f3;
text-transform: uppercase;
}
.new-checkout .nc-wrapped .nc-title img {
display: inline-block;
height: 28px;
vertical-align: middle;
margin-right: 5px;
margin-top: -10px;
filter: invert(85%);
}
.new-checkout .nc-wrapped .nc-title .nc-toggle {
cursor: pointer;
float: right;
width: 25px;
height: 25px;
background: url(../image/i-arrow.svg) center no-repeat;
background-size: 34% auto;
transform: rotate(90deg);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-title .nc-toggle:hover {
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.new-checkout .nc-wrapped .nc-title .nc-toggle.rotate {
transform: rotate(-90deg);
}
.new-checkout .nc-wrapped .nc-part {
display: block;
background: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
}
.new-checkout .nc-wrapped .nc-part span,
.new-checkout .nc-wrapped .nc-part a {
display: inline-flex;
justify-content: center;
align-items: center;
vertical-align: top;
height: 35px;
width: 33.333333%;
text-decoration: none;
}
.new-checkout .nc-wrapped .nc-part span:nth-child(2),
.new-checkout .nc-wrapped .nc-part a:nth-child(2) {
margin: 0 -5px;
border-right: 1px dotted #ddd;
}
.new-checkout .nc-wrapped .nc-part span:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part a:nth-child(2).active {
margin: -9px -5px -1px -5px !important;
border-right-color: transparent;
}
.new-checkout .nc-wrapped .nc-part span.active,
.new-checkout .nc-wrapped .nc-part a.active {
height: 45px;
margin: -9px 0 -1px 0px;
background: #333;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container {
display: block;
padding: 10px;
background: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
}
.new-checkout .nc-wrapped .nc-container.nc-alert {
outline: 3px solid #f60;
animation: 3s blink-orange infinite;
}
.new-checkout .nc-wrapped .nc-container .nc-prod {
display: table;
width: 100%;
margin: 0;
padding: 0;
font-size: 13px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod.hide li {
display: none;
}
.new-checkout .nc-wrapped .nc-container .nc-prod.hide li.nc-toba {
display: block !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li {
list-style: none;
margin: 0;
padding: 10px 10px 10px 125px;
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li:nth-child(even) {
background: #f5f5f5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove {
display: block;
width: 21px;
height: 21px;
text-indent: -99999px;
text-align: left;
background: url(../image/i-close.svg) center no-repeat;
background-size: 100% 100%;
float: right;
margin: 0 0 -25px 0;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove:hover {
transform: rotate(180deg);
}
.new-checkout .nc-wrapped .nc-container .nc-prod li img {
display: block;
float: left;
margin-left: -115px;
width: 100px;
height: auto;
outline: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc {
display: table;
width: 100%;
min-height: 100px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc strong {
display: block;
text-transform: capitalize;
line-height: 14px;
margin-bottom: 5px;
padding-right: 35px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price {
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price u {
display: inline-block;
margin: 0 5px 0 0;
color: #ff3737;
text-decoration: line-through;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div {
display: inline-block;
background: #f5f5f5;
padding: 5px 10px;
margin: 0 5px 5px 0;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div em {
display: block;
font-weight: 700;
font-style: normal;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div b {
display: inline-block;
margin-right: 5px;
font-size: 10px;
vertical-align: top;
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div i {
font-style: normal;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 5px;
color: #999;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div i::before {
position: absolute;
content: '/';
opacity: 0.7;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div u {
text-decoration: none;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det .note-stock {
display: block;
font-size: 11px;
font-style: normal;
color: #f60;
line-height: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total {
display: block;
padding-top: 5px;
margin-bottom: 5px;
text-align: right;
border-top: 1px dotted #ccc;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total b {
display: inline-block;
vertical-align: top;
font-size: 10px;
margin-right: 5px;
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba {
text-align: right;
font-weight: 700;
border-bottom: none;
padding-bottom: 10px;
background: transparent !important;
color: #ff6600;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding-left: 10px;
margin-bottom: -1px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba b {
display: inline-block;
vertical-align: top;
margin-right: 5px;
opacity: 0.5;
text-transform: uppercase;
color: #333;
float: left;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.v-ok {
background-color: green !important;
color: #fff !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.v-ok b {
color: #fff;
opacity: 0.8;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout::before {
content: '';
display: block;
position: absolute;
z-index: 2;
width: 100px;
height: 100px;
margin-left: -115px;
background: url(../image/i-stock-empty.svg) left top no-repeat;
background-size: contain;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout img,
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout .ncp-desc {
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher {
background-color: #009a00;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher .nc-title {
background: green;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher .nc-title img {
filter: invert(0);
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher span {
display: block;
padding-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher p {
padding: 0;
font-size: 12px;
line-height: 14px;
margin-bottom: 0;
color: rgba(0, 0, 0, 0.7);
font-weight: 600;
padding-left: 8px;
text-indent: -8px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b {
display: block;
font-style: normal;
box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
height: 35px;
overflow: hidden;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input {
display: block;
width: 100%;
height: 35px;
border: none;
background: rgba(0, 0, 0, 0.2);
outline: none;
margin-top: -1px;
margin-bottom: 1px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input[type=text] {
text-indent: 10px;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input[type=text]:focus {
background: rgba(0, 0, 0, 0.4);
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input.apply {
width: 100px;
text-align: center;
font-weight: 700;
background: #222;
color: #999;
float: right;
margin-left: -100px;
height: 40px;
margin-top: -2px;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input.apply:hover {
background: #000;
cursor: pointer;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir .nc-title img {
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input {
display: none;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label {
display: block;
border-top: 1px solid #ddd;
padding: 10px;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label:last-child {
border-bottom: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label::before {
content: '';
display: inline-block;
vertical-align: middle;
border: 3px solid #ccc;
width: 15px;
height: 15px;
margin-right: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label img {
display: inline-block;
width: auto;
height: 35px;
vertical-align: middle;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label div {
display: block;
float: right;
font-size: 16px;
font-weight: 600;
padding-top: 5px;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label:hover {
background: #eee;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input:checked + label {
background: #ddd;
cursor: default;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input:checked + label::before {
border: 6px solid #333;
background: #f60;
width: 9px;
height: 9px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay {
background-color: #666;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-title {
background: #555;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-title img {
filter: invert(0);
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay p {
padding: 0 10px 0 10px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap {
display: table;
width: 100%;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input {
display: none;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label {
display: block;
padding: 10px 10px 0 160px;
text-align: right;
margin-bottom: 1px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
cursor: pointer;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:nth-child(2) {
background: rgba(0, 0, 0, 0.1);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:nth-child(4) {
background: rgba(0, 0, 0, 0.15);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:hover {
background: rgba(0, 0, 0, 0.3);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label strong {
display: block;
float: left;
width: 150px;
margin-left: -150px;
text-align: left;
padding-top: 1px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label strong::before {
content: '';
display: block;
float: left;
width: 15px;
height: 15px;
border: 3px solid rgba(255, 255, 255, 0.5);
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label img {
display: inline-block;
margin-left: 5px;
margin-bottom: 5px;
width: auto;
height: 23px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input:checked + label {
background: #333;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input:checked + label strong::before {
width: 9px;
height: 9px;
border: 6px solid #000;
background: #f60;
}
.new-checkout .nc-wrapped .nc-container .nc-field {
display: block;
border: 1px solid #ddd;
padding: 0 10px 0 110px;
font-size: 13px;
font-weight: 700;
color: #999;
margin-bottom: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-field::before {
content: attr(data-label);
display: block;
width: 95px;
margin-left: -100px;
float: left;
padding-top: 7px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-field input,
.new-checkout .nc-wrapped .nc-container .nc-field textarea,
.new-checkout .nc-wrapped .nc-container .nc-field select {
display: block;
width: 100%;
border: none;
outline: none;
padding: 7px 0;
font-weight: 600;
}
.new-checkout .nc-wrapped .nc-container .nc-field textarea {
margin: 5px 0;
line-height: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-field:hover,
.new-checkout .nc-wrapped .nc-container .nc-field.active {
border-color: #333;
}
.new-checkout .nc-wrapped .nc-container .nc-field:hover::before,
.new-checkout .nc-wrapped .nc-container .nc-field.active::before {
color: #333;
}
.new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #f60 !important;
color: #f60 !important;
}
.new-checkout .nc-wrapped .nc-container .nc-field.error input,
.new-checkout .nc-wrapped .nc-container .nc-field.error select,
.new-checkout .nc-wrapped .nc-container .nc-field.error textarea {
background: url(../image/nc-field-error.svg) right 6px no-repeat;
background-size: auto 15px;
}
.new-checkout .nc-wrapped .nc-container .nc-error-msg {
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-error-msg span {
display: block;
text-align: right;
padding: 0 10px;
font-size: 12px;
font-weight: 600;
color: #f60;
margin-top: -2px;
margin-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container .nc-note {
display: block;
font-size: 12px;
line-height: 14px;
padding: 0 0 0 25px;
background: url(../image/i-nc-quotes.svg) 1px 2px no-repeat #333;
border: 10px solid #333;
background-size: auto 14px;
color: #fff;
}
.new-checkout .nc-wrapped .nc-button {
display: table;
width: 100%;
}
.new-checkout .nc-wrapped .nc-button div {
display: block;
}
.new-checkout .nc-wrapped .nc-button div:first-child {
width: 33%;
float: left;
}
.new-checkout .nc-wrapped .nc-button div:first-child a {
margin-right: 10px;
}
.new-checkout .nc-wrapped .nc-button div:nth-child(2) {
width: 67%;
float: right;
}
.new-checkout .nc-wrapped .nc-button div a {
display: block;
background: #333;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 13px;
border: 1px solid #ddd;
text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-button div a:hover {
background: #ff6600;
}
.new-checkout .nc-wrapped .nc-button div a span {
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
height: 49px;
}
/* --------------------------- SEO STYLE --- */
.gmx-seo {
display: table;
box-sizing: border-box;
width: 95%;
max-width: 1300px;
margin: 0 auto;
padding: 25px 0;
}
.gmx-seo h1,
.gmx-seo h2,
.gmx-seo h3,
.gmx-seo h4,
.gmx-seo h5,
.gmx-seo h6 {
display: block;
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
text-align: center;
}
.gmx-seo .hide-gmx-seo {
display: block;
margin: 0;
padding: 0;
height: 0;
overflow: hidden;
}
.gmx-seo p {
text-align: justify;
-webkit-text-align-last: center;
-moz-text-align-last: center;
text-align-last: center;
font-size: 13px;
}
/* --------------------------- Thanks Page --- */
.thx-page {
display: table;
margin: 0 auto;
text-align: center;
font-size: 12px;
box-sizing: border-box;
padding: 0 10px;
}
.thx-page h1 {
display: block;
margin: 0;
margin-top: 20px;
margin-bottom: 20px;
font-size: 21px;
}
.thx-page ul {
display: block;
padding-left: 30px;
box-sizing: border-box;
}
.thx-page ul li {
border-left: 2px dashed #f60;
padding-left: 30px;
padding-bottom: 20px;
line-height: 16px;
}
.thx-page ul li .contain {
display: block;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background: #fff;
margin-left: 7px;
}
.thx-page ul li .contain::before {
content: '';
display: block;
width: 7px;
height: 7px;
background: #fff;
border: 1px solid;
border-color: #ddd transparent transparent #ddd;
position: absolute;
transform: rotate(-45deg);
margin: 15px 0 0 -15px;
}
.thx-page ul li:first-child::before {
content: 'LAKUKAN TRANSFER';
background: url(../image/payment/gm-pay-step-1.svg) no-repeat top center #eee;
background-size: contain;
}
.thx-page ul li:last-child {
border-left: none;
}
.thx-page ul li:last-child::before {
content: 'LAKUKAN KONFIRMASI';
background: url(../image/payment/gm-pay-step-2.svg) no-repeat top center #eee;
background-size: contain;
}
.thx-page ul li::before {
display: flex;
justify-content: center;
align-items: flex-end;
float: left;
margin-left: -62px;
width: 60px;
height: 80px;
font-size: 10px;
font-weight: 700;
padding-bottom: 3px;
color: #f60;
line-height: 9px;
}
.thx-page ul li .bank {
display: table;
margin: 0 auto;
padding: 10px 0;
}
.thx-page ul li .bank div {
background: #f5f5f5;
border: 10px solid #f5f5f5;
display: inline-block;
vertical-align: top;
margin: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
padding: 0 5px 0 90px;
text-align: left;
line-height: 13px;
background-position: left center;
background-repeat: no-repeat;
background-size: 78px auto;
font-size: 11px;
}
.thx-page ul li .bank div.hide {
display: none;
}
.thx-page ul li .bank div strong {
display: block;
margin: 3px 0;
}
.thx-page ul li .bank u {
display: block;
padding: 5px;
background: #f5f5f5;
margin: 2px;
text-decoration: none;
font-weight: 600;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.thx-page ul li .bank u::after {
content: '';
display: inline-block;
width: 0;
height: 0;
border: 4px solid;
border-color: #333 transparent transparent transparent;
margin: 2px 0 -2px 6px;
}
.thx-page .thx-noiv {
display: table;
padding: 5px 15px;
background: #f5f5f5;
margin: auto;
margin-bottom: 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.thx-page .thx-noiv strong {
display: block;
font-size: 18px;
}
.thx-page .thx-time {
display: block;
font-size: 18px;
font-weight: 700;
}
.thx-page .thx-date {
display: block;
margin-bottom: 7px;
font-weight: 700;
font-size: 13px;
padding-top: 2px;
}
.thx-page .thx-date span {
white-space: nowrap;
display: inline-block;
}
.thx-page .thx-nominal {
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 700;
margin: 3px 0 5px 0;
}
.thx-page .thx-nominal em {
font-style: normal;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ddd;
height: 21px;
padding: 0 3px;
margin-left: 3px;
}
.thx-page .hiden-field {
display: none;
}
.thx-page button {
border: none;
color: #f60;
background: none;
margin: 5px 0;
font-weight: 600;
text-decoration: underline;
font-size: 12px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.thx-page button:hover {
color: #e65c00;
}
.thx-page button.hide {
display: none;
}
.thx-page .copy-succes {
display: none;
border: none;
color: green;
background: none;
margin: 5px 0 4px 0;
font-weight: 600;
font-size: 12px;
}
.thx-page .copy-succes.show {
display: block;
text-align: center;
}
.thx-page a {
display: table;
margin: 0 auto;
margin-top: 10px;
background: #f60;
color: #fff;
font-weight: 700;
padding: 10px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
}
.thx-page .minimarket {
display: block;
}
.thx-page .minimarket .thx-noiv {
margin-top: 7px;
}
.thx-page .minimarket .logo-alfa {
height: 12px;
vertical-align: top;
display: inline-block;
margin: 5px 2px -6px 2px;
}
.thx-page .minimarket .logo-indomaret {
height: 16px;
vertical-align: middle;
display: inline-block;
margin: -8px 2px -6px 2px;
}
.thx-page .minimarket img {
height: 12px;
vertical-align: top;
display: inline-block;
margin: 5px 2px -6px 2px;
}
.thx-page .minimarket .thx-mart {
display: block;
margin: 0 auto;
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.thx-page .minimarket .thx-mart i {
display: inline-block;
width: 24%;
padding: 0;
margin: 0;
vertical-align: top;
list-style: none;
font-size: 12px;
font-style: normal;
}
.thx-page .minimarket .thx-mart i div {
display: block;
padding: 5px;
}
.thx-page .minimarket .thx-mart i img {
width: auto;
height: 140px;
display: block;
margin: 0 auto;
}
.thx-page .minimarket .thx-mart i span {
display: block;
margin: 10px auto;
font-weight: 700;
}
.thx-page .minimarket .thx-mart #timesout {
display: block;
padding: 20px 0;
}
.thx-page .minimarket .thx-mart #timesout b {
display: inline-block;
margin-right: 5px;
padding: 5px 7px;
background: #333;
color: #fff;
width: 55px;
text-align: center;
}
.thx-page .minimarket .thx-mart #timesout b span {
display: block;
font-size: 41px;
line-height: 38px;
}
.thx-page .minimarket .line-button {
display: table;
margin: 20px auto;
margin-top: 10px;
padding: 5px 0 5px 55px;
background: url(https://www.geoff-max.com/assets/image/line-logo.png?v=18.046) left center no-repeat #3ace01;
border: solid #3ace01;
border-width: 5px 20px 5px 20px;
color: #fff;
font-size: 18px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.thx-page .minimarket .line-button:hover {
border-color: #30ac00;
background-color: #30ac00;
}
@media only screen and (max-width: 480px) {
.thx-page .minimarket .thx-mart i {
width: 100%;
padding-bottom: 20px;
}
.thx-page .minimarket .thx-mart i:last-child {
padding-bottom: 0;
}
.thx-page .minimarket .thx-mart i span {
margin-bottom: 5px;
}
}
.payment-guarantee {
display: block;
background: rgba(0, 0, 0, 0.05);
text-align: center;
padding: 15px;
}
.payment-guarantee img {
display: inline-block;
width: 50px;
height: auto;
position: relative;
z-index: 1;
}
.payment-guarantee div {
display: block;
max-width: 900px;
margin: 0 auto;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-size: 13px;
}
.payment-guarantee div b {
display: block;
margin-bottom: 5px;
font-size: 14px;
color: #f60;
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
@keyframes blink-orange {
0% {
outline-color: rgba(255, 102, 0, 0.1);
}
2% {
outline-color: #ff6600;
}
4% {
outline-color: #ff6600;
}
8% {
outline-color: rgba(255, 102, 0, 0.1);
}
10% {
outline-color: #ff6600;
}
12% {
outline-color: rgba(255, 102, 0, 0.1);
}
14% {
outline-color: #ff6600;
}
16% {
outline-color: #ff6600;
}
18% {
outline-color: rgba(255, 102, 0, 0.1);
}
20% {
outline-color: #ff6600;
}
22% {
outline-color: rgba(255, 102, 0, 0.1);
}
24% {
outline-color: #ff6600;
}
26% {
outline-color: #ff6600;
}
28% {
outline-color: rgba(255, 102, 0, 0.1);
}
30% {
outline-color: #ff6600;
}
100% {
outline-color: #ff6600;
}
}
@keyframes blink-pink {
0% {
outline-color: rgba(249, 62, 76, 0.1);
}
2% {
outline-color: #f93e4c;
}
4% {
outline-color: #f93e4c;
}
8% {
outline-color: rgba(249, 62, 76, 0.1);
}
10% {
outline-color: #f93e4c;
}
12% {
outline-color: rgba(249, 62, 76, 0.1);
}
14% {
outline-color: #f93e4c;
}
16% {
outline-color: #f93e4c;
}
18% {
outline-color: rgba(249, 62, 76, 0.1);
}
20% {
outline-color: #f93e4c;
}
22% {
outline-color: rgba(249, 62, 76, 0.1);
}
24% {
outline-color: #f93e4c;
}
26% {
outline-color: #f93e4c;
}
28% {
outline-color: rgba(249, 62, 76, 0.1);
}
30% {
outline-color: #f93e4c;
}
100% {
outline-color: #f93e4c;
}
}
@keyframes text-orange {
0% {
color: #333;
}
25% {
color: #FF6600;
}
75% {
color: #FF6600;
}
100% {
color: #333;
}
}
@keyframes text-pink {
0% {
color: #333;
}
25% {
color: #F93E4C;
}
75% {
color: #F93E4C;
}
100% {
color: #333;
}
}
/* --------------------------- ANIMATED LOADING --- */
@keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
@-webkit-keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
@-moz-keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
/* --------------------------- ANIMATED --- */
@keyframes bounce {
0% {
opacity: 0;
transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
transform: scale(1.1);
}
80% {
opacity: 1;
transform: scale(0.89);
}
100% {
opacity: 1;
transform: scale(1) translate3d(0, 0, 0);
}
}
@-webkit-keyframes bounce {
0% {
opacity: 0;
-webkit-transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
-webkit-transform: scale(1.1);
}
80% {
opacity: 1;
-webkit-transform: scale(0.89);
}
100% {
opacity: 1;
-webkit-transform: scale(1) translate3d(0, 0, 0);
}
}
@-moz-keyframes bounce {
0% {
opacity: 0;
-moz-transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
-moz-transform: scale(1.1);
}
80% {
opacity: 1;
-moz-transform: scale(0.89);
}
100% {
opacity: 1;
-moz-transform: scale(1) translate3d(0, 0, 0);
}
}
/* --------------------------- LINES STYLE LOADING --- */
.loader-bar {
height: 5px;
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
z-index: 99999;
background-color: #666;
}
.loader-bar:before {
display: block;
position: absolute;
content: "";
left: -200px;
width: 200px;
height: 5px;
background-color: #ff6600;
-webkit-animation: loading-animate 2s linear infinite;
-moz-animation: loading-animate 2s linear infinite;
animation: loading-animate 2s linear infinite;
}
@-webkit-keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
@-moz-keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
@keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
/* --------------------------------------------------------------------------------- NEW BOYS & GIRL STYLE --- */
.voucher-banner {
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #ddd;
overflow: hidden;
}
.voucher-banner .left {
float: left;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
padding: 30px 0;
}
.voucher-banner .left span {
display: table;
padding: 0 20px;
text-align: center;
}
.voucher-banner .left span strong,
.voucher-banner .left span b {
display: inline-block;
color: #FF6600;
}
.voucher-banner .right {
float: right;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
padding: 30px 0;
}
.voucher-banner .right .time-place {
display: table;
}
.voucher-banner .right .time-place em {
display: inline-block;
vertical-align: top;
font-style: normal;
margin-right: 5px;
font-size: 12px;
}
.voucher-banner .right .time-place .time {
display: inline-table;
}
.voucher-banner .right .time-place .time b {
display: inline-block;
vertical-align: top;
font-size: 11px;
width: 50px;
text-align: center;
text-transform: uppercase;
}
.voucher-banner .right .time-place .time b span {
display: block;
font: 42px 'BEBAS', "Poppins", "century", Arial;
line-height: 30px;
}
.voucher-banner .arrow {
display: inline-block;
width: 100px;
height: 100px;
border: 1px solid;
border-color: #ccc #ccc transparent transparent;
transform: rotate(45deg);
margin: -50px;
border-radius: 15px;
}
.voucher-banner.text-only .right,
.voucher-banner.text-only .arrow {
display: none;
}
.voucher-banner.time-only .left,
.voucher-banner.time-only .arrow {
display: none;
}
.girls-style .home-view-title {
border-bottom-color: #F93E4C !important;
}
.girls-style .home-view-more {
background: #F93E4C;
}
.girls-style .home-view-more:hover {
background: #cb0615;
}
.girls-style .bundling-slider .bundling-quote,
.girls-style .bundling-slider ul li:hover .wrap .desc label,
.girls-style .voucher .container .voucher-title,
.girls-style footer ul li .footer-title,
.girls-style .new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba,
.girls-style .new-checkout .nc-wrapped .nc-container .nc-error-msg span,
.girls-style .thanks-page .step .step-title,
.girls-style .thanks-page .step .total strong,
.girls-style .thanks-page .step .bank-info li .container em label,
.girls-style .thanks-page .step .read strong,
.girls-style .thanks-page .step .read b,
.girls-style .voucher-banner .left span strong,
.girls-style .voucher-banner .left span b {
color: #F93E4C !important;
}
.girls-style .product-list li.items a:hover label::after {
border-bottom-color: #F93E4C !important;
}
.girls-style .detail-product .right-place .button,
.girls-style .detail-help .caber:hover,
.girls-style .detail-help .size-button:hover,
.girls-style .order-option .container a,
.girls-style .komentar-option .container a,
.girls-style .new-checkout .nc-wrapped .nc-button div a,
.girls-style .thanks-page .step .konfirm {
background: #F93E4C !important;
}
.girls-style .detail-product .left-place .tag-hemat {
background-color: #F93E4C;
}
.girls-style .pagging a.current,
.girls-style .pagging a.current:hover {
border-color: #F93E4C !important;
background-color: #F93E4C !important;
color: #fff;
}
.girls-style .pagging a:hover {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .why-geoff ul li div img.boys-icon {
display: none !important;
}
.girls-style .why-geoff ul li div img.girls-icon {
display: block !important;
}
.girls-style .detail-product .right-place .field .radio-option em input[type="radio"]:checked + label {
background-color: #F93E4C;
color: #fff;
}
.girls-style .new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .new-checkout .nc-wrapped .nc-container.nc-alert {
outline-color: #F93E4C;
animation: 3s blink-pink infinite !important;
}
.girls-style .new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .why-geoff span {
animation: 3s text-pink infinite !important;
}
.girls-style .detail-bottom .debot-nav li:hover,
.girls-style .detail-bottom .debot-nav li.current,
.girls-style .detail-bottom .debot-comment .more:hover {
color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field input:focus,
.girls-style .detail-bottom .input-comment .field textarea:focus,
.girls-style .detail-bottom .input-comment .field select:focus {
border-color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field.button input,
.girls-style .detail-bottom .debot-comment ul li .profile .initial {
background-color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field.button input:hover {
background-color: #e30718;
}
/* -------------------------------- mozilla hack */
@-moz-document url-prefix() {
.sub-content-menu form input[type=submit] {
padding: 3px 8px;
}
.detail-product .right-place .field label {
padding-top: 9px;
}
.product-list li.items {
margin: 0 -2px;
}
}
@media only screen and (max-width: 1075px) {
#banner-small {
margin-top: 0 !important;
}
}
@media only screen and (min-width: 1024px) {
.home-view-title {
padding-top: 25px;
}
}
@media only screen and (max-width: 1024px) {
.sortcut ul li div .desc {
min-height: 200px;
}
}
@media only screen and (max-width: 1023px) {
.home-view-title {
margin-top: 15px;
margin-bottom: -10px;
}
}
@media only screen and (max-width: 900px) {
/* -- OLD -- */
.product-list li.items {
width: 33.33333333%;
}
.detail-product,
.product-list.detail-page {
width: 880px !important;
}
.detail-product .left-place {
width: auto !important;
}
.detail-product .left-place iframe {
width: 400px;
height: 466px;
}
.product-desc.desktop {
max-width: 400px;
padding-top: 20px;
}
.cart-list {
width: 90% !important;
max-width: 90% !important;
}
.cart-list .note {
max-width: 200px !important;
}
.home-view {
padding: 3px 0 0 0;
}
.home-view .thum li:first-child,
.home-view .thum li:nth-child(2),
.home-view .thum li:nth-child(3),
.home-view .thum li:nth-child(4),
.home-view .thum li:nth-child(5) {
width: 100% !important;
text-align: center !important;
}
.home-view .thum li:first-child a,
.home-view .thum li:nth-child(2) a,
.home-view .thum li:nth-child(3) a,
.home-view .thum li:nth-child(4) a,
.home-view .thum li:nth-child(5) a {
display: block;
width: 100%;
margin: 0 !important;
}
.home-view .thum li:first-child a img,
.home-view .thum li:nth-child(2) a img,
.home-view .thum li:nth-child(3) a img,
.home-view .thum li:nth-child(4) a img,
.home-view .thum li:nth-child(5) a img {
max-width: none;
width: 100% !important;
}
.sortcut ul li div a {
background: #f60;
}
.prod-sugest .ps-item .bottom .beli {
background-color: #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-weight: 700;
}
.ps-error {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.3);
position: fixed;
z-index: 999999;
top: 0;
left: 0;
}
.ps-error div {
display: block;
padding: 30px 10px 10px 10px;
background: #fff;
color: #333;
margin: auto;
width: 100%;
max-width: 250px;
box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.ps-error div b {
display: block;
width: 70px;
padding: 10px 0;
margin: 20px auto;
background: #f60;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.new-checkout .nc-wrapped .nc-button div a {
background: #ff6600;
}
.bundling-slider {
margin-top: -15px;
border-bottom: none;
}
.bundling-slider ul li .wrap {
outline-color: #e5e5e5;
}
.bundling-slider ul li .wrap .flag {
width: 23px !important;
}
.voucher-banner {
display: block;
padding: 20px;
background: #f5f5f5;
}
.voucher-banner .arrow {
display: none;
}
.voucher-banner .left,
.voucher-banner .right {
float: none;
display: table;
padding: 0 0;
margin: 0 auto;
text-align: center;
width: auto !important;
max-width: 500px;
}
.voucher-banner .left span {
line-height: 16px;
}
.voucher-banner .right .time-place {
margin: 0 auto;
}
.voucher-banner .right .time-place em {
display: table;
margin: 0 auto;
padding-bottom: 10px;
}
.voucher-banner .right .time-place em::after {
content: '';
display: table;
margin: 0 auto;
margin-top: 5px;
height: 1px;
width: 30%;
background: #333;
}
.voucher-banner .right .time-place .time b span {
font-size: 32px;
}
.gmx-mobile-menu-button {
display: block;
position: fixed;
z-index: 111;
left: 0;
top: 0;
width: 55px;
height: 55px;
border-right: 1px solid #ddd;
text-align: center;
font-size: 9px;
font-weight: 600;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button.fix {
top: 41px;
}
.gmx-mobile-menu-button::after {
content: 'MENU';
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button div {
display: block;
width: 18px;
height: 18px;
margin: 0 auto;
margin-top: 14px;
}
.gmx-mobile-menu-button div span {
display: block;
width: 18px;
height: 3px;
background: #333;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button div span:nth-child(2) {
margin: 3px 0;
}
.gmx-moblie-menu {
display: none;
width: 0;
height: 0;
left: 0;
top: 0;
position: fixed;
z-index: 999999;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-moblie-menu .close-layer {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(45, 45, 45, 0.65);
}
.gmx-moblie-menu .closed {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 280px;
background: #000;
width: 36px;
height: 36px;
animation: 0.5s bounceInLeft;
}
.gmx-moblie-menu .closed::after,
.gmx-moblie-menu .closed::before {
content: '';
width: 18px;
height: 2px;
background: #fff;
display: block;
position: absolute;
}
.gmx-moblie-menu .closed::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gmx-moblie-menu .closed::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gmx-moblie-menu .gmx-mm-container {
display: block;
position: fixed;
left: 0;
top: 0;
width: 280px;
height: 100%;
background: #eee;
overflow: hidden;
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
animation: 0.5s bounceInLeft;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap {
display: block;
width: 300px;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place {
display: table;
width: 280px;
box-sizing: border-box;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen {
display: table;
width: 280px;
position: fixed;
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
height: 35px;
float: left;
background: #fff;
text-transform: uppercase;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen:first-child {
margin-left: -1px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen:nth-child(2) {
border-left: 1px solid #ddd;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen.current {
height: 33px;
font-weight: 700;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen#gmx-mm-boys-but.current {
color: #FF6600;
border-top: 2px solid #FF6600;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen#gmx-mm-girls-but.current {
color: #F93E4C;
border-top: 2px solid #F93E4C;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list {
display: block;
box-sizing: border-box;
margin: 0;
padding: 50px 15px 10px 15px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list.hide {
display: none;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li {
list-style: none;
padding: 0;
margin: 0 0 10px 0;
background: #fff;
overflow: hidden;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li .parent {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 75px;
box-sizing: border-box;
padding: 15px;
font-weight: 16px;
font-weight: 700;
text-transform: uppercase;
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li .parent.drop strong::after {
display: inline-block;
content: '+';
vertical-align: middle;
font-size: 18px;
margin: -3px 0 0 5px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li:nth-child(-n+3) .parent {
height: 45px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a {
display: block;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a em {
display: inline-block;
font-size: 10px;
font-weight: 700;
font-style: normal;
font-weight: 400;
margin-left: 5px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a img {
display: block;
width: 100%;
height: auto;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li strong {
font-weight: 600;
line-height: 12px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li span {
display: none;
border-top: 1px solid #ddd;
margin: 15px;
text-transform: uppercase;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li span a {
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li.show .parent strong::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li.show span {
display: block;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other {
display: block;
padding: 10px 15px;
background: #fff;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other label {
display: block;
border-bottom: 1px solid #ddd;
padding: 0 0 20px 0;
font-size: 18px;
font-weight: 700;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other a {
display: block;
border-bottom: 1px solid #ddd;
padding: 10px 0 10px 34px;
background-position: 4px 9px;
background-repeat: no-repeat;
background-size: auto 21px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other a:last-child {
border-bottom: none;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed {
display: block;
padding: 10px;
background: #bbb;
text-align: center;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed a {
display: inline-block;
margin: 0 10px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed a img {
display: block;
width: 24px;
height: auto;
}
.gmx-moblie-menu.show {
display: block;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
}
@media only screen and (max-width: 890px) {
.detail-product,
.product-list.detail-page {
width: 700px !important;
}
.detail-product .left-place {
margin-left: 0;
}
.detail-product .right-place {
margin-right: 0;
}
.detail-product .left-place iframe {
width: 300px;
height: 350px !important;
}
.product-desc.desktop {
max-width: 300px;
}
.detail-product .directory {
padding-left: 0;
}
.product-desc.desktop {
display: none !important;
}
.product-desc.mobile {
display: block !important;
padding-bottom: 20px;
}
.loc-title {
padding-top: 20px;
}
.fs-location .left,
.fs-location .right {
float: none;
max-width: none;
width: 100%;
}
.fs-location .right {
max-width: none;
width: auto;
}
.fs-location .right .content .address {
float: left;
}
.fs-location .right .content a {
position: absolute;
margin-top: 100px;
}
.fs-location .right .content .buka {
display: inline-block;
margin-left: 30px;
vertical-align: top;
border-left: 1px solid #666;
padding-left: 30px;
}
.fs-location .right .content .buka span {
margin-bottom: 10px;
}
.sortcut ul li {
width: 100% !important;
}
.sortcut ul li div {
min-height: inherit !important;
}
}
@media only screen and (min-width: 640px) {
footer {
display: block;
padding: 30px 20px 50px 20px;
background: #222;
color: #fff;
font: 12px "Poppins", "century", Arial;
}
footer ul {
display: table;
width: 100%;
margin: auto;
max-width: 1080px;
color: #bbb;
padding-left: 0;
}
footer ul li {
display: inline-table;
vertical-align: top;
line-height: 18px;
}
footer ul li .footer-title {
display: block;
padding-top: 20px;
margin-bottom: 5px;
font: 700 14px "Poppins", "century", Arial;
letter-spacing: 1px;
color: #f60;
line-height: normal;
text-transform: uppercase;
}
footer ul li:nth-child(2) {
margin: 0 40px;
}
footer ul li:last-child {
float: right;
text-align: right;
}
footer ul li:last-child a {
display: inline-block;
margin-left: 5px;
line-height: normal;
opacity: 0.6;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer ul li:last-child a:hover {
text-decoration: none;
opacity: 1;
}
footer ul li:last-child a img {
width: 30px;
height: auto;
}
footer ul li a {
display: block;
line-height: 27px;
color: #fff;
text-decoration: none;
color: #bbb;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer ul li a:hover {
color: #fff;
}
footer ul li a.line {
display: table;
color: #36b44a;
}
footer ul li a.line:hover {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
footer ul li a.line img {
display: inline-block;
vertical-align: middle;
width: 31px;
height: 31px;
}
footer ul li a.footer-social {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
opacity: 0.7;
}
footer ul li a.footer-social img {
height: 31px;
width: auto;
display: block;
}
footer ul li a.footer-social:hover {
opacity: 1;
}
footer ul li .copy-rieut {
display: table;
padding-top: 60px;
}
}
@media only screen and (max-width: 640px) {
.detail-product,
.product-list.detail-page {
width: 90% !important;
}
.detail-product .left-place {
float: none;
margin: auto !important;
}
.detail-product .right-place .field label {
font-size: 18px;
width: 165px;
font-weight: 700;
}
.detail-product .right-place {
float: none;
margin: auto !important;
width: 90%;
padding-bottom: 0;
}
.detail-product .left-place iframe {
width: 500px !important;
height: 585px !important;
}
.product-desc.desktop {
max-width: 500px;
}
.product-desc.mobile {
padding-bottom: 0 !important;
}
.detail-product .directory {
padding: 30px 0;
text-align: center;
}
.product-list .title {
padding-left: 0;
text-align: center;
}
.detail-product .right-place .field select {
width: 100%;
max-width: none;
}
.detail-product .right-place .field select {
width: 100%;
max-width: none;
margin-right: 0;
}
.dp-place .dp-name {
font-size: 16px;
}
.dp-place.active {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(102, 102, 102, 0.8);
display: flex;
justify-content: center;
align-items: center;
overflow-y: hidden!important;
}
.dp-place.active::after {
content: '';
display: block;
width: 51px;
height: 51px;
cursor: pointer;
background: url(../image/i-close.svg) center no-repeat;
background-size: 51px 51px;
text-indent: -999999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: fixed;
z-index: 99999;
border: 40px solid rgba(0, 0, 0, 0.3);
bottom: -30px;
right: -30px;
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.dp-place.active .dp-name {
display: none !important;
}
.dp-place.active .dropdown-product {
margin: 0 auto !important;
display: inline-table !important;
outline: 10px solid #fff;
height: auto !important;
overflow-y: hidden !Important;
}
.dp-place.active .dropdown-product .wrapped {
height: 500px;
display: block !important;
max-width: 250px;
overflow-y: auto !important;
}
.dp-place.active .dropdown-product .wrapped ul {
margin: 0 !important;
}
.tab-menu {
display: table;
width: 90%;
border-color: #fff !important;
}
.tab-menu span {
float: none;
width: 100% !important;
border-top: 1px solid #fff;
border-left: none !important;
margin-left: 0 !important;
background: #eee;
}
.tab-menu span:first-child {
width: 100% !important;
border-top: none;
}
.sortcut ul li {
width: 50%;
}
.bundling-slider ul li .wrap .desc {
padding-top: 10px;
}
.bundling-slider ul li .wrap .flag {
width: 20px !important;
}
.bundling-slider ul li .wrap .desc {
padding-top: 0;
margin-top: -5px;
}
.bundling-slider ul li .wrap .desc label {
font-size: 11px;
height: 50px;
}
.bundling-slider ul li .wrap .desc span {
font-size: 10px;
line-height: 10px;
}
.bundling-slider ul li .wrap .desc span u {
display: block;
}
.product-list li.items a .size em {
font-size: 9px;
width: 15px;
}
.product-list li.items a .size em.kosong::after {
width: 15px;
}
.product-list .items a {
-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.thx-page ul li .bank div {
display: block;
}
}
@media only screen and (max-width: 630px) {
.detect::after {
content: '-640 PX';
}
.dp-place.active {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(102, 102, 102, 0.8);
display: flex;
justify-content: center;
align-items: center;
overflow-y: hidden!important;
}
.dp-place.active::after {
content: '';
display: block;
width: 51px;
height: 51px;
cursor: pointer;
background: url(../image/i-close.svg) center no-repeat;
background-size: 51px 51px;
text-indent: -999999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: fixed;
z-index: 99999;
border: 40px solid rgba(0, 0, 0, 0.3);
bottom: -30px;
right: -30px;
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.dp-place.active .dp-name {
display: none !important;
}
.dp-place.active .dropdown-product {
margin: 0 auto !important;
display: inline-table !important;
outline: 10px solid #fff;
height: auto !important;
overflow-y: hidden !Important;
}
.dp-place.active .dropdown-product .wrapped {
height: 500px;
display: block !important;
max-width: 250px;
overflow-y: auto !important;
}
.dp-place.active .dropdown-product .wrapped ul {
margin: 0 !important;
}
.thanks .langkah .wrapped .bank-info li {
margin: 0 0 0 0;
width: 100%;
}
.thanks .langkah .wrapped .bank-info li:nth-child(2) .container {
border-top: none;
}
.thanks .langkah .wrapped .bank-info li .container {
padding: 10px 0;
}
.thanks .langkah .wrapped .bank-info li .container em {
display: block;
margin: 5px 0;
}
.voucher .container form {
margin: auto;
}
.voucher .container form input {
display: table;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
border-radius: 3px !important;
margin: 0 auto !important;
}
.voucher .container form input[type=text] {
margin-bottom: 10px !important;
}
.why-geoff ul {
max-width: 350px;
margin-bottom: 30px;
}
.why-geoff ul li {
display: block;
margin: 0;
width: inherit!important;
}
.why-geoff ul li div {
display: table;
padding: 0 0 0 50px;
text-align: left;
height: auto !important;
}
.why-geoff ul li div img {
float: left;
margin-left: -50px;
display: block;
width: 40px;
height: auto;
}
.why-geoff ul li:nth-child(2) div {
margin: 10px 0 !important;
padding: 10px 0 10px 50px !important;
border-left: none;
border-right: none;
border-top: 1px dotted #999 !important;
border-bottom: 1px dotted #999 !important;
}
/* -- OLD -- */
.product-list li.items {
width: 50%;
}
.location .loc-list li {
width: 50%;
}
.size-guide ul li .container .left,
.size-guide ul li .container .right {
float: none;
width: 100%;
border-right: none;
}
.prod-sugest .ps-item {
width: 50%;
margin-left: 0;
margin-right: 0;
}
footer {
display: block;
background: #222;
font-size: 12px;
}
footer ul {
margin: 0;
padding: 0;
display: table;
width: 100%;
color: #fff;
border-top: none;
}
footer ul li {
display: table;
float: left;
list-style: none;
padding: 0;
margin: 0;
text-align: center;
border-right: 1px solid #333;
margin-right: -1px;
}
footer ul li img {
width: 30px;
height: auto;
}
footer ul li .footer-title {
display: flex;
justify-content: center;
align-items: center;
height: 32px;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
font-weight: 700;
color: #f60;
text-transform: uppercase;
}
footer ul li a {
display: block;
color: #fff;
text-decoration: none;
}
footer ul li:first-child {
width: 45%;
}
footer ul li:first-child .address {
display: flex;
justify-content: center;
align-items: center;
height: 65px;
line-height: 16px;
padding: 0 5px;
}
footer ul li:first-child .line {
display: flex;
justify-content: center;
align-items: center;
height: 32px;
}
footer ul li:first-child .line img {
width: 28px;
margin: -2px 5px 0 0;
}
footer ul li:nth-child(2) {
width: 55%;
border-right: none !important;
}
footer ul li:nth-child(2) a {
border-bottom: 1px solid #333;
display: flex;
justify-content: center;
align-items: center;
height: 32px;
}
footer ul li:nth-child(2) a:last-child {
border-bottom: none;
}
footer ul li:last-child {
width: 100%;
clear: both;
float: none;
border-right: none !important;
}
footer ul li:last-child a {
display: inline-block !important;
margin: 0 10px;
}
footer ul li:last-child .footer-social {
display: block;
padding: 15px 0;
}
footer ul li:last-child .copy-rieut {
display: block;
padding: 25px 0;
background: #000;
}
.new-checkout .nc-wrapped .nc-part a,
.new-checkout .nc-wrapped .nc-part span {
float: none;
width: inherit;
display: block !important;
height: auto;
padding: 10px;
}
.new-checkout .nc-wrapped .nc-part a:nth-child(2),
.new-checkout .nc-wrapped .nc-part span:nth-child(2) {
margin: 0 0;
border-right: none;
}
.new-checkout .nc-wrapped .nc-part a:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part span:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part a.active,
.new-checkout .nc-wrapped .nc-part span.active {
height: auto !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-left: -5px !important;
margin-right: -5px !important;
padding: 15px;
}
.bundling-slider .bundling-quote {
max-width: 313px;
}
.detail-bottom {
margin-top: 35px;
}
}
@media only screen and (max-width: 500px) {
.detail-product .left-place iframe {
width: 400px !important;
height: 466px !important;
}
.product-desc.desktop {
max-width: 400px;
}
.product-list li.items a {
padding: 8px;
}
.product-list li.items a .price {
font-size: 10px;
letter-spacing: -0.03em;
}
.fs-location .right .content {
width: 100%;
text-align: center;
padding: 25px 0;
max-width: 90%;
margin: auto;
}
.fs-location .right .content .address {
float: none;
}
.fs-location .right .content a {
position: relative;
margin: 20px auto;
}
.fs-location .right .content .buka {
display: block;
margin-left: 0;
border-left: none;
padding-left: 0;
}
.fs-location .right .content .buka label {
text-align: left;
}
.location .container .title {
height: auto !important;
padding-bottom: 5px;
line-height: 21px;
margin-bottom: 10px;
}
.payment-type {
padding-left: 0;
}
.payment-type .titlena {
float: none;
margin-left: 0;
text-align: left;
}
.sortcut ul li {
width: 100%;
}
.detail-bottom .debot-comment ul li .content {
padding-left: 0;
padding-top: 10px;
}
}
@media only screen and (max-width: 470px) {
.detail-product .left-place iframe {
width: 300px !important;
height: 350px !important;
}
.detail-product .right-place .field .radio-option {
max-width: none;
width: auto;
float: none;
display: table;
}
.detail-product .right-place .field select {
width: 100% !important;
max-width: none;
}
.location .loc-list li {
width: 100%;
}
.dp-place {
display: block;
float: none;
width: 100%;
}
.cost .places .items.voucher {
padding-left: 0 !important;
text-align: left;
}
.cost .places .items.voucher label {
float: none;
margin-left: 0 !important;
display: block;
padding-bottom: 10px;
}
.cost .places .items.voucher input[type=text] {
width: 65% !important;
margin-right: -20px;
margin-left: 1px;
}
.cost .places .items.voucher input.button {
width: 35% !important;
margin-right: -10px;
}
.home-view-title {
font-size: 26px;
}
.bundling-slider .bundling-quote {
max-width: 207px;
line-height: 21px;
margin-top: 0;
margin-bottom: 10px;
}
.product-list li.items .status span {
font-size: 10px;
}
.product-list li.items .status .item-fav {
width: 30px;
height: 24px;
}
}
@media only screen and (max-width: 380px) {
.m-table li {
padding: 0 !important;
}
.m-table li label {
margin-left: 0 !important;
float: none;
display: block;
margin-bottom: 5px;
}
.size-guide .title span {
display: block;
line-height: 0 !important;
}
.size-guide .title span::before {
display: none !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li {
padding: 15px 10px 15px 125px;
border-top: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove {
float: none;
margin: -5px 0 0 -120px;
position: absolute;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc {
text-align: right;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc strong {
padding-right: 0;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price {
font-size: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div {
margin-right: 0;
margin-left: 10px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div b {
margin-right: 0;
display: block;
margin-bottom: -5px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total {
margin-bottom: 0;
}
}
|
assets/geoff.css
|
@font-face {
font-family: "BEBAS";
src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot");
src: url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.eot?") format("eot"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.woff") format("woff"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.ttf") format("truetype"), url("https://cdn.gmx.shoes/assets/font/BebasNeue-Bold-webfont.svg#BebasNeue-Bold-webfont") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "century";
src: url("https://cdn.gmx.shoes/assets/font/century-gothic.eot");
src: url("https://cdn.gmx.shoes/assets/font/century-gothic.eot?#iefix") format("embedded-opentype"), url("https://cdn.gmx.shoes/assets/font/century-gothic.woff2") format("woff2"), url("https://cdn.gmx.shoes/assets/font/century-gothic.woff") format("woff"), url("https://cdn.gmx.shoes/assets/font/century-gothic.ttf") format("truetype"), url("https://cdn.gmx.shoes/assets/font/century-gothic.svg#century") format("svg");
}
/* --- Mixing State --- */
.time {
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
/* --- Global State --- */
html {
margin: 0;
padding: 0;
font: 14px "Poppins", "century", Arial;
color: #333;
cursor: default;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden !important;
}
body.loading {
overflow: hidden !important;
}
body.loading .loading-section {
display: flex !important;
}
a {
color: #333;
}
input,
select,
textarea {
font-family: "Poppins", "century", Arial;
background: transparent;
outline: none;
font-size: 12px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none !important;
background: url(../image/select-arrow.png) center right no-repeat;
}
:-webkit-autofill {
color: #333 !important;
}
img {
max-width: 100% !important;
}
@keyframes gmx-slide-d {
0% {
margin: 0 0 0 0;
}
45% {
margin: 0 0 0 0;
}
50% {
margin: -770px 0 0 0;
}
95% {
margin: -770px 0 0 0;
}
100% {
margin: 0 0 0 0;
}
}
.src-head {
display: none;
}
.gmx-moblie-menu {
display: none;
}
#banner-small {
display: none;
margin-top: 20px;
}
#banner-small img {
display: block;
margin: 0 auto;
width: 100%;
max-width: 1080px !important;
height: auto;
}
#banner-small img.sort {
display: none;
}
#banner-small.hide {
display: none !important;
}
#super-sale-banner {
display: none;
margin-top: 20px;
}
#super-sale-banner img {
display: block;
margin: 0 auto;
width: 100%;
max-width: 1080px !important;
height: auto;
}
#super-sale-banner.show {
display: block !important;
}
.home-view {
display: table;
width: 100%;
margin: 0 auto;
padding: 30px 0;
margin-bottom: 30px;
background: #eee;
}
.home-view .thum {
margin: 0 auto;
padding: 0;
display: table;
width: 100%;
max-width: 1080px;
}
.home-view .thum li {
margin: 0;
padding: 0;
list-style: none;
display: block;
float: left;
margin: 0 0 3px 0;
width: 33.33333333%;
}
.home-view .thum li a {
display: inline-block;
margin: 0 4px;
overflow: hidden;
background: #ddd;
}
.home-view .thum li a img {
display: block;
width: 100%;
height: auto;
width: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: attr(data-image);
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.home-view .thum li a:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.home-view .thum li:first-child {
text-align: left;
}
.home-view .thum li:nth-child(2) {
text-align: center;
}
.home-view .thum li:nth-child(3) {
text-align: right;
}
.home-view .thum li:nth-child(4) {
width: 50%;
text-align: left;
}
.home-view .thum li:nth-child(5) {
width: 50%;
text-align: right;
}
.home-view-title {
display: table;
text-align: center;
max-width: 90%;
margin: auto;
margin-top: 10px;
margin-bottom: 30px;
font: 34px 'BEBAS', arial;
border-bottom: 2px solid #ff6600;
line-height: 27px;
}
.home-view-more {
display: block;
margin-left: 15px;
text-decoration: none;
width: 190px;
background: #ff6600;
padding: 10px 0;
color: #fff;
text-align: center;
letter-spacing: 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
font-weight: 700;
margin: auto;
margin-bottom: 30px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.home-view-more:hover {
background-color: #cc5200;
}
.content-menu {
display: table;
text-align: center;
width: 100%;
max-width: 1080px;
margin: auto;
padding: 20px 0;
border-bottom: 2px solid #ff6600;
}
.content-menu a {
display: inline-block;
margin: 0 50px;
font-size: 24px;
text-decoration: none;
padding: 3px 20px;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.content-menu a:hover {
border-top-color: #333;
border-bottom-color: #333;
background: #ff6600;
color: #fff;
}
.sub-content-menu {
display: table;
text-align: center;
width: 95%;
max-width: 1080px;
padding: 20px 0;
margin: auto;
}
.sub-content-menu .the-menu {
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu a {
display: inline-block;
margin: 0 3px;
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
text-decoration: none;
padding: 3px 10px;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu a:hover {
border-top-color: #333;
border-bottom-color: #333;
background: #ff6600;
color: #fff;
}
.sub-content-menu a.active {
border-top-color: transparent;
border-bottom-color: #ff6600;
background: #fff;
color: #333;
}
.sub-content-menu form {
display: inline-table;
vertical-align: middle;
padding: 0;
margin: 5px 0 0 20px;
letter-spacing: normal;
}
.sub-content-menu form select {
border: 1px solid #666;
padding: 0;
font: 14px "Poppins", "century", Arial;
outline: none;
cursor: pointer;
padding: 3px 20px 3px 10px;
margin: 5px 0 5px 0;
}
.sub-content-menu form input {
border: 1px solid #666;
padding: 0;
font: 14px "Poppins", "century", Arial;
outline: none;
cursor: pointer;
padding: 3px 20px 3px 10px;
margin: 5px 0 5px 0;
}
.sub-content-menu form input[type=text] {
padding: 4px 20px 4px 10px;
}
.sub-content-menu form input[type=submit] {
margin-left: -5px;
padding: 4px 8px;
background: #666;
color: #fff;
font-weight: 700;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu form input[type=submit]:hover {
background: #ff6600;
border-color: #ff6600;
}
.sub-content-menu form .pagers {
display: inline-block;
width: 310px;
}
.sub-content-menu form .pagers input[type=button] {
margin-left: 1px;
margin-right: 1px;
font-size: 14px;
font-weight: normal;
border: 1px solid #666;
padding: 3px 6px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sub-content-menu form .pagers input[type=button]:hover {
background: #ff6600;
border-color: #ff6600;
color: #fff;
}
.sub-content-menu form .pagers input[type=button].active {
background: #666;
color: #fff;
border-color: #666;
cursor: default;
}
.sub-content-menu form .src-bar {
display: inline-block;
}
.product-list {
display: table;
width: 100%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
margin-top: 20px;
}
.product-list.detail-page {
width: 980px;
}
.product-list.detail-page li a label {
margin: 0 -10px;
}
.product-list .title {
font-size: 21px;
font-weight: 700;
display: block;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 30px;
}
.product-list li.items {
list-style: none;
margin: 0 -1px;
width: 25%;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding: 10px;
}
.product-list li.items:hover {
position: relative;
z-index: 1;
}
.product-list li.items .status {
width: 100%;
height: 50px;
display: block;
text-align: left;
margin: 5px 0 -55px 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status span {
display: inline-block;
padding: 0px 3px 0px 4px;
font-weight: 600;
text-transform: uppercase;
margin: 5px 0 5px 5px;
color: #fff;
position: relative;
z-index: 1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status span.new {
background-color: #09c570;
}
.product-list li.items .status span.sale {
background-color: #EF4637;
}
.product-list li.items .status span:nth-child(2) {
margin-left: -1px;
}
.product-list li.items .status .item-fav {
text-indent: -99999px;
width: 38px;
height: 30px;
float: right;
margin: 4px 16px -18px -43px;
background: url(../image/i-fav-grey.svg) center no-repeat;
background-size: contain;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items .status .item-fav:hover,
.product-list li.items .status .item-fav.active {
background-image: url(../image/i-fav-red.svg);
}
.product-list li.items a {
display: block;
padding: 5px;
text-decoration: none;
text-align: center;
font-size: 12px;
font-weight: 600;
border: 1px solid transparent;
background: url(../image/gmx-wm.svg) top center no-repeat #fff;
background-size: 100% auto;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a .pict {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.product-list li.items a .pict img {
display: block;
width: 100%;
height: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a label {
display: block;
}
.product-list li.items a label strong {
display: block;
line-height: 14px;
padding: 0 5px;
font-weight: 600;
font-size: 11px;
}
.product-list li.items a label strong u {
display: block;
text-decoration: none;
opacity: 0.7;
font-weight: 600;
}
.product-list li.items a label::after {
display: block;
width: 40%;
border-bottom: 1px solid #ccc;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
content: '';
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.product-list li.items a .price {
display: block;
margin-bottom: 10px;
}
.product-list li.items a .price span {
color: red;
display: inline-block;
padding: 0 3px;
text-decoration: line-through;
}
.product-list li.items a .size {
display: block;
padding-bottom: 10px;
}
.product-list li.items a .size em {
font-style: normal;
font-size: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
width: 20px;
height: 15px;
}
.product-list li.items a .size em.kosong {
color: #999;
}
.product-list li.items a .size em.kosong::after {
content: '';
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
display: block;
width: 20px;
height: 1px;
position: absolute;
background: #999;
}
.product-list li.items a:hover {
-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.product-list li.items a:hover label::after {
border-bottom-color: #f60;
width: 70%;
}
.product-list li.items a:hover .pict img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}
.product-list li.items a.sold .pict {
background: #000;
}
.product-list li.items a.sold .pict img {
opacity: 0.9;
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}
.product-list li.items a.sold .pict::after {
content: 'SOLD';
display: block;
position: absolute;
font-size: 16px;
padding: 3px 10px;
font-weight: 700;
border: 2px solid #fff;
color: #fff;
background: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
letter-spacing: 5px;
}
.filter-stage {
display: table;
width: 95%;
max-width: 1040px;
margin: 0 auto;
padding: 0;
margin-top: 20px;
text-align: right;
}
.filter-stage .titlena {
float: left;
font-size: 16px;
font-weight: 700;
}
.filter-stage .filter-form {
display: inline-table;
}
.filter-stage .filter-form .filter-but {
display: block;
border: 1px solid #ddd;
padding: 4px 0;
width: 78px;
text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filter-but img {
display: inline-block;
vertical-align: middle;
height: 16px;
width: auto;
margin-right: 5px;
filter: invert(100%);
opacity: 0.5;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filter-but:hover {
border-color: #000;
cursor: pointer;
}
.filter-stage .filter-form .filter-but:hover img {
opacity: 1;
}
.filter-stage .filter-form .filters {
display: none;
position: absolute;
width: 160px;
margin-left: -110px;
margin-top: -1px;
z-index: 3;
background: #333;
color: #fff;
padding: 5px 15px 15px 15px;
text-align: left;
}
.filter-stage .filter-form .filters strong {
display: block;
padding: 10px 0 5px 0;
}
.filter-stage .filter-form .filters input {
display: none;
}
.filter-stage .filter-form .filters label {
display: block;
cursor: pointer;
padding: 5px 0;
opacity: 0.7;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters label::before {
content: '';
display: inline-block;
vertical-align: middle;
border: 2px solid #fff;
width: 14px;
height: 14px;
margin-top: -2px;
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters input:checked + label {
opacity: 1;
}
.filter-stage .filter-form .filters input:checked + label::before {
background: #fff;
}
.filter-stage .filter-form .filters .terapkanlah {
display: block;
width: 100%;
padding: 7px 0;
text-align: center;
color: #333;
background: #999;
border: none;
cursor: pointer;
font-weight: 700;
font-size: 14px;
margin-top: 10px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.filter-stage .filter-form .filters .terapkanlah:hover {
background: #fff;
}
.filter-stage .filter-form.show .filter-but {
background: #333;
border-color: #333;
color: #fff;
}
.filter-stage .filter-form.show .filter-but img {
filter: invert(0);
opacity: 1;
}
.filter-stage .filter-form.show .filters {
display: table;
}
.pagging {
display: table;
max-width: 90%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 12px;
}
.pagging a {
display: inline-block;
border: 1px solid #ccc;
margin: 2px;
width: 30px;
height: 30px;
text-align: center;
text-decoration: none;
line-height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.pagging a:hover {
color: #ff6600;
border-color: #ff6600;
}
.pagging a.current {
border-color: #f60;
color: #fff;
background: #f60;
cursor: default;
}
.detail-product {
display: table;
margin: auto;
width: 980px;
}
.detail-product .directory {
display: block;
color: #999;
padding: 30px 0 30px 30px;
}
.detail-product .directory a {
display: inline-block;
color: #999;
text-decoration: none;
margin: 0 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .directory a:hover {
color: #ff6600;
}
.detail-product .directory a:first-child {
margin-left: 0;
}
.detail-product .directory a:last-child {
margin-right: 0;
}
.detail-product .left-place {
float: left;
width: 500px;
display: table;
margin-left: 30px;
padding-bottom: 35px;
}
.detail-product .left-place .det-fav {
float: right;
width: 43px;
height: 35px;
background: url(../image/i-fav-grey.svg) center no-repeat;
background-size: auto 35px;
position: relative;
z-index: 3;
margin: 2px 3px 0 -50px;
}
.detail-product .left-place .det-fav:hover,
.detail-product .left-place .det-fav.active {
background-image: url(../image/i-fav-red.svg);
}
.detail-product .left-place .tag-hemat {
display: block;
background: #f60;
color: #fff;
margin: 5px 5px -100px -100px;
height: 45px;
float: right;
position: relative;
z-index: 3;
font-weight: 700;
padding: 0 8px;
}
.detail-product .left-place .tag-hemat span {
display: block;
font-size: 23px;
line-height: 16px;
}
.detail-product .left-place .status {
position: absolute;
z-index: 3;
display: table;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .left-place .status span {
display: table;
color: #fff;
padding: 2px 8px 1px 8px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
text-indent: inherit;
background: #fff;
margin-top: 5;
margin-left: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.detail-product .left-place .status span.new {
background-color: #09c570;
}
.detail-product .left-place .status span.sale {
background-color: #EF4637;
}
.detail-product .left-place .status span.sold {
background-color: #333;
}
.detail-product .left-place .lSSlideOuter {
max-width: 500px;
}
.detail-product .left-place .lSSlideOuter li img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.detail-product .right-place {
float: right;
width: 380px;
display: table;
margin-right: 30px;
padding: 0;
padding-bottom: 20px;
}
.detail-product .right-place h1,
.detail-product .right-place h2,
.detail-product .right-place h3,
.detail-product .right-place h4 {
margin: 0;
padding: 0;
line-height: normal;
display: block;
}
.detail-product .right-place h1 {
font-size: 26px;
font-weight: 600;
}
.detail-product .right-place h2 {
font-size: 18px;
margin-bottom: 10px;
}
.detail-product .right-place h3 {
font-size: 26px;
margin-bottom: 10px;
}
.detail-product .right-place h3 span {
display: inline-block;
font-size: 16px;
color: #EF4637;
text-decoration: line-through;
margin-left: 10px;
}
.detail-product .right-place h4 {
font-size: 14px;
margin-bottom: 20px;
font-weight: 400;
}
.detail-product .right-place .field {
display: table;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding-bottom: 10px;
width: 100%;
}
.detail-product .right-place .field.warning {
border-bottom: 2px solid #ff3737;
}
.detail-product .right-place .field label {
display: inline-block;
width: 140px;
padding: 7px 0 5px 0;
}
.detail-product .right-place .field label .size-button {
display: none;
font-style: normal;
padding: 1px 10px;
background: #ff6600;
font-size: 12px;
font-weight: 700;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .field label .size-button:hover {
background: #333;
cursor: pointer;
}
.detail-product .right-place .field .radio-option {
display: inline-table;
padding-right: 5px;
max-width: 210px;
width: 210px;
float: right;
margin-top: 5px;
margin-bottom: 0px;
text-align: right;
}
.detail-product .right-place .field .radio-option em {
display: inline-block;
width: 41px;
height: 41px;
cursor: pointer;
text-align: center;
font-style: normal;
border: 2px solid #333;
vertical-align: middle;
margin-top: 2px;
margin-right: 2px;
margin-left: 2px;
margin-bottom: 2px;
font-size: 21px;
line-height: 42px;
}
.detail-product .right-place .field .radio-option em.kosong label::before,
.detail-product .right-place .field .radio-option em.kosong label::after {
display: block;
width: 49px;
height: 2px;
position: absolute;
content: '';
background: #f00;
opacity: 0.7;
}
.detail-product .right-place .field .radio-option em.kosong label::before {
margin: 19px 0 0 -4px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.detail-product .right-place .field .radio-option em.kosong label::after {
margin: -23px 0 0 -4px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
.detail-product .right-place .field .radio-option em input[type="radio"] {
opacity: 0;
position: absolute;
width: 41px;
height: 41px;
padding: 0;
z-index: 5;
display: block;
cursor: pointer;
}
.detail-product .right-place .field .radio-option em label {
position: absolute;
width: 41px;
height: 41px;
padding: 0;
display: block;
}
.detail-product .right-place .field .radio-option em input[type="radio"]:checked + label {
background: orange;
}
.detail-product .right-place .field select {
outline: none;
border: none;
font: 18px "Poppins", "century", Arial;
background: none;
padding: 5px 30px 5px 10px;
cursor: pointer;
margin-right: 10px;
background: url(../image/select-arrow.png) center right no-repeat;
display: inline-block;
float: right;
max-width: 200px;
}
.detail-product .right-place #errMsg i,
.detail-product .right-place #errMsgB i {
display: block;
margin: 20px 0 0 0;
color: #fff;
font-size: 14px;
padding: 7px 15px 8px 30px;
background: url(../image/warning-icon.png) no-repeat #ff3737;
background-size: 18px 18px;
background-position: 7px 5px;
line-height: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.detail-product .right-place .detail-splite {
display: block;
padding-left: 65px;
margin-top: 20px;
}
.detail-product .right-place .detail-splite .button {
background: #ff6600;
color: #fff;
font-size: 24px;
font-weight: 700;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 60px;
cursor: pointer;
width: 100%;
border: none;
outline: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .detail-splite .button:hover {
background: #ea6003;
}
.detail-product .right-place .detail-splite .fav-but {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background: url(../image/i-fav-grey.svg) center no-repeat #fff;
border: 2px solid #999;
background-size: 70% auto;
float: left;
margin-left: -65px;
box-sizing: border-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-product .right-place .detail-splite .fav-but:hover {
border-color: #F93E4C;
background-image: url(../image/i-fav-red.svg);
}
.detail-product .right-place .detail-splite .fav-but.active {
border-color: #F93E4C;
background-color: #F93E4C;
background-image: url(../image/i-fav-white.svg);
}
.detail-bottom {
display: block;
margin: 0 auto;
margin-bottom: 25px;
width: 90%;
max-width: 980px;
box-sizing: border-box;
background: #f5f5f5;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.detail-bottom .hide {
display: none !important;
}
.detail-bottom .debot-nav {
display: table;
width: 100%;
box-sizing: border-box;
background: #e5e5e5;
margin: 0;
padding: 0;
}
.detail-bottom .debot-nav li {
display: block;
float: left;
padding: 10px 15px;
margin: 0;
list-style: none;
border-right: 1px solid #f5f5f5;
font-weight: 600;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .debot-nav li.current {
background: #f5f5f5;
color: #f60;
cursor: default;
}
.detail-bottom .debot-nav li:hover {
color: #f60;
}
.detail-bottom .debot-comment ul {
display: block;
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
}
.detail-bottom .debot-comment ul li {
display: block;
list-style: none;
box-sizing: border-box;
padding: 15px;
border-bottom: 1px solid #ddd;
}
.detail-bottom .debot-comment ul li:last-child {
border-bottom: none;
}
.detail-bottom .debot-comment ul li .profile {
display: block;
padding-left: 60px;
min-height: 50px;
}
.detail-bottom .debot-comment ul li .profile .initial {
display: flex;
justify-content: center;
align-items: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background: #f60;
color: #fff;
float: left;
margin-left: -60px;
width: 50px;
height: 50px;
font-size: 28px;
font-weight: 700;
}
.detail-bottom .debot-comment ul li .profile .name {
display: block;
font-weight: 700;
}
.detail-bottom .debot-comment ul li .profile .time {
display: block;
font-size: 10px;
}
.detail-bottom .debot-comment ul li .profile .star {
display: table;
}
.detail-bottom .debot-comment ul li .profile .star img {
display: inline-block;
float: left;
margin-right: 2px;
vertical-align: middle;
height: 10px;
width: auto;
}
.detail-bottom .debot-comment ul li .profile .star img.gray {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.5;
}
.detail-bottom .debot-comment ul li .content {
display: block;
font-size: 12px;
padding-left: 60px;
text-align: justify;
}
.detail-bottom .debot-comment .more {
display: block;
text-align: center;
padding: 10px;
border-top: 1px solid #ddd;
font-weight: 700;
font-size: 12px;
color: #333;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .debot-comment .more:hover {
color: #f60;
}
.detail-bottom .input-comment {
display: block;
padding: 15px;
}
.detail-bottom .input-comment .field {
display: block;
padding-left: 100px;
font-size: 12px;
margin-bottom: 10px;
}
.detail-bottom .input-comment .field::before {
content: attr(data-title);
float: left;
margin-left: -100px;
display: block;
}
.detail-bottom .input-comment .field input,
.detail-bottom .input-comment .field textarea,
.detail-bottom .input-comment .field select {
box-sizing: border-box;
width: 100%;
border: 1px solid #eee;
background: #fff;
padding: 3px 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-bottom .input-comment .field input:focus,
.detail-bottom .input-comment .field textarea:focus,
.detail-bottom .input-comment .field select:focus {
border-color: #FF6600;
}
.detail-bottom .input-comment .field textarea {
height: 80px;
}
.detail-bottom .input-comment .field select {
background: url(../image/arrod-dwn.png) 35px 10px no-repeat #ffffff;
background-size: 6px auto;
}
.detail-bottom .input-comment .field.button input {
padding: 10px 10px;
text-align: center;
background: #FF6600;
color: #fff;
font-weight: 700;
cursor: pointer;
border: none;
}
.detail-bottom .input-comment .field.button input:hover {
background: #e65c00;
}
.dp-place {
display: inline-block;
float: right;
background: url(../image/arrod-dwn.png) center right no-repeat;
}
.dp-place .dp-name {
display: inline-block;
vertical-align: middle;
width: 150px;
text-align: left;
padding: 7px 25px 3px 0;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 212px;
}
.dp-place.active {
background: url(../image/arrod-dup.png) center right no-repeat;
}
.dropdown-product {
display: none;
position: absolute;
z-index: 999;
width: 250px;
height: 250px;
overflow: hidden;
border: 1px solid #ccc;
margin-left: -15px;
}
.dropdown-product.active {
display: block;
}
.dropdown-product .wrapped {
display: block;
width: 270px;
height: 270px;
overflow-y: auto;
overflow-x: hidden;
background: #333;
}
.dropdown-product ul {
display: table;
width: 240px;
text-align: left;
margin: 0;
padding: 0;
margin-bottom: 25px;
}
.dropdown-product ul li {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 250px;
height: 70px;
background: #ddd;
border-bottom: 1px solid #ccc;
}
.dropdown-product ul li input[type="radio"] {
display: block;
width: 250px;
height: 70px;
margin-bottom: -70px;
margin-top: -2px;
padding: 0;
float: right;
position: relative;
z-index: 2;
cursor: pointer;
opacity: 0;
}
.dropdown-product ul li label.dp-on {
display: block;
width: auto !important;
padding: 0 40px 0 70px !important;
height: 70px;
}
.dropdown-product ul li label.dp-on img {
display: block;
width: 70px;
height: 70px;
float: left;
margin-left: -70px;
border-right: 1px solid #ccc;
}
.dropdown-product ul li label.dp-on .prods-title {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 40px 0 10px;
width: 90px;
margin-right: 13px;
height: 70px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.dropdown-product ul li label.dp-on .mark {
display: block;
float: right;
margin: 18px -22px -62px -16px;
}
.dropdown-product ul li label.dp-on .mark img {
width: 31px;
height: 31px;
float: right;
margin-left: 0;
border-right: none;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
}
.dropdown-product ul li input[type=radio]:checked + label {
background: #eee;
color: #333 !important;
}
.dropdown-product ul li input[type=radio]:checked + label .mark img {
opacity: 1;
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
}
.about {
max-width: 980px;
width: 90%;
display: table;
margin: auto;
}
.about .container {
display: block;
padding: 0 20px;
text-align: justify;
}
.about .container img {
max-width: 980px;
width: 100%;
height: auto;
}
.about .container .title {
display: block;
margin: 30px 0;
font-size: 24px;
font-weight: 700;
}
.about .container iframe {
width: 100% !important;
display: block;
height: 500px;
border: none;
outline: none;
overflow: hidden;
margin-bottom: 30px;
}
.about .container p {
text-align: justify;
}
.order-option {
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
top: 0;
left: 0;
position: fixed;
z-index: 999999999;
background: rgba(0, 0, 0, 0.9);
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.order-option.show {
display: flex;
}
.order-option .container {
display: inline-table;
padding: 20px 30px 25px 30px;
max-width: 700px;
color: #fff;
background: #000;
text-align: center;
font-size: 16px;
font-weight: 700;
margin: -50px 20px 20px 20px;
}
.order-option .container p {
padding: 0;
margin: 0;
margin-bottom: 20px;
}
.order-option .container a {
display: block;
margin: 5px -2px;
padding: 10px 20px;
font-size: 14px;
color: #fff;
background: #f60;
text-decoration: none;
margin: 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.order-option .container a:hover {
background: #ea6003;
}
.komentar-option {
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
top: 0;
left: 0;
position: fixed;
z-index: 999999999;
background: rgba(0, 0, 0, 0.9);
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.komentar-option.show {
display: flex;
}
.komentar-option .container {
display: inline-table;
padding: 20px 30px 25px 30px;
max-width: 700px;
color: #fff;
background: #000;
text-align: center;
font-size: 16px;
font-weight: 700;
margin: -50px 20px 20px 20px;
}
.komentar-option .container p {
padding: 0;
margin: 0;
margin-bottom: 20px;
}
.komentar-option .container a {
display: block;
margin: 5px -2px;
padding: 10px 20px;
font-size: 14px;
color: #fff;
background: #f60;
text-decoration: none;
margin: 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.komentar-option .container a:hover {
background: #ea6003;
}
#ksne .tab-menu {
display: table;
margin: auto;
margin-top: 30px;
width: 90%;
border: 1px solid #333;
max-width: 650px;
}
#ksne .tab-menu span {
width: 30%;
float: left;
font-size: 18px;
font-weight: 700;
padding: 10px 0;
border-left: 1px solid #333;
margin-left: -1px;
text-indent: 20px;
}
#ksne .tab-menu span.active {
background: #f60;
color: #fff;
}
#ksne .tab-menu span:first-child {
width: 40%;
border-left: none;
margin-left: 0;
}
.cart-items {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-top: 20px;
padding: 0;
}
.cart-items li {
display: block;
list-style: none;
padding: 5px 35px 0 75px;
border: 1px solid #ccc;
color: #333;
margin: 0;
margin-bottom: 10px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li:hover {
border-color: #999;
}
.cart-items li:hover a.delete {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
.cart-items li:hover .detail {
border-top-color: #999;
}
.cart-items li .nama-event {
display: table;
color: #f60;
font-size: 12px;
font-weight: 700;
margin-left: -65px;
margin-bottom: 10px;
padding: 0;
}
.cart-items li .nama-event::before {
content: '';
width: 9px;
height: 9px;
display: inline-block;
background: url(../image/i-star.svg) center no-repeat;
background-size: auto auto;
background-size: 9px 9px;
margin-right: 5px;
}
.cart-items li .pict {
display: block;
width: 55px;
height: 55px;
float: left;
margin-left: -65px;
}
.cart-items li a.delete {
display: block;
float: right;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-top: -5px;
margin-right: -30px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li a.delete img {
width: 25px;
height: 25px;
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li a.delete:hover {
padding: 14px;
border: 1px solid #999;
background: #fff;
margin: -20px;
margin-right: -45px;
}
.cart-items li a.delete:hover img {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
.cart-items li .content {
display: block;
padding-top: 5px;
}
.cart-items li .content label {
font-weight: 700;
display: table;
width: 100%;
margin-bottom: 15px;
font-size: 16px;
min-height: 60px;
margin-top: -5px;
}
.cart-items li .content label div {
display: table;
margin-top: 5px;
width: 100%;
font-size: 14px;
padding: 4px 0 4px 0;
border-top: 1px dotted #ccc;
font-weight: normal;
}
.cart-items li .content label div b {
padding: 2px 5px;
background: #333;
margin: 2px 0;
color: #fff;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
vertical-align: middle;
letter-spacing: 0.05em;
}
.cart-items li .detail {
display: block;
color: #333;
margin: -10px -35px 0 -75px;
padding: 10px;
text-align: right;
border-top: 1px solid #ccc;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.cart-items li .detail span {
display: inline-block;
vertical-align: top;
font-size: 16px;
margin-left: 20px;
}
.cart-items li .detail span i {
font-style: normal;
font-size: 11px;
display: inline-block;
vertical-align: top;
margin-right: 2px;
margin-top: 2px;
color: #888;
font-weight: 700;
}
.cart-items li .detail span input {
width: 25px;
text-align: center;
border: none;
outline: none;
padding: 3px 0;
border: 1px solid #ccc;
}
.cost {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-bottom: 10px;
}
.cost .places {
display: table;
width: 100% !important;
}
.cost .places .items {
display: block;
padding: 10px 0 10px 130px;
border-bottom: 1px solid #ddd;
text-align: right;
}
.cost .places .items.voucher {
background: none!important;
}
.cost .places .items label {
float: left;
margin-left: -130px;
text-align: left;
}
.cost .places .items span {
display: inline-block;
width: 100px;
}
.cost .places .items span::before {
content: 'Rp.';
display: block;
float: left;
}
.cost .places .items.grand {
font-weight: 700;
}
.cost .places .items.grand span {
border-bottom: 1px solid #f73939;
color: #f73939;
}
.cost .places .items input,
.cost .places .items select {
display: inline-block;
margin-left: -2px;
border: 1px solid #f60;
height: 27px;
padding: 0 10px;
width: auto;
max-width: none;
}
.cost .places .items input.button,
.cost .places .items select.button {
border-color: #f60;
background: #f60;
height: 29px;
color: #fff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
@-moz-document url-prefix() {
.cost .places .items input.button,
.cost .places .items select.button {
height: 29px;
}
}
.cost .places .items input.button:hover,
.cost .places .items select.button:hover {
background: #f05500;
border-color: #f05500;
border-left-color: #f60;
}
.cost .places .items select {
padding-right: 25px;
height: 29px;
}
.cost .title-bayar {
font-size: 18px;
font-weight: 900;
display: block;
padding: 20px 0;
color: #f60;
text-transform: uppercase;
}
.cost .notif {
display: block;
border: 2px solid #f60;
padding: 15px 20px;
text-align: center;
color: #f60;
font-weight: 700;
margin: 10px 0;
}
.but-family {
display: table;
width: 90%;
max-width: 650px;
margin: auto;
margin-bottom: 10px;
text-align: center;
}
.but-family .left {
display: block;
float: left;
width: 49%;
}
.but-family .right {
display: block;
float: right;
width: 49%;
}
.but-family .but {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 51px;
line-height: 17px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
color: #fff;
border: none;
outline: none;
cursor: pointer;
background: #f60;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.but-family .but:hover {
background-color: #ea6003;
}
.m-table {
display: table;
width: 90%;
max-width: 650px;
/* optional */
margin: 0 auto;
padding: 0;
}
.m-table input,
.m-table textarea,
.m-table select {
border: 0;
display: block;
width: 100%;
}
.m-table li {
display: block;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 5px;
padding: 0 0 0 130px;
}
.m-table li label {
display: block;
float: left;
margin-left: -130px;
}
.m-table li em {
font-style: normal;
display: block;
padding: 7px 10px;
border: 1px solid #ddd;
}
.m-table li em textarea {
max-width: 100%;
max-height: 60px;
height: 60px;
}
.m-table li em.action {
letter-spacing: -0.5em;
}
.m-table li em.action input {
display: inline-block;
width: 50% !important;
}
.m-table li em.action input[type="button"],
.m-table li em.action input[type="submit"] {
text-align: center;
letter-spacing: normal;
font-weight: 700;
background: #f60;
color: #fff;
text-transform: uppercase;
cursor: pointer;
margin: -9px -20px -19px 10px;
height: 34px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.m-table li em.action input[type="button"]:hover,
.m-table li em.action input[type="submit"]:hover {
background-color: #f05500 !important;
}
.m-table li .error span {
display: block;
padding-top: 3px;
border-top: 2px solid red;
color: red;
font-size: 12px;
}
.cart-empty {
display: table;
margin: 20px auto;
text-align: center;
padding: 40px 20px 20px 20px;
font-size: 16px;
max-width: 350px;
}
.cart-empty::after {
content: '';
width: 40%;
height: 3px;
display: block;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 10px;
background: #333;
}
.cart-empty img {
display: block;
margin: 0 auto;
width: 52px;
height: auto;
}
.cart-empty strong {
display: block;
font-size: 26px;
font-weight: 700;
color: #f60;
}
.popup-place {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
}
.popup-place.show {
display: flex;
}
.popup-place .wrapped {
display: inline-table;
margin: -50px 0 0 0;
}
.popup-place .wrapped .container {
display: table;
padding: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.popup-place .wrapped .container .closed {
display: block;
width: 25px;
height: 25px;
background: url(../image/close.png) center no-repeat #333;
background-size: 70% 70%;
border: 5px solid #fff;
float: right;
margin: -40px -40px -40px -40px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.popup-place .wrapped .container .closed:hover {
cursor: pointer;
background-color: #f00;
}
.warning-place .error {
display: none;
padding: 6px 12px 6px 30px;
background: url(../image/warning-icon.png) 5px 5px no-repeat #ff3737;
background-size: 16px 16px;
color: #fff;
font-size: 12px;
margin-bottom: 1px;
text-align: left;
}
.warning-place .error:last-child {
margin-bottom: 20px;
}
.warning-place .error.show {
display: block;
}
.warning-place .success {
display: none;
padding: 6px 12px 6px 30px;
background: url(../image/warning-icon.png) 5px 5px no-repeat #ff6600;
background-size: 16px 16px;
color: #fff;
font-size: 12px;
margin-bottom: 1px;
text-align: left;
}
.warning-place .success:last-child {
margin-bottom: 20px;
}
.warning-place .success.show {
display: block;
}
.konfirmasi-page {
display: table;
max-width: 450px;
width: 90%;
margin: auto;
padding: 25px 0;
}
.konfirmasi-page .title-konfirmasi {
display: block;
margin-bottom: 30px;
font-size: 24px;
font-weight: 700;
letter-spacing: 2px;
text-align: center;
}
.konfirmasi-page ul,
.konfirmasi-page li {
list-style: none;
margin: 0;
padding: 0;
}
.konfirmasi-page ul {
width: 100%;
margin: 20px 0;
}
.konfirmasi-page ul li {
display: block;
margin-bottom: 10px;
}
.konfirmasi-page ul li .row {
font-style: normal;
display: block;
padding: 3px 10px;
border: 1px solid #999;
margin-top: 3px;
}
.konfirmasi-page ul li .row select,
.konfirmasi-page ul li .row input {
border: none;
width: 100%;
font-size: 14px;
outline: none;
padding: 7px 0;
border-bottom: 2px solid transparent;
}
.konfirmasi-page ul li .row:nth-child(2) {
text-align: right;
}
.konfirmasi-page ul li .button {
border: none;
width: 100% !important;
padding: 15px 0;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
color: #fff;
text-align: center;
background: #ff6600;
border-color: #ff6600;
cursor: pointer;
width: 100%;
border-bottom: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.konfirmasi-page ul li .button:hover {
background: #333;
border-color: #333;
}
.loc-title {
font: 32px 'BEBAS', arial;
display: block;
font-weight: 700;
margin: auto;
padding: 30px 0 0 0;
text-transform: uppercase;
max-width: 897px;
width: 90%;
}
.location {
max-width: 898px;
width: 90%;
display: table;
margin: auto;
padding-bottom: 50px;
}
.location .container {
display: block;
}
.location .container .title {
display: block;
margin: 30px 0 20px 0;
font-size: 21px;
font-weight: 700;
border-bottom: 1px solid #999;
}
.location .container .title span {
display: inline-block;
background: #fff;
padding-right: 8px;
}
.location .loc-list {
display: table;
margin: 0;
padding: 0;
width: 100%;
}
.location .loc-list li {
list-style: none;
width: 33.3%;
margin: 0;
padding: 0;
display: inline-table;
margin-right: -3px;
vertical-align: top;
}
.location .loc-list li div {
display: block;
padding: 5px 10px 10px 0;
}
.location .loc-list li div img {
width: 100%;
height: auto;
display: block;
margin-bottom: 10px;
background-color: #ccc;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.location .loc-list li div label {
display: block;
margin-bottom: 5px;
font-weight: 700;
color: #f60;
}
.fs-location {
max-width: 897px;
width: 90%;
display: table;
margin: 20px auto;
background: #333;
}
.fs-location .left {
display: block;
float: left;
width: 60%;
max-width: 500px;
background: #111;
}
.fs-location .left img {
width: 100%;
height: auto;
display: block;
}
.fs-location .right {
display: block;
float: left;
width: 40%;
color: #fff;
margin-left: -2px;
}
.fs-location .right .content {
display: table;
padding: 20px 25px;
}
.fs-location .right .content .address {
display: block;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
}
.fs-location .right .content a {
display: table;
padding: 4px 15px 3px 15px;
border: 2px solid #fff;
color: #fff;
font-weight: 700;
margin-bottom: 25px;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.fs-location .right .content a:hover {
color: #f60;
border-color: #f60;
}
.fs-location .right .content .buka {
display: table;
}
.fs-location .right .content .buka span {
display: block;
font-weight: 700;
}
.fs-location .right .content .buka label {
display: inline-block;
width: 80px;
}
.sosmed-place {
display: table;
width: 100%;
margin-bottom: 30px;
margin-top: -20px;
text-align: right;
}
.sosmed-place strong {
display: inline-block;
vertical-align: middle;
font-weight: 700;
font-size: 18px;
margin-right: 5px;
}
.sosmed-place .sosmed {
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
overflow: hidden;
line-height: 200px;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-left: 5px;
text-decoration: none;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.sosmed-place .sosmed:hover {
cursor: pointer;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.sosmed-place .sosmed.fb {
background-image: url(../image/s_facebook.png);
}
.sosmed-place .sosmed.tw {
background-image: url(../image/s_twitter.png);
}
.sosmed-place .sosmed.ig {
background-image: url(../image/s_instagram.png);
}
.sosmed-place .sosmed.gp {
background-image: url(../image/s_google-plus.png);
}
.sosmed-place .sosmed.ln {
background-image: none;
}
.line-konfir {
text-align: center;
}
.line-konfir.mobile {
display: none;
}
.line-konfir a {
display: table;
margin: 5px auto;
padding: 10px 20px 10px 55px;
background: url(../image/line-logo.png) 8px 8px no-repeat #3ace01;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
font-weight: 900;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.line-konfir a:hover {
background-color: #30ac00;
}
.line-konfir span {
display: block;
font-size: 12px;
font-weight: 600;
margin: 10px 0;
}
.line-konfir span em {
display: inline-block;
margin: 0 10px;
vertical-align: middle;
width: 100px;
height: 2px;
background: #333;
}
.ongkir td {
vertical-align: top !important;
}
.ongkir td i {
font-style: normal;
float: left;
}
.ongkir td div {
display: block;
}
.ongkir td div span {
display: inline-block;
vertical-align: top;
}
.ongkir td div span b {
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin-bottom: 15px;
}
.ongkir td div strong {
display: inline-block;
vertical-align: top;
width: 150px;
}
.ongkir td div em {
vertical-align: top;
display: inline-block;
}
.ongkir td div em label {
display: block;
width: 31px;
height: 31px;
border: 2px solid #333;
margin-left: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.ongkir td div em input[type=radio] {
opacity: 0;
display: block;
width: 33px;
height: 33px;
margin: 0 0 0 31px;
position: absolute;
cursor: pointer;
}
.ongkir td div em input[type=radio]:checked {
cursor: default;
}
.ongkir td div input[type=radio]:checked + label {
background: #333;
}
.ongkir td div input[type=radio]:checked + label::before {
content: '';
position: absolute;
display: block;
width: 18px;
height: 9px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 6px 0 0 5px;
}
#pvcr {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
background: rgba(0, 0, 0, 0.8);
font-size: 16px;
text-transform: uppercase;
}
#pvcr.move {
display: none !important;
}
#pvcr div {
display: inline-table;
padding: 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
#pvcr div b {
display: block;
font-size: 21px;
font-weight: 700;
color: #f60;
}
#pvcr div strong {
display: block;
font-size: 21px;
font-weight: 700;
}
#pvcr div span.close-pvcr {
display: table;
padding: 10px 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background: #333;
color: #fff;
text-transform: uppercase;
margin: auto;
margin-top: 20px;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
#pvcr div span.close-pvcr:hover {
background-color: #f60;
}
#pvcr div span.close-pvcr::before {
display: none !important;
}
.loading-section {
display: none;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.6);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999;
}
.loading-section span {
display: inline-block;
padding: 10px;
width: 48px;
height: 48px;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
opacity: 0.5;
}
.why-geoff {
display: block;
padding: 30px 20px;
background: #f3f3f3;
border-top: 1px solid #ddd;
}
.why-geoff span {
display: block;
text-align: center;
font: 32px 'BEBAS', arial;
padding-bottom: 20px;
color: #000;
text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
animation: 3s text-orange infinite;
}
.why-geoff ul {
display: table;
width: 100%;
max-width: 980px;
margin: 0 auto;
margin-bottom: 30px;
padding: 0 !important;
}
.why-geoff ul li {
list-style: none;
display: inline-block;
vertical-align: top;
width: 33.3333333%;
margin: 0 -2px;
}
.why-geoff ul li div {
display: block;
padding: 10px 20px;
text-align: center;
font-weight: 500;
}
.why-geoff ul li div img {
display: table;
margin: auto;
margin-bottom: 10px;
height: 100px;
width: auto;
}
.why-geoff ul li div img.girls-icon {
display: none;
}
.why-geoff ul li:nth-child(2) div {
border-left: 1px dotted #999;
border-right: 1px dotted #999;
}
.why-geoff .bank {
display: table;
margin: auto;
text-align: center;
}
.why-geoff .bank span {
font-size: 21px;
letter-spacing: 2px;
padding-bottom: 10px;
}
.why-geoff .bank img {
margin: 10px;
display: inline-block;
vertical-align: middle;
height: 31px;
widows: auto;
}
.product-desc {
display: none;
text-align: justify;
clear: both;
font-size: 0.9em;
}
.product-desc.desktop {
display: block;
padding-top: 10px;
}
.product-desc.mobile {
display: none;
}
.detail-help {
display: table;
width: 100%;
padding-top: 20px;
text-align: center;
margin-bottom: 20px;
}
.detail-help .caber,
.detail-help .size-button {
display: block;
background: #333;
color: #fff;
text-align: center;
cursor: pointer;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-help .caber div,
.detail-help .size-button div {
display: block;
padding: 16px 10px 13px 10px;
font-size: 19px;
font-weight: 900;
line-height: 21px;
}
.detail-help .caber:hover,
.detail-help .size-button:hover {
background: #f60;
}
.detail-help .size-button {
float: left;
width: 61%;
}
.detail-help .caber {
float: right;
width: 35%;
}
.detail-help b {
display: block;
clear: both;
padding: 15px 0;
font-weight: normal;
}
.detail-help .line-button {
display: table;
margin: auto;
padding: 5px 0 5px 55px;
background: url(https://www.geoff-max.com/assets/image/line-logo.png) left center no-repeat #3ace01;
border: solid #3ace01;
border-width: 5px 20px 5px 20px;
color: #fff;
font-size: 21px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.detail-help .line-button:hover {
border-color: #30ac00;
background-color: #30ac00;
}
.guarantee {
display: table;
background: #eee;
width: 100%;
}
.guarantee .item {
display: flex;
justify-content: flex-start;
align-items: center;
border-bottom: 2px solid #fff;
}
.guarantee .item div {
display: block;
padding: 10px;
}
.guarantee .item div img {
width: 35px;
height: 35px;
margin-right: 10px;
vertical-align: middle;
}
.guarantee .item div span {
display: inline-block;
vertical-align: middle;
max-width: 300px;
line-height: 16px;
}
.guarantee .bank {
display: block;
padding: 15px;
text-align: center;
background: #f5f5f5;
}
.guarantee .bank strong {
display: inline-block;
margin-bottom: 10px;
}
.checkout-loading {
display: none;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
color: #999;
}
.checkout-loading.active {
display: flex;
}
.checkout-loading img {
margin-right: 10px;
animation: raotations linear 0.5s;
-webkit-animation: raotations linear 0.5s;
-moz-animation: raotations linear 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
}
@keyframes raotations {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
@-moz-keyframes raotations {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(-360deg);
}
}
@-webkit-keyframes raotations {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
.checkout-loading span {
color: #fff;
font-weight: 600;
}
.checkout-loading span::after {
animation: dot 1s infinite;
content: '.';
float: right;
display: inline-block;
width: 20px;
margin-right: -20px;
}
@keyframes dot {
0% {
content: '.';
}
15% {
content: '. .';
}
30% {
content: '. . .';
}
45% {
content: '. .';
}
60% {
content: '.';
}
75% {
content: '';
}
90% {
content: '.';
}
}
.thanks {
display: table;
margin: auto;
max-width: 100% !important;
font-size: 16px;
}
.thanks h1 {
display: block;
margin-bottom: 10px;
padding: 0;
font-size: 26px;
}
.thanks .langkah {
background: #eee;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
margin: 20px 0 0 0;
max-width: 750px;
}
.thanks .langkah .title {
font-size: 24px;
font-weight: 700;
padding: 25px 10px;
background: #333;
text-transform: uppercase;
color: #fff;
display: block;
clear: both;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.thanks .langkah .title.red {
background: #e24949;
}
.thanks .langkah strong {
font-weight: 700;
color: #f60;
}
.thanks .langkah .wrapped {
display: block;
padding: 20px;
}
.thanks .langkah .wrapped .nominal {
display: block;
max-width: 350px;
background: #f60;
padding: 10px;
font-weight: 700;
font-size: 29px;
color: #fff;
margin: 10px auto;
}
.thanks .langkah .wrapped .nominal span {
display: block;
font-size: 18px;
}
.thanks .langkah .wrapped .bank-info {
display: block;
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.thanks .langkah .wrapped .bank-info li {
display: inline-block;
width: 50%;
margin: 0 -2px 0 -2px;
padding: 0;
vertical-align: top;
}
.thanks .langkah .wrapped .bank-info li:first-child .container,
.thanks .langkah .wrapped .bank-info li:nth-child(2) .container {
border-top: 1px solid #ccc;
}
.thanks .langkah .wrapped .bank-info li .container {
display: block;
padding: 20px 0;
margin: 0 3px;
border-bottom: 1px solid #ccc;
}
.thanks .langkah .wrapped .bank-info li em {
display: inline-block;
font-style: normal;
margin-right: 20px;
}
.thanks .langkah .wrapped .bank-info li em:last-child {
display: block;
}
.thanks .langkah .wrapped .bank-info li em label {
display: block;
color: #f60;
font-size: 12px;
font-weight: 900;
}
.thanks .langkah .wrapped .bank-info li em label::after {
content: ':';
margin-left: 3px;
}
.thanks .langkah .wrapped .space-line {
display: block;
height: 2px;
background: #333;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
max-width: 70%;
}
.thanks .langkah .wrapped .but {
display: table;
margin: auto;
border: 2px solid #333;
padding: 10px 30px;
font-weight: 700;
text-decoration: none;
color: #333;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
margin-top: 10px;
}
.thanks .langkah .wrapped .but:hover {
border-color: #f60;
color: #f60;
}
.thanks .langkah .wrapped .num {
display: block;
margin-bottom: 15px;
padding-left: 25px;
text-align: left;
}
.thanks .langkah .wrapped .num::before {
display: block;
float: left;
margin-left: -25px;
}
.thanks .langkah .wrapped .num:first-child::before {
content: '1.';
}
.thanks .langkah .wrapped .num:nth-child(2)::before {
content: '2.';
}
.thanks .langkah .wrapped .num:nth-child(3)::before {
content: '3.';
}
.voucher {
display: block;
padding: 35px 20px;
background: #ddd;
border-top: 1px solid #999;
}
.voucher .container {
display: table;
margin: auto;
text-align: center;
}
.voucher .container .voucher-title {
display: block;
margin-bottom: 5px;
font: 21px 'BEBAS', arial;
letter-spacing: 1px;
color: #f60;
line-height: normal;
}
.voucher .container form {
display: table;
margin: 0 auto;
margin-top: 10px;
}
.voucher .container form .subs-note {
margin: auto;
}
.voucher .container form .subs-note .success {
display: block;
padding-bottom: 15px;
color: #36b44a;
}
.voucher .container form .subs-note .error {
display: block;
padding-bottom: 15px;
color: #f25656;
}
.voucher .container form input {
display: inline-block;
}
.voucher .container form input[type=text] {
width: 250px;
height: 41px;
line-height: 26px;
font: 13px 'Century', arial;
border: none;
outline: none;
padding: 0 15px;
vertical-align: middle;
background: #fff;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.voucher .container form input[type=text]:focus {
background: #fff;
}
.voucher .container form input[type=submit] {
cursor: pointer;
padding: 0 25px;
margin: -1px -2px 0 -2px;
height: 41px;
line-height: 26px;
color: #fff;
font: 19px 'BEBAS', arial;
border: none;
outline: none;
vertical-align: middle;
background: #36b44a;
text-align: center;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.voucher .container form input[type=submit]:hover {
background: #2d853b;
}
.items.voucher {
margin: 20px 0 !important;
padding-bottom: 20px !important;
background: #fff;
}
.items.voucher input {
height: 40px !important;
border: 1px solid #aaa !important;
}
.items.voucher input[type=text] {
background: #fff !important;
}
.items.voucher input[type=text]:focus {
border-color: #f60 !important;
}
.items.voucher input.button {
height: 42px !important;
background: #aaa !important;
border: 1px solid #aaa !important;
}
.items.voucher input.button:hover {
background: #f60 !important;
border: 1px solid #f60 !important;
}
.items.voucher select {
height: 40px !important;
background-color: #fff;
border: 1px solid #ccc !important;
}
.items.voucher select:focus {
border-color: #f60 !important;
}
.items.error,
.payment-type.error {
border-bottom-width: 2px !important;
animation: errorVouch 1s infinite;
color: #f60 !important;
}
@keyframes errorVouch {
0% {
border-color: #fff;
}
50% {
border-color: #f60;
}
100% {
border-color: #fff;
}
}
.loading-style {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 999999;
background: #fff;
color: #fff;
}
.loading-style.active {
display: flex;
}
.loading-style .count {
display: inline-table;
text-align: center;
background: #f60;
width: 210px;
padding: 40px 0;
animation-delay: 1s;
}
.loading-style .count img {
display: inline-block;
height: 30px;
width: auto;
}
.loading-style .count .anim {
display: block;
font: 28px 'BEBAS', arial;
letter-spacing: 2px;
margin: 10px auto;
}
.loading-style .count .anim::before {
content: '';
-webkit-animation: kick 6s infinite;
-moz-animation: kick 6s infinite;
animation: kick 6s infinite;
}
.loading-style .count span {
display: block;
-webkit-animation: fades 2s infinite;
-moz-animation: fades 2s infinite;
animation: fades 2s infinite;
}
.loading-style .close-loading {
display: block !important;
width: 51px;
height: 51px;
position: fixed;
cursor: pointer;
bottom: -30px;
right: -30px;
z-index: 9999999;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 40px solid rgba(0, 0, 0, 0.2);
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.loading-style .close-loading img {
width: 51px;
height: 51px;
display: block;
-webkit-filter: invert(0);
-moz-filter: invert(0);
filter: invert(0);
}
.no-result {
display: block;
margin: auto;
margin-top: 100px;
margin-bottom: 100px;
text-align: center;
font-size: 16px;
max-width: 350px;
}
.no-result img {
display: block;
margin: 0 auto;
width: 52px;
height: auto;
}
.no-result strong {
display: block;
font-size: 26px;
font-weight: 700;
color: #f60;
}
.size-guide {
display: table;
max-width: 980px;
width: 90%;
margin: 0 auto;
padding: 30px 0;
}
.size-guide .title {
display: block;
font-size: 32px;
font-style: italic;
font-weight: 900;
margin-bottom: 20px;
}
.size-guide .title span {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
font-weight: 700;
padding-bottom: 5px;
color: #999;
}
.size-guide .title span::before {
content: '/';
display: inline-block;
margin: 0 10px 0 2px;
}
.size-guide ul {
display: table;
width: 100%;
margin: 0 auto;
padding: 0;
}
.size-guide li {
display: block;
overflow: hidden;
margin: 0;
margin-bottom: 5px;
padding: 0;
list-style: none;
}
.size-guide li .item {
display: block;
background: #333;
color: #bbb;
font-style: italic;
font-weight: 900;
font-size: 28px;
padding: 3px 15px;
cursor: pointer;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.size-guide li .item:hover {
background: #111;
color: #f60;
padding-left: 25px;
}
.size-guide li .item::after {
content: '+';
float: right;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.size-guide li .container {
display: none;
width: 100%;
background: #e1e1e1;
}
.size-guide li .container .left {
float: left;
width: 50%;
display: table;
border-right: 1px dotted #333;
margin-right: -1px;
margin-top: 25px;
margin-bottom: 25px;
}
.size-guide li .container .right {
float: right;
width: 50%;
display: table;
margin-top: 25px;
margin-bottom: 25px;
}
.size-guide li .container .content {
display: block;
padding: 0 25px;
}
.size-guide li .container .content label {
display: block;
font-size: 21px;
font-style: italic;
font-weight: 700;
border-bottom: 1px solid #333;
margin-bottom: 20px;
text-transform: uppercase;
}
.size-guide li .container .content img {
max-height: 300px;
display: block;
margin: auto;
margin-bottom: 20px;
}
.size-guide li .container .content table {
width: 100%;
border-top: 1px solid #333;
border-left: 1px solid #333;
}
.size-guide li .container .content table tr:first-child td {
font-weight: 900;
}
.size-guide li .container .content table tr td {
border-bottom: 1px solid #333;
border-right: 1px solid #333;
text-align: center;
padding: 3px;
}
.size-guide li .container .content table tr td:first-child {
font-weight: 900;
background: #333;
color: #fff;
}
.size-guide li .container .content .note {
display: block;
text-align: justify;
text-transform: uppercase;
font-weight: 700;
}
.size-guide li .container .content .note strong {
color: #f60;
font-weight: 900;
}
.size-guide li.active .item {
color: #fff;
}
.size-guide li.active .item::after {
content: '-';
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.size-guide li.active .container {
display: table;
animation: 0.6s bounceInDown;
}
.payment-type {
display: block;
padding-top: 10px;
padding-left: 250px;
border-bottom: 1px solid #ddd;
}
.payment-type .titlena {
float: left;
margin-left: -250px;
display: block;
}
.payment-type div {
display: block;
text-align: center;
margin-bottom: 10px;
}
.payment-type div input {
display: none;
}
.payment-type div label {
display: block;
padding: 15px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
background: #eee;
border: 2px solid #ccc;
}
.payment-type div label i {
display: block;
font-style: normal;
font-size: 16px;
font-weight: 700;
margin-bottom: 15px;
}
.payment-type div label img {
display: inline-block;
vertical-align: middle;
margin: 5px;
width: auto;
height: 18px;
}
.payment-type div label img.alfa {
height: 55px !important;
}
.payment-type div label p {
display: none;
padding: 0;
margin: 0;
}
.payment-type div label span {
display: table;
margin: 0 auto;
margin-top: 20px;
padding: 10px 45px;
background: #333;
color: #fff;
cursor: pointer;
font-weight: 700;
font-size: 14px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.payment-type div label span:hover {
background: #000 !important;
}
.payment-type div input:checked + label {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
background: #fff;
border: 2px solid #f60;
animation-duration: 0 !important;
}
.payment-type div input:checked + label p {
display: block;
}
.payment-type div input:checked + label span {
background: #f60;
}
.payment-type div input:checked + label span:hover {
background: #f60 !important;
cursor: default;
}
.payment-type div input:checked + label span::before {
content: 'YANG DI';
}
.bundling-slider {
margin-bottom: 30px;
border-bottom: 2px dashed #ccc;
padding-bottom: 30px;
margin-top: -20px;
}
.bundling-slider .bundling-quote {
display: block;
max-width: 313px;
padding: 0 45px;
margin: 20px auto;
font-size: 24px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
font-family: "BEBAS";
color: #ff6600;
line-height: 28px;
}
.bundling-slider .bundling-quote img {
display: block;
width: 28px !important;
height: auto !important;
margin-top: 5px;
}
.bundling-slider .bundling-quote img.left {
float: left;
margin-left: -35px;
}
.bundling-slider .bundling-quote img.right {
float: right;
margin-right: -35px;
transform: rotate(180deg);
}
.bundling-slider ul li {
list-style: none;
}
.bundling-slider ul li .wrap {
display: block;
overflow: hidden;
border: 5px solid #fff;
outline: 1px solid #eee;
margin: 5px;
text-align: center;
font-size: 12px;
background-position: top center;
background-repeat: no-repeat;
background-size: 100% auto;
}
.bundling-slider ul li .wrap a {
text-decoration: none;
}
.bundling-slider ul li .wrap .flag {
display: block;
position: absolute;
z-index: 2;
width: 25px !important;
height: auto;
margin: -5px 0 0 0;
}
.bundling-slider ul li .wrap .image {
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.bundling-slider ul li .wrap .image img {
display: block;
}
.bundling-slider ul li .wrap .desc {
display: block;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
font-weight: 400;
background: #fff;
}
.bundling-slider ul li .wrap .desc label {
display: flex;
justify-content: center;
align-items: center;
height: 35px;
line-height: 13px;
padding: 5px;
font-weight: 700;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.bundling-slider ul li .wrap .desc u {
display: inline-block;
text-decoration: line-through;
color: #ff3737;
}
.bundling-slider ul li .wrap a:hover .image {
transform: scale(1.1);
}
.bundling-slider ul li .wrap a:hover .desc label {
color: #f60;
}
footer .scrollToTop {
width: 35px;
height: 35px;
background: url(../image/arrow-totop.png) 5px 6px no-repeat #333;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
z-index: 99999;
text-indent: -9999999px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer .scrollToTop:hover {
background-color: #ff6600;
}
/* --------------------------- INDEX SORTCUT --- */
.sortcut {
display: table;
width: 100%;
margin-bottom: 40px;
}
.sortcut ul {
display: table;
width: 90%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
text-align: center;
}
.sortcut ul li {
list-style: none;
padding: 0;
margin: 0 -2px;
display: inline-block;
vertical-align: top;
width: 33.333333%;
}
.sortcut ul li div {
display: block;
margin: 20px 10px;
padding-bottom: 15px;
border: 1px solid #eee;
}
.sortcut ul li div img {
display: block;
width: 100%;
height: auto;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.sortcut ul li div .desc {
display: block;
padding: 15px;
margin: 0;
font-size: 13px;
min-height: 130px;
margin-bottom: 10px;
border: none;
}
.sortcut ul li div .desc label {
font: 26px 'BEBAS', arial;
display: block;
margin-bottom: 5px;
}
.sortcut ul li div a {
display: table;
margin: auto;
background: #333;
color: #fff;
padding: 7px 15px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.sortcut ul li div a:hover {
background: #f60;
}
/* --------------------------- CARTLIT PRODUCT SUGEST --- */
.prod-sugest {
display: table;
width: 90%;
max-width: 650px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
padding-bottom: 25px;
}
.prod-sugest .ps-title {
display: block;
padding: 25px 20px;
font-weight: 700;
font-size: 21px;
}
.prod-sugest .ps-item {
display: inline-block;
vertical-align: top;
width: 25%;
margin: 1px -2px;
text-align: center;
font-size: 12px;
}
.prod-sugest .ps-item .wrap {
display: block;
padding: 10px;
min-height: 70px;
border: 1px solid #ddd;
color: #333;
margin: 5px;
background: #fff;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .wrap img {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.prod-sugest .ps-item .wrap .top {
display: block;
}
.prod-sugest .ps-item .wrap .top strong {
display: block;
line-height: 16px;
height: 35px;
}
.prod-sugest .ps-item .wrap .top u {
display: block;
color: red;
text-decoration: line-through;
}
.prod-sugest .ps-item .bottom {
display: block;
padding: 10px;
color: #333;
margin: -5px 5px 0 5px;
border: 1px solid #ddd;
border-top: none;
background: #fff;
}
.prod-sugest .ps-item .bottom i {
display: inline-block;
vertical-align: top;
font-style: normal;
margin-bottom: 10px;
width: 47%;
}
.prod-sugest .ps-item .bottom i select {
display: block;
margin-right: 5px;
background: #fff;
border: none;
width: 90%;
padding: 0 12px 0 5px;
border: 3px solid #fff;
border-right: 5px solid #fff;
background: url(../image/arrod-dwn.png) right center no-repeat #fff;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
filter: invert(100%);
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .bottom i select:hover {
-webkit-filter: invert(0);
-moz-filter: invert(0);
filter: invert(0);
background-color: #f60;
border-color: #f60;
color: #fff;
}
.prod-sugest .ps-item .bottom .beli {
display: flex;
justify-content: center;
align-items: center;
height: 45px;
border: none;
background: #111;
color: #fff;
font-size: 16px;
width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.prod-sugest .ps-item .bottom .beli:hover {
background: #f60;
cursor: pointer;
}
.ps-error {
display: block;
text-align: center;
padding-bottom: 20px;
}
.ps-error div {
display: block;
padding: 10px 0;
background: #ff3737;
color: #fff;
margin: auto;
width: 100%;
max-width: 650px;
}
.ps-error div b {
display: none;
}
/* --------------------------- VOUCHER TIME BAWAH BANNER --- */
.timevoucher {
display: block;
background: #eee;
margin-bottom: 40px;
}
.timevoucher .wrap {
display: block;
width: 90%;
max-width: 1080px;
text-align: center;
margin: 0 auto;
padding: 20px 0;
background: #eee;
}
.timevoucher .wrap strong {
color: #f60;
}
.timevoucher .wrap .times {
display: inline-block;
vertical-align: middle;
margin-top: 10px;
}
.timevoucher .wrap .times b {
display: inline-block;
vertical-align: middle;
margin-left: 5px;
font-size: 10px;
background: #333;
color: #fff;
text-transform: uppercase;
width: 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.timevoucher .wrap .times b span {
display: block;
font-size: 18px;
margin-top: -1px;
margin-bottom: -7px;
}
/* --------------------------- AFTER KONFIRMASI LOADING --- */
.after-konfirmasi {
display: table;
width: 90%;
max-width: 450px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}
.after-konfirmasi strong {
display: block;
padding: 20px;
font-size: 21px;
font-weight: 700;
}
.after-konfirmasi img {
display: block;
margin: 0 auto;
width: 75px;
height: auto;
}
.after-konfirmasi span {
display: inline-block;
vertical-align: top;
padding: 10px;
width: 100px;
}
.after-konfirmasi span img {
width: auto !important;
height: 35px;
opacity: 0.7;
margin-bottom: 10px;
}
.after-konfirmasi em {
display: block;
padding-top: 40px;
font-weight: 700;
font-style: normal;
font-size: 18px;
color: #f60;
}
/* --------------------------- NEW CHECKOUT STYLE --- */
.new-checkout {
display: block;
background: #e5e5e5;
padding: 20px 10px;
}
.new-checkout .nc-wrapped {
display: table;
margin: 0 auto;
width: 100%;
max-width: 700px;
}
.new-checkout .nc-wrapped img {
max-width: 100%;
height: auto;
}
.new-checkout .nc-wrapped .nc-title {
display: block;
padding: 15px;
margin: -10px -10px 10px -10px;
font-size: 18px;
font-weight: 700;
background: #f3f3f3;
text-transform: uppercase;
}
.new-checkout .nc-wrapped .nc-title img {
display: inline-block;
height: 28px;
vertical-align: middle;
margin-right: 5px;
margin-top: -10px;
filter: invert(85%);
}
.new-checkout .nc-wrapped .nc-title .nc-toggle {
cursor: pointer;
float: right;
width: 25px;
height: 25px;
background: url(../image/i-arrow.svg) center no-repeat;
background-size: 34% auto;
transform: rotate(90deg);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-title .nc-toggle:hover {
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.new-checkout .nc-wrapped .nc-title .nc-toggle.rotate {
transform: rotate(-90deg);
}
.new-checkout .nc-wrapped .nc-part {
display: block;
background: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
}
.new-checkout .nc-wrapped .nc-part span,
.new-checkout .nc-wrapped .nc-part a {
display: inline-flex;
justify-content: center;
align-items: center;
vertical-align: top;
height: 35px;
width: 33.333333%;
text-decoration: none;
}
.new-checkout .nc-wrapped .nc-part span:nth-child(2),
.new-checkout .nc-wrapped .nc-part a:nth-child(2) {
margin: 0 -5px;
border-right: 1px dotted #ddd;
}
.new-checkout .nc-wrapped .nc-part span:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part a:nth-child(2).active {
margin: -9px -5px -1px -5px !important;
border-right-color: transparent;
}
.new-checkout .nc-wrapped .nc-part span.active,
.new-checkout .nc-wrapped .nc-part a.active {
height: 45px;
margin: -9px 0 -1px 0px;
background: #333;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container {
display: block;
padding: 10px;
background: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
}
.new-checkout .nc-wrapped .nc-container.nc-alert {
outline: 3px solid #f60;
animation: 3s blink-orange infinite;
}
.new-checkout .nc-wrapped .nc-container .nc-prod {
display: table;
width: 100%;
margin: 0;
padding: 0;
font-size: 13px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod.hide li {
display: none;
}
.new-checkout .nc-wrapped .nc-container .nc-prod.hide li.nc-toba {
display: block !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li {
list-style: none;
margin: 0;
padding: 10px 10px 10px 125px;
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li:nth-child(even) {
background: #f5f5f5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove {
display: block;
width: 21px;
height: 21px;
text-indent: -99999px;
text-align: left;
background: url(../image/i-close.svg) center no-repeat;
background-size: 100% 100%;
float: right;
margin: 0 0 -25px 0;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove:hover {
transform: rotate(180deg);
}
.new-checkout .nc-wrapped .nc-container .nc-prod li img {
display: block;
float: left;
margin-left: -115px;
width: 100px;
height: auto;
outline: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc {
display: table;
width: 100%;
min-height: 100px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc strong {
display: block;
text-transform: capitalize;
line-height: 14px;
margin-bottom: 5px;
padding-right: 35px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price {
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price u {
display: inline-block;
margin: 0 5px 0 0;
color: #ff3737;
text-decoration: line-through;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div {
display: inline-block;
background: #f5f5f5;
padding: 5px 10px;
margin: 0 5px 5px 0;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div em {
display: block;
font-weight: 700;
font-style: normal;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div b {
display: inline-block;
margin-right: 5px;
font-size: 10px;
vertical-align: top;
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div i {
font-style: normal;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 5px;
color: #999;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div i::before {
position: absolute;
content: '/';
opacity: 0.7;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div u {
text-decoration: none;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det .note-stock {
display: block;
font-size: 11px;
font-style: normal;
color: #f60;
line-height: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total {
display: block;
padding-top: 5px;
margin-bottom: 5px;
text-align: right;
border-top: 1px dotted #ccc;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total b {
display: inline-block;
vertical-align: top;
font-size: 10px;
margin-right: 5px;
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba {
text-align: right;
font-weight: 700;
border-bottom: none;
padding-bottom: 10px;
background: transparent !important;
color: #ff6600;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding-left: 10px;
margin-bottom: -1px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba b {
display: inline-block;
vertical-align: top;
margin-right: 5px;
opacity: 0.5;
text-transform: uppercase;
color: #333;
float: left;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.v-ok {
background-color: green !important;
color: #fff !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.v-ok b {
color: #fff;
opacity: 0.8;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout::before {
content: '';
display: block;
position: absolute;
z-index: 2;
width: 100px;
height: 100px;
margin-left: -115px;
background: url(../image/i-stock-empty.svg) left top no-repeat;
background-size: contain;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout img,
.new-checkout .nc-wrapped .nc-container .nc-prod li.soldout .ncp-desc {
opacity: 0.5;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher {
background-color: #009a00;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher .nc-title {
background: green;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher .nc-title img {
filter: invert(0);
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher span {
display: block;
padding-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher p {
padding: 0;
font-size: 12px;
line-height: 14px;
margin-bottom: 0;
color: rgba(0, 0, 0, 0.7);
font-weight: 600;
padding-left: 8px;
text-indent: -8px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b {
display: block;
font-style: normal;
box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
height: 35px;
overflow: hidden;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input {
display: block;
width: 100%;
height: 35px;
border: none;
background: rgba(0, 0, 0, 0.2);
outline: none;
margin-top: -1px;
margin-bottom: 1px;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input[type=text] {
text-indent: 10px;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input[type=text]:focus {
background: rgba(0, 0, 0, 0.4);
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input.apply {
width: 100px;
text-align: center;
font-weight: 700;
background: #222;
color: #999;
float: right;
margin-left: -100px;
height: 40px;
margin-top: -2px;
position: relative;
z-index: 1;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-voucher b input.apply:hover {
background: #000;
cursor: pointer;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir .nc-title img {
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input {
display: none;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label {
display: block;
border-top: 1px solid #ddd;
padding: 10px;
cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label:last-child {
border-bottom: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label::before {
content: '';
display: inline-block;
vertical-align: middle;
border: 3px solid #ccc;
width: 15px;
height: 15px;
margin-right: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label img {
display: inline-block;
width: auto;
height: 35px;
vertical-align: middle;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label div {
display: block;
float: right;
font-size: 16px;
font-weight: 600;
padding-top: 5px;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir label:hover {
background: #eee;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input:checked + label {
background: #ddd;
cursor: default;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container.nc-ongkir input:checked + label::before {
border: 6px solid #333;
background: #f60;
width: 9px;
height: 9px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay {
background-color: #666;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-title {
background: #555;
color: #fff;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-title img {
filter: invert(0);
margin-top: -3px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay p {
padding: 0 10px 0 10px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap {
display: table;
width: 100%;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input {
display: none;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label {
display: block;
padding: 10px 10px 0 160px;
text-align: right;
margin-bottom: 1px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
cursor: pointer;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:nth-child(2) {
background: rgba(0, 0, 0, 0.1);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:nth-child(4) {
background: rgba(0, 0, 0, 0.15);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label:hover {
background: rgba(0, 0, 0, 0.3);
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label strong {
display: block;
float: left;
width: 150px;
margin-left: -150px;
text-align: left;
padding-top: 1px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label strong::before {
content: '';
display: block;
float: left;
width: 15px;
height: 15px;
border: 3px solid rgba(255, 255, 255, 0.5);
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap label img {
display: inline-block;
margin-left: 5px;
margin-bottom: 5px;
width: auto;
height: 23px;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input:checked + label {
background: #333;
color: #f60;
}
.new-checkout .nc-wrapped .nc-container.nc-pay .nc-wrap input:checked + label strong::before {
width: 9px;
height: 9px;
border: 6px solid #000;
background: #f60;
}
.new-checkout .nc-wrapped .nc-container .nc-field {
display: block;
border: 1px solid #ddd;
padding: 0 10px 0 110px;
font-size: 13px;
font-weight: 700;
color: #999;
margin-bottom: 5px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-field::before {
content: attr(data-label);
display: block;
width: 95px;
margin-left: -100px;
float: left;
padding-top: 7px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-container .nc-field input,
.new-checkout .nc-wrapped .nc-container .nc-field textarea,
.new-checkout .nc-wrapped .nc-container .nc-field select {
display: block;
width: 100%;
border: none;
outline: none;
padding: 7px 0;
font-weight: 600;
}
.new-checkout .nc-wrapped .nc-container .nc-field textarea {
margin: 5px 0;
line-height: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-field:hover,
.new-checkout .nc-wrapped .nc-container .nc-field.active {
border-color: #333;
}
.new-checkout .nc-wrapped .nc-container .nc-field:hover::before,
.new-checkout .nc-wrapped .nc-container .nc-field.active::before {
color: #333;
}
.new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #f60 !important;
color: #f60 !important;
}
.new-checkout .nc-wrapped .nc-container .nc-field.error input,
.new-checkout .nc-wrapped .nc-container .nc-field.error select,
.new-checkout .nc-wrapped .nc-container .nc-field.error textarea {
background: url(../image/nc-field-error.svg) right 6px no-repeat;
background-size: auto 15px;
}
.new-checkout .nc-wrapped .nc-container .nc-error-msg {
display: block;
}
.new-checkout .nc-wrapped .nc-container .nc-error-msg span {
display: block;
text-align: right;
padding: 0 10px;
font-size: 12px;
font-weight: 600;
color: #f60;
margin-top: -2px;
margin-bottom: 5px;
}
.new-checkout .nc-wrapped .nc-container .nc-note {
display: block;
font-size: 12px;
line-height: 14px;
padding: 0 0 0 25px;
background: url(../image/i-nc-quotes.svg) 1px 2px no-repeat #333;
border: 10px solid #333;
background-size: auto 14px;
color: #fff;
}
.new-checkout .nc-wrapped .nc-button {
display: table;
width: 100%;
}
.new-checkout .nc-wrapped .nc-button div {
display: block;
}
.new-checkout .nc-wrapped .nc-button div:first-child {
width: 33%;
float: left;
}
.new-checkout .nc-wrapped .nc-button div:first-child a {
margin-right: 10px;
}
.new-checkout .nc-wrapped .nc-button div:nth-child(2) {
width: 67%;
float: right;
}
.new-checkout .nc-wrapped .nc-button div a {
display: block;
background: #333;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 13px;
border: 1px solid #ddd;
text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.new-checkout .nc-wrapped .nc-button div a:hover {
background: #ff6600;
}
.new-checkout .nc-wrapped .nc-button div a span {
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
height: 49px;
}
/* --------------------------- SEO STYLE --- */
.gmx-seo {
display: table;
box-sizing: border-box;
width: 95%;
max-width: 1300px;
margin: 0 auto;
padding: 25px 0;
}
.gmx-seo h1,
.gmx-seo h2,
.gmx-seo h3,
.gmx-seo h4,
.gmx-seo h5,
.gmx-seo h6 {
display: block;
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
text-align: center;
}
.gmx-seo .hide-gmx-seo {
display: block;
margin: 0;
padding: 0;
height: 0;
overflow: hidden;
}
.gmx-seo p {
text-align: justify;
-webkit-text-align-last: center;
-moz-text-align-last: center;
text-align-last: center;
font-size: 13px;
}
/* --------------------------- Thanks Page --- */
.thx-page {
display: table;
margin: 0 auto;
text-align: center;
font-size: 12px;
box-sizing: border-box;
padding: 0 10px;
}
.thx-page h1 {
display: block;
margin: 0;
margin-top: 20px;
margin-bottom: 20px;
font-size: 21px;
}
.thx-page ul {
display: block;
padding-left: 30px;
box-sizing: border-box;
}
.thx-page ul li {
border-left: 2px dashed #f60;
padding-left: 30px;
padding-bottom: 20px;
line-height: 16px;
}
.thx-page ul li .contain {
display: block;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background: #fff;
margin-left: 7px;
}
.thx-page ul li .contain::before {
content: '';
display: block;
width: 7px;
height: 7px;
background: #fff;
border: 1px solid;
border-color: #ddd transparent transparent #ddd;
position: absolute;
transform: rotate(-45deg);
margin: 15px 0 0 -15px;
}
.thx-page ul li:first-child::before {
content: 'LAKUKAN TRANSFER';
background: url(../image/payment/gm-pay-step-1.svg) no-repeat top center #eee;
background-size: contain;
}
.thx-page ul li:last-child {
border-left: none;
}
.thx-page ul li:last-child::before {
content: 'LAKUKAN KONFIRMASI';
background: url(../image/payment/gm-pay-step-2.svg) no-repeat top center #eee;
background-size: contain;
}
.thx-page ul li::before {
display: flex;
justify-content: center;
align-items: flex-end;
float: left;
margin-left: -62px;
width: 60px;
height: 80px;
font-size: 10px;
font-weight: 700;
padding-bottom: 3px;
color: #f60;
line-height: 9px;
}
.thx-page ul li .bank {
display: table;
margin: 0 auto;
padding: 10px 0;
}
.thx-page ul li .bank div {
background: #f5f5f5;
border: 10px solid #f5f5f5;
display: inline-block;
vertical-align: top;
margin: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
padding: 0 5px 0 90px;
text-align: left;
line-height: 13px;
background-position: left center;
background-repeat: no-repeat;
background-size: 78px auto;
font-size: 11px;
}
.thx-page ul li .bank div.hide {
display: none;
}
.thx-page ul li .bank div strong {
display: block;
margin: 3px 0;
}
.thx-page ul li .bank u {
display: block;
padding: 5px;
background: #f5f5f5;
margin: 2px;
text-decoration: none;
font-weight: 600;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.thx-page ul li .bank u::after {
content: '';
display: inline-block;
width: 0;
height: 0;
border: 4px solid;
border-color: #333 transparent transparent transparent;
margin: 2px 0 -2px 6px;
}
.thx-page .thx-noiv {
display: table;
padding: 5px 15px;
background: #f5f5f5;
margin: auto;
margin-bottom: 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.thx-page .thx-noiv strong {
display: block;
font-size: 18px;
}
.thx-page .thx-time {
display: block;
font-size: 18px;
font-weight: 700;
}
.thx-page .thx-date {
display: block;
margin-bottom: 7px;
font-weight: 700;
font-size: 13px;
padding-top: 2px;
}
.thx-page .thx-date span {
white-space: nowrap;
display: inline-block;
}
.thx-page .thx-nominal {
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 700;
margin: 3px 0 5px 0;
}
.thx-page .thx-nominal em {
font-style: normal;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ddd;
height: 21px;
padding: 0 3px;
margin-left: 3px;
}
.thx-page .hiden-field {
display: none;
}
.thx-page button {
border: none;
color: #f60;
background: none;
margin: 5px 0;
font-weight: 600;
text-decoration: underline;
font-size: 12px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.thx-page button:hover {
color: #e65c00;
}
.thx-page button.hide {
display: none;
}
.thx-page .copy-succes {
display: none;
border: none;
color: green;
background: none;
margin: 5px 0 4px 0;
font-weight: 600;
font-size: 12px;
}
.thx-page .copy-succes.show {
display: block;
text-align: center;
}
.thx-page a {
display: table;
margin: 0 auto;
margin-top: 10px;
background: #f60;
color: #fff;
font-weight: 700;
padding: 10px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
}
.thx-page .minimarket {
display: block;
}
.thx-page .minimarket .thx-noiv {
margin-top: 7px;
}
.thx-page .minimarket .logo-alfa {
height: 12px;
vertical-align: top;
display: inline-block;
margin: 5px 2px -6px 2px;
}
.thx-page .minimarket .logo-indomaret {
height: 16px;
vertical-align: middle;
display: inline-block;
margin: -8px 2px -6px 2px;
}
.thx-page .minimarket img {
height: 12px;
vertical-align: top;
display: inline-block;
margin: 5px 2px -6px 2px;
}
.thx-page .minimarket .thx-mart {
display: block;
margin: 0 auto;
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.thx-page .minimarket .thx-mart i {
display: inline-block;
width: 24%;
padding: 0;
margin: 0;
vertical-align: top;
list-style: none;
font-size: 12px;
font-style: normal;
}
.thx-page .minimarket .thx-mart i div {
display: block;
padding: 5px;
}
.thx-page .minimarket .thx-mart i img {
width: auto;
height: 140px;
display: block;
margin: 0 auto;
}
.thx-page .minimarket .thx-mart i span {
display: block;
margin: 10px auto;
font-weight: 700;
}
.thx-page .minimarket .thx-mart #timesout {
display: block;
padding: 20px 0;
}
.thx-page .minimarket .thx-mart #timesout b {
display: inline-block;
margin-right: 5px;
padding: 5px 7px;
background: #333;
color: #fff;
width: 55px;
text-align: center;
}
.thx-page .minimarket .thx-mart #timesout b span {
display: block;
font-size: 41px;
line-height: 38px;
}
.thx-page .minimarket .line-button {
display: table;
margin: 20px auto;
margin-top: 10px;
padding: 5px 0 5px 55px;
background: url(https://www.geoff-max.com/assets/image/line-logo.png?v=18.046) left center no-repeat #3ace01;
border: solid #3ace01;
border-width: 5px 20px 5px 20px;
color: #fff;
font-size: 18px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.thx-page .minimarket .line-button:hover {
border-color: #30ac00;
background-color: #30ac00;
}
@media only screen and (max-width: 480px) {
.thx-page .minimarket .thx-mart i {
width: 100%;
padding-bottom: 20px;
}
.thx-page .minimarket .thx-mart i:last-child {
padding-bottom: 0;
}
.thx-page .minimarket .thx-mart i span {
margin-bottom: 5px;
}
}
.payment-guarantee {
display: block;
background: rgba(0, 0, 0, 0.05);
text-align: center;
padding: 15px;
}
.payment-guarantee img {
display: inline-block;
width: 50px;
height: auto;
position: relative;
z-index: 1;
}
.payment-guarantee div {
display: block;
max-width: 900px;
margin: 0 auto;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-size: 13px;
}
.payment-guarantee div b {
display: block;
margin-bottom: 5px;
font-size: 14px;
color: #f60;
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
@keyframes blink-orange {
0% {
outline-color: rgba(255, 102, 0, 0.1);
}
2% {
outline-color: #ff6600;
}
4% {
outline-color: #ff6600;
}
8% {
outline-color: rgba(255, 102, 0, 0.1);
}
10% {
outline-color: #ff6600;
}
12% {
outline-color: rgba(255, 102, 0, 0.1);
}
14% {
outline-color: #ff6600;
}
16% {
outline-color: #ff6600;
}
18% {
outline-color: rgba(255, 102, 0, 0.1);
}
20% {
outline-color: #ff6600;
}
22% {
outline-color: rgba(255, 102, 0, 0.1);
}
24% {
outline-color: #ff6600;
}
26% {
outline-color: #ff6600;
}
28% {
outline-color: rgba(255, 102, 0, 0.1);
}
30% {
outline-color: #ff6600;
}
100% {
outline-color: #ff6600;
}
}
@keyframes blink-pink {
0% {
outline-color: rgba(249, 62, 76, 0.1);
}
2% {
outline-color: #f93e4c;
}
4% {
outline-color: #f93e4c;
}
8% {
outline-color: rgba(249, 62, 76, 0.1);
}
10% {
outline-color: #f93e4c;
}
12% {
outline-color: rgba(249, 62, 76, 0.1);
}
14% {
outline-color: #f93e4c;
}
16% {
outline-color: #f93e4c;
}
18% {
outline-color: rgba(249, 62, 76, 0.1);
}
20% {
outline-color: #f93e4c;
}
22% {
outline-color: rgba(249, 62, 76, 0.1);
}
24% {
outline-color: #f93e4c;
}
26% {
outline-color: #f93e4c;
}
28% {
outline-color: rgba(249, 62, 76, 0.1);
}
30% {
outline-color: #f93e4c;
}
100% {
outline-color: #f93e4c;
}
}
@keyframes text-orange {
0% {
color: #333;
}
25% {
color: #FF6600;
}
75% {
color: #FF6600;
}
100% {
color: #333;
}
}
@keyframes text-pink {
0% {
color: #333;
}
25% {
color: #F93E4C;
}
75% {
color: #F93E4C;
}
100% {
color: #333;
}
}
/* --------------------------- ANIMATED LOADING --- */
@keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fades {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
@-webkit-keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
@-moz-keyframes kick {
0% {
opacity: 1;
content: 'This is';
}
20% {
opacity: 1;
content: 'GEOFF Max.';
}
50% {
opacity: 1;
content: 'Lets us kick';
}
75% {
opacity: 1;
content: 'the world ass.';
}
100% {
opacity: 1;
content: 'This is';
}
}
/* --------------------------- ANIMATED --- */
@keyframes bounce {
0% {
opacity: 0;
transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
transform: scale(1.1);
}
80% {
opacity: 1;
transform: scale(0.89);
}
100% {
opacity: 1;
transform: scale(1) translate3d(0, 0, 0);
}
}
@-webkit-keyframes bounce {
0% {
opacity: 0;
-webkit-transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
-webkit-transform: scale(1.1);
}
80% {
opacity: 1;
-webkit-transform: scale(0.89);
}
100% {
opacity: 1;
-webkit-transform: scale(1) translate3d(0, 0, 0);
}
}
@-moz-keyframes bounce {
0% {
opacity: 0;
-moz-transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
opacity: 0.9;
-moz-transform: scale(1.1);
}
80% {
opacity: 1;
-moz-transform: scale(0.89);
}
100% {
opacity: 1;
-moz-transform: scale(1) translate3d(0, 0, 0);
}
}
/* --------------------------- LINES STYLE LOADING --- */
.loader-bar {
height: 5px;
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
z-index: 99999;
background-color: #666;
}
.loader-bar:before {
display: block;
position: absolute;
content: "";
left: -200px;
width: 200px;
height: 5px;
background-color: #ff6600;
-webkit-animation: loading-animate 2s linear infinite;
-moz-animation: loading-animate 2s linear infinite;
animation: loading-animate 2s linear infinite;
}
@-webkit-keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
@-moz-keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
@keyframes loading-animate {
from {
left: -200px;
width: 30%;
}
50% {
width: 30%;
}
70% {
width: 70%;
}
80% {
left: 50%;
}
95% {
left: 120%;
}
to {
left: 100%;
}
}
/* --------------------------------------------------------------------------------- NEW BOYS & GIRL STYLE --- */
.voucher-banner {
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #ddd;
overflow: hidden;
}
.voucher-banner .left {
float: left;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
padding: 30px 0;
}
.voucher-banner .left span {
display: table;
padding: 0 20px;
text-align: center;
}
.voucher-banner .left span strong,
.voucher-banner .left span b {
display: inline-block;
color: #FF6600;
}
.voucher-banner .right {
float: right;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
padding: 30px 0;
}
.voucher-banner .right .time-place {
display: table;
}
.voucher-banner .right .time-place em {
display: inline-block;
vertical-align: top;
font-style: normal;
margin-right: 5px;
font-size: 12px;
}
.voucher-banner .right .time-place .time {
display: inline-table;
}
.voucher-banner .right .time-place .time b {
display: inline-block;
vertical-align: top;
font-size: 11px;
width: 50px;
text-align: center;
text-transform: uppercase;
}
.voucher-banner .right .time-place .time b span {
display: block;
font: 42px 'BEBAS', "Poppins", "century", Arial;
line-height: 30px;
}
.voucher-banner .arrow {
display: inline-block;
width: 100px;
height: 100px;
border: 1px solid;
border-color: #ccc #ccc transparent transparent;
transform: rotate(45deg);
margin: -50px;
border-radius: 15px;
}
.voucher-banner.text-only .right,
.voucher-banner.text-only .arrow {
display: none;
}
.voucher-banner.time-only .left,
.voucher-banner.time-only .arrow {
display: none;
}
.girls-style .home-view-title {
border-bottom-color: #F93E4C !important;
}
.girls-style .home-view-more {
background: #F93E4C;
}
.girls-style .home-view-more:hover {
background: #cb0615;
}
.girls-style .bundling-slider .bundling-quote,
.girls-style .bundling-slider ul li:hover .wrap .desc label,
.girls-style .voucher .container .voucher-title,
.girls-style footer ul li .footer-title,
.girls-style .new-checkout .nc-wrapped .nc-container .nc-prod li.nc-toba,
.girls-style .new-checkout .nc-wrapped .nc-container .nc-error-msg span,
.girls-style .thanks-page .step .step-title,
.girls-style .thanks-page .step .total strong,
.girls-style .thanks-page .step .bank-info li .container em label,
.girls-style .thanks-page .step .read strong,
.girls-style .thanks-page .step .read b,
.girls-style .voucher-banner .left span strong,
.girls-style .voucher-banner .left span b {
color: #F93E4C !important;
}
.girls-style .product-list li.items a:hover label::after {
border-bottom-color: #F93E4C !important;
}
.girls-style .detail-product .right-place .button,
.girls-style .detail-help .caber:hover,
.girls-style .detail-help .size-button:hover,
.girls-style .order-option .container a,
.girls-style .komentar-option .container a,
.girls-style .new-checkout .nc-wrapped .nc-button div a,
.girls-style .thanks-page .step .konfirm {
background: #F93E4C !important;
}
.girls-style .detail-product .left-place .tag-hemat {
background-color: #F93E4C;
}
.girls-style .pagging a.current,
.girls-style .pagging a.current:hover {
border-color: #F93E4C !important;
background-color: #F93E4C !important;
color: #fff;
}
.girls-style .pagging a:hover {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .why-geoff ul li div img.boys-icon {
display: none !important;
}
.girls-style .why-geoff ul li div img.girls-icon {
display: block !important;
}
.girls-style .detail-product .right-place .field .radio-option em input[type="radio"]:checked + label {
background-color: #F93E4C;
color: #fff;
}
.girls-style .new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .new-checkout .nc-wrapped .nc-container.nc-alert {
outline-color: #F93E4C;
animation: 3s blink-pink infinite !important;
}
.girls-style .new-checkout .nc-wrapped .nc-container .nc-field.error {
border-color: #F93E4C !important;
color: #F93E4C !important;
}
.girls-style .why-geoff span {
animation: 3s text-pink infinite !important;
}
.girls-style .detail-bottom .debot-nav li:hover,
.girls-style .detail-bottom .debot-nav li.current,
.girls-style .detail-bottom .debot-comment .more:hover {
color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field input:focus,
.girls-style .detail-bottom .input-comment .field textarea:focus,
.girls-style .detail-bottom .input-comment .field select:focus {
border-color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field.button input,
.girls-style .detail-bottom .debot-comment ul li .profile .initial {
background-color: #F93E4C;
}
.girls-style .detail-bottom .input-comment .field.button input:hover {
background-color: #e30718;
}
/* -------------------------------- mozilla hack */
@-moz-document url-prefix() {
.sub-content-menu form input[type=submit] {
padding: 3px 8px;
}
.detail-product .right-place .field label {
padding-top: 9px;
}
.product-list li.items {
margin: 0 -2px;
}
}
@media only screen and (max-width: 1075px) {
#banner-small {
margin-top: 0 !important;
}
}
@media only screen and (min-width: 1024px) {
.home-view-title {
padding-top: 25px;
}
}
@media only screen and (max-width: 1024px) {
.sortcut ul li div .desc {
min-height: 200px;
}
}
@media only screen and (max-width: 1023px) {
.home-view-title {
margin-top: 15px;
margin-bottom: -10px;
}
}
@media only screen and (max-width: 900px) {
/* -- OLD -- */
.product-list li.items {
width: 33.33333333%;
}
.detail-product,
.product-list.detail-page {
width: 880px !important;
}
.detail-product .left-place {
width: auto !important;
}
.detail-product .left-place iframe {
width: 400px;
height: 466px;
}
.product-desc.desktop {
max-width: 400px;
padding-top: 20px;
}
.cart-list {
width: 90% !important;
max-width: 90% !important;
}
.cart-list .note {
max-width: 200px !important;
}
.home-view {
padding: 3px 0 0 0;
}
.home-view .thum li:first-child,
.home-view .thum li:nth-child(2),
.home-view .thum li:nth-child(3),
.home-view .thum li:nth-child(4),
.home-view .thum li:nth-child(5) {
width: 100% !important;
text-align: center !important;
}
.home-view .thum li:first-child a,
.home-view .thum li:nth-child(2) a,
.home-view .thum li:nth-child(3) a,
.home-view .thum li:nth-child(4) a,
.home-view .thum li:nth-child(5) a {
display: block;
width: 100%;
margin: 0 !important;
}
.home-view .thum li:first-child a img,
.home-view .thum li:nth-child(2) a img,
.home-view .thum li:nth-child(3) a img,
.home-view .thum li:nth-child(4) a img,
.home-view .thum li:nth-child(5) a img {
max-width: none;
width: 100% !important;
}
.sortcut ul li div a {
background: #f60;
}
.prod-sugest .ps-item .bottom .beli {
background-color: #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-weight: 700;
}
.ps-error {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.3);
position: fixed;
z-index: 999999;
top: 0;
left: 0;
}
.ps-error div {
display: block;
padding: 30px 10px 10px 10px;
background: #fff;
color: #333;
margin: auto;
width: 100%;
max-width: 250px;
box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.ps-error div b {
display: block;
width: 70px;
padding: 10px 0;
margin: 20px auto;
background: #f60;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.new-checkout .nc-wrapped .nc-button div a {
background: #ff6600;
}
.bundling-slider {
margin-top: -15px;
border-bottom: none;
}
.bundling-slider ul li .wrap {
outline-color: #e5e5e5;
}
.bundling-slider ul li .wrap .flag {
width: 23px !important;
}
.voucher-banner {
display: block;
padding: 20px;
background: #f5f5f5;
}
.voucher-banner .arrow {
display: none;
}
.voucher-banner .left,
.voucher-banner .right {
float: none;
display: table;
padding: 0 0;
margin: 0 auto;
text-align: center;
width: auto !important;
max-width: 500px;
}
.voucher-banner .left span {
line-height: 16px;
}
.voucher-banner .right .time-place {
margin: 0 auto;
}
.voucher-banner .right .time-place em {
display: table;
margin: 0 auto;
padding-bottom: 10px;
}
.voucher-banner .right .time-place em::after {
content: '';
display: table;
margin: 0 auto;
margin-top: 5px;
height: 1px;
width: 30%;
background: #333;
}
.voucher-banner .right .time-place .time b span {
font-size: 32px;
}
.gmx-mobile-menu-button {
display: block;
position: fixed;
z-index: 111;
left: 0;
top: 0;
width: 55px;
height: 55px;
border-right: 1px solid #ddd;
text-align: center;
font-size: 9px;
font-weight: 600;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button.fix {
top: 41px;
}
.gmx-mobile-menu-button::after {
content: 'MENU';
display: block;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button div {
display: block;
width: 18px;
height: 18px;
margin: 0 auto;
margin-top: 14px;
}
.gmx-mobile-menu-button div span {
display: block;
width: 18px;
height: 3px;
background: #333;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-mobile-menu-button div span:nth-child(2) {
margin: 3px 0;
}
.gmx-moblie-menu {
display: none;
width: 0;
height: 0;
left: 0;
top: 0;
position: fixed;
z-index: 999999;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.gmx-moblie-menu .close-layer {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(45, 45, 45, 0.65);
}
.gmx-moblie-menu .closed {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 280px;
background: #000;
width: 36px;
height: 36px;
animation: 0.5s bounceInLeft;
}
.gmx-moblie-menu .closed::after,
.gmx-moblie-menu .closed::before {
content: '';
width: 18px;
height: 2px;
background: #fff;
display: block;
position: absolute;
}
.gmx-moblie-menu .closed::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gmx-moblie-menu .closed::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.gmx-moblie-menu .gmx-mm-container {
display: block;
position: fixed;
left: 0;
top: 0;
width: 280px;
height: 100%;
background: #eee;
overflow: hidden;
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.05);
animation: 0.5s bounceInLeft;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap {
display: block;
width: 300px;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place {
display: table;
width: 280px;
box-sizing: border-box;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen {
display: table;
width: 280px;
position: fixed;
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
height: 35px;
float: left;
background: #fff;
text-transform: uppercase;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen:first-child {
margin-left: -1px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen:nth-child(2) {
border-left: 1px solid #ddd;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen.current {
height: 33px;
font-weight: 700;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen#gmx-mm-boys-but.current {
color: #FF6600;
border-top: 2px solid #FF6600;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-gen .gen#gmx-mm-girls-but.current {
color: #F93E4C;
border-top: 2px solid #F93E4C;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list {
display: block;
box-sizing: border-box;
margin: 0;
padding: 50px 15px 10px 15px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list.hide {
display: none;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li {
list-style: none;
padding: 0;
margin: 0 0 10px 0;
background: #fff;
overflow: hidden;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li .parent {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 75px;
box-sizing: border-box;
padding: 15px;
font-weight: 16px;
font-weight: 700;
text-transform: uppercase;
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li .parent.drop strong::after {
display: inline-block;
content: '+';
vertical-align: middle;
font-size: 18px;
margin: -3px 0 0 5px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li:nth-child(-n+3) .parent {
height: 45px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a {
display: block;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a em {
display: inline-block;
font-size: 10px;
font-weight: 700;
font-style: normal;
font-weight: 400;
margin-left: 5px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li a img {
display: block;
width: 100%;
height: auto;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li strong {
font-weight: 600;
line-height: 12px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li span {
display: none;
border-top: 1px solid #ddd;
margin: 15px;
text-transform: uppercase;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li span a {
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li.show .parent strong::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-list li.show span {
display: block;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other {
display: block;
padding: 10px 15px;
background: #fff;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other label {
display: block;
border-bottom: 1px solid #ddd;
padding: 0 0 20px 0;
font-size: 18px;
font-weight: 700;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other a {
display: block;
border-bottom: 1px solid #ddd;
padding: 10px 0 10px 34px;
background-position: 4px 9px;
background-repeat: no-repeat;
background-size: auto 21px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-other a:last-child {
border-bottom: none;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed {
display: block;
padding: 10px;
background: #bbb;
text-align: center;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed a {
display: inline-block;
margin: 0 10px;
}
.gmx-moblie-menu .gmx-mm-container .gmx-mm-wrap .gmx-mm-place .gmx-mm-sosmed a img {
display: block;
width: 24px;
height: auto;
}
.gmx-moblie-menu.show {
display: block;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
}
@media only screen and (max-width: 890px) {
.detail-product,
.product-list.detail-page {
width: 700px !important;
}
.detail-product .left-place {
margin-left: 0;
}
.detail-product .right-place {
margin-right: 0;
}
.detail-product .left-place iframe {
width: 300px;
height: 350px !important;
}
.product-desc.desktop {
max-width: 300px;
}
.detail-product .directory {
padding-left: 0;
}
.product-desc.desktop {
display: none !important;
}
.product-desc.mobile {
display: block !important;
padding-bottom: 20px;
}
.loc-title {
padding-top: 20px;
}
.fs-location .left,
.fs-location .right {
float: none;
max-width: none;
width: 100%;
}
.fs-location .right {
max-width: none;
width: auto;
}
.fs-location .right .content .address {
float: left;
}
.fs-location .right .content a {
position: absolute;
margin-top: 100px;
}
.fs-location .right .content .buka {
display: inline-block;
margin-left: 30px;
vertical-align: top;
border-left: 1px solid #666;
padding-left: 30px;
}
.fs-location .right .content .buka span {
margin-bottom: 10px;
}
.sortcut ul li {
width: 100% !important;
}
.sortcut ul li div {
min-height: inherit !important;
}
}
@media only screen and (min-width: 640px) {
footer {
display: block;
padding: 30px 20px 50px 20px;
background: #222;
color: #fff;
font: 12px "Poppins", "century", Arial;
}
footer ul {
display: table;
width: 100%;
margin: auto;
max-width: 1080px;
color: #bbb;
padding-left: 0;
}
footer ul li {
display: inline-table;
vertical-align: top;
line-height: 18px;
}
footer ul li .footer-title {
display: block;
padding-top: 20px;
margin-bottom: 5px;
font: 700 14px "Poppins", "century", Arial;
letter-spacing: 1px;
color: #f60;
line-height: normal;
text-transform: uppercase;
}
footer ul li:nth-child(2) {
margin: 0 40px;
}
footer ul li:last-child {
float: right;
text-align: right;
}
footer ul li:last-child a {
display: inline-block;
margin-left: 5px;
line-height: normal;
opacity: 0.6;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer ul li:last-child a:hover {
text-decoration: none;
opacity: 1;
}
footer ul li:last-child a img {
width: 30px;
height: auto;
}
footer ul li a {
display: block;
line-height: 27px;
color: #fff;
text-decoration: none;
color: #bbb;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-ms-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
footer ul li a:hover {
color: #fff;
}
footer ul li a.line {
display: table;
color: #36b44a;
}
footer ul li a.line:hover {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
footer ul li a.line img {
display: inline-block;
vertical-align: middle;
width: 31px;
height: 31px;
}
footer ul li a.footer-social {
display: inline-block;
margin-left: 5px;
vertical-align: middle;
opacity: 0.7;
}
footer ul li a.footer-social img {
height: 31px;
width: auto;
display: block;
}
footer ul li a.footer-social:hover {
opacity: 1;
}
footer ul li .copy-rieut {
display: table;
padding-top: 60px;
}
}
@media only screen and (max-width: 640px) {
.detail-product,
.product-list.detail-page {
width: 90% !important;
}
.detail-product .left-place {
float: none;
margin: auto !important;
}
.detail-product .right-place .field label {
font-size: 18px;
width: 165px;
font-weight: 700;
}
.detail-product .right-place {
float: none;
margin: auto !important;
width: 90%;
padding-bottom: 0;
}
.detail-product .left-place iframe {
width: 500px !important;
height: 585px !important;
}
.product-desc.desktop {
max-width: 500px;
}
.product-desc.mobile {
padding-bottom: 0 !important;
}
.detail-product .directory {
padding: 30px 0;
text-align: center;
}
.product-list .title {
padding-left: 0;
text-align: center;
}
.detail-product .right-place .field select {
width: 100%;
max-width: none;
}
.detail-product .right-place .field select {
width: 100%;
max-width: none;
margin-right: 0;
}
.dp-place .dp-name {
font-size: 16px;
}
.dp-place.active {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(102, 102, 102, 0.8);
display: flex;
justify-content: center;
align-items: center;
overflow-y: hidden!important;
}
.dp-place.active::after {
content: '';
display: block;
width: 51px;
height: 51px;
cursor: pointer;
background: url(../image/i-close.svg) center no-repeat;
background-size: 51px 51px;
text-indent: -999999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: fixed;
z-index: 99999;
border: 40px solid rgba(0, 0, 0, 0.3);
bottom: -30px;
right: -30px;
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.dp-place.active .dp-name {
display: none !important;
}
.dp-place.active .dropdown-product {
margin: 0 auto !important;
display: inline-table !important;
outline: 10px solid #fff;
height: auto !important;
overflow-y: hidden !Important;
}
.dp-place.active .dropdown-product .wrapped {
height: 500px;
display: block !important;
max-width: 250px;
overflow-y: auto !important;
}
.dp-place.active .dropdown-product .wrapped ul {
margin: 0 !important;
}
.tab-menu {
display: table;
width: 90%;
border-color: #fff !important;
}
.tab-menu span {
float: none;
width: 100% !important;
border-top: 1px solid #fff;
border-left: none !important;
margin-left: 0 !important;
background: #eee;
}
.tab-menu span:first-child {
width: 100% !important;
border-top: none;
}
.sortcut ul li {
width: 50%;
}
.bundling-slider ul li .wrap .desc {
padding-top: 10px;
}
.bundling-slider ul li .wrap .flag {
width: 20px !important;
}
.bundling-slider ul li .wrap .desc {
padding-top: 0;
margin-top: -5px;
}
.bundling-slider ul li .wrap .desc label {
font-size: 11px;
height: 50px;
}
.bundling-slider ul li .wrap .desc span {
font-size: 10px;
line-height: 10px;
}
.bundling-slider ul li .wrap .desc span u {
display: block;
}
.product-list li.items a .size em {
font-size: 9px;
width: 15px;
}
.product-list li.items a .size em.kosong::after {
width: 15px;
}
.product-list .items a {
-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.thx-page ul li .bank div {
display: block;
}
}
@media only screen and (max-width: 630px) {
.detect::after {
content: '-640 PX';
}
.dp-place.active {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(102, 102, 102, 0.8);
display: flex;
justify-content: center;
align-items: center;
overflow-y: hidden!important;
}
.dp-place.active::after {
content: '';
display: block;
width: 51px;
height: 51px;
cursor: pointer;
background: url(../image/i-close.svg) center no-repeat;
background-size: 51px 51px;
text-indent: -999999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: fixed;
z-index: 99999;
border: 40px solid rgba(0, 0, 0, 0.3);
bottom: -30px;
right: -30px;
opacity: 0;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
animation-delay: 0.3s;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.dp-place.active .dp-name {
display: none !important;
}
.dp-place.active .dropdown-product {
margin: 0 auto !important;
display: inline-table !important;
outline: 10px solid #fff;
height: auto !important;
overflow-y: hidden !Important;
}
.dp-place.active .dropdown-product .wrapped {
height: 500px;
display: block !important;
max-width: 250px;
overflow-y: auto !important;
}
.dp-place.active .dropdown-product .wrapped ul {
margin: 0 !important;
}
.thanks .langkah .wrapped .bank-info li {
margin: 0 0 0 0;
width: 100%;
}
.thanks .langkah .wrapped .bank-info li:nth-child(2) .container {
border-top: none;
}
.thanks .langkah .wrapped .bank-info li .container {
padding: 10px 0;
}
.thanks .langkah .wrapped .bank-info li .container em {
display: block;
margin: 5px 0;
}
.voucher .container form {
margin: auto;
}
.voucher .container form input {
display: table;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
border-radius: 3px !important;
margin: 0 auto !important;
}
.voucher .container form input[type=text] {
margin-bottom: 10px !important;
}
.why-geoff ul {
max-width: 350px;
margin-bottom: 30px;
}
.why-geoff ul li {
display: block;
margin: 0;
width: inherit!important;
}
.why-geoff ul li div {
display: table;
padding: 0 0 0 50px;
text-align: left;
height: auto !important;
}
.why-geoff ul li div img {
float: left;
margin-left: -50px;
display: block;
width: 40px;
height: auto;
}
.why-geoff ul li:nth-child(2) div {
margin: 10px 0 !important;
padding: 10px 0 10px 50px !important;
border-left: none;
border-right: none;
border-top: 1px dotted #999 !important;
border-bottom: 1px dotted #999 !important;
}
/* -- OLD -- */
.product-list li.items {
width: 50%;
}
.location .loc-list li {
width: 50%;
}
.size-guide ul li .container .left,
.size-guide ul li .container .right {
float: none;
width: 100%;
border-right: none;
}
.prod-sugest .ps-item {
width: 50%;
margin-left: 0;
margin-right: 0;
}
footer {
display: block;
background: #222;
font-size: 12px;
}
footer ul {
margin: 0;
padding: 0;
display: table;
width: 100%;
color: #fff;
border-top: none;
}
footer ul li {
display: table;
float: left;
list-style: none;
padding: 0;
margin: 0;
text-align: center;
border-right: 1px solid #333;
margin-right: -1px;
}
footer ul li img {
width: 30px;
height: auto;
}
footer ul li .footer-title {
display: flex;
justify-content: center;
align-items: center;
height: 32px;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
font-weight: 700;
color: #f60;
text-transform: uppercase;
}
footer ul li a {
display: block;
color: #fff;
text-decoration: none;
}
footer ul li:first-child {
width: 45%;
}
footer ul li:first-child .address {
display: flex;
justify-content: center;
align-items: center;
height: 65px;
line-height: 16px;
padding: 0 5px;
}
footer ul li:first-child .line {
display: flex;
justify-content: center;
align-items: center;
height: 32px;
}
footer ul li:first-child .line img {
width: 28px;
margin: -2px 5px 0 0;
}
footer ul li:nth-child(2) {
width: 55%;
border-right: none !important;
}
footer ul li:nth-child(2) a {
border-bottom: 1px solid #333;
display: flex;
justify-content: center;
align-items: center;
height: 32px;
}
footer ul li:nth-child(2) a:last-child {
border-bottom: none;
}
footer ul li:last-child {
width: 100%;
clear: both;
float: none;
border-right: none !important;
}
footer ul li:last-child a {
display: inline-block !important;
margin: 0 10px;
}
footer ul li:last-child .footer-social {
display: block;
padding: 15px 0;
}
footer ul li:last-child .copy-rieut {
display: block;
padding: 25px 0;
background: #000;
}
.new-checkout .nc-wrapped .nc-part a,
.new-checkout .nc-wrapped .nc-part span {
float: none;
width: inherit;
display: block !important;
height: auto;
padding: 10px;
}
.new-checkout .nc-wrapped .nc-part a:nth-child(2),
.new-checkout .nc-wrapped .nc-part span:nth-child(2) {
margin: 0 0;
border-right: none;
}
.new-checkout .nc-wrapped .nc-part a:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part span:nth-child(2).active,
.new-checkout .nc-wrapped .nc-part a.active,
.new-checkout .nc-wrapped .nc-part span.active {
height: auto !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-left: -5px !important;
margin-right: -5px !important;
padding: 15px;
}
.bundling-slider .bundling-quote {
max-width: 313px;
}
.detail-bottom {
margin-top: 35px;
}
}
@media only screen and (max-width: 500px) {
.detail-product .left-place iframe {
width: 400px !important;
height: 466px !important;
}
.product-desc.desktop {
max-width: 400px;
}
.product-list li.items a {
padding: 8px;
}
.product-list li.items a .price {
font-size: 10px;
letter-spacing: -0.03em;
}
.fs-location .right .content {
width: 100%;
text-align: center;
padding: 25px 0;
max-width: 90%;
margin: auto;
}
.fs-location .right .content .address {
float: none;
}
.fs-location .right .content a {
position: relative;
margin: 20px auto;
}
.fs-location .right .content .buka {
display: block;
margin-left: 0;
border-left: none;
padding-left: 0;
}
.fs-location .right .content .buka label {
text-align: left;
}
.location .container .title {
height: auto !important;
padding-bottom: 5px;
line-height: 21px;
margin-bottom: 10px;
}
.payment-type {
padding-left: 0;
}
.payment-type .titlena {
float: none;
margin-left: 0;
text-align: left;
}
.sortcut ul li {
width: 100%;
}
.detail-bottom .debot-comment ul li .content {
padding-left: 0;
padding-top: 10px;
}
}
@media only screen and (max-width: 470px) {
.detail-product .left-place iframe {
width: 300px !important;
height: 350px !important;
}
.detail-product .right-place .field .radio-option {
max-width: none;
width: auto;
float: none;
display: table;
}
.detail-product .right-place .field select {
width: 100% !important;
max-width: none;
}
.location .loc-list li {
width: 100%;
}
.dp-place {
display: block;
float: none;
width: 100%;
}
.cost .places .items.voucher {
padding-left: 0 !important;
text-align: left;
}
.cost .places .items.voucher label {
float: none;
margin-left: 0 !important;
display: block;
padding-bottom: 10px;
}
.cost .places .items.voucher input[type=text] {
width: 65% !important;
margin-right: -20px;
margin-left: 1px;
}
.cost .places .items.voucher input.button {
width: 35% !important;
margin-right: -10px;
}
.home-view-title {
font-size: 26px;
}
.bundling-slider .bundling-quote {
max-width: 207px;
line-height: 21px;
margin-top: 0;
margin-bottom: 10px;
}
.product-list li.items .status span {
font-size: 10px;
}
.product-list li.items .status .item-fav {
width: 30px;
height: 24px;
}
}
@media only screen and (max-width: 380px) {
.m-table li {
padding: 0 !important;
}
.m-table li label {
margin-left: 0 !important;
float: none;
display: block;
margin-bottom: 5px;
}
.size-guide .title span {
display: block;
line-height: 0 !important;
}
.size-guide .title span::before {
display: none !important;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li {
padding: 15px 10px 15px 125px;
border-top: 1px solid #ddd;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .nc-remove {
float: none;
margin: -5px 0 0 -120px;
position: absolute;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc {
text-align: right;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc strong {
padding-right: 0;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-price {
font-size: 12px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div {
margin-right: 0;
margin-left: 10px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-det div b {
margin-right: 0;
display: block;
margin-bottom: -5px;
}
.new-checkout .nc-wrapped .nc-container .nc-prod li .ncp-desc .ncp-total {
margin-bottom: 0;
}
}
| 0.271735 | 0.103794 |
a{
text-decoration: none;
}
/* link hover */
a:hover {
background-color: #CC6415 ;
color: white;
}
/* link não visitados */
a:link {
color: white;
background-color: #CC6415 ;
}
/* link Visitados */
a:visited:{
color: white;
background-color: #CC6415 ;
}
/* link não active */
a:active:{
color: white;
background-color: #CC6415 ;
}
/* Classes */
.nav-link{
color: white;
}
.nav-link:hover{
color: white;
}
.botao{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-color: #FFFFFF;
background-color: #CC6415;
border-radius: 10px;
color: white;
height:52px ;
width: 190px;
}
.rodape{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
.rodape2{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
.float{
float: left;
}
.imagem{
height: 403px;
width: 631px;
}
.imagem2{
height: 363px;
width: 674px;
}
.texto{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
}
.texto2{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
color: white;
}
.texto3{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
}
.titulo{
margin-top: 120px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
}
.titulo2{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
color: white;
}
.contato{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:25px;
color: #777777;
}
.quadradol{
background-color: #CC6415;
padding: 25px;
width: 30%;
margin: 7px;
}
.quadradoc{
background-color: #464545;
padding: 25px;
width: 30%;
margin: 7px;
}
.quadradoti{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:30px;
color: white;
}
.quadradote{
font-family: 'Nunito Sans', sans-serif;
font-size: 18px;
color: white;
}
.inputcontato1{
height: 57px;
width: 535px;
background-color:#E8E8E8;
}
.inputcontato2{
height: 148px;
width: 535px;
background-color:#E8E8E8;
}
.espacocontato{
margin-top: 25px;
}
.espacocontato2{
margin-bottom: 10px;
}
.icones{
color: white;
}
.local{
padding:15px 10px ;
}
.local2{
padding:0px 10px ;
}
.espaco{
padding: 60px 30px;
}
.borda{
border: 1px solid red;
}
.justificado{
text-align: center ;
}
.letrab{
color: white;
}
.cc{
margin: 0px 20px ;
}
.bars{
margin-top: 6px;
color: white;
}
/* Id's */
#rodapetexto{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 15px;
color: white;
}
#sobrenos1{
background-color: #777777;
margin-top: -50px;
height: 584px;
padding: 110px;
}
#sobrenos2{
margin-top: 30px;
}
#rodape{
background-color: #CC6415;
height: 300px;
padding-top: 80px;
}
#contatotitulo{
color: #CC6415;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
}
#contato1{
padding: 80px 0px 80px 0px;
}
#contato2{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:25px;
color: #777777;
}
#botaocontato{
margin-top: 50px;
float: right;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:20px;
color: white;
}
#fundo{
background-image: url('../img/Grupo_1.png');
background-size: cover;
background-position: left;
height: 600px;
width: auto;
margin-top:-10px ;
}
#botao1{
margin-top: 60px;
}
#servicos{
margin-top: -50px;
}
#servicos> .col-4{
margin: 5px ;
}
#fundol{
background: #CC6415;
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
@media only screen and (max-width: 320px) {
.titulo{
font-size: 35px;
}
.imagem{
display: none;
}
.inputcontato1{
width: 103%;
margin: 0px 15px 0px 7px;
}
.inputcontato2{
width: 103%;
margin: 0px 15px 0px 7px;
}
.espacocontato2{
width: 90%;
margin: 0px 0px 0px 7px;
}
.espacocontato{
width: 90%;
margin: 0px 0px 0px 2px
}
.quadradoc{
width: 95%;
}
.quadradol{
width: 95%;
}
.texto{
margin: 0px 5px 0px 5px;
text-align: justify;
}
.texto2{
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
.texto3{
margin: 0px 5px 0px 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.titulo2{
font-size: 35px;
padding-left:40px ;
}
.espaco{
margin-left: 7px;
padding: 15px 15px;
}
.rodape{
padding-left: 20px;
}
#sobrenos1{
margin: -25px 0px 0px 0px;
padding:90px 0px 0px 0px;
height: 720px;
}
#botaocontato{
margin: 15px 60px 0px 0px;
}
#contatotitulo{
margin: 0px 0px 0px 20px;
}
#rodape{
height: 470px;
}
}
@media only screen and (max-width: 425px) {
.imagem{
display: none;
}
.inputcontato1{
margin-left: 8px;
width: 417px;
}
.inputcontato2{
margin-left: 8px;
width: 417px;
}
.espacocontato2{
width: 90%;
margin: 0px 0px 0px 7px;
}
.espacocontato{
width: 90%;
margin: 0px 0px 0px 2px
}
.quadradoc{
width: 423px;
}
.quadradol{
width: 423px;
}
.texto{
margin: 0px 5px 0px 5px;
text-align: justify;
}
.texto2{
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
.texto3{
margin: 0px 5px 0px 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.titulo2{
font-size: 35px;
padding-left:40px ;
}
.espaco{
margin-left: 7px;
padding: 15px 15px;
}
.rodape{
padding-left: 20px;
}
#sobrenos1{
margin: -25px 0px 0px 0px;
padding:60px 0px 0px 0px;
height: 570px;
}
#botaocontato{
margin: 15px 60px 0px 0px;
}
#contatotitulo{
margin: 0px 0px 0px 20px;
}
#rodape{
height: 470px;
}
#fundo{
width:420px ;
border: 1px solid red;
}
}
|
css/style.css
|
a{
text-decoration: none;
}
/* link hover */
a:hover {
background-color: #CC6415 ;
color: white;
}
/* link não visitados */
a:link {
color: white;
background-color: #CC6415 ;
}
/* link Visitados */
a:visited:{
color: white;
background-color: #CC6415 ;
}
/* link não active */
a:active:{
color: white;
background-color: #CC6415 ;
}
/* Classes */
.nav-link{
color: white;
}
.nav-link:hover{
color: white;
}
.botao{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-color: #FFFFFF;
background-color: #CC6415;
border-radius: 10px;
color: white;
height:52px ;
width: 190px;
}
.rodape{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
.rodape2{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
.float{
float: left;
}
.imagem{
height: 403px;
width: 631px;
}
.imagem2{
height: 363px;
width: 674px;
}
.texto{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
}
.texto2{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
color: white;
}
.texto3{
font-family: 'Nunito Sans', sans-serif;
font-size: 20px;
}
.titulo{
margin-top: 120px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
}
.titulo2{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
color: white;
}
.contato{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:25px;
color: #777777;
}
.quadradol{
background-color: #CC6415;
padding: 25px;
width: 30%;
margin: 7px;
}
.quadradoc{
background-color: #464545;
padding: 25px;
width: 30%;
margin: 7px;
}
.quadradoti{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:30px;
color: white;
}
.quadradote{
font-family: 'Nunito Sans', sans-serif;
font-size: 18px;
color: white;
}
.inputcontato1{
height: 57px;
width: 535px;
background-color:#E8E8E8;
}
.inputcontato2{
height: 148px;
width: 535px;
background-color:#E8E8E8;
}
.espacocontato{
margin-top: 25px;
}
.espacocontato2{
margin-bottom: 10px;
}
.icones{
color: white;
}
.local{
padding:15px 10px ;
}
.local2{
padding:0px 10px ;
}
.espaco{
padding: 60px 30px;
}
.borda{
border: 1px solid red;
}
.justificado{
text-align: center ;
}
.letrab{
color: white;
}
.cc{
margin: 0px 20px ;
}
.bars{
margin-top: 6px;
color: white;
}
/* Id's */
#rodapetexto{
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 15px;
color: white;
}
#sobrenos1{
background-color: #777777;
margin-top: -50px;
height: 584px;
padding: 110px;
}
#sobrenos2{
margin-top: 30px;
}
#rodape{
background-color: #CC6415;
height: 300px;
padding-top: 80px;
}
#contatotitulo{
color: #CC6415;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:50px;
}
#contato1{
padding: 80px 0px 80px 0px;
}
#contato2{
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:25px;
color: #777777;
}
#botaocontato{
margin-top: 50px;
float: right;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size:20px;
color: white;
}
#fundo{
background-image: url('../img/Grupo_1.png');
background-size: cover;
background-position: left;
height: 600px;
width: auto;
margin-top:-10px ;
}
#botao1{
margin-top: 60px;
}
#servicos{
margin-top: -50px;
}
#servicos> .col-4{
margin: 5px ;
}
#fundol{
background: #CC6415;
font-family: 'Montserrat', sans-serif;
font-weight: regular;
font-size: 20px;
color: white;
}
@media only screen and (max-width: 320px) {
.titulo{
font-size: 35px;
}
.imagem{
display: none;
}
.inputcontato1{
width: 103%;
margin: 0px 15px 0px 7px;
}
.inputcontato2{
width: 103%;
margin: 0px 15px 0px 7px;
}
.espacocontato2{
width: 90%;
margin: 0px 0px 0px 7px;
}
.espacocontato{
width: 90%;
margin: 0px 0px 0px 2px
}
.quadradoc{
width: 95%;
}
.quadradol{
width: 95%;
}
.texto{
margin: 0px 5px 0px 5px;
text-align: justify;
}
.texto2{
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
.texto3{
margin: 0px 5px 0px 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.titulo2{
font-size: 35px;
padding-left:40px ;
}
.espaco{
margin-left: 7px;
padding: 15px 15px;
}
.rodape{
padding-left: 20px;
}
#sobrenos1{
margin: -25px 0px 0px 0px;
padding:90px 0px 0px 0px;
height: 720px;
}
#botaocontato{
margin: 15px 60px 0px 0px;
}
#contatotitulo{
margin: 0px 0px 0px 20px;
}
#rodape{
height: 470px;
}
}
@media only screen and (max-width: 425px) {
.imagem{
display: none;
}
.inputcontato1{
margin-left: 8px;
width: 417px;
}
.inputcontato2{
margin-left: 8px;
width: 417px;
}
.espacocontato2{
width: 90%;
margin: 0px 0px 0px 7px;
}
.espacocontato{
width: 90%;
margin: 0px 0px 0px 2px
}
.quadradoc{
width: 423px;
}
.quadradol{
width: 423px;
}
.texto{
margin: 0px 5px 0px 5px;
text-align: justify;
}
.texto2{
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
.texto3{
margin: 0px 5px 0px 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.titulo2{
font-size: 35px;
padding-left:40px ;
}
.espaco{
margin-left: 7px;
padding: 15px 15px;
}
.rodape{
padding-left: 20px;
}
#sobrenos1{
margin: -25px 0px 0px 0px;
padding:60px 0px 0px 0px;
height: 570px;
}
#botaocontato{
margin: 15px 60px 0px 0px;
}
#contatotitulo{
margin: 0px 0px 0px 20px;
}
#rodape{
height: 470px;
}
#fundo{
width:420px ;
border: 1px solid red;
}
}
| 0.176175 | 0.065785 |
html, body, #cesiumContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
color:white;
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
}
#mytoolbar{
z-index: 1;
right: 10px;
/* background-color: white; */
height: 36px;
width: 200px;
margin: 5px 5px 5px 8px;
float: right;
position: absolute;
/* display: inline-block; */
/* vertical-align: middle; */
background: rgba(238, 234, 234, 0.8);
padding: 4px;
border-radius: 4px;
display: block;
}
#mytoolbar a {
padding: 0;
text-decoration: none;
width: 35px;
height: 35px;
line-height: 35px;
cursor: pointer;
float: left;
/* display: inline; */
margin-right: 5px;
cursor: pointer;
text-align: center;
background: rgba(0,0,0,.4);
border-radius: 50%;
cursor: pointer;
color: #fff;
}
#toolbar {
z-index: 1;
position: relative;
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.smicon-compass{
size: 32px;
height: 32px;
width: 32px;
}
/* ?????? */
#jiancedian_infoDiv{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 2px;
display: block;
height: auto;
width: auto;
overflow: hidden;
background: rgba(42, 42, 42, 0.8);
color: #ffffff;
position: absolute;
left: 1px;
top: 50px;
z-index: 2;
}
.titleInfo_right{
float: right;
width: 15px;
color: #000000;
padding-top: 0px;
margin-right: -20px;
font-size: large;
cursor:pointer;
}
.infoPanel > tr > td{
text-align:center;
height: 25px;
}
.content1 {
height: 254px;
width: 100%;
color: #ffffff;
background: rgba(42, 42, 42, 0.6);
border-top: 1px solid #eaeaea;
padding-top: 10px;
}
.content1_div {
height: 30px;
margin: 5px 3px;
color: #ffffff;
/* border: 1px solid #101015; */
}
.button .info{
}
.left {
width: 80px;
height: 30px;
/* border: 1px solid #eaeaea; */
/* border: 1px solid #101015; */
font-size: 14px;
text-align: center;
line-height: 30px;
float: left;
}
.right {
color:#ffffff;
width: 140px;
height: 30px;
border: 1px solid #101015;
font-size: 14px;
text-align: center;
line-height: 30px;
float: left;
background: rgba(42, 42, 42, 0.6);
/* margin-left: 3px; */
}
.right .right_select {
display: inline-block;
color:#ffffff;
width: 90%;
height: 20px;
border: none;
/* border: 1px solid #a4bed4; */
background: rgba(42, 42, 42, 0);
text-align: center;
direction: center;
}
.right_select option {
text-align: center;
}
.xiala_div {
top: 30px;
display: none;
z-index: 600;
border: 1px solid #A4BED4;
background-color: #000000;
width: 130px;
left: 4px;
}
.xiala_input {
line-height: 21px;
width: 120px;
border: none;
outline: none;
margin: 0;
text-align: center;
cursor: default;
background: rgba(42, 42, 42, 0);
color: #ffffff;
}
.xiala_input:hover {
background: #a4bed4;
}
@font-face {font-family: "iconfont";
src: url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.eot?t=1488331324502'); /* IE9*/
src: url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.eot?t=1488331324502#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.woff?t=1488331324502') format('woff'), /* chrome, firefox */
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.ttf?t=1488331324502') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.svg?t=1488331324502#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon09:before { content: "\e617"; }
/* 指北针
#btnCompass{
width : 32px;
height : 32px;
border-radius : 32px;
padding : 5px 8px;
}
#compass {
position: absolute;
right: 5px;
top: 10px;
width: 32px;
height: 32px;
margin-left: 0px;
transform: rotate(-360deg);
display: inline-block;
}*/
|
css/common.css
|
html, body, #cesiumContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
color:white;
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
}
#mytoolbar{
z-index: 1;
right: 10px;
/* background-color: white; */
height: 36px;
width: 200px;
margin: 5px 5px 5px 8px;
float: right;
position: absolute;
/* display: inline-block; */
/* vertical-align: middle; */
background: rgba(238, 234, 234, 0.8);
padding: 4px;
border-radius: 4px;
display: block;
}
#mytoolbar a {
padding: 0;
text-decoration: none;
width: 35px;
height: 35px;
line-height: 35px;
cursor: pointer;
float: left;
/* display: inline; */
margin-right: 5px;
cursor: pointer;
text-align: center;
background: rgba(0,0,0,.4);
border-radius: 50%;
cursor: pointer;
color: #fff;
}
#toolbar {
z-index: 1;
position: relative;
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.smicon-compass{
size: 32px;
height: 32px;
width: 32px;
}
/* ?????? */
#jiancedian_infoDiv{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 2px;
display: block;
height: auto;
width: auto;
overflow: hidden;
background: rgba(42, 42, 42, 0.8);
color: #ffffff;
position: absolute;
left: 1px;
top: 50px;
z-index: 2;
}
.titleInfo_right{
float: right;
width: 15px;
color: #000000;
padding-top: 0px;
margin-right: -20px;
font-size: large;
cursor:pointer;
}
.infoPanel > tr > td{
text-align:center;
height: 25px;
}
.content1 {
height: 254px;
width: 100%;
color: #ffffff;
background: rgba(42, 42, 42, 0.6);
border-top: 1px solid #eaeaea;
padding-top: 10px;
}
.content1_div {
height: 30px;
margin: 5px 3px;
color: #ffffff;
/* border: 1px solid #101015; */
}
.button .info{
}
.left {
width: 80px;
height: 30px;
/* border: 1px solid #eaeaea; */
/* border: 1px solid #101015; */
font-size: 14px;
text-align: center;
line-height: 30px;
float: left;
}
.right {
color:#ffffff;
width: 140px;
height: 30px;
border: 1px solid #101015;
font-size: 14px;
text-align: center;
line-height: 30px;
float: left;
background: rgba(42, 42, 42, 0.6);
/* margin-left: 3px; */
}
.right .right_select {
display: inline-block;
color:#ffffff;
width: 90%;
height: 20px;
border: none;
/* border: 1px solid #a4bed4; */
background: rgba(42, 42, 42, 0);
text-align: center;
direction: center;
}
.right_select option {
text-align: center;
}
.xiala_div {
top: 30px;
display: none;
z-index: 600;
border: 1px solid #A4BED4;
background-color: #000000;
width: 130px;
left: 4px;
}
.xiala_input {
line-height: 21px;
width: 120px;
border: none;
outline: none;
margin: 0;
text-align: center;
cursor: default;
background: rgba(42, 42, 42, 0);
color: #ffffff;
}
.xiala_input:hover {
background: #a4bed4;
}
@font-face {font-family: "iconfont";
src: url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.eot?t=1488331324502'); /* IE9*/
src: url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.eot?t=1488331324502#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.woff?t=1488331324502') format('woff'), /* chrome, firefox */
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.ttf?t=1488331324502') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/font_8q2l5tghvcvm42t9.svg?t=1488331324502#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon09:before { content: "\e617"; }
/* 指北针
#btnCompass{
width : 32px;
height : 32px;
border-radius : 32px;
padding : 5px 8px;
}
#compass {
position: absolute;
right: 5px;
top: 10px;
width: 32px;
height: 32px;
margin-left: 0px;
transform: rotate(-360deg);
display: inline-block;
}*/
| 0.298696 | 0.073397 |
html, body {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-avatar {
width: 48px;
height: 48px;
border-radius: 24px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
margin-bottom: 16px;
}
.demo-drawer {
border: none;
}
.demo-drawer-header {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 16px;
height: 151px;
}
.demo-avatar-dropdown {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.demo-navigation {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.56);
font-weight: 500;
}
.demo-navigation .mdl-navigation__link .material-icons {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);
margin-right: 32px;
}
.demo-content {
max-width: 1080px;
}
.demo-charts {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.demo-chart:nth-child(1) {
color: #ACEC00;
}
.demo-chart:nth-child(2) {
color: #00BBD6;
}
.demo-chart:nth-child(3) {
color: #BA65C9;
}
.demo-chart:nth-child(4) {
color: #EF3C79;
}
.demo-graphs {
padding: 16px 32px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
* not float around outside their container in IE10/11.
* Using a browserhacks.com solution for now.
*/
_:-ms-input-placeholder, :root .demo-graphs {
min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
color: #00b9d8;
}
.demo-graph:nth-child(2) {
color: #d9006e;
}
.demo-cards {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.demo-cards .demo-separator {
height: 32px;
}
.demo-cards .mdl-card__title.mdl-card__title {
color: white;
font-size: 24px;
font-weight: 400;
}
.demo-cards ul {
padding: 0;
}
.demo-cards h3 {
font-size: 1em;
}
.demo-updates .mdl-card__title {
min-height: 200px;
background-image: url('images/dog.png');
background-position: 90% 100%;
background-repeat: no-repeat;
}
.demo-cards .mdl-card__actions a {
color: #00BCD4;
text-decoration: none;
}
.demo-options h3 {
margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
margin: 0;
list-style-type: none;
}
.demo-options li {
margin: 4px 0;
}
.demo-options .material-icons {
color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
height: 64px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.md-table tbody tr:hover, .md-table tbody tr:focus {
cursor:pointer;
background-color:rgba(63,81,181,0.2);
}
.md-table-header {
border-bottom: 1px solid rgb(230,230,230);
color: rgb(130,130,130);
text-align: left;
font-size: 0.75em;
font-weight: 700;
padding: 16px 16px 16px 0;
}
.md-table-header a{
text-decoration: none;
color: inherit;
}
.md-table-content {
white-space: nowrap;
font-size: 0.8em;
padding: 16px 16px 16px 0;
height: 72px;
}
.md-table-td-more {
max-width:72px;
width:72px;
padding:16px;
}
.md-table-thumbs {
max-width: 104px;
width: 104px;
padding: 16px 32px;
}
.md-table-thumbs div {
overflow:hidden;
width: 40px;
height:40px;
border-radius:20px;
border: 1px solid rgba(0,0,0,0.2);
background-size:cover;
box-shadow: 0 8px 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.1);
}
.md-table-footer {
height:40px;
padding-left: 32px;
padding-right: 32px;
}
.md-table-count-info {
line-height:40px;
font-size:.75em;
}
.md-table-footer-item {
width: 40px;
height: 40px;
vertical-align:middle;
}
.md-table-active-page {
font-weight: 700;
}
.bold {
font-weight: 700;
}
.grey {
color: grey;
}
.progresso{
background-color: #FFF;
opacity: 0.7;
position: absolute;
min-height: 600px;
width: 98%;
z-index: 1000;
}
.list-table {
margin: 0px;
padding: 0px;
list-style: none;
}
table.minha-tabela{
margin: 10px 0px;
font-size: 12px;
width: 100%;
}
table.minha-tabela tr td:first-child{
text-align: right;
font-weight: bold;
}
md-input-container .md-input{
flex: 0;
}
md-input-container {
padding-bottom: 10px;
}
md-option{
min-width: 200px;
}
.label{
border: none;
border-radius: 2px;
display: block;
color: #000;
padding: 5px 7px;
font-size: 10px;
font-family: 'Roboto','Helvetica','Arial',sans-serif;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow,transform;
-webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
outline: none;
text-decoration: none;
text-align: center;
background-color: rgba(158,158,158,.2)
}
.label.em_operacao {
background-color: #3f51b5;
color: #fff;
}
.label.quebrado {
background-color: #ff4081;
color: #fff;
}
.label.em_estoque {
background-color: rgba(158,158,158,.2);
}
.mdl-button--colored--primary{
background: #3f51b5;
color: #fff;
}
.mdl-button--colored--primary:hover{
background: #3f51b5;
}
|
public/app/bower_components/vendor/styles.css
|
html, body {
font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-avatar {
width: 48px;
height: 48px;
border-radius: 24px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
margin-bottom: 16px;
}
.demo-drawer {
border: none;
}
.demo-drawer-header {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 16px;
height: 151px;
}
.demo-avatar-dropdown {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.demo-navigation {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.56);
font-weight: 500;
}
.demo-navigation .mdl-navigation__link .material-icons {
font-size: 24px;
color: rgba(255, 255, 255, 0.56);
margin-right: 32px;
}
.demo-content {
max-width: 1080px;
}
.demo-charts {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.demo-chart:nth-child(1) {
color: #ACEC00;
}
.demo-chart:nth-child(2) {
color: #00BBD6;
}
.demo-chart:nth-child(3) {
color: #BA65C9;
}
.demo-chart:nth-child(4) {
color: #EF3C79;
}
.demo-graphs {
padding: 16px 32px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
* not float around outside their container in IE10/11.
* Using a browserhacks.com solution for now.
*/
_:-ms-input-placeholder, :root .demo-graphs {
min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
color: #00b9d8;
}
.demo-graph:nth-child(2) {
color: #d9006e;
}
.demo-cards {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.demo-cards .demo-separator {
height: 32px;
}
.demo-cards .mdl-card__title.mdl-card__title {
color: white;
font-size: 24px;
font-weight: 400;
}
.demo-cards ul {
padding: 0;
}
.demo-cards h3 {
font-size: 1em;
}
.demo-updates .mdl-card__title {
min-height: 200px;
background-image: url('images/dog.png');
background-position: 90% 100%;
background-repeat: no-repeat;
}
.demo-cards .mdl-card__actions a {
color: #00BCD4;
text-decoration: none;
}
.demo-options h3 {
margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
margin: 0;
list-style-type: none;
}
.demo-options li {
margin: 4px 0;
}
.demo-options .material-icons {
color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
height: 64px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.md-table tbody tr:hover, .md-table tbody tr:focus {
cursor:pointer;
background-color:rgba(63,81,181,0.2);
}
.md-table-header {
border-bottom: 1px solid rgb(230,230,230);
color: rgb(130,130,130);
text-align: left;
font-size: 0.75em;
font-weight: 700;
padding: 16px 16px 16px 0;
}
.md-table-header a{
text-decoration: none;
color: inherit;
}
.md-table-content {
white-space: nowrap;
font-size: 0.8em;
padding: 16px 16px 16px 0;
height: 72px;
}
.md-table-td-more {
max-width:72px;
width:72px;
padding:16px;
}
.md-table-thumbs {
max-width: 104px;
width: 104px;
padding: 16px 32px;
}
.md-table-thumbs div {
overflow:hidden;
width: 40px;
height:40px;
border-radius:20px;
border: 1px solid rgba(0,0,0,0.2);
background-size:cover;
box-shadow: 0 8px 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.1);
}
.md-table-footer {
height:40px;
padding-left: 32px;
padding-right: 32px;
}
.md-table-count-info {
line-height:40px;
font-size:.75em;
}
.md-table-footer-item {
width: 40px;
height: 40px;
vertical-align:middle;
}
.md-table-active-page {
font-weight: 700;
}
.bold {
font-weight: 700;
}
.grey {
color: grey;
}
.progresso{
background-color: #FFF;
opacity: 0.7;
position: absolute;
min-height: 600px;
width: 98%;
z-index: 1000;
}
.list-table {
margin: 0px;
padding: 0px;
list-style: none;
}
table.minha-tabela{
margin: 10px 0px;
font-size: 12px;
width: 100%;
}
table.minha-tabela tr td:first-child{
text-align: right;
font-weight: bold;
}
md-input-container .md-input{
flex: 0;
}
md-input-container {
padding-bottom: 10px;
}
md-option{
min-width: 200px;
}
.label{
border: none;
border-radius: 2px;
display: block;
color: #000;
padding: 5px 7px;
font-size: 10px;
font-family: 'Roboto','Helvetica','Arial',sans-serif;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow,transform;
-webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
outline: none;
text-decoration: none;
text-align: center;
background-color: rgba(158,158,158,.2)
}
.label.em_operacao {
background-color: #3f51b5;
color: #fff;
}
.label.quebrado {
background-color: #ff4081;
color: #fff;
}
.label.em_estoque {
background-color: rgba(158,158,158,.2);
}
.mdl-button--colored--primary{
background: #3f51b5;
color: #fff;
}
.mdl-button--colored--primary:hover{
background: #3f51b5;
}
| 0.312685 | 0.037187 |
* {
margin: 0px;
padding: 0px;
}
body {
min-height: 600px;
height: 100%
}
body h1 {
margin-top: 50px;
text-align: center;
}
/*六个面的Outer DIV*/
.view {
margin: -60px auto;
background-color: #eee;
width: 800px;
height: 800px;
position: relative;
border-radius: 20px;
-webkit-transform: scale(0.7);
}
.box {
/*旋转*/
/*-webkit-animation:BoxRotate 3s ease-in-out infinite;*/
-webkit-animation-name: BoxRotate;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
/*动画旋转基准*/
-webkit-transform-origin: 400px 400px 0;
/*开启3D*/
-webkit-transform-style: preserve-3d;
/*观察基角度*/
/* -webkit-perspective: 886;
-webkit-perspective-origin: 121px 54px;*/
}
@-webkit-keyframes BoxRotate {
16% {
-webkit-transform: rotateY(-90deg) rotateZ(135deg);
}
33% {
-webkit-transform: rotateY(-90deg) rotateX(135deg);
}
50% {
-webkit-transform: rotateY(225deg) rotateZ(135deg);
}
66% {
-webkit-transform: rotateY(135deg) rotateX(135deg);
}
83% {
-webkit-transform: rotateX(135deg);
}
}
/*不同颜色表面的外轮廓*/
.red-surfaces,
.blue-surfaces,
.green-surfaces,
.white-surfaces,
.orange-surfaces,
.yellow-surfaces {
height: 330px;
width: 330px;
position: absolute;
border-radius: 5px;
top: 235px;
left: 235px;
}
/*红色表面的3D位置*/
.red-surfaces {
/* background-color: orange;*/
/* height: 330px;
width: 330px;*/
/*border: 5px solid rgba(0,0,0,0.8);*/
/* position: absolute;
border-radius: 5px;*/
/*top: 235px;
left: 235px;*/
-webkit-transform: rotateX(-90deg) translateZ(165px);
}
.blue-surfaces {
-webkit-transform: rotateX(0deg) translateZ(165px);
}
.green-surfaces {
-webkit-transform: rotateX(90deg) translateZ(165px);
}
.white-surfaces {
-webkit-transform: rotateY(90deg) translateZ(165px);
}
.orange-surfaces {
-webkit-transform: rotateY(-90deg) translateZ(165px);
}
.yellow-surfaces {
-webkit-transform: rotateX(-180deg) translateZ(165px);
}
/*styleOfInnerBox*/
.red-surfaces>div,
.blue-surfaces>div,
.green-surfaces>div,
.white-surfaces>div,
.orange-surfaces>div,
.yellow-surfaces>div {
height: 100px;
width: 100px;
display: inline-block;
border: 5px solid rgba(170, 170, 170, 0.9);
position: absolute;
}
/*colorOfInnerBox*/
.red-surfaces>div {
background-color: rgba(255, 0, 0, 0.8);
}
.blue-surfaces>div {
background-color: rgba(0, 0, 255, 0.8);
}
.green-surfaces>div {
background-color: rgba(0, 255, 0, 0.8);
}
.white-surfaces>div {
background-color: rgba(255, 255, 255, 0.8);
}
.orange-surfaces>div {
background-color: rgba(255, 165, 0, 0.8);
}
.yellow-surfaces>div {
background-color: rgba(255, 255, 0, 0.8);
-webkit-transform: translateZ(90px);
}
/*positionOfInnerBox*/
#one {
left: 0px;
top: 0px;
}
#two {
left: 110px;
top: 0px;
}
#three {
left: 220px;
top: 0px;
}
#four {
left: 0px;
top: 110px;
}
#five {
left: 110px;
top: 110px;
}
#six {
left: 220px;
top: 110px;
}
#seven {
left: 0px;
top: 220px;
}
#eight {
left: 110px;
top: 220px;
}
#nine {
left: 220px;
top: 220px;
}
|
Lesson3-Adanced_of_HTML_CSS/1.3D魔方/3D魔方.css
|
* {
margin: 0px;
padding: 0px;
}
body {
min-height: 600px;
height: 100%
}
body h1 {
margin-top: 50px;
text-align: center;
}
/*六个面的Outer DIV*/
.view {
margin: -60px auto;
background-color: #eee;
width: 800px;
height: 800px;
position: relative;
border-radius: 20px;
-webkit-transform: scale(0.7);
}
.box {
/*旋转*/
/*-webkit-animation:BoxRotate 3s ease-in-out infinite;*/
-webkit-animation-name: BoxRotate;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
/*动画旋转基准*/
-webkit-transform-origin: 400px 400px 0;
/*开启3D*/
-webkit-transform-style: preserve-3d;
/*观察基角度*/
/* -webkit-perspective: 886;
-webkit-perspective-origin: 121px 54px;*/
}
@-webkit-keyframes BoxRotate {
16% {
-webkit-transform: rotateY(-90deg) rotateZ(135deg);
}
33% {
-webkit-transform: rotateY(-90deg) rotateX(135deg);
}
50% {
-webkit-transform: rotateY(225deg) rotateZ(135deg);
}
66% {
-webkit-transform: rotateY(135deg) rotateX(135deg);
}
83% {
-webkit-transform: rotateX(135deg);
}
}
/*不同颜色表面的外轮廓*/
.red-surfaces,
.blue-surfaces,
.green-surfaces,
.white-surfaces,
.orange-surfaces,
.yellow-surfaces {
height: 330px;
width: 330px;
position: absolute;
border-radius: 5px;
top: 235px;
left: 235px;
}
/*红色表面的3D位置*/
.red-surfaces {
/* background-color: orange;*/
/* height: 330px;
width: 330px;*/
/*border: 5px solid rgba(0,0,0,0.8);*/
/* position: absolute;
border-radius: 5px;*/
/*top: 235px;
left: 235px;*/
-webkit-transform: rotateX(-90deg) translateZ(165px);
}
.blue-surfaces {
-webkit-transform: rotateX(0deg) translateZ(165px);
}
.green-surfaces {
-webkit-transform: rotateX(90deg) translateZ(165px);
}
.white-surfaces {
-webkit-transform: rotateY(90deg) translateZ(165px);
}
.orange-surfaces {
-webkit-transform: rotateY(-90deg) translateZ(165px);
}
.yellow-surfaces {
-webkit-transform: rotateX(-180deg) translateZ(165px);
}
/*styleOfInnerBox*/
.red-surfaces>div,
.blue-surfaces>div,
.green-surfaces>div,
.white-surfaces>div,
.orange-surfaces>div,
.yellow-surfaces>div {
height: 100px;
width: 100px;
display: inline-block;
border: 5px solid rgba(170, 170, 170, 0.9);
position: absolute;
}
/*colorOfInnerBox*/
.red-surfaces>div {
background-color: rgba(255, 0, 0, 0.8);
}
.blue-surfaces>div {
background-color: rgba(0, 0, 255, 0.8);
}
.green-surfaces>div {
background-color: rgba(0, 255, 0, 0.8);
}
.white-surfaces>div {
background-color: rgba(255, 255, 255, 0.8);
}
.orange-surfaces>div {
background-color: rgba(255, 165, 0, 0.8);
}
.yellow-surfaces>div {
background-color: rgba(255, 255, 0, 0.8);
-webkit-transform: translateZ(90px);
}
/*positionOfInnerBox*/
#one {
left: 0px;
top: 0px;
}
#two {
left: 110px;
top: 0px;
}
#three {
left: 220px;
top: 0px;
}
#four {
left: 0px;
top: 110px;
}
#five {
left: 110px;
top: 110px;
}
#six {
left: 220px;
top: 110px;
}
#seven {
left: 0px;
top: 220px;
}
#eight {
left: 110px;
top: 220px;
}
#nine {
left: 220px;
top: 220px;
}
| 0.432183 | 0.086516 |
/*
@import url('reset.css');
@import url('font-awesome.css');
浙大网新易盛公司门户网站样式文件
作者:mmcai(蔡猛)
创建时间:2014-7-24
最后一次更新时间:2014-7-24
更新介绍:公司网站登录页面样式
E-mail:<EMAIL>
webSite:www.mmcai.cn
work: http://www.insigma.com.cn/
*/
.header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 84px;
border-bottom: 2px solid #10619A;
}
.header h1 {
font-size: 2em;
margin: 20px 0;
}
.header li {
float: left;
}
.nav {
position: absolute;
left: 0px;
top: 86px;
bottom: 0px;
width: 200px;
z-index: 100;
border-right: 1px solid #C3CED5;
}
.main {
position: absolute;
left: 201px;
top: 86px;
right: 0px;
bottom: 0px;
background-color: #fff;
z-index: 110;
overflow: auto;
}
.main iframe {
margin: 0px;
padding: 0px;
}
.page-list, .page-table, .page-form, .page-search, .page-pagination, .page-heading {
margin: 10px;
}
.breadcrumb {
padding: 8px 0;
}
.breadcrumb:after, .breadcrumb:before, .form-inline:after, .form-inline:before {
display: table;
content: "";
}
.breadcrumb:after, .form-inline:after {
clear: both;
}
.breadcrumb li {
float: left;
}
.breadcrumb li:first-child {
padding-right: 5px;
}
.breadcrumb li a:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #ccc;
}
.table {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 20px;
}
.table th {
padding-left: 8px;
font-weight: normal;
text-align: left;
background: -moz-linear-gradient(center top, #f8f8f8, #f4f4f4) repeat scroll 0 0 #f7f7f7;
background: -webkit-linear-gradient(top, #f8f8f8, #f4f4f4);
background: linear-gradient(center top, #f8f8f8, #f4f4f4) repeat scroll 0 0 #f7f7f7;
background-color: #F7F7F7;
color: #999;
border-width: 1px 0;
border-color: #c8c8c8;
border-style: solid;
height: 24px;
line-height: 24px;
}
.table td {
border-top: 1px solid #e2e2e2;
color: #555;
cursor: pointer;
font-weight: 400;
padding: 0 8px;
height: 38px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.table tr:hover, .table .row-hover {
background: #f5f5f5;
}
.table .row-selectd {
background: #FFFFD5;
}
.table .mui-link {
display: block;
float: left;
}
.table .mui-link-group {
position: relative;
height: 100%;
}
.table .mui-link {
position: absolute;
top: 7px;
font-size: 14px;
}
.table .mui-link:hover {
font-size: 22px;
margin-left: -2px;
margin-bottom: -2px;
}
.table .mui-edit {
left: 0px;
}
.table .mui-edit:hover {
color: #5AB146;
}
.table .mui-del {
left: 30px;
}
.table .mui-del:hover {
color: #C52020;
}
.table-chk .mui-chk {
width: 30px;
}
.page-pagination {
}
.page-pagination:after, .page-pagination:before {
display: table;
content: "";
}
.page-pagination:after {
clear: both;
}
.page-pagination ul {
float: right;
}
.page-pagination li {
float: left;
margin: 0 2px;
}
.page-pagination a {
padding: 5px 10px;
display: inline-block;
color: #797979;
text-decoration: none;
border: 1px solid #ddd;
}
.page-pagination a:hover {
border: none;
}
.page-pagination .active a, .page-pagination li:hover a {
background-color: #18679F;
color: #fff;
padding: 6px 11px;
border: none;
}
.page-pagination .disabled a {
cursor: no-drop;
color: #c7c7c7;
}
.page-pagination .disabled:hover a {
background: none;
color: #c7c7c7;
padding: 5px 10px;
border: 1px solid #ddd;
}
.page-pagination .prev {
}
.page-pagination .next {
}
/*=====表单=====*/
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a.btn {
color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-primary {
background-color: #055F9F;
border-color: #18679F;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #378ECB;
border-color: #055F9F;
color: #ffffff;
}
.input {
display: block;
width: 200px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.select {
width: 225px;
height: 34px;
padding: 6px 12px;
}
.mini {
width: 110px;
}
.middle {
width: 180px;
}
.larger {
width: 250px;
}
.larger-x {
width: 400px;
}
/*====表格纵向布局*/
.form-block {
}
.chk-block {
padding: 10px 0 0 0;
}
.chk-block label {
display: block;
margin-bottom: 10px;
}
.chk-block input[type=checkbox], .chk-block input[type=radio] {
margin: -2px 3px 0 0;
}
.chk-inline {
}
.chk-inline label {
display: inline-block;
margin: 0 10px 10px 0;
}
.chk-inline input[type=checkbox], .chk-block input[type=radio] {
margin: -2px 3px 0 0;
}
.controls-group {
width: 100%;
overflow: hidden;
margin-bottom: 15px;
}
.controls-lab {
display: block;
float: left;
min-width: 120px;
text-align: right;
margin: 8px 20px 0 0;
}
.controls {
margin: 0 0px 0 140px;
}
.controls .input {
float: left;
}
.controls select {
width: 225px;
height: 34px;
padding: 6px 12px;
}
/*验证样式*/
input.error, select.error, input:focus.error, select:focus.error, :focus.error {
border-color: #b94a48;
box-shadow: 0 5px 10px rgba(255, 0, 0, 0.075) inset;
}
label.error {
display: inline-block;
padding: 9px 10px 0 20px;
font-size: 13px;
color: #ff0000;
}
label.error i {
float: left;
margin-right: 5px;
}
|
dist/src/style.css
|
/*
@import url('reset.css');
@import url('font-awesome.css');
浙大网新易盛公司门户网站样式文件
作者:mmcai(蔡猛)
创建时间:2014-7-24
最后一次更新时间:2014-7-24
更新介绍:公司网站登录页面样式
E-mail:<EMAIL>
webSite:www.mmcai.cn
work: http://www.insigma.com.cn/
*/
.header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 84px;
border-bottom: 2px solid #10619A;
}
.header h1 {
font-size: 2em;
margin: 20px 0;
}
.header li {
float: left;
}
.nav {
position: absolute;
left: 0px;
top: 86px;
bottom: 0px;
width: 200px;
z-index: 100;
border-right: 1px solid #C3CED5;
}
.main {
position: absolute;
left: 201px;
top: 86px;
right: 0px;
bottom: 0px;
background-color: #fff;
z-index: 110;
overflow: auto;
}
.main iframe {
margin: 0px;
padding: 0px;
}
.page-list, .page-table, .page-form, .page-search, .page-pagination, .page-heading {
margin: 10px;
}
.breadcrumb {
padding: 8px 0;
}
.breadcrumb:after, .breadcrumb:before, .form-inline:after, .form-inline:before {
display: table;
content: "";
}
.breadcrumb:after, .form-inline:after {
clear: both;
}
.breadcrumb li {
float: left;
}
.breadcrumb li:first-child {
padding-right: 5px;
}
.breadcrumb li a:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #ccc;
}
.table {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 20px;
}
.table th {
padding-left: 8px;
font-weight: normal;
text-align: left;
background: -moz-linear-gradient(center top, #f8f8f8, #f4f4f4) repeat scroll 0 0 #f7f7f7;
background: -webkit-linear-gradient(top, #f8f8f8, #f4f4f4);
background: linear-gradient(center top, #f8f8f8, #f4f4f4) repeat scroll 0 0 #f7f7f7;
background-color: #F7F7F7;
color: #999;
border-width: 1px 0;
border-color: #c8c8c8;
border-style: solid;
height: 24px;
line-height: 24px;
}
.table td {
border-top: 1px solid #e2e2e2;
color: #555;
cursor: pointer;
font-weight: 400;
padding: 0 8px;
height: 38px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.table tr:hover, .table .row-hover {
background: #f5f5f5;
}
.table .row-selectd {
background: #FFFFD5;
}
.table .mui-link {
display: block;
float: left;
}
.table .mui-link-group {
position: relative;
height: 100%;
}
.table .mui-link {
position: absolute;
top: 7px;
font-size: 14px;
}
.table .mui-link:hover {
font-size: 22px;
margin-left: -2px;
margin-bottom: -2px;
}
.table .mui-edit {
left: 0px;
}
.table .mui-edit:hover {
color: #5AB146;
}
.table .mui-del {
left: 30px;
}
.table .mui-del:hover {
color: #C52020;
}
.table-chk .mui-chk {
width: 30px;
}
.page-pagination {
}
.page-pagination:after, .page-pagination:before {
display: table;
content: "";
}
.page-pagination:after {
clear: both;
}
.page-pagination ul {
float: right;
}
.page-pagination li {
float: left;
margin: 0 2px;
}
.page-pagination a {
padding: 5px 10px;
display: inline-block;
color: #797979;
text-decoration: none;
border: 1px solid #ddd;
}
.page-pagination a:hover {
border: none;
}
.page-pagination .active a, .page-pagination li:hover a {
background-color: #18679F;
color: #fff;
padding: 6px 11px;
border: none;
}
.page-pagination .disabled a {
cursor: no-drop;
color: #c7c7c7;
}
.page-pagination .disabled:hover a {
background: none;
color: #c7c7c7;
padding: 5px 10px;
border: 1px solid #ddd;
}
.page-pagination .prev {
}
.page-pagination .next {
}
/*=====表单=====*/
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a.btn {
color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-primary {
background-color: #055F9F;
border-color: #18679F;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #378ECB;
border-color: #055F9F;
color: #ffffff;
}
.input {
display: block;
width: 200px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.select {
width: 225px;
height: 34px;
padding: 6px 12px;
}
.mini {
width: 110px;
}
.middle {
width: 180px;
}
.larger {
width: 250px;
}
.larger-x {
width: 400px;
}
/*====表格纵向布局*/
.form-block {
}
.chk-block {
padding: 10px 0 0 0;
}
.chk-block label {
display: block;
margin-bottom: 10px;
}
.chk-block input[type=checkbox], .chk-block input[type=radio] {
margin: -2px 3px 0 0;
}
.chk-inline {
}
.chk-inline label {
display: inline-block;
margin: 0 10px 10px 0;
}
.chk-inline input[type=checkbox], .chk-block input[type=radio] {
margin: -2px 3px 0 0;
}
.controls-group {
width: 100%;
overflow: hidden;
margin-bottom: 15px;
}
.controls-lab {
display: block;
float: left;
min-width: 120px;
text-align: right;
margin: 8px 20px 0 0;
}
.controls {
margin: 0 0px 0 140px;
}
.controls .input {
float: left;
}
.controls select {
width: 225px;
height: 34px;
padding: 6px 12px;
}
/*验证样式*/
input.error, select.error, input:focus.error, select:focus.error, :focus.error {
border-color: #b94a48;
box-shadow: 0 5px 10px rgba(255, 0, 0, 0.075) inset;
}
label.error {
display: inline-block;
padding: 9px 10px 0 20px;
font-size: 13px;
color: #ff0000;
}
label.error i {
float: left;
margin-right: 5px;
}
| 0.353094 | 0.089455 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.